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 |
#242
|
|||
|
|||
No i have the install script runs manualy and now the tables in the DB
But i have settings videos on the mainpage but there are no videos to see And can you tell me the link to the videoindex to link it in the navbar? And i have no buttons like googlevideo and youtube. |
#243
|
|||
|
|||
How do I set up the .htaccess file? My domain is xlforum.net
|
#244
|
|||
|
|||
Adult SEO, this plugin is not ready for a big board...any plugin that parse the text in every post, every time that a user or a guest is viewing a thread is a killer CPU hack...
I think that the solution to this is to parse the text only one time when the thread is created or something like that or just forget to gain popularity with this plugin I've made some test with my board with more that 2500 users online, I have 4 webservers and 2 DB servers and when I enabled this plugin the load went from 1.5 to 10.5 in minutes... I disabled it and everything goes to normal again. See ya. Psico. |
#245
|
|||
|
|||
Quote:
I installed the mod without problems. But when I point my browser to http://www.nollywoodforum.com/forums.php?videos=1 , I get thumbnails without images. How can I correct this? |
#246
|
||||
|
||||
<FONT style="BACKGROUND-COLOR: #ffffff">
PHP Code:
It seems the Video ID isn't recognized. However, this mod is not worked on anymore. I've started the development of vBMedia Player wich will be completed by a professional programmer within a few weeks. Best Regards, Jan Jaap |
#247
|
|||
|
|||
THankyou .its working great
|
#248
|
|||
|
|||
Quote:
It is showing great in the forums. Eg. http://www.nollywoodforum.com/naija-...ction-476.html , but when i go to the video bar index, it doesnt show anything. DO I need to wait for AnyMedia or is there a remedy to this? |
#249
|
|||
|
|||
Hi, Can I install this mod on my forum? I am using version 3.6.4 running on Microsoft IIS 6.0. This is what Ive been looking for . Thanks.
|
#251
|
|||
|
|||
this was working great but i could not get the video page to work at all
Code:
# Comment the following line (add '#' at the beginning) # to disable mod_rewrite functions. # Please note: you still need to disable the hack in # the vBSEO control panel to stop url rewrites. # Some servers require the Rewritebase directive to be # enabled (remove '#' at the beginning to activate) # Please note: when enabled, you must include the path # to your root vB folder (i.e. RewriteBase /forums) #RewriteBase / RewriteEngine On RewriteCond %{HTTP_HOST} !^www\.ready-up\.com RewriteRule (.*) http://www.ready-up.com/main$1 [L,R=301] RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{QUERY_STRING} !vbseourl= RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron) RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1 [L,QSA] RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$ RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA] RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^videos\.html&page=([0-9]+)$ http://www.ready-up.com/main/community/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] i was able to view the page by going directly to it (index.php?videos=1) but the videos on that page were coming up black and not loading, as well as the mod_rewrite did not work so I could not click anything. also, I use VBA and the side bar was really messing that page up. How would I go about disabling the side bar for that video page if it isn't an actual page and is generated through mod_rewrite? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|