Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
SEO YouTube and Google Videos Details »»
SEO YouTube and Google Videos
Version: 1.00, by Adult SEO Adult SEO is offline
Developer Last Online: Nov 2013 Show Printable Version Email this Page

Category: Board Optimization - Version: 3.6.4 Rating:
Released: 11-13-2006 Last Update: 02-17-2007 Installs: 142
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

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:
  • Custom tagnames, manageable from the adminpanel
  • Automatic Video Title retrieval, with optional support for Lib Curl and user-simulated video title retrieval
  • Custom editor icons, managable from the adminpanel
  • Template based Google or YouTube video output
  • Support for local Google Video servers, to make your site local
  • Phrases for all text so it has support for multi-lingual forums
  • Optional, extend all links within the video with rel="nofollow", customizable seperately for YouTube or Google Video
  • Custom Video titles via tag option ([googlevideo="Video Title"]...[/googlevideo])
  • SEO Video Index (demo)
  • SEO Video Bar (demo)
  • Ability to configure usergroups that have access to delete videos.
Instalation:
  1. Import the XML product
  2. Upload the attached icon images (or use your own)
    • Default is:
      • /images/editor/google.gif
      • /images/editor/youtube.gif
  3. Open htaccess.txt, configure it (replace yourdomain with your domain), save it as .htaccess and upload it to the root of your forum
  4. Run the included installer
    • The installer will also upgrade previous instalations
    • Bug: when you run the installer more then once, multiple of the same indexes are created. I haven't found a way yet to prevent this. I have posted some messages on MySQL forums to find an answere and will then upgrade the installer. For now it is adviced to run the installer just once and for upgrades it is adviced to check the PREFIXseovideos table after upgrading to see if there are any duplicate indexes configured to remove them if needed.
  5. To install the Videobar anywhere on the forum use the folowing code:
    • PHP Code:
      <!-- SEO Videos Index Bar --> 
Done.

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #192  
Old 11-23-2006, 04:40 PM
camdude camdude is offline
 
Join Date: Oct 2004
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I put the new htaccess file, but same result. The videos are okay within the forum. But the <!-- SEO Videos Index Bar --> only shows the borders of the video player and a black screen in the middle. Also there are no video pages within the directory.
Reply With Quote
  #193  
Old 11-23-2006, 04:40 PM
Hastin Hastin is offline
 
Join Date: Sep 2004
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Adult SEO View Post
Regarding the wrong ID's, could you please show me an example?

Best Regards,
Jan Jaap
Be my guest:

http://www.micechat.com/forums/index.php?videos=1

I've also attached an SQL dump of the table.
Reply With Quote
  #194  
Old 11-23-2006, 04:55 PM
silks silks is offline
 
Join Date: Jul 2006
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this plugin was working great untill i switched " html on " on 1 forum

upon i got this Field seo_videos_bar is not defined in $validfields in class vb_datamanager_forum in /includes/class_dm.php on line 485

i would like to uninstall safely as i now have to use a back up now a few things arnt working please plz plz can i have some advice
Reply With Quote
  #195  
Old 11-24-2006, 01:18 AM
ZiG ZiG is offline
 
Join Date: Oct 2002
Posts: 176
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

fixed it myself******edit
Reply With Quote
  #196  
Old 11-24-2006, 02:59 PM
firstrebel's Avatar
firstrebel firstrebel is offline
 
Join Date: Dec 2005
Location: West London
Posts: 380
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Adult SEO View Post
Code:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^videos\.html&page=([0-9]+)$ http://www.micechat.com/forums/videos-page$1.html [L,R=301]
 
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^videos\.html$ index.php?videos=1 [L]
 
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^videos-page([0-9]+)\.html$ index.php?videos=$1 [L]
What about these two lines if the forum is in /forum
Code:
RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
RewriteRule (.*) http://www.yourdomain.com/$1 [L,R=301]
Also, where are the images mentioned in the installation.

Bob
Reply With Quote
  #197  
Old 11-24-2006, 03:06 PM
KTBleeding's Avatar
KTBleeding KTBleeding is offline
 
Join Date: Feb 2004
Location: Tooele, UT
Posts: 756
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I apologize ahead of time if this has been mentioned..

One of my members just reported this issue, perhaps you can look into it?
Quote:
The google / youtube icons show up when you:
1) start a thread
2)reply to a quote/quote something.

But if you go to the bottom of the page and click "go advanced," they don't show up.
Reply With Quote
  #198  
Old 11-24-2006, 03:28 PM
Adult SEO's Avatar
Adult SEO Adult SEO is offline
 
Join Date: May 2006
Location: The Netherlands
Posts: 291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi!

The images are attached to the mod (google.gif/youtube.gif).

Regarding the 301 redirect to make your www. less domain redirect to www.domain.com you should just add /forum/ or any other url you want the www. less domain redirect to.

Best Regards,
Jan Jaap
Reply With Quote
  #199  
Old 11-26-2006, 12:09 AM
GasPipeJimmy GasPipeJimmy is offline
 
Join Date: Aug 2006
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm having a problem with the installation instructions and I was wondering if you could clarify a few things for me before I get started.
This is my first vBulletin Mod, so bear with me if these seem like "noob" questions...

Instalation:
Quote:
1. Import the XML product
How would I do that?
Is this done through the vB Admin Control Panel?
If so, what part?

When I try to do that through the "Style Manager" > "Import Style XML File" I get an error that says: Invalid File Specified

Quote:
Upload the attached icon images (or use your own)
Default is:
/images/editor/google.gif
/images/editor/youtube.gif
Where are they attached?
I'm not seeing them.


Quote:
Open htaccess.txt, configure it (replace yourdomain with your domain), save it as .htaccess and upload it to the root of your forum
OK, that one I think I understand.

Quote:
Run the included installer
Sounds easy, but how do I get too it to run it?
Do I do that through my browser like I did when I installed vBulletin?
Does it matter where I run the installer from anywhere in my vBulletin install?
Can I upload that file to anywhere in my vBulletin install, such as in the install folder of my vBulletin installation?


Do I have to change any of my write permissions (chmod to 777) for any of these files that I'm uploading for this to work correctly?

OK, I think that is all for now.
Thanks!
Reply With Quote
  #200  
Old 11-26-2006, 04:25 AM
Adult SEO's Avatar
Adult SEO Adult SEO is offline
 
Join Date: May 2006
Location: The Netherlands
Posts: 291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GasPipeJimmy View Post
I'm having a problem with the installation instructions and I was wondering if you could clarify a few things for me before I get started.
This is my first vBulletin Mod, so bear with me if these seem like "noob" questions...

Instalation:

How would I do that?
Is this done through the vB Admin Control Panel?
If so, what part?
When I try to do that through the "Style Manager" > "Import Style XML File" I get an error that says: Invalid File Specified

The product needs to be added via your product manager.


Where are they attached?
I'm not seeing them.

https://vborg.vbsupport.ru/attachmen...1&d=1163534932
https://vborg.vbsupport.ru/attachmen...1&d=1163655869


OK, that one I think I understand.


Sounds easy, but how do I get too it to run it?
Do I do that through my browser like I did when I installed vBulletin?
Does it matter where I run the installer from anywhere in my vBulletin install?
Can I upload that file to anywhere in my vBulletin install, such as in the install folder of my vBulletin installation?

Yes, by requesting the file the instalation will be started.

Do I have to change any of my write permissions (chmod to 777) for any of these files that I'm uploading for this to work correctly?

OK, I think that is all for now.
Thanks!

... [charlimit]
Reply With Quote
  #201  
Old 11-26-2006, 05:37 AM
GasPipeJimmy GasPipeJimmy is offline
 
Join Date: Aug 2006
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for your help, but "no joy in Mudville" tonight

Database error in vBulletin 3.6.4:

Invalid SQL:
SELECT id,title FROM `seovideos` WHERE `video_id`='mCwKbUVyHLY' AND `post_id`='111464' AND `type`='youtube' LIMIT 1;

MySQL Error : Table 'thehappyex_THEvB.seovideos' doesn't exist
Error Number : 1146
Date : Sunday, November 26th 2006 @ 01:34:53 AM
Script : http://www.XXXXXXXXXXX.com/vBulletin...ote=1&p=111536
Referrer : http://www.XXXXXXXXXXX.com/vBulletin...t=10223&page=2
IP Address : XXX.165.18.XXX
Username : XXXXXX
Classname : vb_database
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:10 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08189 seconds
  • Memory Usage 2,330KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (1)bbcode_php
  • (8)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete