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?

WtwSkippy 01-30-2007 04:45 AM

I too am curious about applying the .htaccess info to an existing file. Also, has anyone run this mod with vBSEO installed as well?

-Kyle

GrendelKhan{TSU 01-30-2007 06:42 AM

Quote:

Originally Posted by psico (Post 1151216)
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.

does it parse for every thread whether there is a video or not?

or only ones with published videos?

ZiG 02-02-2007 05:01 AM

hey, im trying to get this to work cause this seems to be the media script that i prefer out of them all available here.

i have this script semi-working on my site i just need a little bit of assistance with the .htaccess

i tried rewriting the URL:

http://www.ready-up.com/main/community/?videos=1

to be http://www.ready-up.com/main/community/videos/

but i just cant seem to figure out how to do that. also, my video index is not displaying the videos...only all of the other information. the videos are blank and not appearing on the video index.

everything else is working perfectly fine. could i have a little help with the rewrite, and how come the videos arent showing on the index?

ZiG 02-15-2007 06:13 PM

bump

can get some help with this?

Adult SEO 02-18-2007 03:30 AM

Quote:

Originally Posted by GrendelKhan{TSU (Post 1170383)
does it parse for every thread whether there is a video or not?

or only ones with published videos?

Hi!

It will parse the video once when it is posted, after that it will use the vBulletin caching system and a once per user database query to obtain the video information from the database.

Best Regards,
Jan Jaap

Adult SEO 02-18-2007 03:36 AM

Quote:

Originally Posted by ZiG (Post 1183405)
bump

can get some help with this?

Hi!

The mod is working very well on my forum: http://www.papegaaienforum.nl/videos.html

I've just uploaded the latest product XML, please install it and let me know if it works.

Best Regards,
Jan Jaap

tankaya61 02-18-2007 09:07 AM

thanks installed
but i have turkish character problem
where can i change character code?

and
i want to say same world for development this mod

you can put download link under the video
http://video.qooqle.jp/dl/

ZiG 02-22-2007 03:19 PM

i dont know why

the mod works perfectly, but the video page located here:

http://www.ready-up.com/main/community/videos.html

is not showing the video previews as it should be...

is there something my server should have installed that maybe is causing the problem?

Adult SEO 02-22-2007 03:43 PM

Hi!

It seems to be a template issue.

Best Regards,
Jan Jaap

p.s. your implementation of the video page is really cool!

mikehawk 02-22-2007 03:53 PM

There was a char limit where you described it last... I imported XML under import new product, edited my .htaccess but now how do I run installer???

da420 02-22-2007 05:04 PM

Hi Jaan,

Can you tell me why my video's do not play? In the threads they do, but not in the videos.html page.

http://www.mindifidoaj.com/forum/videos.html

Thank you,

Dustin

mikehawk 02-23-2007 01:58 AM

I have it installed, but it is not letting me delete threads now:

Database error in vBulletin 3.6.3:

Invalid SQL:
DELETE FROM `seovideos` WHERE `post_id`='7263';

MySQL Error : Table 'realmysql.seovideos' doesn't exist
Error Number : 1146
Date : Thursday, February 22nd 2007 @ 07:58:09 PM
Script : http://www.realopinion.com/realboard...&threadid=6482
Referrer : http://www.realopinion.com/realboards/postings.php
IP Address :
Username :
Classname :

b6gm6n 02-23-2007 04:08 PM

I have a solution which allows members to insert youtube videos using tags, would this be a better solution? :) i'll give it a whirl... looks very good, cheers

actually the demo site shows a DB error... not very convincing, un-installed, sorry dude

-b6

angkor408 02-28-2007 12:59 PM

Does this support 3.5X?

dbirosel 02-28-2007 05:28 PM

Does this addon, affect bandwidth? How bad is it? Thank you.

snoopgst 03-04-2007 08:30 PM

does the .htaccess file need to be coded differently if I have my forums under mydomain/forums/ ?

I placed my htaccess fild under mydomain/forums/ but the videos.html is giving me a 404 error.

RichieBoy67 03-05-2007 01:43 AM

Are there instructions for installing the update???

RichieBoy67 03-05-2007 02:24 AM

Why is it shortening my urls? for some reason it keeps cutting off most of the url and because of that videos are not working..

Thanks..

angeljs 03-05-2007 09:24 AM

Unfortunately I just can't seem to get the videos to show up in the video bar. I've added the code to 'FORUMHOME' template, but I'm not seeing anything. I'm also not sure about the .htaccess file...do I have to input the url to the forums, or just my domain?

I've enabled everything using the admin settings, and I really want this to work, but can't seem to crack it!
:(

RichieBoy67 03-06-2007 12:05 AM

I believe it is the whole address... just try both.... pretty sure it's the address though..

CP, 03-12-2007 06:05 PM

any news for 3.5.4?

3dsoft 03-12-2007 06:50 PM

Using the firefox browser the design is being stretched.

https://vborg.vbsupport.ru/external/2007/03/5.png

Chadi 03-12-2007 10:25 PM

Anyway I can use this with godtube.com as well (and even have admin ability to select which usergroup my post videos)? The features list only says ability to delete videos, but nothing about uploading.

Thank you

slipondajimmy 03-13-2007 02:53 AM

it installed for me with no issues but no luck on getting the videos to display on the forum using the videobar . Any suggestions? I know the code is in the correct place. Also it displays correctly in the forum but the videos will not display here just empty boxes

http://www.kitcar.ws/index.php?videos=1

alawee.blawee 03-20-2007 11:36 AM

awsome I will try it today and hope it works

hehe

alawee.blawee 03-21-2007 02:22 AM

installed Worked For me

Thank you so much

keep on it

camry 03-22-2007 03:44 PM

Dear AdultSeo ,
I hope you to fix this problems in next version.
1.The Video Bar not appear in my forum when in i put the code in header or forumhome.
2.The Script didn't support hebrew or arabic langagues so please make support for forigen languges .
3.the video can't be played in the video.html page .
Thanks ,
Camry

ZiG 03-22-2007 11:48 PM

Dear AdultSEO,
I don't believe it is a template issue...i created a brand new template and the issue with the preview videos not displaying is still occuring.

I don't understand what the problem could be, as embedded videos work just fine on my website. Everything works perfectly except for the video previews.

Is there any certain scripts that the video previews use, that would be required to install on my server? Do you have any idea what could be the cause of this, if it is in fact a template issue? I would love to use this script, but the previews are not working:

http://www.ready-up.com/main/community/videos.html

please help!

rodrigoZIN 03-23-2007 12:53 AM

Thanks dude!

EricPSF 03-29-2007 09:13 AM

Help!

I hv the following error when i want to delete the thread. Im using 3.6.5

Btw, may I enquire how do I run the include installer (isit the php file?)

Thank you.


All times are GMT. The time now is 08:01 PM.

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.01776 seconds
  • Memory Usage 1,836KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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