Status
Not open for further replies.

lepunk

Active Member
51
2011
5
0
Hi guys,

I'm the owner of TVstreamScript.com, a semi-automated CMS for video streaming websites. I've decided to move our official support forum to here because we had troubles fighting with spam on our own forums

For those who are not familiar with TVstreamScript:
TVSS is the most popular CMS for creating TV show / movie streaming sites. It comes with semi-automatic (one click) content grabbers to get content as easy as possible and with content submitters to generate traffic.

Check out our demo:
http://tvstreamscript.com/demo.html

We recently released version 1.82 with bugfixes and some new features and we are working hard on the new version

Special discount for WJ members:
use coupon code WJ25OFF during checkout to get a 25% discount

If you have any questions, suggestions please feel free to ask

Official Support Helper: ibby

regards
Tamas
 
Last edited:
678 comments
@streamjunks working on the problem

@Webestrian yes our support sucks, we are trying to improve it, thats why we are here on WJ. I think 25% discount is great. About the bugs: please note that its a script which relies on 3rd party sites, therefor if the remote site changes something we have to fix it. most of the time this fix is 10 minutes of work but sometimes it takes longer. This is exactly the reason why we introduced TVapi in the newest version so we don't have to rely on remote sites anymore
 
in the latest one, v1.82. its a grabber made by us.

At the moment it only contains the newest episodes
 
Last edited by a moderator:
im trying to use the script on wamp server and i have errors
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

When i delete the .htaccess
the home page is open, but when i try to open an episode i had error
Not Found

The requested URL /upload/chuck/season/5/episode/1 was not found on this server.

i have ioncude and curl.

plz help me to solve this
 
Last edited:
@phoenix the issue is your .htaccess page, and that if u go to yoursite.com/admin/index.php

go to settings/general setting in admin and uncheck SEO Friendly list.

add this to your .htaccess

Code:
RewriteEngine On

RewriteRule ^/?sport-events/([a-zA-Z]+)/([a-zA-Z0-9-]+) index.php?menu=sport-events&event_type=$1&sport=$2 [L]
RewriteRule ^/?sport-events/([a-zA-Z]+) index.php?menu=sport-events&event_type=$1 [L]
RewriteRule ^/?sport-events index.php?menu=sport-events [L]
RewriteRule ^/?event/([0-9]+) index.php?menu=event&event_id=$1 [L]

#RewriteRule ^/?admin /admin [L]
RewriteRule ^/?feed     rss.php [L]
RewriteRule ^/?moviefeed        movierss.php [L]
RewriteRule ^/?watch/([a-z0-9-/]+)$ index.php?menu=watchmovie&perma=$1 [L]
RewriteRule ^/?tvtag/([a-z0-9_/]+)$ index.php?menu=tv-tag&tag=$1 [L]
RewriteRule ^/?movietag/([a-z0-9_/]+)$ index.php?menu=movie-tag&tag=$1 [L]
RewriteRule ^/?([a-z0-9-/]+)\.html$ index.php?menu=$1 [L]
RewriteRule ^/?pages/([a-z0-9-/]+) index.php?menu=page&permalink=$1 [L]
RewriteRule ^/?tv-shows/(\d+)$ index.php?menu=tv-shows&p=$1 [L]
RewriteRule ^/?tv-shows index.php?menu=tv-shows [L]
RewriteRule ^/?channel/(\d+)$ index.php?menu=channel&channel_id=$1 [L]
RewriteRule ^/?event/(\d+)$ index.php?menu=event&event_id=$1 [L]
RewriteRule ^/?live-channels index.php?menu=live-channels [L]
RewriteRule ^/?sport-events index.php?menu=sport-events [L]
RewriteRule ^/?register index.php?menu=register [L]
RewriteRule ^/?logout index.php?menu=logout [L]
RewriteRule ^/?login index.php?menu=login [L]
RewriteRule ^/?home index.php?menu=home [L]
RewriteRule ^/?movies/(\d+)$ index.php?menu=movies&p=$1 [L]
RewriteRule ^/?movies index.php?menu=movies [L]
RewriteRule ^/?([a-zA-Z0-9-]+)/season/([0-9]+)/episode/([0-9]+)$ index.php?menu=episode&perma=$1&season=$2&episode=$3 [L]
RewriteRule ^/?([a-zA-Z0-9-]+)/season/([0-9]+)$ index.php?menu=show&perma=$1&season=$2 [L]
RewriteRule ^/?([a-zA-Z0-9-]+)/feed$ rss.php?perma=$1 [L]
RewriteRule ^/?([a-zA-Z0-9-]+)$ index.php?menu=show&perma=$1 [L]

then go back to settings/general setting and click SEO friendly links.

Hope that helps :D
 
if u want it to be seo friendly add the htaccess and check the box ;) thats all u gotta do and glad ur okay :)
 
hi le i have a prob iam from egypt and paypal not accepted here so decaptcher and graboid only works with paypal what should i do and about the submitters how can i link back them and am i have to sent them a messge or something to let them know
thanks in advance
 
@phoenix12
You can modify .htaccess to be the following, it should work:
RewriteEngine On

RewriteRule ^/?sport-events/([a-zA-Z]+)/([a-zA-Z0-9-]+) index.php?menu=sport-events&event_type=$1&sport=$2 [L]
RewriteRule ^/?sport-events/([a-zA-Z]+) index.php?menu=sport-events&event_type=$1 [L]
RewriteRule ^/?sport-events index.php?menu=sport-events [L]
RewriteRule ^/?event/([0-9]+) index.php?menu=event&event_id=$1 [L]

#RewriteRule ^/?admin /admin [L]
RewriteRule ^/?feed rss.php [L]
RewriteRule ^/?moviefeed movierss.php [L]
RewriteRule ^/?watch/([a-z0-9-]+)$ index.php?menu=watchmovie&perma=$1 [L]
RewriteRule ^/?tvtag/([a-z0-9_]+)$ index.php?menu=tv-tag&tag=$1 [L]
RewriteRule ^/?movietag/([a-z0-9_]+)$ index.php?menu=movie-tag&tag=$1 [L]
RewriteRule ^/?([a-z0-9-/]+)\.html$ index.php?menu=$1 [L]
RewriteRule ^/?pages/([a-z0-9-]+) index.php?menu=page&permalink=$1 [L]
RewriteRule ^/?tv-shows/(\d+)$ index.php?menu=tv-shows&p=$1 [L]
RewriteRule ^/?tv-shows index.php?menu=tv-shows [L]
RewriteRule ^/?channel/(\d+)$ index.php?menu=channel&channel_id=$1 [L]
RewriteRule ^/?event/(\d+)$ index.php?menu=event&event_id=$1 [L]
RewriteRule ^/?live-channels index.php?menu=live-channels [L]
RewriteRule ^/?sport-events index.php?menu=sport-events [L]
RewriteRule ^/?register index.php?menu=register [L]
RewriteRule ^/?logout index.php?menu=logout [L]
RewriteRule ^/?login index.php?menu=login [L]
RewriteRule ^/?home index.php?menu=home [L]
RewriteRule ^/?movies/(\d+)$ index.php?menu=movies&p=$1 [L]
RewriteRule ^/?movies index.php?menu=movies [L]
RewriteRule ^/?([a-zA-Z0-9-]+)/season/([0-9]+)/episode/([0-9]+)$ index.php?menu=episode&perma=$1&season=$2&episode=$3 [L]
RewriteRule ^/?([a-zA-Z0-9-]+)/season/([0-9]+)$ index.php?menu=show&perma=$1&season=$2 [L]
RewriteRule ^/?([a-zA-Z0-9-]+)/feed$ rss.php?perma=$1 [L]
RewriteRule ^/?([a-zA-Z0-9-]+)$ index.php?menu=show&perma=$1 [L]

@michomoz you can use any other affiliate instead of graboid which supports payment methods other than paypal.

at the moment there is no alternative in the script for decaptcher so you should enter the captchas manually. if you can find a captcha breaking company which suits you I can add support for it in the next version

to link back to sites simply add the link in the "Sidebar ads" sections in Admin/Settings/Ads/Advertisement settings
 
Hey
Support seems brilliant now what updates have you got planned and when will it be released, I'd like to see a members area with a community forum and have them able to track their favorite shows and automatically update them by email when a new episode is added be good aswell if they could sign in using facebook and twitter etc
 
@EnCiPh3r just checked 2 of our sites and they are fine. could be a temporary network issue at your host
@michomoz not sure if i understand your question correctly: the "seo friendly links" option makes your urls pretty. instead of "index.php?menu=show&show_id=12345&season=1&episode=2" you will have "/the-big-bang-theory/season/1/episode/2"
 
@ishy555 we are planning on adding loads of user functions. not sure about the forum thing, since building a forum engine is a lengthy process but we will definitely improve the front-end feature arsenal
 
Status
Not open for further replies.
Back
Top