Vidiscript FAQ
How do I change the logo on my site?
Change the image located in: YourDomainDotCom/templates/Mainstream OR AfterDark/layout/skin1/logo.jpg OR whichever template you are using.
How do I Change \”Your Text Here\” ?
Behind the “watched now” you see the default text \”Your Text Here\” this can be changed. Open your /includes/latest.inc file and find this line,( around line 286). $widget = getWatchedNow(\’Your Text Here\’) ;
Simply change the “Your Text Here” to whatever you want.
Twitter
Facebook
Comments (86)
After I installed the vidiscript on my website. I click register, and got error said there isn’t my_website_folder/register, I’m wondering how to fix it? Should I create the register folder by myself? Where is the register php file?
Have you checked your htaccess file? Please post more details in the forum
H Chris,
I have the same problems as Vickqi.
folders like : my_website/register or my_website/top_rated or most_viewed are NOT on the server after running the install.
The only folders I have after I completed the installation are :
- ajax
- data
- database
- images
- includes
- js
- misc
- templates
- uploads
and in the folder UPLOADS I see …
- ads
- avatars
- groupicons
- thumbs
There are NO files, just these folders.
Cheers,
Mike
I have a question please, once Vidiscript are we able to see the admin?
I was installed VS into my web http://www.sulutiptek.com/video everything going well however when I would like to open the video there was a massage “Connection Error” so the video could not be play, what is the problem please
seesion logout problem on click of video link
i want to disable functionality of display videos to all registered users.I just want to show videos only to admin and other user will see after subscription some what this.How will i disable this videos for other users???
i want to add functionality like subscription module which allows user can see only those videos for which he/she subscribed for particular category.Through manage media functionality we can assign each uploaded videos to particular category(this is just for reference).
Hi, i uploaded a video, but it is not clear, but when i play in my system, it is fine, how to improve the Quality of Video player ?
my sites is tallylive.info
you can change the settings in “site settings” just change the resolution of encoders.
why, I can not upload video 900MB?
there’s no such limit set by the software. check your php.ini for max_upload_limit and max_post_size.
I am from Greece and i want to have Gategories,Tags and Titles of video in greek language.
How can I do this ?
you have to modify the php pages manually, look for index.php and pages in include directory. I did it for Spanish
nvm better add google traslator to your page, choose in settings the main lenguage is english and ppl will traslate to greek with the menu. i did it in my page http://videos.rollito.eu/
Keep getting errors like
Notice: Undefined index: vrw in C:\xampp\htdocs\VidiScript\includes\latest.inc on line 209
help please
same here
fixes turn off display_error in php.ini
i install this on my domain http://www.groovenmove.com and it was showing an
500 internal server error
what is this plz tell me…………….
hi,you should edit your .htaccess file on the installation folder or if it does not exist you should add it there
The uploads don’t work…. I get some connection errors. Had high hopes …
i have problems when upload a video different than mp4 but with this ones no problem, check my page i uploaded more than a hundred. http://videos.rollito.eu/
How can i disable the autoplay from the embedded code?
login to the site as admin,
goto site settings,
click on player
uncheck “Autoplay videos”
that’s it.
but they load still, would be usefull have separate options for autoplay and autoload on page videos and embeded videos
Where can i locate my admin page in video scripts
is it yourdomain.com/admin?
tes, just login on the homepage with your credential you have chosen at the installation and you will see all the admin functions
cheers
liquid
After installing the Script, I receive the message that all went well
But, if I click on anything, I receive the message : File not Found
For example, I click on UPLOAD.
I receive the message : File not found
When I look in the folder “UPLOAD” I see a couple of folders, but no file (like upload.php)
I tried version 103 and 103a. Both the same result.
Please … HELP!
Can you add ads to the vidiscript?
yes you can .
Pls. these are the errors I get, how do I correct them thanks
Warning: ksort() expects parameter 1 to be array, null given in /usr/www/users/christkcg/VidiScript/includes/alltags.inc on line 44
Warning: array_values() expects parameter 1 to be array, null given in /usr/www/users/christkcg/VidiScript/includes/alltags.inc on line 47
Warning: max() [function.max]: When only one parameter is given, it must be an array in /usr/www/users/christkcg/VidiScript/includes/alltags.inc on line 47
Warning: array_values() expects parameter 1 to be array, null given in /usr/www/users/christkcg/VidiScript/includes/alltags.inc on line 48
Warning: min() [function.min]: When only one parameter is given, it must be an array in /usr/www/users/christkcg/VidiScript/includes/alltags.inc on line 48
Warning: Invalid argument supplied for foreach() in /usr/www/users/christkcg/VidiScript/includes/alltags.inc on line 54
Fatal error: Cannot redeclare date_diff() in /usr/www/users/christkcg/VidiScript/includes/profile.inc on line 1439
i commented that whole function to solve the problem and everything seems to works fine, but i still have database error when try to modify video (like category or something)
SELECT * from `media` WHERE id=
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1
Can you add a massive uploads option for FTP for big files that server dont let me with html upload?
we are currently finishing up bulk ftp uploads. will be releasing a beta shortly.
Can you add a update function? since i dont want to reinstall all again, i have a lot of videos uploaded
Video grab would be nice too fom youtube, redtube, metacafe, porhub and other big sites,i like to use my own vids to have my watermark but to populate page at the beginning is usefull.
have added video grab from youtube. othersites not so much. In the coming version we wont be adding more than youtube
http://dev.vidiscript.co.uk/alpha/VidiScriptTest/ alpha version with bulk uploads , ftp uploads and youtube video search and grab is available in the link above.
bunch of bug fixes like the date_diff u’ve mentioned above.
login = admin/admin . it;s not available for download yet.
next update would be nice a adult grab for adult web sites more than other site like youtube
tried the alpha site adding a few vids but dont see them in the main page
will try the adult ones. there’s veedeeo or something similar that does what you are looking for. they are also based on core of vidiscript.
video conversion is failing for somereason. will look at it when i get a chance.
AdultVideoScript (AVS) 2.1, i didnt try it because is pay version but they say it can grab videos from 9 sites. and is based on this too.
there was a error in the file ajaxfunc.php that didnt let me use comments or see related media column near media player i dont know how make it work so i commented the whole function at line 29, now i can use comments:
function date_diff($str_start, $str_end)
there was an error in the file usercp.inc that didnt let me use options like edit my media not even enter in my media panel,i commented the whole function since i dont know how to fix it, now i can enter in my media panel, but if change something i dont get error database message but page dont load completely when changed the whole name, when changed last word only worked well:
function date_diff($str_start, $str_end)
that’s right.
can you upload the pages with the functions updated? maybe that fix other errors till you finish bulk upload
Where’s the admin page or page to change site settings for admin? Followed installation instructions completely and don’t see a place for admin user to change site settings.
go to this page http://vidiscript.co.uk/vidiscript-blog/vidiscript-settings-pages-422 . I’ve put together a few screenshots.
Where can i find code for Videoplayer to insert a google addsense code, since admin menu only let me insert a photo for that, i mean Vidiscript player since the other ( flowplayer?) dont let me use watermark.
if flow player cant do it, vidiscript player cant either.
Vidiscript player can add watermark but no addsense and i saw flowpayer can add addsense but no watermark
yes this is how it is , you cant have both watermark and adsense at the moment.
once i’m done with bulk uploads will have a look at this.
Hw can i change the size of Vidiscript player?, i changed Div width and i can embed larger videos, but Vidiscrit player stay the same: http://videos.rollito.eu/play/Musica/Electric_Daisy_Violin_Lindsey_Stirling_SD
nvm i added watermark and ads to flowplayer and can resize it a lot
can u pls tell us how u did it. pls post in the forum.
can u please post in the forum how u did that, it could help other and me as well.
i did already,and thre is a pluging for flowplayer to display addsense code but i didnt try it since i use exoclick and google adsense
banned my page
How to fix following error message when trying to play videos
Query error:
SELECT * FROM subscription WHERE userid=40 AND subscribedtoid=
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1
Already tried the following fix method from forums: http://vidiscript.co.uk/support-forum/bugs-and-fixes-group3/bug-tracking-forum5/bug-from-old-version-1-03-thread3
Still doesn’t fix the error message.
well this is quite rushed, most stable version free of errors is on demo here. http://dev.vidiscript.co.uk/VidiScriptTest/
this is free of all SQL issues. will try to create installer as soon as possible.
should be available for download in couple of days
could be add files separated without install? i dont want to lost my uploaded videos or changes in files lenguage etc…
it will take some time. bulk upload via ftp and from the interface are working. and so is utube bulk embed.
edit media section is not working as of now. i’m trying to update the setup and htaccess. once this is done i’ll
try and work on importing videos from previous installs and fix edit media.
i tried bulk embed from youtube but not import the thumbnail.
I mean upload the files with the functions that gives errors in SQL only to replace them
Can you help me add this to facebook share?
i posted in the forum the facebook share tags, im getting crazy to try to get the thumbnail of the current video but i don’t know where is @.@ i know to do it manually but i need it dynamic for each video.
physical location of thumnails is /yourserver/webroot/vidiscript/uploads/thumbs/
which thumbmail belongs to which video can be queried from media table ,see thumb column.
$mediaId = 82 ; //get this dynamically this is available on the page$thumbnailFileName = SELECT `thumb` FROM `media` WHERE id =$mediaId ;
$thumbnailFileName .= ".jpg"
so url to share would be http://yourserver/vidiscript/uploads/thumbs/$thumbnailFileName
thks for the help, i know where store the images and videos but i don’t know which file make them, ¿ i can use that in the play.inc file?
$mediaId = $vidid ;
$thumbnailFileName = “SELECT `thumb` FROM `media` WHERE id = ‘”.$mediaId.”‘ ” ;
$thumbnailFileName .= “.jpg”;
<img src="http://videos.rollito.eu/uploads/thumbs/“width=”200″ height=”150″>
i tried that but don’t work
Everything installed perfectly but when I click on any link on my site http://www.mitube.pro/videos I get
Not Found
The requested URL /http://www.mitube.pro/videos/includes/login.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
——————————————————————————–
Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.9 Server at http://www.mitube.pro Port 80
Can you help ? I have over 3000 videos to upload that I own from Maritimeidol.com once this is fixed.
Please advise
Thanks
i’d suggest you wait till we release the new version , current version cannot does not support bulk conversion.
it will take forever to manually upload 3000 videos.
i’ve a bunch of issues to fix. once i get some time , i’ll fix up these problems and also stuff pointed out by Arquimedes.
will let u guys know when that happesn.
not found is usually because of bad .htaccess and disable warnings in your php settings and comment of one of the two repeated date_diff functions.
I have the very same issues as ‘not found’ error. I have no idea how to apply the fixes as you stated above.
Any step by step instructions for these?
that looks like server issues i didn’t have any error of that in my page and its working well ( with some bugs ). check it out if you like http://videos.rollito.eu/
Help pliz! i expanded the thumb width with CSS but the image is so poor, where can i find the function that gets the thumbnail to give it more resolution, it looks horrible.
it’s pretty simple , goto site settings , click on the media link, scroll down to the thumbs and change height and width.
have a look at the demo , i just tried that . use firebug or something similar compare the natural size of previous videos and the one labelled thumbnail test.
give it a shot and let me know. this means you’ll have to reprocess all videos.
get thumbnails in options dont work
resize in media dont work too, maybe that was one of the functions you fixes, if you can upload that archive would be nice
nvm dont take embed videos thumbs but take uploaded ones, ( not all i dont know why)
Hi Arquimedes,
If you know the url for thumbnail image of video your trying to embed then you can enter it in the image url on the page where you upload/add media.
Here is the YouTube URL format that you will need in order to view and download a thumbnail from a YouTube video:
http://img.youtube.com/vi/VIDEO_ID/#.jpg
for example: http://img.youtube.com/vi/8JzvpP8H92Q/2.jpg
Video ID is the ID of video you’re trying to embed and # (1,2, or 3) corresponds to one of the 3 thumbnails that YouTube automatically generates.
For instance 2, is the default thumbnail, or the one that the owner ends up choosing for their video.
Let me know if you have any other questions on that.
https://i3.ytimg.com/vi/b_hOZetnHPc/default.jpg
i get this when try to copy image url, and thats the one that have low quality, you know which one have better quality to expand?
How i can enlarge the preview for videos to match thumbnails size?
I notice that vidiscript.co.uk is not the original creator of vidiscript but i see you doing lots of work supporting it, who created it and is there an official vidscript website where they support and update? What is the difference between original open source vidiscript and the version offered on this site? just curious…. THNX
it used to be available at vidiscript.com someone bought it and made a SAAS thing. it redirects to videosharingempire.
we have the original open source copy available as well. and that’s the one which has been enhanced.
all of us are about to end our employement contracts in the near future so we will be focusing like crazy on this.
Where can i see the file to config the database? , im migrating server and need to point it to adifferent place.
My videoplayer dont start even when i install a fresh Vidiscript installation @.@,i dont know why but in my old server player worked without cronjobs or anything, and in my new server dont work, i asked them if the path of FFMPEG is the same and they confirmed it. i checked permissions and all looks well so i dont know what happens.
nvm i had to upload the last flowplayer, but vidiscript player didnt work so i got confused.