Version: 2.2, by Hitterman
Developer Last Online: Aug 2015
Category: Add-On Releases -
Version: 3.7.x
Rating:
Released: 10-25-2008
Last Update: 10-26-2008
Installs: 29
Uses Plugins Auto-Templates
Additional Files
No support by the author.
Name: Youtube/Google videos Downloader
Description:This will alow users to download Youtube or Google videos from your Forum
Version: 2.2
vBulletin version: 3.7.x
Coder: Hitterman : hitterman@tutorialistic.net
Features:
♦ Supports both Google videos and Youtube videos.
♦ Provided Title and screenshots of the Video.
Installation:
♦ Upload the file "upload/youtube.php" in your vBulletin Forum root Directory so it will be www.example.com/forum/youtube.php.
♦ Upload the Plugin "product-youtubegooglevideo.xml" via Product Manager.
Important Upgrading instructions♦Please read this to make your hack work♦
I found the problem but the solution is also little weird.
UPgrading instructions: Uninstall the product.
Delete the "youtube" template manually from Styles and manager.
Now upload the new product attached in this post.
After doing this Go to Styles and Manager>>Your style>>and open "youtube" template.
Without doing anything,click on save button.
This will make your hack work. Since i am newbie coder,i really wanted to find out why is this happening.
NOTE:Please don't remove the Copyright or credits from the script.
If you liked it,Please click "install" and nominate for MOTM.
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/xxxxxxx/public_html/youtube.php(48) : eval()'d code on line 40
Weird! I did different install of this script and it is working okay for me. www.tutorialistic.net/forums/testube.php
Hav you chmoded your youtube.php file to "777"? Also you have to upload in your forums directory ,i mean vbulletin forum directory.
EDIT: Are you using AJAX Post Thankyou Hack? Try disabling all the plugins and try it. It is really weird. I have used this on 5 forums and all are working well.
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/xxxxxxx/public_html/youtube.php(48) : eval()'d code on line 40
I encountered the same error message initially. When I set the file permissions to 777, I get the following error message:
Quote:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, xxxxxx@xxxxxx 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.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/rcmex/public_html/foro/youtube.php(48) : eval()'d code on line 40
my guess for the errr is that you have php code over templates
Still similar problems. It appears to work at first, though the instructions text is not visible using my dark style. I assume this is because you are hard coding the text color. Inputting a URL results in:
Quote:
Forbidden
You don't have permission to access /youtube.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Changing the youtube.php permissions to 777 (is that safe?) denies access to the main input page:
Quote:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, xxxxxx@xxxxxx 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.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.