vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Board Optimization - SEO YouTube and Google Videos (https://vborg.vbsupport.ru/showthread.php?t=131567)

manica 12-30-2006 03:09 PM

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.

bplinson 12-31-2006 09:02 AM

How do I set up the .htaccess file? My domain is xlforum.net

psico 01-05-2007 08:27 AM

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.

chrisife 01-14-2007 07:38 PM

Quote:

Originally Posted by Adult SEO (Post 1119190)
Hi!

Mod Rewrite is an technique to enable URL rewriting on Apache. It will enable you to show for example message-1.html to the users in the browser while actualy message.php?message=1 is loaded.

videos.html will actualy load index.php?videos=1 (1 = pagenumber).

So you could also load the video index via http://www.domain.com/?videos=1

Best Regards,
Jan Jaap

Hi Adult SEO,
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?

Adult SEO 01-14-2007 09:07 PM

<FONT style="BACKGROUND-COLOR: #ffffff">
PHP Code:

<object width="255" height="207" type="application/x-shockwave-flash" data="http://www.youtube.com/v/0">
    <
param name="movie" value="http://www.youtube.com/v/0" />
    <
param name="wmode" value="transparent" />
    <
em></em>
   </
object

Hi!

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

premsuthan 01-15-2007 09:07 AM

THankyou .its working great

chrisife 01-15-2007 09:46 AM

Quote:

Originally Posted by Adult SEO (Post 1159313)
<FONT style="BACKGROUND-COLOR: #ffffff">
PHP Code:

<object width="255" height="207" type="application/x-shockwave-flash" data="http://www.youtube.com/v/0">
    <
param name="movie" value="http://www.youtube.com/v/0" />
    <
param name="wmode" value="transparent" />
    <
em></em>
   </
object

Hi!

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

Adult SEO,
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?

jaghadiuno 01-15-2007 04:42 PM

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:D . Thanks.

manuelsechi 01-15-2007 08:17 PM

hi all

inserting videos works as well but i'm unable to see any video in the toolbar...

any suggestion?

toolbar in here


brgds
Manuel

ZiG 01-30-2007 12:27 AM

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]

thats my htaccess, could you help me add the mod_rewrite necessary for the video page to work to what i have already?

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?


All times are GMT. The time now is 08:59 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01574 seconds
  • Memory Usage 1,757KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete