vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - Video-Directory (https://vborg.vbsupport.ru/showthread.php?t=192241)

KW802 11-22-2008 06:32 PM

Speaking of vBSEO...

In the ACP Options, when checking to see if the "vBSEO-Integration" box should be displayed or not, instead of checking just for the presence of VBSEO_ENABLED it may be better to also check to see if the variable is true or false. That way people who have vBSEO disabled will not get the error message.

So instead of checking for just...
Code:

if (defined('VBSEO_ENABLED')  ...
... check instead for:
Code:

if (defined('VBSEO_ENABLED') && VBSEO_ENABLED ...

raja811 11-22-2008 08:59 PM

please solve this

Database error in vBulletin 3.7.3:


Invalid SQL:
CREATE TABLE vb_video (
videoid int(10) unsigned NOT NULL auto_increment,
title varchar(255) NOT NULL,
description mediumtext NOT NULL,
videourl varchar(255) NOT NULL,
videocategoryid int(10) unsigned NOT NULL default '0',
dateline int(10) NOT NULL default '0',
userid int(10) unsigned NOT NULL default '0',
videoservice varchar(250) NOT NULL,
videoidservice varchar(250) NOT NULL,
views int(10) unsigned NOT NULL default '0',
PRIMARY KEY (videoid)
);

MySQL Error : Table 'vb_video' already exists
Error Number : 1050
Request Date : Saturday, November 22nd 2008 @ 03:54:54 PM
Error Date : Saturday, November 22nd 2008 @ 03:54:55 PM
Script : http://www.mysite.com/forum/admincp/...=productimport
Referrer : http://www.mysite.com/forum/admincp/...?do=productadd
IP Address : 79.98.223.235
Username : rjas
Classname : vB_Database
MySQL Version : 5.0.67-log

momo2 11-22-2008 11:42 PM

ok thanks will try that for seo

teamsupra 11-23-2008 12:57 AM

I added the VBSEO code to Custom Rewrite Rules but the only thing that is being rewritten is video.php to /videos/ help

momo2 11-23-2008 03:41 AM

ok i got the error when posting a link, like i said it will post it but this error comes, than post is made,

it comes so fast so its hard to read it but it seems it h
Warning: fopen([path]/videothumbnails/YouTube/TePgZWYWF0Q.jpg) [function.fopen]: failed to open stream: Permission denied in [path]/includes/videoserviceapi/class_youtube.php on line 103

Warning: fwrite(): supplied argument is not a valid stream resource in [path]/includes/videoserviceapi/class_youtube.php on line 104

Warning: fclose(): supplied argument is not a valid stream resource in [path]/includes/videoserviceapi/class_youtube.php on line 105
as permission to tumbnail

momo2 11-23-2008 03:59 AM

ok i got it fixed, so sorry for all replies all text are gone the new upload after fixing the 777 to all folders including inside, now it shows the tumbnail, excellent hack........

Surviver 11-23-2008 05:29 AM

Quote:

Originally Posted by raja811 (Post 1670825)
please solve this

Database error in vBulletin 3.7.3:


Invalid SQL:
CREATE TABLE vb_video (
videoid int(10) unsigned NOT NULL auto_increment,
title varchar(255) NOT NULL,
description mediumtext NOT NULL,
videourl varchar(255) NOT NULL,
videocategoryid int(10) unsigned NOT NULL default '0',
dateline int(10) NOT NULL default '0',
userid int(10) unsigned NOT NULL default '0',
videoservice varchar(250) NOT NULL,
videoidservice varchar(250) NOT NULL,
views int(10) unsigned NOT NULL default '0',
PRIMARY KEY (videoid)
);

MySQL Error : Table 'vb_video' already exists
Error Number : 1050
Request Date : Saturday, November 22nd 2008 @ 03:54:54 PM
Error Date : Saturday, November 22nd 2008 @ 03:54:55 PM
Script : http://www.mysite.com/forum/admincp/...=productimport
Referrer : http://www.mysite.com/forum/admincp/...?do=productadd
IP Address : 79.98.223.235
Username : rjas
Classname : vB_Database
MySQL Version : 5.0.67-log

Why should I solve this?

That's not a general problem of this hack ;)
I don't know, why the table already eyists in your database ;)

Quote:

Originally Posted by teamsupra (Post 1670932)
I added the VBSEO code to Custom Rewrite Rules but the only thing that is being rewritten is video.php to /videos/ help

Did you add the rules in the corect order?

Quote:

Originally Posted by momo2 (Post 1671020)
ok i got the error when posting a link, like i said it will post it but this error comes, than post is made,

it comes so fast so its hard to read it but it seems it h
Warning: fopen([path]/videothumbnails/YouTube/TePgZWYWF0Q.jpg) [function.fopen]: failed to open stream: Permission denied in [path]/includes/videoserviceapi/class_youtube.php on line 103

Warning: fwrite(): supplied argument is not a valid stream resource in [path]/includes/videoserviceapi/class_youtube.php on line 104

Warning: fclose(): supplied argument is not a valid stream resource in [path]/includes/videoserviceapi/class_youtube.php on line 105
as permission to tumbnail

Quote:

Originally Posted by momo2 (Post 1671031)
ok i got it fixed, so sorry for all replies all text are gone the new upload after fixing the 777 to all folders including inside, now it shows the tumbnail, excellent hack........

:)

abhimation 11-23-2008 11:16 AM

** INSTALLED ** and its running smooth. Few queries -

1) Could anyone add other hosts like jumpcut, vimeo etc?
2) On the Video Home - Can i change the text "Categories alltogether" to "Categories" only ?

Jaxel 11-23-2008 12:41 PM

I use TFSEO, not VBSEO... any compatibility with this?

And oh, if you wanna use my forum as a demo, I'm okay with that...

http://www.8wayrun.com/video.php?styleid=3

Surviver 11-23-2008 03:05 PM

Quote:

Originally Posted by abhimation (Post 1671222)
** INSTALLED ** and its running smooth. Few queries -

1) Could anyone add other hosts like jumpcut, vimeo etc?
2) On the Video Home - Can i change the text "Categories alltogether" to "Categories" only ?

1.) That's possbible, but not very easy ;)
2.) Yes, search the phrases for this peace of text :)

Quote:

Originally Posted by Jaxel (Post 1671263)
I use TFSEO, not VBSEO... any compatibility with this?

And oh, if you wanna use my forum as a demo, I'm okay with that...

http://www.8wayrun.com/video.php?styleid=3

Sorry, i don't know TFSEO ;)


All times are GMT. The time now is 11:50 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.01476 seconds
  • Memory Usage 1,751KB
  • 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
  • (2)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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