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
  #312  
Old 05-20-2007, 10:05 PM
ecollier12012 ecollier12012 is offline
 
Join Date: May 2007
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quick Update.

I noticed that if I use the "Post Reply" button it works.

But if I use the quick reply - goto advanced - I dont see the option to insert video.


This one works - Post Reply Button
http://www.pbvids.com/forum/newreply...ote=1&p=554871

This one does not work - not option to insert the video -the google & youtube icons are missing.
http://www.pbvids.com/forum/newreply...treply&t=37364
Reply With Quote
  #313  
Old 05-21-2007, 03:05 AM
ecollier12012 ecollier12012 is offline
 
Join Date: May 2007
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

FYI - I found another bug...

My video bar only displayed "3" out of the "4" videos.....

I changed......
<td class="panelsurround" align="center">
<object width="160" height="130" type="application/x-shockwave-flash" data="{video}">
<param name="movie" value="{video_1}" />

To

<td class="panelsurround" align="center">
<object width="160" height="130" type="application/x-shockwave-flash" data="{video_1}">
<param name="movie" value="{video_1}" />

Works now...
Reply With Quote
  #314  
Old 05-22-2007, 02:32 PM
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i don't get the point of this mod...anyone care to explain?
Reply With Quote
  #315  
Old 05-23-2007, 02:50 AM
KipLarson KipLarson is offline
 
Join Date: Jul 2005
Posts: 191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does this work with vBSEO? And has anyone tested it in vB 3.65?

Looking at the .htaccess file you offered for download, it seems as though perhaps I could put some of the Rewrite Rules into the Custom Rewrite Rules section in the vBSEO control panel?

If someone here has installed this that uses vBSEO I'd love to hear from you (or from the plugin author )
Reply With Quote
  #316  
Old 05-24-2007, 08:22 PM
Aeolian_X Aeolian_X is offline
 
Join Date: Jun 2005
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I installed it and I use vBSEO. I can't say that it works, because I see nothing on the videos.html page. The videos work in the forums, but that's about it.

To add this .htaccess to your existing one, just copy and paste it under the vBSEO stuff. Make sure the settings are the same as the vBSEO, or you'll get errors.

That's about all I can do for you. This mod needs to be marked as UNsupported!
Reply With Quote
  #317  
Old 05-25-2007, 05:49 PM
KipLarson KipLarson is offline
 
Join Date: Jul 2005
Posts: 191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Aeolian_X View Post
I installed it and I use vBSEO. I can't say that it works, because I see nothing on the videos.html page. The videos work in the forums, but that's about it.

To add this .htaccess to your existing one, just copy and paste it under the vBSEO stuff. Make sure the settings are the same as the vBSEO, or you'll get errors.

That's about all I can do for you. This mod needs to be marked as UNsupported!
Yah, I was thinking that I'd just save a copy of my .htaccess before I made any changes. Thanks for the tips. I might just try this plugin, what do you think?
Reply With Quote
  #318  
Old 05-26-2007, 12:23 AM
cdorka cdorka is offline
 
Join Date: Jun 2005
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how do i install the php file?

in admincp or where?
Reply With Quote
  #319  
Old 05-28-2007, 01:56 AM
ecollier12012 ecollier12012 is offline
 
Join Date: May 2007
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am also running VBSEO also and could not get the video.html file to work but I found a workaround....

Edit the template.... seovideos_index_videobar

Near the bottom Change......

<tr><td colspan="4" align="center" class="tfoot"><a href="videos.html">$vbphrase[seo_videos_show_video_index]</a></tr>


To

<tr><td colspan="4" align="center" class="tfoot"><a href="forum/index.php?videos=1">$vbphrase[seo_videos_show_video_index]</a></tr>

This will change the link on the video navbar from videos.html to page that works.

Note: Your forum path may be different...

You can see an example here
http://http://www.pbvids.com/
Reply With Quote
  #320  
Old 06-19-2007, 09:21 AM
donaldgkimball donaldgkimball is offline
 
Join Date: Sep 2006
Location: CALIFORNIA
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Excuse my limited knowledge about this hack, but how can I place my URL's in the .htaccess file

My forums are located differently.
One is in a subfolder www.mydomain.com/forum
and the other is in a subdomain http://forum.mydomain.com

What edits do I need to make in htaccess for both cases.
Thanks.
Reply With Quote
  #321  
Old 06-20-2007, 04:40 PM
sflmkv sflmkv is offline
 
Join Date: May 2007
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I installed it and just 2 small questions....
1)It's not getting the titles I'm using the latest VB
2)It won't show up in the editor and I have tried everything?
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:59 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.05076 seconds
  • Memory Usage 2,313KB
  • 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
  • (1)bbcode_php
  • (1)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
  • (3)pagenav_pagelink
  • (1)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