Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

Reply
 
Thread Tools
vBTube Details »»
vBTube
Version: 1.2.6, by efc9 efc9 is offline
Developer Last Online: Aug 2010 Show Printable Version Email this Page

Category: Major Additions - Version: 3.6.8 Rating:
Released: 10-12-2007 Last Update: 10-20-2007 Installs: 144
 
No support by the author.

Removed..

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #322  
Old 10-17-2007, 04:26 PM
jasculs jasculs is offline
 
Join Date: Jun 2007
Posts: 217
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by efc9 View Post
Create a link to:
Code:
vBTube.php?do=playlist&pid=<insert playlistid>
Awesome!
Reply With Quote
  #323  
Old 10-17-2007, 04:31 PM
MR.BOSS MR.BOSS is offline
 
Join Date: Sep 2007
Posts: 131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i just get a white black page. any hint.

please help
Reply With Quote
  #324  
Old 10-17-2007, 04:49 PM
basketmen's Avatar
basketmen basketmen is offline
 
Join Date: Nov 2006
Posts: 446
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MR.BOSS View Post
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.
Reply With Quote
  #325  
Old 10-17-2007, 04:51 PM
efc9 efc9 is offline
 
Join Date: Jun 2006
Location: Ashton-Under-Lyne
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MR.BOSS View Post
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.
Reply With Quote
  #326  
Old 10-17-2007, 05:21 PM
Endurer Endurer is offline
 
Join Date: Sep 2006
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is the file name case sensitive? vBTube.php works but vbtube.php doesn't (gives a 404).
Reply With Quote
  #327  
Old 10-17-2007, 05:32 PM
COBRAws's Avatar
COBRAws COBRAws is offline
 
Join Date: Oct 2002
Location: Buenos Aires
Posts: 864
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is there a way to show only featured videos of 1 or more youtube users?
Reply With Quote
  #328  
Old 10-17-2007, 05:41 PM
Andrew Green's Avatar
Andrew Green Andrew Green is offline
 
Join Date: Nov 2005
Location: Winnipeg, MB
Posts: 996
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Endurer View Post
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
Reply With Quote
  #329  
Old 10-17-2007, 05:52 PM
efc9 efc9 is offline
 
Join Date: Jun 2006
Location: Ashton-Under-Lyne
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by COBRAws View Post
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';
}
Reply With Quote
  #330  
Old 10-17-2007, 05:52 PM
Ba$im Ba$im is offline
 
Join Date: Apr 2007
Location: Saudi Arabia
Posts: 167
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #331  
Old 10-17-2007, 05:58 PM
efc9 efc9 is offline
 
Join Date: Jun 2006
Location: Ashton-Under-Lyne
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ba$im View Post
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.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04930 seconds
  • Memory Usage 2,304KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete