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 |
#182
|
|||
|
|||
hi have had this working great on my forum
went to turn html on in one of my forums and got this error Fatal error: Field seo_videos_bar is not defined in $validfields in class vb_datamanager_forum in /includes/class_dm.php on line 485 HTML wont turn on? any ideas |
#183
|
|||
|
|||
Adult SEO,
You didn't answer my question. Post 167. https://vborg.vbsupport.ru/showpost....&postcount=167 |
#184
|
||||
|
||||
Quote:
This code should work, I've also optimized your existing code. Code:
## OpenSEF plain htaccess file ## Can be commented out if causes errors Options FollowSymLinks ## mod_rewrite in use RewriteEngine On ## If Joomla is installed in the web server root ## RewriteBase / ## If Joomla is installed in a sub-directory ## RewriteBase /directory_name_here RewriteBase / RewriteEngine on RewriteCond %{HTTP_HOST} ^pakistaniforces\.com RewriteRule ^(.*)$ http://www.pakistaniforces.com/$1 [L,R=301] RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{HTTP_HOST} ^pakistaniforcesforum\.com RewriteRule ^(.*)$ http://www.pakistaniforcesforum.com/index.php?styleid=35/$1 [L,R=301] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^videos\.html&page=([0-9]+)$ http://www.pakistaniforcesforum.com/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] ## Begin 3rd Party or OpenSEF Section ## #RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes## RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule (.*) index.php ## ## End 3rd Party or OpenSEF Section |
#185
|
||||
|
||||
Quote:
I think this has to do with fopen() and URL file access is disable problem with many hosts. It would be nice if you use cURL to make it more portable. Thanks. -xitrum |
#186
|
||||
|
||||
Quote:
The mod has cURL support from the beginning! You can enable it from the adminpanel. cURL will also ensure that the user doesn't have to wait for minutes when a videohost is down since you can specify the connection timeout and it will also ensure that the videohosts don't ban you as fast as they may when they detect your server being accessing the videos as cURL will simulate a real user! Best Regards, Jan Jaap |
#187
|
|||
|
|||
Is previous post also an answer to how the .htaccess file should be written for boards that are installed in a subdirectory ? My forum is installed in /forum and the videobar isnt working with that rewrite condition .. See posts 179 and 180
Can you post an example of a rewrite rule for /forum ? |
#188
|
||||
|
||||
Quote:
|
#189
|
|||
|
|||
does anyone else have trouble using html on with this hack ?
|
#190
|
|||
|
|||
Great hack, but have a couple of issues:
1. What would the .htaccess look like for a forum installed in /forums/? 2. It seems that all my videos in the index are black. I've tracked this down to how the script is parsing the videoid. Most of my videos have the wrong id in the database. What's going on? |
#191
|
||||
|
||||
Quote:
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] Best Regards, Jan Jaap |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|