vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - vBTube (https://vborg.vbsupport.ru/showthread.php?t=160150)

jasculs 10-17-2007 04:26 PM

Quote:

Originally Posted by efc9 (Post 1362421)
Create a link to:
Code:

vBTube.php?do=playlist&pid=<insert playlistid>

Awesome!

MR.BOSS 10-17-2007 04:31 PM

i just get a white black page. any hint.

please help

basketmen 10-17-2007 04:49 PM

Quote:

Originally Posted by MR.BOSS (Post 1362439)
i just get a white black page. any hint.

please help

read first post instruction and the entire post

Q: Blank White Page.
A: Please make sure you have correctly imported the Product file.

efc9 10-17-2007 04:51 PM

Quote:

Originally Posted by MR.BOSS (Post 1362439)
i just get a white black page. any hint.

please help

This is a problem on some setups, I've not been able to pinpoint yet, if you could give me admincp/ftp access I'll check out your installation.

Endurer 10-17-2007 05:21 PM

Is the file name case sensitive? vBTube.php works but vbtube.php doesn't (gives a 404).

COBRAws 10-17-2007 05:32 PM

is there a way to show only featured videos of 1 or more youtube users?

Andrew Green 10-17-2007 05:41 PM

Quote:

Originally Posted by Endurer (Post 1362481)
Is the file name case sensitive? vBTube.php works but vbtube.php doesn't (gives a 404).


File names are always case sensitive on Unix based servers ;)

efc9 10-17-2007 05:52 PM

Quote:

Originally Posted by COBRAws (Post 1362497)
is there a way to show only featured videos of 1 or more youtube users?

In vBTube.php Find:
Code:

if ((!$_GET['do'] || $_GET['do'] == ''))
{
        $_GET['do'] = 'today';
}

Replace it with:
Code:

if ((!$_GET['do'] || $_GET['do'] == ''))
{
                $uname='<insert username here>';
        $_GET['do'] = 'user';
}


Ba$im 10-17-2007 05:52 PM

very exllent work

but Iwould to ask if possible to add video from aouther site
as this site http://clipat.maktoob.com/?lang=ar
I belive they use youtube clone and many site use same script

and sceond question as u know there r problem on video permission and I mean sex video

and this will make your site blocked in some country as my country SA
so I was thinking okay if this happend this mean all forum will blocked
so is there any way to make vbtube work on subdomain
for example
video.mysite.com?


thanks very much

efc9 10-17-2007 05:58 PM

Quote:

Originally Posted by Ba$im (Post 1362515)
very exllent work

but Iwould to ask if possible to add video from aouther site
as this site http://clipat.maktoob.com/?lang=ar
I belive they use youtube clone and many site use same script

and sceond question as u know there r problem on video permission and I mean sex video

and this will make your site blocked in some country as my country SA
so I was thinking okay if this happend this mean all forum will blocked
so is there any way to make vbtube work on subdomain
for example
video.mysite.com?


thanks very much

Those sites probably use a script called Clipshare, which does not have an API, so this script cannot be adapted for them.

YouTube does not allow sex videos, You'd need Pornotube or one of the other X-Rated Sites for that.

Getting it to work on video.mysite.com would involve multiple edits to the files and templates and changes to the cookies and such.


All times are GMT. The time now is 08:57 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.01392 seconds
  • Memory Usage 1,744KB
  • 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
  • (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