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)

Adult SEO 11-15-2006 07:03 PM

Yes.

There might still be a bug somewhere, but just let me know and I will fix it.

As of vBa support, I am aspecting it is available in vBa aswell by adding the folowing html code:

Code:

<!-- SEO Videos Index Bar -->
Best Regards,
Jan Jaap

freevisio 11-15-2006 07:06 PM

:ermm: now receipt this error

MySQL database updated, added table "seovideos" to the database.
MySQL database updated, added index "video_id" for table "seovideos".

Database error in vBulletin 3.6.2:

Invalid SQL:
ALTER TABLE `forum` ADD `seo_videos_bar` SET( 'enabled', 'disabled' ) NOT NULL DEFAULT 'disabled',
ADD `seo_videos_bar_source` SET( 'google', 'youtube', 'both' ) NOT NULL DEFAULT 'both',
ADD `seo_videos_bar_videos` INT( 3 ) NOT NULL DEFAULT '4';;

MySQL Error : Duplicate column name 'seo_videos_bar'
Error Number : 1060
Date : Wednesday, November 15th 2006 @ 09:50:43 PM
Script : http://www.3dsymax.org/foro/seovideos_install.php
Referrer :
IP Address : ********
Username : *******
Classname : vB_Database

Adult SEO 11-15-2006 07:11 PM

Hi!

You must be using the old installer, as the new installer won't display these messages anymore and uses difrent MySQL code.

I've reuploaded the installer to be sure, please download it again and try again.

Best Regards,
Jan Jaap

hcmagix 11-15-2006 07:16 PM

Hi Adult SEO

I think the third part of your hack should be myvideo.de :)
Do it for german users. Please

freevisio 11-15-2006 07:18 PM

I using the last installer that you have upload and solves that error :surprised:

transitbus 11-15-2006 07:57 PM

Just to be sure, if we do not want a video index but only want the features for embedding videos, we just turn them off in the options and should not have to worry about adding to our .htaccess file.

Is this correct?

fourfourthree 11-15-2006 08:04 PM

Hi, Adult SEO. Great mod.

One problem though, when I tried posting a youtube video that had an underscode in the url, the full URL doesn't get put in the flash code.

For example if the URL to the video was: http://www.youtube.com/v/npVpn_ExAmpLe

It tries to play http://www.youtube.com/v/npVpn

Adult SEO 11-15-2006 08:11 PM

Quote:

Originally Posted by fourfourthree (Post 1118147)
Hi, Adult SEO. Great mod.

One problem though, when I tried posting a youtube video that had an underscode in the url, the full URL doesn't get put in the flash code.

For example if the URL to the video was: http://www.youtube.com/v/npVpn_ExAmpLe

It tries to play http://www.youtube.com/v/npVpn

Yes, I've uploaded a fixed version just 5 minutes ago.

The current regex used is |^[a-zA-Z0-9\-_]+$|Ui wich will match any letter, number, - and _. If anyone knows of an other character used in the Video ID on YouTube just let me know and I will add it.

Best Regards,
Jan Jaap

Adult SEO 11-15-2006 08:13 PM

Quote:

Originally Posted by transitbus (Post 1118144)
Just to be sure, if we do not want a video index but only want the features for embedding videos, we just turn them off in the options and should not have to worry about adding to our .htaccess file.

Is this correct?

Yes, you can turn it off from the adminpanel aswell as the videobar or one of the video hosts (e.g. alowing only Google Video). Also from the admin within 2 clicks.

So the .htaccess isn't needed, it's just for the Video Index.

Best Regards,
Jan Jaap

Adult SEO 11-15-2006 08:14 PM

Quote:

Originally Posted by hcmagix (Post 1118120)
Hi Adult SEO

I think the third part of your hack should be myvideo.de :)
Do it for german users. Please

How many users do they have?

Best Regards,
Jan Jaap

freevisio 11-15-2006 08:17 PM

ok, now works, I have solved it erasing the table 'seovideos' and the fields of 'forum' and installing again.

Thank you

Is it possible to limit the users linking the videos? at 100 post for example..

Adult SEO 11-15-2006 08:32 PM

Quote:

Originally Posted by freevisio (Post 1118158)
ok, now works, I have solved it erasing the table 'seovideos' and the fields of 'forum' and installing again.

Thank you

Is it possible to limit the users linking the videos? at 100 post for example..

Hi!

No this is not possible (yet) and as I don't need it myself I don't think it will be developed soon. I want to enable users to post unlimited videos if they like.

Best Regards,
Jan Jaap

fourfourthree 11-15-2006 08:43 PM

Quote:

Originally Posted by Adult SEO (Post 1118154)
Yes, I've uploaded a fixed version just 5 minutes ago.

The current regex used is |^[a-zA-Z0-9\-_]+$|Ui wich will match any letter, number, - and _. If anyone knows of an other character used in the Video ID on YouTube just let me know and I will add it.

Best Regards,
Jan Jaap

Thanks, Adult SEO. The second preg_match was fixed but not the first one. It's working now :)

Adult SEO 11-15-2006 08:50 PM

Hi!

Did you fix something yourself? If so, please let me know so that I can modify the product ;)

Best Regards,
Jan Jaap

fourfourthree 11-15-2006 08:58 PM

Yeah, search for

PHP Code:

} elseif ($type=='youtube' && !preg_match('|^[a-zA-Z0-9]+$|Ui',$videoid)) { 

and change it to

PHP Code:

} elseif ($type=='youtube' && !preg_match('|^[a-zA-Z0-9\-_]+$|Ui',$videoid)) { 

:)

mahakala 11-15-2006 09:16 PM

hi there,
really nice product :-)

but i got some probs: the video.html page shows me the same videobox twice or 3 times. how can i change it?

when previewing a post, the buttons for youtube/google are lost (minor problem)

thanks,
thomas

Adult SEO 11-15-2006 09:26 PM

Quote:

Originally Posted by mahakala (Post 1118188)
hi there,
really nice product :-)

but i got some probs: the video.html page shows me the same videobox twice or 3 times. how can i change it?

when previewing a post, the buttons for youtube/google are lost (minor problem)

thanks,
thomas

I will now develop a simple admin for it so you can delete videos, the duplicates might be due to previous bugs in wich the videos didn't get deleted when you deleted the post.

The admin will be verry simple and ready in 20 minutes.

Best Regards,
Jan Jaap

abramelin 11-15-2006 09:27 PM

if anyone can run this with vba, please let me know :)

Adult SEO 11-15-2006 09:51 PM

The admin is ready, it will add a [X] with each video on the Video Index wich enables you to delete that video, you will also be redirected back to the page you were visiting so that it's fast.

You can change the location of the adminlink via the videobit template and you can configure multiple usergroups with access to delete videos from the adminpanel.

Regarding vBa, it should be possible to add the videobar by using the code I mentioned before:
Code:

<!-- SEO Videos Index Bar -->
Let me know if that doesn't work, if not please seek support at vBadvanced and tell them you want to have a plugin from vBulletin on hook global_start to work on your vBadvanced page.

Best Regards,
Jan Jaap

abramelin 11-15-2006 10:02 PM

can we set up the videos index bar display? i think its horizontal now . can we make it vertical and can we limit the results of the video number to show?

silks 11-15-2006 10:46 PM

i have this working well and love it - can i resize the frame? got there in the end - great effort

patsalko 11-15-2006 11:36 PM

I was finally able to install. But how do you access the video(s).html page?
Also nothing shows on the index page event though i set the options in admincp.

Adult SEO 11-16-2006 12:59 AM

Quote:

Originally Posted by abramelin (Post 1118226)
can we set up the videos index bar display? i think its horizontal now . can we make it vertical and can we limit the results of the video number to show?

Hi!

In the adminpanel you can configure the folowing for the Video Bar:
  • Latest Videos Bar on Index
    Set this option to enabled if you want to use the SEO Videobar containing the latest videos of all or specific forums on the Mainpage.
  • Amount of Videos to show on Index
    Enter the amount of videos you want to have shown on the forum index.
  • Index Video Bar Forum Sources
    Enter the ID's of the forums from wich you want to show videos on the index.
    Seperate each ID by comma without spaces: 1,2,3.
  • Video Index
    Configure if you want to enable access to the Video Index.
  • Video Index Page Videos per Row
    Enter the videos you want to display per row, your video index postbit will be repeated on one row for the amount you enter here.
  • Video Index Date Format
    Enter the PHP format to use for the {date} variable on the Video Index.
  • Video Index Page Videos per Page
    Enter the amount of Videos you want to show per page on the Video index.
  • SEO Video Administrator Groups
    Enter the Group ID's of the usergroups that have access to delete videos.
    Seperate each usergroup by comma like 1,2,3.

To change the design of the Videobar, you can edit the videobar template in the SEO Videos Templates template group.

By configuring to show just 1 video per row you will be able to generate an horizontal videobar!

Have Fun!
Jan Jaap

Adult SEO 11-16-2006 01:01 AM

Quote:

Originally Posted by patsalko (Post 1118275)
I was finally able to install. But how do you access the video(s).html page?
Also nothing shows on the index page event though i set the options in admincp.


Hi!

Please tell me the URL of your forum and I will have a look.

You must ofcourse rename the included htaccess.txt to .htaccess for the Mod Rewrite to work.

Best Regards,
Jan Jaap

SIN77 11-16-2006 01:46 AM

i got the mod installed, but im lost on how to install the video bar in forums. Great mod by the way.

Adult SEO 11-16-2006 01:57 AM

Hi!

You need to enable the Videobar from the adminpanel en place the folowing code somewhere in a template on your forum, e.g. FORUMHOME.

Code:

<!-- SEO Videos Index Bar -->
Best Regards,
Jan Jaap

bklynjava 11-16-2006 03:13 AM

I have installed it and it works in the new post.

When I try to choose Show SEO Videobar and select enabled in the forum manager I get this error.

Quote:

Fatal error: Field seo_videos_bar is not defined in $validfields in class vb_datamanager_forum in /includes/class_dm.php on line 485
I have added the titlebar also in forum home yet no vids show.
testing it here -> http://www.nextelnoob.com/forums

I also get no Video.html here http://www.nextelnoob.com/forums/videos.html

hcmagix 11-16-2006 03:18 AM

Quote:

Originally Posted by Adult SEO (Post 1118157)
How many users do they have?

Best Regards,
Jan Jaap

in time 59 989 registered but millions watching the videos. Is a newer plattform like Youtube. Take a look http://www.myvideo.de/ and see the numbers after "Zuschauer:" below a clip.

greetz

Adult SEO 11-16-2006 03:43 AM

Quote:

Originally Posted by bklynjava (Post 1118376)
I have installed it and it works in the new post.

When I try to choose Show SEO Videobar and select enabled in the forum manager I get this error.



I have added the titlebar also in forum home yet no vids show.
testing it here -> http://www.nextelnoob.com/forums

I also get no Video.html here http://www.nextelnoob.com/forums/videos.html


Hi!

I see that you've gotten it to work?

Btw, I've removed the Forum based videobar as I didn't need it myself and it would cost quite some time development.

So please download the latest product wich will remove the partly installed forum based videobar.

Best Regards,
Jan Jaap

bklynjava 11-16-2006 03:47 AM

Quote:

Originally Posted by Adult SEO (Post 1118382)
Hi!

I see that you've gotten it to work?

Btw, I've removed the Forum based videobar as I didn't need it myself and it would cost quite some time development.

So please download the latest product wich will remove the partly installed forum based videobar.

Best Regards,
Jan Jaap

Its working in the posts but not in the frontpage in index.php

Will I have to run the installer again or just upload and overwrite the xml?

BTW Great Hack clicked install =)

I get nothing for video.html - am I supposed to?

redlabour 11-16-2006 12:16 PM

Quote:

Originally Posted by hcmagix (Post 1118377)
in time 59 989 registered but millions watching the videos. Is a newer plattform like Youtube. Take a look http://www.myvideo.de/ and see the numbers after "Zuschauer:" below a clip.

greetz

Agree - myvideo.de is abolutely exploding at this Time. This has to be integrated. :)

There are also myvideo Dependances in other Countries - it is the next YouTube.

mahakala 11-16-2006 12:42 PM

Quote:

Originally Posted by Adult SEO (Post 1118382)
Hi!

I see that you've gotten it to work?

Btw, I've removed the Forum based videobar as I didn't need it myself and it would cost quite some time development.

So please download the latest product wich will remove the partly installed forum based videobar.

Best Regards,
Jan Jaap

i got the same problem. all works (exept the doubble videos in video.html) but when creating a new board i get this error:
Schwerer Fehler: Field seo_videos_bar is not defined in $validfields in class vb_datamanager_forum in /includes/class_dm.php (Zeile 485)
i downloaded the script yesterday

cu,
thomas

update: downloaded the new files from today; reinstalled the xml, installed the seo*.php - but still got the same error.
during installation:
taring update loop for the vBulletin Forum table
* Field "seo_videos_bar" did not exist, the field has been added to the table
* Field "seo_videos_bar" did not exist, the field has been added to the table
* Field "seo_videos_bar" did not exist, the field has been added to the table

Adult SEO 11-16-2006 12:52 PM

Hi!

Regarding MyVideo.de support, I might add this when I start a German forum as I might since I am planning to take over the forrestry market on the internet starting with The Netherlands: http://www.bosbouw.net/ and when the site is perfect expanding to Germany/Austria/Switserland (german speaking countries) and then English speaking countries and further to China, Japan etc. So there will also be a forum and when it's confirmed for me that my users might want to use myvideo.de I will add it for sure.

Best Regards,
Jan Jaap

Adult SEO 11-16-2006 12:55 PM

Quote:

Originally Posted by mahakala (Post 1118570)
i got the same problem. all works (exept the doubble videos in video.html) but when creating a new board i get this error:
Schwerer Fehler: Field seo_videos_bar is not defined in $validfields in class vb_datamanager_forum in /includes/class_dm.php (Zeile 485)
i downloaded the script yesterday

cu,
thomas

update: downloaded the new files from today; reinstalled the xml, installed the seo*.php - but still got the same error.
during installation:
taring update loop for the vBulletin Forum table
* Field "seo_videos_bar" did not exist, the field has been added to the table
* Field "seo_videos_bar" did not exist, the field has been added to the table
* Field "seo_videos_bar" did not exist, the field has been added to the table

Hi!

The latest product (XML) contains a fix for that error. It's because the forum specific videobar was just partly developped.

Regarding videos.html to work, you need to upload htaccess.txt and rename it to .htaccess.

For this you need Mod Rewrite enabled on your server. It will rewrite videos.html to index.php?video=1 (in wich 1 is the page number).

Best Regards,
Jan Jaap

Adult SEO 11-16-2006 12:57 PM

Quote:

Originally Posted by bklynjava (Post 1118384)
Its working in the posts but not in the frontpage in index.php

Will I have to run the installer again or just upload and overwrite the xml?

BTW Great Hack clicked install =)

I get nothing for video.html - am I supposed to?


Hi!

Make sure that you have Mod Rewrite enabled on your server and that you renamed htaccess.txt to .htaccess.

Best regards,
Jan Jaap

murrtex 11-16-2006 01:18 PM

thanks Adult SEO,

this is my test topic
http://www.4umturk.com/forum/konu-ve...fa-deneme.html

and this is videos page
http://www.4umturk.com/forum/videos.html

what is the wrong??

chriszep 11-16-2006 01:19 PM

hello
no problem to put a youtube or google video in a post

but on the videobar I see the title of the last video added but not picture or video :surprised:

mahakala 11-16-2006 01:22 PM

hi jan,

Quote:

Originally Posted by Adult SEO (Post 1118583)
The latest product (XML) contains a fix for that error. It's because the forum specific videobar was just partly developped.

sorry, still same error. deinstalled, reinstalled, .... NO

Quote:

Originally Posted by Adult SEO (Post 1118583)
Regarding videos.html to work, you need to upload htaccess.txt and rename it to .htaccess.

the problem was not the htaccess, but the same videos a few times in video.html

thomas

update: i think the installer.php doesnt create the sql entry. seovidoes exist but seo_videos_bar dont. do you have a manual sql-code?

iran.gs 11-16-2006 01:41 PM

Very nice Installed

Adult SEO 11-16-2006 01:49 PM

Quote:

Originally Posted by mahakala (Post 1118600)
hi jan,



sorry, still same error. deinstalled, reinstalled, .... NO



the problem was not the htaccess, but the same videos a few times in video.html

thomas

update: i think the installer.php doesnt create the sql entry. seovidoes exist but seo_videos_bar dont. do you have a manual sql-code?

Hi!

I've deleted and then reuploaded the lates product XML and installer.

Please try again and let me know if it works now.

Best Regards,
Jan Jaap


All times are GMT. The time now is 11:47 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.03069 seconds
  • Memory Usage 1,857KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_php_printable
  • (19)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