The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
SEO YouTube and Google Videos Details »» | |||||||||||||||||||||||||
This mod was inspired by by Embed XHTML valid YouTube and Google Video into your posts but this mod contains some bugs and isn't complete so I then needed to modify it and decided to do it really well and aply SEO technology to it.
This mod will enable your users to publish YouTube or Google videos on your forum. It's managable via the adminpanel and the script will automaticly download the titles of the videos from YouTube or Google Video and store it in the database so it will get the videos indexed verry well and it's fast. Some of the features:
Have Fun! Jan Jaap Screenshots: Update: 18 februari 2007 (latest files from www.papegaaienforum.nl where this mod works very well). Supporters / CoAuthors Show Your Support
|
Comments |
#52
|
||||
|
||||
Nice hack! But maybe this just isn't meant to work with vB 3.6.2 as I'm running.
I ran the videos_install.php and seems like it ran correctly: MySQL database updated, added table "seovideos" to the database. MySQL database updated, added index "video_id" for table "seovideos" I'm attempting to work this hack now. I tried to insert a google video by adding copying and pasting the url to the video in the bbcode....but got the following database error: Database error in vBulletin 3.6.2: Invalid SQL: INSERT INTO `seovideos` ( `id` , `type` , `video_id` , `title` ) VALUES ('', 'google', '2618184165672891020', 'INSANELY Funny commercial of a girl taking a guys shorts ! WOW ! '; MySQL Error : 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 Error Number : 1064 Date : Tuesday, November 14th 2006 @ 10:41:31 PM Script : http://www.f-bodyhideout.com/forums/...ostthread&f=26 Referrer : http://www.f-bodyhideout.com/forums/...newthread&f=26 IP Address : 72.197.32.40 Username : Admin Classname : vB_Database |
#53
|
||||
|
||||
Well, that might be a bug wich has been fixed now.
I've added "latest videos" for on the index page (you can also set from wich forums you want to display videos) and tomorow (later today, it's 6:34 am now) I will complete the forum specific video bar. A demo of the videobar is available on http://www.papegaaienforum.com/ Have Fun! Jan Jaap |
#54
|
|||
|
|||
videos arent showing, just blank area also if you can make latest videos for vba it will be more fantastic!
|
#55
|
|||
|
|||
Quote:
Also if you runthe install php file morethan once you get a sql error about the columns already existing in the forum table Looks to me like you need id , type , video_id , title, post_id, forum_id, date_added but you only have id , type , video_id , title as fields. What should post_id, forum_id, date_added be? INT(255)? |
#56
|
|||
|
|||
there is still the issue where you can only link by ID and not the entire hyperlink but that is actually ok, it should be like that.
Ok fixed it: Find: Code:
`id` INT( 20 ) NOT NULL , `type` SET( 'google', 'youtube' ) NOT NULL , `video_id` INT( 255 ) NOT NULL , `title` VARCHAR( 255 ) NOT NULL Code:
`id` INT( 20 ) NOT NULL , `type` SET( 'google', 'youtube' ) NOT NULL , `video_id` INT( 255 ) NOT NULL , `title` VARCHAR( 255 ) NOT NULL , `post_id` INT( 10 ) NOT NULL , `forum_id` INT( 10 ) NOT NULL , `date_added` INT( 10 ) NOT NULL |
#57
|
||||
|
||||
Quote:
[yt]hWlecEKppTM[/yt] <- does still not work. (I use yt and gv as BB Codes). I allyways get at every old Link : Failed to recognized your video code, please enter the video ID or full video URL wich contains the Video ID. Even if i post new Videos the same apperas. Something is other than before. At full URLs i get : Quote:
|
#58
|
|||
|
|||
Youtube requires the full path right now and google requires everything after ?docid= and before either &q or &hl or both (which meansa - and all the numbers).
One more bug i noticed only once is after editing a file and viewing it, the header information on top of the browser said "#postid=xxxx, postid=xxxx" instead of the name of the post. |
#59
|
||||
|
||||
Nice to know - but i have no Time to test it again and again. I have to delete the PlugIn from old Hack and 2 vBCodes and reinstall it then. Sorry Guys ....
|
#60
|
|||
|
|||
databass error for me had to delete post
|
#61
|
|||
|
|||
This looks awesome, I will give this a go for sure.
Edit: where is the install button? can you give us the link because I think vbulletin has removed the install button and I want to tag this thread. Edit: nvm THanks. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|