View Full Version : Add-On Releases - vBTube 1.2.9 (CSRF protection added)
DawnsWebDesigns
06-03-2008, 10:33 PM
it only takes the new vids from youtube, if u don't want to show adult content, u have to delete the search function.
How would you go about this. I've already noticed this: https://vborg.vbsupport.ru/showpost.php?p=1466450&postcount=34. It tells you how to add new categories but not how to avoid adult content.
I'm sorry I don't know enough about youtube. Does one of these categories hold more adult content then another? Or do several have the potential for adult content? If so I don't want to delete all the categories just the adult content within the categories. So what code would I add & where to weed out that one thing?
Note: I don't know jack about php coding. In fact I'm doing good with html/css. Thank you for understanding. :)
Playa82
06-04-2008, 04:26 AM
How would you go about this. I've already noticed this: https://vborg.vbsupport.ru/showpost.php?p=1466450&postcount=34. It tells you how to add new categories but not how to avoid adult content.
I'm sorry I don't know enough about youtube. Does one of these categories hold more adult content then another? Or do several have the potential for adult content? If so I don't want to delete all the categories just the adult content within the categories. So what code would I add & where to weed out that one thing?
Note: I don't know jack about php coding. In fact I'm doing good with html/css. Thank you for understanding. :)
to delete the search function, do this:
find in vbtube template:
<form action="vBTube.php?do=search" method="post">
<table width="100%" class="tborder" align="center" border="0" cellpadding="6" cellspacing="0">
<tr><td class="tcat">Search $vbphrase[vBTube_title]</td></tr>
<tr><td class="alt1">
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="text" name="search" value="search..." class="styled" onblur="if(this.value=='') this.value='search...';" onfocus="if(this.value=='search...') this.value='';" /> <input type="submit" value="Go!" class="button" />
</td></tr></table><br>
</form>
delete it and save your template.
Poppet
06-04-2008, 05:25 AM
Thanks Playa, I reverted the one of the templates and it's fixed now :D
solution24
06-04-2008, 06:21 AM
got question im not able to get VBtube as one of the navbar button the homepage
Playa82
06-04-2008, 06:38 AM
got question im not able to get VBtube as one of the navbar button the homepage
u have to create it with photoshop if u have buttons
MikeWarner
06-04-2008, 05:41 PM
I installed this a few weeks back and it has stopped working. After a long wait it tells me "No Result Found. Please try something else."
What has happened?
soundbarrierpro
06-04-2008, 06:15 PM
I installed this a few weeks back and it has stopped working. After a long wait it tells me "No Result Found. Please try something else."
What has happened?
That means the youtube api is down. It's not the mod. It's youtube. Sometimes the api is down for a couple days, but it'll be back up.
DawnsWebDesigns
06-05-2008, 06:05 PM
to delete the search function, do this:
find in vbtube template:
<form action="vBTube.php?do=search" method="post">
<table width="100%" class="tborder" align="center" border="0" cellpadding="6" cellspacing="0">
<tr><td class="tcat">Search $vbphrase[vBTube_title]</td></tr>
<tr><td class="alt1">
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="text" name="search" value="search..." class="styled" onblur="if(this.value=='') this.value='search...';" onfocus="if(this.value=='search...') this.value='';" /> <input type="submit" value="Go!" class="button" />
</td></tr></table><br>
</form>
delete it and save your template.
I did this & there's still nasty videos. Basically anything under main menu has the potential to bring up nasty videos. So I guess I have to get rid of that whole thing?
Edit: I did delete the whole thing. I also had to delete at least one category...people & blogs I think brought up some nasty stuff too. I've got very few categories & it's quite possible some of them could hold some adult stuff. I've switched my site to adults only anyway.
At least I was able to make it so that instead of bringing up today's new uploads it takes you straight to the news category...which shouldn't be too dangerous?
solution24
06-06-2008, 02:22 AM
u have to create it with photoshop if u have buttons
i meant to say its not coming up on the homepage as one of the navbar links i think its not gonna work wid my skin
Playa82
06-06-2008, 04:31 AM
i meant to say its not coming up on the homepage as one of the navbar links i think its not gonna work wid my skin
check your other navbar links and modify my code with the code you got.
Akyeame Kwame
06-08-2008, 08:25 PM
Even though they appear as custom categories, they're really just a keyword search.
Edit the vBTube template.
Find this:
<strong>»</strong> <a href="vBTube.php?do=cat&catid=2">Autos & Vehicles</a><br>
Directly above that, put this:
<strong>»</strong> <a href="vBTube.php?do=search&search=Thaiboxing">Thaiboxing</a><br>
<br>
--------------------
<br><br>
Of course, you'll replace "Thaiboxing" with the keyword you wish to display for the category.
To make a default category:
Open vBTube.php. On line 46 find this:
if ((!$_GET['do'] || $_GET['do'] == ''))
{
$_GET['do'] = 'today';
}
Replace it with this:
if ((!$_GET['do'] || $_GET['do'] == ''))
{
$_GET['do'] = 'search';
$search = 'martial arts';
}
Replace 'martial arts' with the search term you want to appear as the default.
Hope that helps...
Tim
I can't find this in the vBTube.php? Is there a new way to do it on vBTube 1.2.9?
I can use it, but I really don't want to direct other users to it until I have the ability to get the smut off the first page.
bigtime
06-08-2008, 09:15 PM
I can't find this in the vBTube.php? Is there a new way to do it on vBTube 1.2.9?
I can use it, but I really don't want to direct other users to it until I have the ability to get the smut off the first page.
The first snippet is not from vbtube.php but from the TEMPLATE. The second snippet of code will be found in vBTube.php
Tim
just77me
06-10-2008, 08:17 PM
i get a blank site too by opening vBTube.php after installation on a 371 anyone has a solution?
thank you
jancarlo
06-11-2008, 07:28 AM
How can I do to see http://it.youtube.com instead http://www.youtube.com? Thank you.
just77me
06-12-2008, 08:35 PM
Anyone has an idea and could help us to get rid of the white page after installation? why doesnt it work on 371
THANK YOU!!!
NeverBored
06-12-2008, 09:00 PM
Anyone has an idea and could help us to get rid of the white page after installation? why doesnt it work on 371
THANK YOU!!!
Make sure you have the "vb tube" templates in the style you're using, and all files are uploaded...
just77me
06-13-2008, 08:58 AM
how do i do this?
Chadi
06-13-2008, 03:53 PM
Is anyone up to create a Godtube version of this hack? I'm willing to pay $50.
Anyone interested in doing this? I will negotiate on pricing.
Artes_Marciales
06-13-2008, 05:15 PM
I love this mod, but I believe than google penalize the web sites that use this scripts's type : (
NeverBored
06-13-2008, 07:34 PM
I love this mod, but I believe than google penalize the web sites that use this scripts's type : (
Penalize how?
I have many pages from vbtube indexed in google.
Artes_Marciales
06-13-2008, 07:47 PM
I have many pages from vbtube indexed in google.
Sure, The problem is that one.
You can not control the contents that you are going to google index, then it will index thousands and thousands of pages and next you will penalize him for contents duplicated.
delibakis
06-13-2008, 08:42 PM
Thx! *installed*
i have problem with Turkish characters
delibakis
06-14-2008, 01:00 PM
i have problem with Turkish characters
delibakis
06-15-2008, 11:20 AM
Is not anyone here to help me?
schlottkej
06-15-2008, 01:32 PM
I don't know much about character display unfortunately.
bL@CKw!d0w
06-15-2008, 08:30 PM
It shows me nothing, what do I have.
http://img407.imageshack.us/img407/6246/62433505jm0.gif
Sakai Ray
06-17-2008, 04:44 PM
It works fine in 3.7.1 and clicked installed
Make sure you added everything?
Mrdby
06-17-2008, 06:37 PM
we can't add our own videos? and where do we see the options to this so we can fool around with it?
nick-harper
06-17-2008, 09:08 PM
I also cant see how to add my own videos?
schlottkej
06-18-2008, 01:41 AM
You can add videos through Youtube and referencing them,... it isn't a mod that is built into the admin.
Playa82
06-18-2008, 04:17 AM
U CAN'T ADD VIDEOS WITH THIS HACK !!!
bobII
06-18-2008, 05:15 AM
How do I change the default videos that appear on vBTube.php? For example, if I only wanted to show videos of "Boston Celtics", how and what do I need to do to change this?
Playa82
06-18-2008, 08:10 AM
How do I change the default videos that appear on vBTube.php? For example, if I only wanted to show videos of "Boston Celtics", how and what do I need to do to change this?
read here:
https://vborg.vbsupport.ru/showpost.php?p=1466450&postcount=34
schlottkej
06-18-2008, 04:21 PM
Don't come to the thread asking
A) How to Add Videos
B) How to Change What Displays
BOTH are answered in the first two pages.. Don't be lazy, it makes this project more difficult to support.
BeerLuver
06-19-2008, 03:59 AM
OK... I feel stupid asking this lol, but how do I change the navbar link to display YouTube instead of vBTube like you have it on yours here: http://crackmuzik-gfx-elite.de/vBTube.php ...I must be overlooking something in the code added to the navbar template or something.
Playa82
06-19-2008, 04:20 AM
OK... I feel stupid asking this lol, but how do I change the navbar link to display YouTube instead of vBTube like you have it on yours here: http://crackmuzik-gfx-elite.de/vBTube.php ...I must be overlooking something in the code added to the navbar template or something.
in Navbar template find:
<td class="vbmenu_control"><a href="vBTube.php$session[sessionurl_q]">$vbphrase[vBTube_title]</a></td>
replace with:
<td class="vbmenu_control"><a href="vBTube.php$session[sessionurl_q]">YouTube</a></td>
BeerLuver
06-19-2008, 07:45 AM
Sweet... mucho thanks Playa82 :D appreciate it.
Savoir Aimer
06-22-2008, 10:22 PM
i can comment fot 1 clip ??? plz .
just77me
06-23-2008, 10:07 PM
we only get a white page - what do we have to do?
Playa82
06-24-2008, 04:25 AM
^^^^ works fine for me, see here:
http://crackmuzik-gfx-elite.de/vBTube.php
i got the same version as posted here, no changes or something.
tazzarkin
06-24-2008, 11:33 PM
if you could develop this mod further, it would really be great.
Lady Divus
06-25-2008, 07:45 AM
I have one quick question...I have read each and every post in this thread and didnt see it asked anywhere...
Does this mod require Zend or Ioncube encoding on my server? I installed the other vBtubePro and had to uninstall it because of this. I wanted to ask this before i go through the istallation process...Thanks -
Lady Divus
Playa82
06-25-2008, 08:02 AM
I have one quick question...I have read each and every post in this thread and didnt see it asked anywhere...
Does this mod require Zend or Ioncube encoding on my server? I installed the other vBtubePro and had to uninstall it because of this. I wanted to ask this before i go through the istallation process...Thanks -
Lady Divus
u don't need zend or ioncube. and yes, u have to uninstall the other vbtube. it's up to u what mod u use.
but U CAN'T UPLOAD VIDEOS AND U CAN'T COMMENT VIDEOS !!!
Lady Divus
06-25-2008, 08:16 AM
lol thanks for the reply Playa...I did get that you cant upload videos and you cant comment way back in the beginning of this thread. I do understand your frustration...Allow me to say thanks for this awesome mod, i will go install it now...Be well -
Lady Divus
Lady Divus
06-25-2008, 09:50 AM
Installed! Works beautifully...Thank you
steveneff
06-25-2008, 11:02 AM
Thanks for this great mod, I have two questions.
1: Is it possible to list videos by date?
2: When I use my youtube id, only the first page listing works, when I click next or 2, it says no content found. Does anyone else have this?
tazzarkin
06-25-2008, 07:35 PM
I have one quick question...I have read each and every post in this thread and didnt see it asked anywhere...
Does this mod require Zend or Ioncube encoding on my server? I installed the other vBtubePro and had to uninstall it because of this. I wanted to ask this before i go through the istallation process...Thanks -
Lady Divus
----------------------------------------
Yeah, I had paid for vbTubePro, but I had to uninstall it because of the zend and ioncube encoding too. It would have raised my costs to support it.
I really hope you guys develop this mod further. If you made additional enhancements to match vbtubepro, I would even pay for it. Just don't ever Ioncube it !!
just77me
06-26-2008, 08:53 PM
Hi There,
finally i got the system working, but now i have some important questions!
1) How can i add my own videos from youtube to a category? As far as i figured it out, you can only serch categories <a href="vBTube.php?do=search&search=keyword!" But my problem is that when i add a keyword than all videos are displayed from google with that keyword but i want that only the videos that i have uploaded to youtube will be shown, so how can i doo this?
2) how do i work with that catid? are there opportunities to add a code like http://de.youtube.com/watch?v=asf23232 that would be the easiest way to add my vids to a category is this possible?
if not i think i will have to buy this vbtubepro script which has got those functions?!
thank you for your help
Mofareq
06-26-2008, 09:28 PM
thanks ..
schlottkej
06-30-2008, 11:31 PM
I have upload and SEO along with everything else I needed done to release the version 1.3.. had to drop some coin to get the upload finished, but the developer was excellent. (time constraints.. lol)
Playa, PM me and I can show you the new code and plan the release of 1.3
steveneff
07-02-2008, 08:41 AM
Since having this mod installed I have had hundreds of database errors. This doesn't happen every day but today alone I have had over a hundred errors.
These are the two errors I get
Invalid SQL:
UPDATE session
SET lastactivity = 1214984577, inforum = 0, inthread = 0, incalendar = 0, badlocation = 0
WHERE sessionhash = 'b247ca7558dc749dfc6672e9eaea6dd3';
MySQL Error : MySQL server has gone away
Error Number : 2006
Invalid SQL:
INSERT IGNORE INTO session
(sessionhash, userid, host, idhash, lastactivity, location, styleid, languageid, loggedin, inforum, inthread, incalendar, badlocation, useragent, bypass, profileupdate)
VALUES
('fb484adef14dbfb91dc9e96e58099afe', 0, '74.6.25.40', '91c6b56cd538107d10229cb351e5b018', 1214986046, '/forums/vBTube.php?do=user&uname=tyrannyofsoulz', 0, 0, 0, 0, 0, 0, 0, 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)', 0, 0);
MySQL Error : MySQL server has gone away
Error Number : 2006
Also I have no members with the username tyrannyofsoulz
This only happens with this mod, the rest of my vbulletin and mods work fine.
Playa82
07-02-2008, 11:26 AM
Since having this mod installed I have had hundreds of database errors. This doesn't happen every day but today alone I have had over a hundred errors.
These are the two errors I get
Invalid SQL:
UPDATE session
SET lastactivity = 1214984577, inforum = 0, inthread = 0, incalendar = 0, badlocation = 0
WHERE sessionhash = 'b247ca7558dc749dfc6672e9eaea6dd3';
MySQL Error : MySQL server has gone away
Error Number : 2006
Invalid SQL:
INSERT IGNORE INTO session
(sessionhash, userid, host, idhash, lastactivity, location, styleid, languageid, loggedin, inforum, inthread, incalendar, badlocation, useragent, bypass, profileupdate)
VALUES
('fb484adef14dbfb91dc9e96e58099afe', 0, '74.6.25.40', '91c6b56cd538107d10229cb351e5b018', 1214986046, '/forums/vBTube.php?do=user&uname=tyrannyofsoulz', 0, 0, 0, 0, 0, 0, 0, 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)', 0, 0);
MySQL Error : MySQL server has gone away
Error Number : 2006
Also I have no members with the username tyrannyofsoulz
This only happens with this mod, the rest of my vbulletin and mods work fine.
looks like you got a mysql error, check it out here:
http://crackmuzik-gfx-elite.de/vBTube.php?do=user&uname=tyrannyofsoulz
works fine for me
maybe you should contact your host... i can't help you with your mysql database
ProtoPC
07-07-2008, 08:31 PM
I get those errors too...and I am the host.
http://www.cywire.com/index.php?option=com_wrapper&Itemid=92
Invalid SQL:
UPDATE vb_session
SET lastactivity = 1215465839, location = '/community/vBTube.php?do=view&vidid=dYYytKt9Mo8', inforum = 0, inthread = 0, incalendar = 0, badlocation = 0
WHERE sessionhash = 'c915b4d48452584a8035a2d48022bd6e';
MySQL Error : MySQL server has gone away
Error Number : 2006
This is the only mod I get these notifications for as well.
NeverBored
07-07-2008, 09:38 PM
I just got a few of those errors today also, but at the time I couldn't access vbtube or even youtube.com itself. They just wouldn't load at all. I checked the "demo" site here also and it wasn't working either. Everything seems to be working now. So I think these errors are just some kind of connection problem to the youtube api. This is the first time I received those errors, and like I said I couldn't even connect to youtube.com when it was happening so I can't see it being anything else other than a problem connecting to youtube.
Playa82
07-08-2008, 04:25 AM
it's a problem connecting to youtube !!!
if u got a error, just wait a bit
thecricketzone
07-09-2008, 03:43 PM
I have just tried to find the bit of code in vbtube.php line 46 that lets u set a default category - and it isnt there in vb 3.7.2! Pls can someone help? As I need to set a default category otherwise it just returns 'New Today' and that often has some content not suitable for minors.
Many Thanks!
BalkanW
07-09-2008, 06:52 PM
great mod thanks man
thecricketzone
07-10-2008, 05:22 AM
I have just tried to find the bit of code in vbtube.php line 46 that lets u set a default category - and it isnt there in vb 3.7.2! Pls can someone help? As I need to set a default category otherwise it just returns 'New Today' and that often has some content not suitable for minors.
Many Thanks!
Can anyone help?
thecricketzone
07-11-2008, 08:25 AM
??anyone?
Chadi
07-12-2008, 12:05 AM
Is anyone willing to do this strictly for godtube.com?
I will gladly pay $100 for a stable version.
connkid25
07-13-2008, 05:17 PM
It would be awesome if we can get rid of the "webpage has expired" when hitting the back button on searches and other areas. This is done through a cookie right? Its just aggrevating being forced to go back to the main page. Otherwise, im still impressed with this hack.
Rideharder
07-15-2008, 03:35 AM
When I use search and see a movie when done I hit back and this is what I git..
What can I do to fix?
Most likely cause:
The local copy of this webpage is out of date, and the website requires that you download it again.
What you can try:
Click on the Refresh button on the toolbar to reload the page. After refreshing, you might need to navigate to the specific webpage again, or re-enter information.
More information
Good Job so far!
Hmm your boards dont do it http://crackmuzik-gfx-elite.de/vBTube.php?do=search
But mine douse http://www.speedaholic.net/
ShawneyJ
07-16-2008, 03:20 AM
It would be awesome if we can get rid of the "webpage has expired" when hitting the back button on searches and other areas. This is done through a cookie right? Its just aggrevating being forced to go back to the main page. Otherwise, im still impressed with this hack.
ahh yeah that sucks, i thought it was so cool till i hit back.
Rideharder
07-16-2008, 05:48 AM
ahh yeah that sucks, i thought it was so cool till i hit back.
Try to do it on this site below the back button works..
http://crackmuzik-gfx-elite.de/vBTube.php?do=search
ShawneyJ
07-16-2008, 09:29 AM
Try to do it on this site below the back button works..
http://crackmuzik-gfx-elite.de/vBTube.php?do=search
wow does work on your site, o/well thanks for the demo.
schlottkej
07-16-2008, 05:28 PM
If you want "UPLOAD" capability added like here: http://www.thewrestlingtalk.com/wrestling-videos/
PM Me. It isn't free, but I had to get it coded myself :) Once I reach what I paid for it, I might release it as a package.
Rideharder
07-17-2008, 06:24 AM
wow nice check your PM
schlottkej
07-18-2008, 04:03 AM
I got like 30 PMs about it.. I will respond to all of you tomorrow.. lol
ArnyVee
07-20-2008, 02:20 AM
I got like 30 PMs about it.. I will respond to all of you tomorrow.. lol
Can't wait to hear what comes from this! :D
Rideharder
07-20-2008, 04:38 AM
When I use search and see a movie when done I hit back and this is what I git..
What can I do to fix?
Most likely cause:
The local copy of this webpage is out of date, and the website requires that you download it again.
What you can try:
Click on the Refresh button on the toolbar to reload the page. After refreshing, you might need to navigate to the specific webpage again, or re-enter information.
Can some one fix the code please?
schlottkej
07-21-2008, 10:15 PM
The reason is because you are completing a form request when you run the search..
Rideharder
07-22-2008, 02:25 AM
The reason is because you are completing a form request when you run the search..
Okie>?
connkid25
07-24-2008, 10:04 PM
The reason is because you are completing a form request when you run the search..
It doesnt do it on the authors site so there must be a way to change it. ;)
ArnyVee
07-25-2008, 02:53 AM
Thanks.
This is an awesome mod! :D
If only it had the ability to add comments and rate the videos, this would be absolutely perfect! :D
ArnyVee
07-25-2008, 04:12 AM
By the way, how can we change the 'vBTube Search' name to 'XXXX Search'?
I'm calling mine WDBTube (Walt Disney Boards Tube) and wanted to change the 'search' box to have the same name as my navbar link.
NeverBored
07-25-2008, 04:49 AM
By the way, how can we change the 'vBTube Search' name to 'XXXX Search'?
I'm calling mine WDBTube (Walt Disney Boards Tube) and wanted to change the 'search' box to have the same name as my navbar link.
Edit the phrase "vBTube_title"
ArnyVee
07-25-2008, 12:03 PM
Edit the phrase "vBTube_title"
Thank you! :D
How can we make this visible to only members?
massizero
07-28-2008, 04:07 PM
All the admin cp links are missing..
There's no admincp folder to upload?
How can I set that all the videos are from a http://xx.youtube.com (international) and not from the global one?
thanks
soundbarrierpro
07-28-2008, 06:54 PM
Thank you! :D
How can we make this visible to only members?
Get vbtubePRO lite.
NeverBored
07-28-2008, 10:56 PM
You can make things only visible to members simply by using a if conditional.
<if condition="$show['member']"></if>
massizero
07-29-2008, 10:43 AM
All the admin cp links are missing..
There's no admincp folder to upload?
How can I set that all the videos start from a http://xx.youtube.com (international) and not from the global one?
anyone can help?
ArnyVee
07-29-2008, 11:58 AM
You can make things only visible to members simply by using a if conditional.
<if condition="$show['member']"></if>
That's great, thanks! :D
But, where do we put it in this mod?
NeverBored
07-29-2008, 07:56 PM
That's great, thanks! :D
But, where do we put it in this mod?
If you want to hide the entire vbtube from guests you can do this...
Go to the template, vbtube
Find:
$navbar
Under that, add:
<if condition="$show['member']">
Find:
$footer
Above that add:
<else />
<div>Only members can view vbtube.</div>
</if>
Thats it. You can put whatever you want in place of the message saying members only.
NeverBored
07-29-2008, 07:57 PM
All the admin cp links are missing..
There's no admincp folder to upload?
How can I set that all the videos start from a http://xx.youtube.com (international) and not from the global one?
anyone can help?
There is no admin
I don't think you can
ArnyVee
07-30-2008, 04:13 AM
If you want to hide the entire vbtube from guests you can do this...
Go to the template, vbtube
Find:
$navbar
Under that, add:
<if condition="$show['member']">
Find:
$footer
Above that add:
<else />
<div>Only members can view vbtube.</div>
</if>
Thats it. You can put whatever you want in place of the message saying members only.
Thanks for your help! :D
ArnyVee
07-30-2008, 04:40 AM
I've created custom categories and all of that. But, I noticed that if I wanted to refine my search and keep certain keywords out, the top right hand side will show exactly what I put into (or in this case excluding) my search.
Is there anyway that we can either make that text blue to have a work around for those 'search results' showing or something?
massizero
07-30-2008, 11:17 AM
There is no admin
Well in the admincp, i have now
*[vbtube]*
vbtube Options
Manage tubes
Categories
Add Category
Rebuild Counters
And no one of these options are working because their link recall something in the admincp that is missing
HAVOK USA
08-09-2008, 02:31 PM
I have installed according to directions on 3.71 and get a blank page when navigating to the hack. I have re-checked the installation, made sure all folders were uploaded to correct location and checked chmod as well - still a blank page.
Can anyone help?
Edit: when navigating manually to www.mysite.com/forum/vBtube.php I get a 404 not found message. vBtube.php is chmod to 644 - which is the same for my arcade, mp3 player etc.
Davey-UK
08-10-2008, 09:55 AM
Is there any way to stop videos containing porn etc from being viewed as it does on youtube itself??
Maybe filter out keywords etc??
ArnyVee
08-10-2008, 11:13 AM
Davey, it's sort of a catch-22. You see, when you set the keywords to filter in the files, those keywords show in the top right portion of the screen (blue bar - search results) which kinda looks ugly. I couldn't do it because if an adult and their child (we have that a lot on our site due to it being Disney-related) are surfing my site and click on my WDBTube, I don't want the conversation to be around... "Mommy, what is 'porn'?"...since it shows in the blue bar.
In post #336 above (https://vborg.vbsupport.ru/showpost.php?p=1587182&postcount=336) I asked the same thing on whether we could 'hide' these and received no answer. :(
eternal_
08-15-2008, 01:54 PM
What is the View Playlist - Does this do anything? What is a playlist ID?
fitaholic
08-17-2008, 03:59 AM
This is a great mod and will literally make my site, as I run a fitness site. www.fitaholic.com/forum (http://www.fitaholic.com/forum)
I have changed all the categories to display fitness videos and even our own videos. But i notice that the videos just appear randomly and not by most viewed. How can you change this so only the most popular ones appear on the first page???
Thank you for the incredible mod. (installed)
Artes_Marciales
08-17-2008, 09:14 AM
**nominated**
ArnyVee
08-17-2008, 12:15 PM
I have changed all the categories to display fitness videos and even our own videos. But i notice that the videos just appear randomly and not by most viewed. How can you change this so only the most popular ones appear on the first page?
Good point...I forgot to ask that question before. That and the 'hidden' search keywords would be two improvements that I'd like to see.
But, I LOVE this mod and the folks on our site love the custom categories and being able to watch Disney clips without having to leave our site! :D
NeverBored
08-17-2008, 07:00 PM
Just remove $sect from the template vBTube_videos to hide search keywords
fitaholic
08-17-2008, 07:35 PM
That worked perfectly, now if we can just have the top videos show instead of how it currently displays videos.
ArnyVee
08-19-2008, 11:49 AM
Just remove $sect from the template vBTube_videos to hide search keywords
I'll have to try this! :D
Thanks!
ArnyVee
08-19-2008, 01:22 PM
So, I removed the $sect part of the code below and it worked! :D
But, it made the 'bar' at the top of that window/table at half the size of the 'normal' one. You can see on my attachment the difference if you look at the left hand side.
How can I fix that?
<table class="tborder" width="100%" cellpadding="6" cellspacing="0">
<tr><td class="tcat" colspan="3">$sect</td></tr>
<tr align="center">
$vBTube_bits
</tr>
<if condition="$totalpages!=''">
<tr>
<td class="tfoot" align="left">$pre</td>
<td class="tfoot" align="center">$cur</td>
<td class="tfoot" align="right">$nex</td>
</tr>
</if>
</table>
fitaholic
08-19-2008, 01:46 PM
So, I removed the $sect part of the code below and it worked! :D
But, it made the 'bar' at the top of that window/table at half the size of the 'normal' one. You can see on my attachment the difference if you look at the left hand side.
How can I fix that?
<table class="tborder" width="100%" cellpadding="6" cellspacing="0">
<tr><td class="tcat" colspan="3">$sect</td></tr>
<tr align="center">
$vBTube_bits
</tr>
<if condition="$totalpages!=''">
<tr>
<td class="tfoot" align="left">$pre</td>
<td class="tfoot" align="center">$cur</td>
<td class="tfoot" align="right">$nex</td>
</tr>
</if>
</table>
Hey Arney,
Here is a simple way to fix that: replace $sect with "Walt Disney Board Videos" see below on how I changed mine to Fitaholic Fitness Videos and that is the only thing that displays and your bar is back.
<table class="tborder" width="100%" cellpadding="6" cellspacing="0">
<tr><td class="tcat" colspan="3">Fitaholic Fitness Videos</td></tr>
<tr align="center">
$vBTube_bits
</tr>
<if condition="$totalpages!=''">
<tr>
<td class="tfoot" align="left">$pre</td>
<td class="tfoot" align="center">$cur</td>
<td class="tfoot" align="right">$nex</td>
</tr>
</if>
</table>
P.S. How do you copy your screen? (the thumbnail you made)
ArnyVee
08-19-2008, 02:01 PM
Hey Arney,
Here is a simple way to fix that: replace $sect with "Walt Disney Board Videos" see below on how I changed mine to Fitaholic Fitness Videos and that is the only thing that displays and your bar is back.
P.S. How do you copy your screen? (the thumbnail you made)
That's awesome! Thanks! :D
As far as the 'copy' of the screen, I do a print screen (PrtScn button on keyboard) and then paste into my photo editing program and then crop the part of the screen that I want to display. From there, I save it and when posting my message I click on 'manage attachments', click on 'browse', find your pic of the edited screen shot and then 'upload' it. Close the window and that's it. :D
Blacura
08-19-2008, 05:36 PM
When i go to admin panel to adjust settings it tells me this page does not exist. Vbtubes options takes me to my forum settings not to the vbtubes options.
any ideas?
NeverBored
08-19-2008, 07:05 PM
When i go to admin panel to adjust settings it tells me this page does not exist. Vbtubes options takes me to my forum settings not to the vbtubes options.
any ideas?
This is no admin section for this mod
basketmen
08-20-2008, 01:49 AM
anybody know how to add time to the video? i want to see what length the videos in home, search result and video page
people need it or they will leave to youtube it self to see it
Chadi
08-20-2008, 10:22 PM
Anyone willing to create a godtube.com version of this? I'm willing to pay $100 for a stable (proven) copy.
energetic
08-21-2008, 02:20 AM
I got error
XML error: Line no 95 Invalid character
fitaholic
08-22-2008, 01:45 PM
Is there a way to make it so that members can not view the fitness videos until they have made atleast one post???
john102774
08-23-2008, 09:51 AM
Good stuff. Thanks!
GeNeRaL NT
08-23-2008, 02:40 PM
thanks
badboyz
08-26-2008, 02:01 AM
this mod is great over all but its not working with vbseo plzz help ty
Chadi
08-26-2008, 03:47 AM
So is anyone willing to do this mod for godtube.com?
I offered to pay $100 numerous times, no one is willing to do this?
NeverBored
08-26-2008, 10:06 PM
So is anyone willing to do this mod for godtube.com?
I offered to pay $100 numerous times, no one is willing to do this?
It's not possible
Chadi
08-26-2008, 10:13 PM
It's not possible
It would be nice if you explain why you claim that.
Chris11987
08-26-2008, 10:42 PM
I edited this mod so there would be no mention of "vbtube", and everyhting would just say "videos" instead. When I did that, I made "videos" in lowercase for everything. The phrases, such as the Navbar word Videos was a simple phrase edit in order to get it to be uppercase, but the problem I have is in the title. When on the videos page, the title says" ____ Forums - videos". I want it to be an uuppercase V, but I can't seem to find where to edit that in the files. Can anyone help me out with that?
edit: Also, where do I edit what it says a member is doing in their profile, like this:
Current Activity: Viewing videos Video Videos
I'd obviously like to change that.
badboyz
08-27-2008, 02:56 AM
It's not possible
sorry to say this.. but that site is garbage.. compare to youtube.com and veoh.com
anyhow thats my opinion...
Chadi
08-27-2008, 03:21 AM
sorry to say this.. but that site is garbage.. compare to youtube.com and veoh.com
anyhow thats my opinion...
Exactly what site is garbage you say?
Chris11987
08-30-2008, 09:32 AM
Can anyone tell me how to get the "What's Going On" box to display on the videos page?
OTForums
08-30-2008, 10:50 AM
Awesome modification, installed.
GoTTi
09-08-2008, 06:30 AM
how can i make it load various searches when the vbtube.php page is first called, instead of only 1 search. i saw how to change the term to another term, and it loads a different search result, but i wanna have multiple results that are various when loaded.
thanks.
inciarco
09-08-2008, 05:45 PM
I Quote a Message I Posted on the Mod "vBTubePRO - Lite Version 1.0.4 Updated and FIXED (https://vborg.vbsupport.ru/showthread.php?t=168658)".
I Hope You Both can find a Way to Coexist in Final User's Boards and not to Exlude Each Other and Overwrite Each Other when Users Install Your Applications.
Why the Other Applications don't have that Problem?? Why when someone Install Any Application that Application don't Overwrites Any of the the Existing Ones?? Both of You Developpers Should Ask Yourselves those Questions, because seems like if Eachother wishes to Monopolyze the Boards and not Share Room to Complete and/or Complement Each Other for the Benefit of the Final User.
My Best Regards.
:)
vbtubePRO is a rewrite of the extinct (at that time vbtube) which was trashed by vbulletin.org because of several exploits and virus issues.
vbtubePRO took that code and fixed it and renamed it after it was completely abandoned. These two do not compliment eachother because vbtubePRO is actually the successor and fully functional "NON EXPLOIT" script.
Somebody else brought back the old vbtube standard by themselves and fixed the exploit far after the more superb "vbtubePRO" was rewritten and submitted for live use.
vbtube CSRF protection added isn't anywhere near the same script. It's not even remotely close to the vbtubePRO lite script as well.
In essence they are two completely different mods re-written off the same base model.
They Share the same Template Names, and Also when You Install the other vBTube Application and then Install this One, then the other one is Overwritten.
Both Applications Overwrite Eachother, that is Terrible for the Final User, (Us), but Send a Dirty Messsage of Disloyal Competition bettween the Two (2) Applications and also FORCE (that's what I don't Like the Most) the Users to Choose One or the Other. I'd like to be Able to Use Both and as I've been Forced to Choose I've chosen the Other that Attracts Traffic to the Boards on Search Engines.
I wrote the Developper of this Mod and He/She Told me that He/She was Able to Install both Applications in His/Her Board, so Not Sharing the Solution with the Community has NO PRESENTATION.
I Quote the Private Message I received from muratmunich on 17 Mar 2008 06:13. You All Can Take Your Conclusions.
Title: Re: both versions installed
http://www.vbyes.com/vbtubelite/vBTube.php
http://www.vbyes.com/vbtubelite/vbtubepro.php
Also in this Thead are some Posts Regarding this Issue and Haven't been Solved bay neither one of both Developpers:
i installed both versions on my demo board and it works.
The 2 are not compatible because since they are both named "vbtube", they likely have a few of the same files names or templates and phrases. They may also share some of the same table names depending on how unique the developers were trying to be.
In another note, I viewed the pro version and spammed myself, as a guest, through your send to friend feature. That should be limited to members and should record all sent friend requests with the text being stored. This way, the staff can monitor what is being sent and since its member only, we can remove anyone who abuses the system. The current method is certainly flawed.
I Replied also Messages to the Developper of the other Application and Never Received a Solution.
muratmunich has the Solution, I think He/She Should Share it with the Community if the Competition between the Two (2) Mods is Clean and is Fair Play.
My Best Regards and Hopes for this Two (2) Applications to Cooperate between each other and Not to Exclude Each Other from the Final User's Boards.
:)
:)
inciarco
09-09-2008, 05:15 PM
This is a Copy Paste of the Last Post I Made on the Other Mod's Thread Regarding this Issue; this is the Last Post I'll Make, because the Solution Should be Provided by You BOTH Developpers:
you missed this part ending my paraphrase
"In essence they are two completely different mods re-written off the same base model."
vbtubePRO
Same script, completely re-written to be secure, bi-laterally functional and 10x the operational enhancements for full vbulletin integration and compatibility.
vBTube 1.2.9 (CSRF protection added)
Basically the original was retro-fitted, (same script modified) only to work as was originally intended. As a youtube API browser for vbulletin.
Neither of these scripts is supported by the original developer, nor does the original developer care they were re-written. Neither broke any rules. One hot-rodded the script and the other took off only supporting it's elemental development. They are their own mods. :)
But the New Developpers Can Take in Consideration that Both Mods Overwrite Each Other and Solve that Problem. The Problem is not the Previous Developper, the Problem is Caused by the New Developpers that Share Template Names and that Share the Same Name for the Installed Mod in the Boards, so both Products can't Work on the same Board. TERRIBLE FOR THE FINAL USER, that have to Choose one of them. In My Case I've Chose the Other Mod, but would like to Use this one too.
In Small Words, Correct the Problem and make the Product Compatible with the other One, or Simply Release a Second Version of this Mod that can Work in the same Board with the other Mod without Affecting it. That Is The SOLUTION.
I won't discuss more this. I Hope for a Solution. Less Words and More Solving that Incompatibility Issue.
My Best Regards.
:)
soundbarrierpro
09-09-2008, 06:03 PM
Keep posting all you want. Be nice in the other forum then crap on me here for being logical.
Plainly....They aren't made to work together, and there is no reason for them too. Make sense?
This one is a browser only
vbtubePRO is a browser and API harverster to single click add to your site. If you have vbtube lite, this is useless to you. (no offense to developer) they won't work together.
caitian
09-10-2008, 10:09 PM
Can someone confirm for me that with this mod here a user can not add a YouTube video as in a form that user's can access to add a YouTube video to the list?
I don't mean upload a video file to the site's server but add a YouTube video that is played from the YouTube server in your own site's page.
For the life of me I can see any link or button that says 'Add Video" so I am assuming only an Administrator (etc) can list videos.
NeverBored
09-11-2008, 12:40 AM
Can someone confirm for me that with this mod here a user can not add a YouTube video as in a form that user's can access to add a YouTube video to the list?
I don't mean upload a video file to the site's server but add a YouTube video that is played from the YouTube server in your own site's page.
For the life of me I can see any link or button that says 'Add Video" so I am assuming only an Administrator (etc) can list videos.
Your answer is in big red bold letters at the top of the page. This shows all videos on youtube.
chick
09-11-2008, 08:35 PM
members love it!!!!!
RobbieZ
09-11-2008, 08:39 PM
INteresting Hack thanks..
soqzippo
09-12-2008, 05:32 AM
I've seen several people mentioning that when you use the search option to find videos, after you are done watching your video and then click the back button on your browser you get
Webpage has expired
Most likely cause:
The local copy of this webpage is out of date, and the website requires that you download it again.
What you can try:
Click on the Refresh button on the toolbar to reload the page. After refreshing, you might need to navigate to the specific webpage again, or re-enter information.
More information
It has also been mentioned that the developers site does not have this problem. Thanks to those who pointed it out btw... Because i assumed it was normal for everyone and that it couldnt be fixed. Well now that we know it can be fixed, why are we left with the faulty version? when the developer has found a fix for it.
Thanks in advance for any responses regarding this.
http://www.soqpro.com
soqzippo
09-12-2008, 05:41 AM
Anyone willing to create a godtube.com version of this? I'm willing to pay $100 for a stable (proven) copy.
You were told twice I believe how to get godtube.com on your site. The solution is http://vbtube.com/ but its 29 USD more than you are willing to spend.
Rideharder
09-12-2008, 07:44 AM
I've seen several people mentioning that when you use the search option to find videos, after you are done watching your video and then click the back button on your browser you get
It has also been mentioned that the developers site does not have this problem. Thanks to those who pointed it out btw... Because i assumed it was normal for everyone and that it couldnt be fixed. Well now that we know it can be fixed, why are we left with the faulty version? when the developer has found a fix for it.
Thanks in advance for any responses regarding this.
http://www.soqpro.com
I would like to know too!!!!!
soqzippo
09-14-2008, 05:41 PM
hello? anyone going to answer
bump
yumyumcat
09-14-2008, 05:57 PM
Hello...maybe if we bug them, they'll answer? I would like it to know what the fix "is" or if it has been modified.
NeverBored
09-15-2008, 12:52 AM
Your browser will not resubmit forums without your approval. Don't press back after searching. Problem solved.
soqzippo
09-15-2008, 06:57 AM
Your browser will not resubmit forums without your approval. Don't press back after searching. Problem solved.
Why is it that morons always want to open their big mouths? If you dont have a solution to this fix, then shut your damn mouth. I think I speak for most when i say your solution is garbage. So stay out of topics u dont know what the %&%*( you are talking about
soundbarrierpro
09-15-2008, 12:16 PM
Why is it that morons always want to open their big mouths? If you dont have a solution to this fix, then shut your damn mouth. I think I speak for most when i say your solution is garbage. So stay out of topics u dont know what the %&%*( you are talking about
Not for anything, but his response was logical. It's been that way since day one (however long ago this script was designed). I use it with vbtubePRO and it does the same thing. I do exactly what he said. I don't hit the back button. Problem solved.
soqzippo
09-15-2008, 02:22 PM
His idea was not a logical solution. Avoiding something because you know it doesn't work, will not solve the problem. Of course i am not going to hit the back button. The point is, like i stated in my original post, there is a solution that the developer has on his website. You can search and then click the back button and all works perfectly fine, on his site that is. So im not asking for your lame responses and so called logical solutions because its not helping anyone. So stop avoiding the problem, and get this developer to release his fix.
Developers site... Give it a try
http://crackmuzik-gfx-elite.de/vBTube.php?do=search
soundbarrierpro
09-15-2008, 06:05 PM
His idea was not a logical solution. Avoiding something because you know it doesn't work, will not solve the problem. Of course i am not going to hit the back button. The point is, like i stated in my original post, there is a solution that the developer has on his website. You can search and then click the back button and all works perfectly fine, on his site that is. So im not asking for your lame responses and so called logical solutions because its not helping anyone. So stop avoiding the problem, and get this developer to release his fix.
Developers site... Give it a try
http://crackmuzik-gfx-elite.de/vBTube.php?do=search
You realize any manipulation of code can have positive or negative results based on what it is particularly one does to it. Just because it works on his site, doesn't mean whatever the tweak was will work on anybody elses. Logical thinking presents logical results. Think about what you are saying before you hit the submit button. He most likely doesn't respond because this isn't something he's tested across the board. As is the case with many of the customized tweaks these devs do with their mods. He's not obligated to answer and with replies like yours, I don't blame him.
soqzippo
09-15-2008, 07:46 PM
I've seen several people mentioning that when you use the search option to find videos, after you are done watching your video and then click the back button on your browser you get
It has also been mentioned that the developers site does not have this problem. Thanks to those who pointed it out btw... Because i assumed it was normal for everyone and that it couldnt be fixed. Well now that we know it can be fixed, why are we left with the faulty version? when the developer has found a fix for it.
Thanks in advance for any responses regarding this.
http://www.soqpro.com
This is all I said. I think i was stating what i wanted pretty clearly without coming off rudly. I only started getting annoyed because of pimpled faced morons like yourself butting into where you dont belong. I was asking the developer to respond not you or the idiot before you. So please leave your logiical thinking to where it belongs, in your head, instead of where everyone else can see it and judge you based on it.
enginethatcan't
09-16-2008, 12:41 AM
Getting errors on vbtube page....nothing else showing
-------------------------------------
Warning: include(./vBTube/vBTube.php) [function.include]: failed to open stream: No such file or directory in [path]/vBTube.php on line 31
Warning: include(./vBTube/vBTube.php) [function.include]: failed to open stream: No such file or directory in [path]/vBTube.php on line 31
Warning: include() [function.include]: Failed opening './vBTube/vBTube.php' for inclusion (include_path='.:/usr/local/php52/pear') in [path]/vBTube.php on line 31
Fatal error: Class 'phpYoutube' not found in /home/anabolic/public_html/forum/vBTube.php on line 33
------------------------------------
line 31 of vbtube.php saysinclude("./vBTube/vBTube.php");
soundbarrierpro
09-16-2008, 11:39 AM
This is all I said. I think i was stating what i wanted pretty clearly without coming off rudly. I only started getting annoyed because of pimpled faced morons like yourself butting into where you dont belong. I was asking the developer to respond not you or the idiot before you. So please leave your logiical thinking to where it belongs, in your head, instead of where everyone else can see it and judge you based on it.
LOL, I hope the mod author never answers your query. You are rude, obnoxious and your mother should never allow you to touch another keyboard again. LOL.
soqzippo
09-16-2008, 02:57 PM
How creative, clearly you are running out of flame.....Saying LOL twice and mentioning my mom. Whats next? :up:
soundbarrierpro
09-16-2008, 03:05 PM
How creative, clearly you are running out of flame.....Saying LOL twice and mentioning my mom. Whats next? :up:
LOL, Perhaps you never getting an answer for being immature? LOL, LOL
Fatal67
09-16-2008, 10:36 PM
How owuld I go about setting the search string for the initial click of this mod?
IE, let's say my site is related to rubberbabybuggybumpers. When they click the vbtube link, I would like for rubberbabybuggybumpers to be the keyword for initial videos.
Is that possible?
##
Found my answer.
https://vborg.vbsupport.ru/showpost.php?p=1466450&postcount=34
Thanks!
bonjurkes
09-20-2008, 08:12 PM
is this only works with youtube?
ryancooper
09-22-2008, 01:35 AM
I am hoping someone can help me on this. When I set this up everything worked fine but in the usergroup manager I get a blank selection box. (see attachment) and when I try to update a usergroup a get a error MySQL Error : Unknown column 'vbtube' in 'field list'
Error Number : 1054
Request Date : Sunday, September 21st 2008 @ 10:34:10 PM
Error Date : Sunday, September 21st 2008 @ 10:34:11 PM
Script : http://www.xxxxx.com/forums/admincp/usergroup.php?do=update
Referrer : http://www.xxxxx.com/forums/admincp/usergroup.php?do=edit&usergroupid=6
Any help or idea what I may have done wrong?
Rideharder
09-24-2008, 01:57 PM
Not for anything, but his response was logical. It's been that way since day one (however long ago this script was designed). I use it with vbtubePRO and it does the same thing. I do exactly what he said. I don't hit the back button. Problem solved.
YOU CAN HIT BACK AND THEN REFRESH TO MAKE IT WORK!:mad:
soundbarrierpro
09-24-2008, 02:00 PM
YOU CAN HIT BACK AND THEN REFRESH TO MAKE IT WORK!:mad:
Fine with me, whatever floats your boat. Why the caps and the angry face, it's not my mod?
Hamednet
09-29-2008, 09:29 AM
thanks dear
very nice !
Skierpetros
09-29-2008, 11:25 AM
I want to close it for guests to use it how can i do that???
Blacura
09-30-2008, 05:00 PM
I am hoping someone can help me on this. When I set this up everything worked fine but in the usergroup manager I get a blank selection box. (see attachment) and when I try to update a usergroup a get a error MySQL Error : Unknown column 'vbtube' in 'field list'
Error Number : 1054
Request Date : Sunday, September 21st 2008 @ 10:34:10 PM
Error Date : Sunday, September 21st 2008 @ 10:34:11 PM
Script : http://www.xxxxx.com/forums/admincp/usergroup.php?do=update
Referrer : http://www.xxxxx.com/forums/admincp/usergroup.php?do=edit&usergroupid=6
Any help or idea what I may have done wrong?
Yes this was an issue for me. i had to uninstall it. hope you can fix it. it was very very popular. only thing is there was always this one ip always in there. i feared maybe it was some type is hacking bot
saviola8x
10-12-2008, 05:16 PM
I want more add comments for each video link, Help me. Thanks so much !
BucWiLd
10-21-2008, 10:43 PM
Installed works great! thanks. can someone share how to change the link name in the navbar?i went and changed it in the navbar template but then it wouldnt connect so i imagine i have to change it somewhere els. help
basketmen
11-18-2008, 09:36 AM
please add this : related videos part in viewing video page
this is very important, people still like go to youtube because there is related videos in youtube, and there is no related videos in vbtube page!! (except must playing the videos until finished first)
Jaxel
11-20-2008, 01:57 PM
This mod is ALMOST exactly what I wanted... however, could I request two changes?
1. I noticed there is a category list that you must manually add categories to. Instead of doing it this way, could we make the category list a simple list of the top twenty (or thirty?) users who have uploaded video? The more a user uploads, the higher on the category list they show up. This way people would be able to easily sort videos by the user, and it would take away some of the responsibility for categories from the administrator...
2. If #1 were also implemented, then we could also let users define their own categories. This way people would click on a user, and see the categories that user has defined for themselves. Very similar to the built in picture and albums system.
HAVOK USA
11-23-2008, 08:25 PM
I've installed and reinstalled 4 times now and keep getting a blank page when navigating to the vbtube.php file.
Anyone else have this issue?
steveneff
11-24-2008, 06:49 PM
I've had this mod installed for some time but I've been getting an ever increasing problem with bots. It looks like they are trying to add comments to the videos, I'm now up to several hundred of these a day.
Has anyone else found request similar to these in there error logs or wol?
/forums/vBTube.php?video_link=%5BvBTube%5D0wH8SkfZO_Y%5B%2 FvBTube%5D&video_link=http%3A%2F%2Fwww.MYSITE.COM%2Fforums%2F vBTube.php%3Fdo%3Dview%26vidid%3D0wH8SkfZO_Y&embed_code=comment2%2C+http%3A%2F%2Fwww.mychurch.o rg%2Fblog%2F351470%2FCo
I have install this mod, which has been the first mod I have install on my own.
I have not seen any errors and it is working great.
now with that been said, how do I remove the Embed Code?
How do I get all the thumb nail videos to show up under the video that is currently playing on the page? (rather than having the Embed Code, we can have all the other videos from that serch show up, so we would not have a need to hit the back button are look at the whole video.)
saviola8x
12-01-2008, 04:21 AM
I failed White Pages . Not work.
Help me -..- !~
japancars
12-19-2008, 04:32 AM
Has youtube changed anything??? It doesent work anymore... 3.7.4
bigtime
01-28-2009, 10:42 PM
I just successfully installed to 3.8.1.
inciarco
03-01-2009, 05:55 PM
I've had this mod installed for some time but I've been getting an ever increasing problem with bots. It looks like they are trying to add comments to the videos, I'm now up to several hundred of these a day.
Has anyone else found request similar to these in there error logs or wol?
/forums/vBTube.php?video_link=%5BvBTube%5D0wH8SkfZO_Y%5B%2 FvBTube%5D&video_link=http%3A%2F%2Fwww.MYSITE.COM%2Fforums%2F vBTube.php%3Fdo%3Dview%26vidid%3D0wH8SkfZO_Y&embed_code=comment2%2C+http%3A%2F%2Fwww.mychurch.o rg%2Fblog%2F351470%2FCo
I've Noticed something like That with the vBFirewall Mod Hacking Report.
What Does This Mean? :confused::confused::confused:
Can Bots/Hackers Hack the Forum Boards Thru This Mod? :confused::confused::confused:
What can be the Consequences of this Extrange Codes? :confused::confused::confused:
Before the video_link should be the "/vBTube.php?" as steveneff Reports on Quoted Post.
1||1235936110||94.229.65.173||video_link=%5BvBTube %5DlkRTyP86Jcg%5B%2FvBTube%5D&video_link=http%3A%2F%2FZZZ.com%2Fforums%2FvBTube. php%3Fdo%3Dview%26vidid%3DlkRTyP86Jcg&embed_code=Coolest+Site%2C+http%3A%2F%2Fsamgopher. wetpaint.com%2Faccount%2FBuyCheapViagraOnline+Buy+ Viagra%2C++bjcokf%2C+http%3A%2F%2Fforums.hostrocke t.com%2Fmember.php%3Fu%3D42811+Viagra%2C++13329%2C +http%3A%2F%2Fwww.yardbarker.com%2Fusers%2FBuyViag ra438+Order+Viagra%2C++582345%2C+http%3A%2F%2Fwww. justin.tv%2Fmurrayaram%2Fprofile+Buy+Viagra%2C++08 496%2C+http%3A%2F%2Fwww.videocodezone.com%2Fusers% 2Fbellowmargalit%2F+Buy+Viagra%2C++crkb%2C+http%3A %2F%2Fwww.collegehumor.com%2Fuser%3A1937482+Order+ Viagra%2C++mvfza%2C+http%3A%2F%2Ftartarus.phys.us. edu.pl%2Fmoodle%2Fuser%2Fview.php%3Fid%3D253%26cou rse%3D1+Order+Viagra%2C++%3E%3ADDD%2C+http%3A%2F%2 Fwww.jewcy.com%2Fuser%2F5347%2Forderviagracheap+Bu y+Viagra%2C++4377%2C+http%3A%2F%2Fwww.warhammerall iance.com%2Fforums%2Fmember.php%3Fu%3D129690+Buy+V iagra%2C++9303%2C+http%3A%2F%2Fwww.viddler.com%2Fe xplore%2FViagraCheapOrde%2F+Order+Viagra%2C++syr%2 C+http%3A%2F%2Fwis.dm%2Fusers%2F78395-buycheapviagraonline343+Viagra%2C++blfeq%2C+http%3 A%2F%2Fwww.konaworld.com%2Fowners_area%2Findex.php %3Fshowuser%3D10142+Buy+Viagra%2C++ndi%2C+||http://ZZZ.com/forums/vBTube.php?do=view&vidid=lkRTyP86Jcg||Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20061201 Mozilla/5.0 (Linux Mint)
:)
inciarco
03-02-2009, 12:28 PM
^^ I think the Answer to the Questions I Asked are Important.
Can that Code Cause Hacking Problems on the Boards, and/or any Injection of Code that can Cause Problem to the Board, and/or some Code that can Cause Problems to the Users that Use this Mod on the Boards? :confused:
Can this Code Cause Any Problem on the Server, like Overloading it, or Causing Any Problem at All? :confused:
What is that Code? Why Are Some Bots Trying to Use It? Is it a Problem on the Code of the Mod that is Leaving an Open Window for Bots to Use the Mod to Hack/Spam or Any other Malitious Purposes? :confused:
That Code Was Detected by the vBFirewall (https://vborg.vbsupport.ru/showthread.php?t=196791&highlight=vbfirewall) Mod, and Reported as HACKING. (I Copy/Pasted One of the Lines Reported as Hacking Attempts Found by the vBFirewall (https://vborg.vbsupport.ru/showthread.php?t=196791&highlight=vbfirewall) Mod, and Placed on the .txt Report File, there are more, similar to that one, and all of them use the "video_link" and the "embed_code" and all the "Order+Viagra" and many Spam/hacking Phrases and Codes) :confused:
Could Please Playa82 the Author of this Mod and/or some Moderator of vB.org, and/or Some Experienced Coder Answer the Security Questions, Please? :confused:
I Appreciate the Answers, I Think Is Very Important for the Many Users of this Mod. :(:(:(
My Best Regards.
:)
Edit:
Other Code Examples:
1||1235948195||66.31.217.46||video_link=%5BvBTube% 5DtYibRNNdxhk%5B%2FvBTube%5D&video_link=http%3A%2F%2FZZZ.com%2Fforums%2FvBTube. php%3Fdo%3Dview%26vidid%3DtYibRNNdxhk&embed_code=b777%2C+http%3A%2F%2Fdahsgiv.0catch.com %2Fedoedondor.html+type%2C++%3A-(%2C+http%3A%2F%2Fuabywng.freehostyou.com%2Fbryo.h tml+dealer%2C++qfcfc%2C+http%3A%2F%2Fiuozuox.1swee thost.com%2Ficll.html+dealerships%2C++082%2C+http% 3A%2F%2Facafghu.createdollz.com%2Fpecorvay.html+en gines%2C++8-)%2C+http%3A%2F%2Fceqonsz.msd4.com%2Fxateigou.html +volkswagen%2C++566307%2C+http%3A%2F%2Fvdaajjb.1fr eewebspace.com%2Fhiane.html+problems%2C++%25-%5B%5B%2C+http%3A%2F%2Fojoynrf.150m.com%2Fkheved.h tml+pictures%2C++%3ADDD%2C+http%3A%2F%2Fueuohug.ib nsites.com%2Fhele.html+gas%2C++824397%2C+http%3A%2 F%2Fueuohug.ibnsites.com%2Fython.html+pictures%2C+ +%3D-)%2C+http%3A%2F%2Facafghu.createdollz.com%2Fsu.htm l+sensor%2C++eqqin%2C+http%3A%2F%2Fmvyvglh.action-links.net%2Frasuindrt.html+club%2C++470165%2C+http %3A%2F%2Ffuuhptz.freewebportal.com%2Frerorali.html +relay%2C++988%2C+http%3A%2F%2Fuabywng.freehostyou .com%2Fuches.html+specifications%2C++%3AO%2C+http% 3A%2F%2Fyiykfrj.freewaywebhost.com%2Fsussupran.htm l+penta%2C++%25-%5B%2C+http%3A%2F%2Fjbaitoi.kogaryu.com%2Fphorshat .html+radio%2C++%3D(%2C+http%3A%2F%2Fyoimvul.1acce sshost.com%2Fwoucke.html+brake%2C++01132%2C+http%3 A%2F%2Fyiykfrj.freewaywebhost.com%2Fus.html+light% 2C++%3A-D%2C+http%3A%2F%2Facafghu.createdollz.com%2Fpo.htm l+headlight%2C++135%2C+http%3A%2F%2Fjbaitoi.kogary u.com%2Ffolenditha.html+water%2C++xxakj%2C+http%3A %2F%2Fyugosea.parknhost.com%2Fsuparista.html+light %2C++likeb%2C+http%3A%2F%2Fdahsgiv.0catch.com%2Fve manerio.html+repair%2C++34948%2C+http%3A%2F%2Fjbai toi.kogaryu.com%2Fngeng.html+on%2C++8P%2C+http%3A% 2F%2Fjbaitoi.kogaryu.com%2Fhera.html+van%2C++%3DPP %2C+http%3A%2F%2Fyoimvul.1accesshost.com%2Fzdapars a.html+cabrio%2C++psvbhf%2C+http%3A%2F%2Fydwmjjh.2 50m.com%2Fthoule.html+light%2C++%3E%3A)%2C+http%3A %2F%2Fkegsiwd.builtfree.org%2Fthes.html+volvos%2C+ +rdy%2C+http%3A%2F%2Fgdirshb.freewebsitehosting.co m%2Fbedddrobe.html+used%2C++987374%2C+http%3A%2F%2 Fkegsiwd.builtfree.org%2Fanyesi.html+b%2C++016%2C+ http%3A%2F%2Fceqonsz.msd4.com%2Fwef.html+cd%2C++06 74%2C+http%3A%2F%2Fjbaitoi.kogaryu.com%2Fje.html+h ow%2C++fny%2C+http%3A%2F%2Fgdirshb.freewebsitehost ing.com%2Ftheiltagha.html+new%2C++989%2C+||http://ZZZ.com/forums/vBTube.php?do=view&vidid=tYibRNNdxhk||Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
1||1235948153||66.31.217.46||video_link=%5BvBTube% 5DtYibRNNdxhk%5B%2FvBTube%5D&video_link=http%3A%2F%2FZZZ.com%2Fforums%2FvBTube. php%3Fdo%3Dview%26vidid%3DtYibRNNdxhk&embed_code=b777%2C+http%3A%2F%2Fvdaajjb.1freewebsp ace.com%2Fddengema.html+reviews%2C++1048%2C+http%3 A%2F%2Fyiykfrj.freewaywebhost.com%2Fth.html+canada %2C++%25%5D%2C+http%3A%2F%2Fjbaitoi.kogaryu.com%2F jed.html+cooled%2C++motiid%2C+http%3A%2F%2Fjbaitoi .kogaryu.com%2Fked.html+rabbit%2C++16715%2C+http%3 A%2F%2Fuvdeiyo.just-allen.com%2Fwheans.html+service%2C++%3E%3A-))%2C+http%3A%2F%2Fgdirshb.freewebsitehosting.com% 2Fwana.html+turbo%2C++319492%2C+http%3A%2F%2Fuabyw ng.freehostyou.com%2Fserewa.html+volvos%2C++yctcx% 2C+http%3A%2F%2Fojoynrf.150m.com%2Fkheved.html+pic tures%2C++8(((%2C+http%3A%2F%2Fyoimvul.1accesshost .com%2Finadrc.html+kansas%2C++rzvwhu%2C+http%3A%2F %2Fueuohug.ibnsites.com%2Fhele.html+gas%2C++378%2C +http%3A%2F%2Fuvdeiyo.just-allen.com%2Fppedesezdd.html+dl%2C++%3A-))%2C+http%3A%2F%2Facafghu.createdollz.com%2Fithon .html+repair%2C++%3D-((%2C+http%3A%2F%2Fgdirshb.freewebsitehosting.com% 2Fghaler.html+review%2C++29816%2C+http%3A%2F%2Ffuu hptz.freewebportal.com%2Fbeteid.html+auto%2C++awry b%2C+http%3A%2F%2Facafghu.createdollz.com%2Fumndsu si.html+bettle%2C++rxzg%2C+http%3A%2F%2Fkegsiwd.bu iltfree.org%2Fimma.html+exhaust%2C++32225%2C+http% 3A%2F%2Fuvdeiyo.just-allen.com%2Fmevevefff.html+trucks%2C++206274%2C+ht tp%3A%2F%2Fueuohug.ibnsites.com%2Fha.html+wolfsbur g%2C++%3D(((%2C+http%3A%2F%2Fceqonsz.msd4.com%2Fbl andimind.html+van%2C++434%2C+http%3A%2F%2Fyiykfrj. freewaywebhost.com%2Fse.html+marine%2C++135%2C+htt p%3A%2F%2Fyoimvul.1accesshost.com%2Fsmoulyer.html+ door%2C++%3D-%5B%5B%5B%2C+http%3A%2F%2Fyiykfrj.freewaywebhost.c om%2Fnguremeder.html+cars%2C++864%2C+http%3A%2F%2F mvyvglh.action-links.net%2Fzle.html+interior%2C++966948%2C+http%3 A%2F%2Fkegsiwd.builtfree.org%2Fvi.html+and%2C++240 467%2C+http%3A%2F%2Fdahsgiv.0catch.com%2Fveed.html +jetta%2C++qlnuvi%2C+http%3A%2F%2Fiuozuox.1sweetho st.com%2Fldlanea.html+of%2C++%3A-OO%2C+http%3A%2F%2Fyoimvul.1accesshost.com%2Fzdapa rsa.html+cabrio%2C++332223%2C+http%3A%2F%2Ffuuhptz .freewebportal.com%2Flyaw.html+p%2C++%3A-)%2C+http%3A%2F%2Fkegsiwd.builtfree.org%2Fyopharou ea.html+oil%2C++%25)%2C+http%3A%2F%2Fceqonsz.msd4. com%2Fsisqurat.html+accessories%2C++89766%2C+http% 3A%2F%2Fmvyvglh.action-links.net%2Fdendnt.html+p%2C++%3E%3A-DD%2C+http%3A%2F%2Fmvyvglh.action-links.net%2Fmuthaved.html+gls%2C++699%2C+http%3A%2 F%2Fyoimvul.1accesshost.com%2Fyofomen.html+gas%2C+ +250289%2C+http%3A%2F%2Fkegsiwd.builtfree.org%2Fgr a.html+gle%2C++piuzi%2C+http%3A%2F%2Fceqonsz.msd4. com%2Fporsodd.html+royce%2C++ayljz%2C+http%3A%2F%2 Fceqonsz.msd4.com%2Fwevelanalt.html+rolls%2C++6572 %2C+http%3A%2F%2Fjbaitoi.kogaryu.com%2Fllagh.html+ xc%2C++%3A-P%2C+http%3A%2F%2Fuvdeiyo.just-allen.com%2Fbesai.html+review%2C++223%2C+http%3A%2 F%2Fyoimvul.1accesshost.com%2Frart.html+volvos%2C+ +tck%2C+http%3A%2F%2Fuvdeiyo.just-allen.com%2Fperec.html+s%2C++8-((%2C+http%3A%2F%2Fsoukqep.b-w-h.com%2Fhoro.html+gti%2C++142142%2C+http%3A%2F%2Fy ugosea.parknhost.com%2Fno.html+gas%2C++exeah%2C+ht tp%3A%2F%2Fsoukqep.b-w-h.com%2Fthaknyabe.html+dealers%2C++%3DP%2C+http%3A %2F%2Fyoimvul.1accesshost.com%2Fpo.html+v%2C++gxir %2C+http%3A%2F%2Fmvyvglh.action-links.net%2Fyerer.html+the%2C++2625%2C+||http://ZZZ.com/forums/vBTube.php?do=view&vidid=tYibRNNdxhk||Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
1||1235948103||66.31.217.46||video_link=%5BvBTube% 5DtYibRNNdxhk%5B%2FvBTube%5D&video_link=http%3A%2F%2FZZZ.com%2Fforums%2FvBTube. php%3Fdo%3Dview%26vidid%3DtYibRNNdxhk&embed_code=e777%2C+http%3A%2F%2Fyiykfrj.freewayweb host.com%2Fquttrateo.html+transmission%2C++%25%5D% 2C+http%3A%2F%2Fceqonsz.msd4.com%2Fxaythem.html+st eering%2C++8-((%2C+http%3A%2F%2Fyiykfrj.freewaywebhost.com%2Fth .html+canada%2C++rxkzrg%2C+http%3A%2F%2Fydwmjjh.25 0m.com%2Fndoapt.html+replace%2C++%25%5B%2C+http%3A %2F%2Fojoynrf.150m.com%2Fzetoe.html+america%2C++55 2448%2C+http%3A%2F%2Fceqonsz.msd4.com%2Ffoous.html +the%2C++8-DD%2C+http%3A%2F%2Fvdaajjb.1freewebspace.com%2Fhia ne.html+problems%2C++%25OOO%2C+http%3A%2F%2Fmvyvgl h.action-links.net%2Fceiehedi.html+service%2C++nxzmx%2C+htt p%3A%2F%2Fmvyvglh.action-links.net%2Fquskish.html+door%2C++mbv%2C+http%3A%2 F%2Ffuuhptz.freewebportal.com%2Fwirior.html+dealer s%2C++275419%2C+http%3A%2F%2Fojoynrf.150m.com%2Fve rdorsthe.html+engine%2C++831129%2C+http%3A%2F%2Fyo imvul.1accesshost.com%2Fpp.html+auto%2C++rstp%2C+h ttp%3A%2F%2Fyugosea.parknhost.com%2Fpl.html+awd%2C ++47116%2C+http%3A%2F%2Fuabywng.freehostyou.com%2F veysppen.html+club%2C++522%2C+http%3A%2F%2Fmvyvglh .action-links.net%2Fxa.html+l%2C++dql%2C+http%3A%2F%2Fsouk qep.b-w-h.com%2Fjuphalos.html+the%2C++84204%2C+http%3A%2F% 2Fyiykfrj.freewaywebhost.com%2Fsussupran.html+pent a%2C++fptm%2C+http%3A%2F%2Fydwmjjh.250m.com%2Frior .html+air%2C++%3D%5D%5D%5D%2C+http%3A%2F%2Fyoimvul .1accesshost.com%2Fysoo.html+truck%2C++798296%2C+h ttp%3A%2F%2Fmvyvglh.action-links.net%2Fxatho.html+xc%2C++6836%2C+http%3A%2F%2 Fiuozuox.1sweethost.com%2Fldlanea.html+of%2C++9427 %2C+http%3A%2F%2Fggbnark.lookseekpages.com%2Fkswev anyow.html+rental%2C++uin%2C+http%3A%2F%2Fggbnark. lookseekpages.com%2Fdnk.html+service%2C++7546%2C+h ttp%3A%2F%2Fiuozuox.1sweethost.com%2Fmoe.html+sale %2C++%3D%5B%5B%2C+http%3A%2F%2Fgdirshb.freewebsite hosting.com%2Fghenth.html+royce%2C++510%2C+http%3A %2F%2Fjbaitoi.kogaryu.com%2Feventhie.html+for%2C++ yfxxtr%2C+http%3A%2F%2Fdahsgiv.0catch.com%2Fleddec ang.html+sale%2C++%3D((%2C+http%3A%2F%2Fmvyvglh.ac tion-links.net%2Fhe.html+new%2C++4173%2C+http%3A%2F%2Fu euohug.ibnsites.com%2Frick.html+sale%2C++%3A-%5B%2C+http%3A%2F%2Fyoimvul.1accesshost.com%2Fzdap arsa.html+cabrio%2C++%3D))%2C+http%3A%2F%2Fiuozuox .1sweethost.com%2Fhelinena.html+tires%2C++irydi%2C +http%3A%2F%2Ffuuhptz.freewebportal.com%2Fsut.html +florida%2C++8PPP%2C+http%3A%2F%2Fojoynrf.150m.com %2Fubli.html+convertible%2C++00627%2C+http%3A%2F%2 Fgdirshb.freewebsitehosting.com%2Fignys.html+deale r%2C++8))%2C+http%3A%2F%2Fmvyvglh.action-links.net%2Fsisusu.html+pump%2C++sbxvj%2C+http%3A% 2F%2Fmvyvglh.action-links.net%2Fdendnt.html+p%2C++8-O%2C+http%3A%2F%2Fuvdeiyo.just-allen.com%2Fus.html+golf%2C++331685%2C+http%3A%2F% 2Fsoukqep.b-w-h.com%2Fhemnge.html+t%2C++qcu%2C+http%3A%2F%2Fyoim vul.1accesshost.com%2Fcstha.html+and%2C++hbllg%2C+ http%3A%2F%2Fkegsiwd.builtfree.org%2Fgra.html+gle% 2C++rrdz%2C+http%3A%2F%2Fgdirshb.freewebsitehostin g.com%2Fjetefuc.html+volvos%2C++%3A-OO%2C+http%3A%2F%2Fceqonsz.msd4.com%2Fwef.html+cd% 2C++17014%2C+http%3A%2F%2Fuvdeiyo.just-allen.com%2Fcokifoer.html+b%2C++%3E%3A-%5B%2C+http%3A%2F%2Fueuohug.ibnsites.com%2Fnqu.htm l+gas%2C++%3D%5D%5D%2C+http%3A%2F%2Fueuohug.ibnsit es.com%2Fevedundo.html+body%2C++%25-DD%2C+http%3A%2F%2Fjbaitoi.kogaryu.com%2Ffau.html+ transmission%2C++774829%2C+http%3A%2F%2Fceqonsz.ms d4.com%2Fsacedind.html+of%2C++paje%2C+||http://ZZZ.com/forums/vBTube.php?do=view&vidid=tYibRNNdxhk||Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
:)
Alien
03-04-2009, 03:01 AM
I'm guessing this is pretty much abandoned, as the author's site seems to be running Video Directory instead now? I hope he reconsiders, and returns to answer a few questions and concerns from this thread and looks at a minor suggestion or two.
This was a real neat mod...
basketmen
03-07-2009, 08:44 PM
Attention guys
there must be something wrong with this vbtube hack since about 1 month a go :
1. The frontpage that showing Today video now never change again, usually its always change everyday or every 2 days with new video, but look now its never change again
screenshot:
https://vborg.vbsupport.ru/attachment.php?attachmentid=96091&stc=1&d=1236465639
look at these forums, its same like this since about 1 month a go (i found it from google search)
http://www.archery-forum.com/vBTube.php
http://www.ngoinhachung.net/diendan/vBTube.php
http://forums.cbtslegends.com/vBTube.php
http://foolsrecords.com/foro/vBTube.php
http://www.radioclassifieds.co.uk/forum/vBTube.php
http://www.aioforum.com/vBTube.php
http://www.reggaeme.com/vBTube.php
http://www.force-motorsports.com/forums/vBTube.php
http://forum.tayyar.org/vBTube.php
http://www.namc.us/forums/vBTube.php
http://symbianpinoy.com/vBTube.php
http://indianprofits.com/www/forum/vBTube.php
http://forum.nihonomaru.com/vBTube.php
2. Sometimes its very slow to load the vbtube page, or cant load at all (dont want open the page)
I think the author need to repair it, maybe right youtube had change something
if anyone feel this hack need to moved to graveyard please tell moderator
inciarco
03-08-2009, 03:03 AM
I'd Like an Answer Either From the Author or From a Moderator (Experienced Coder) About the Rare Codes that the vBFirewall Detected as Hacking, and that Other Forumers have Reported as Well and Asked the Author about them. I Reported this a Few Posts Above, and Some Days Ago. :confused:
If it's a Flaw on the Code is Important to Know to Disable the Mod Until is Corrected, or if not to ne Relief about that Subject. :confused:
On the Author's Profile Appears "Last Activity: Today 17:41 ", so Why Not to Provide an Answer to this Questions? :confused:
My Best Regards.
:)
Alien
03-10-2009, 02:01 AM
Attention guys
there must be something wrong with this vbtube hack since about 1 month a go :
1. The frontpage that showing Today video now never change again, usually its always change everyday or every 2 days with new video, but look now its never change again
Yeah, I've experienced this as well during testing.. The "New Today" box stays the exact same every day.
ryans
04-08-2009, 12:12 AM
how can we sort the front page to newest items? btw, the front page works fine for me.
http://www.sromagazine.com/boards/vBTube.php
mickknutson
04-25-2009, 01:19 PM
I want the ability to perform a custom search, and the results returned by "most recent".
How can I add that feature in the code?
What I am trying to do is pul all videos for "base jumping" sorted by most recent.
If I do not sort, then it comes back as most relevant and the list is stagnant, and I have to traverse through many pages to find the newest ones.
mickknutson
05-15-2009, 04:55 PM
I want the ability to perform a custom search, and the results returned by "most recent".
How can I add that feature in the code?
What I am trying to do is pul all videos for "base jumping" sorted by most recent.
If I do not sort, then it comes back as most relevant and the list is stagnant, and I have to traverse through many pages to find the newest ones.
Is there anyone that can assist me in finding how to return the result as most recent verse RELEVANT?
mickknutson
05-15-2009, 07:49 PM
I see examples :
http://code.google.com/apis/youtube/migration.html
http://www.ibm.com/developerworks/xml/library/x-youtubeapi/
A common feature request has been to sort a video feed by the most recent videos. To do this with the YouTube Data API, add orderby=published as a parameter.
http://gdata.youtube.com/feeds/api/videos?vq=monkey&orderby=published&start-index=1&max-results=50
But I can NOT understand where to add this to the code...
Playa82
05-23-2009, 07:29 PM
Look at the Hack infos:
Not Supported
i do not work at this mod anymore. feel free to change things or make a better mod with it...
mickknutson
05-23-2009, 07:38 PM
Look at the Hack infos:
Not Supported
i do not work at this mod anymore. feel free to change things or make a better mod with it...
If I could figure this out, I really would. And I would give this back to you, but I am lost in that API call as it should be as easy as adding another parameter according to YouTube. But, with my limited PHP knowledge, it is not that easy. If anyone could help I would GREATLY appreciate it!!!!!
basketmen
05-24-2009, 07:55 AM
If I could figure this out, I really would. And I would give this back to you, but I am lost in that API call as it should be as easy as adding another parameter according to YouTube. But, with my limited PHP knowledge, it is not that easy. If anyone could help I would GREATLY appreciate it!!!!!
you can ask in vb.org programmer forum instead too for it
mickknutson
05-24-2009, 12:50 PM
I already did that as well on May 19th:
https://vborg.vbsupport.ru/showthread.php?t=214044
No responses yet there either.
basketmen
05-25-2009, 02:05 AM
I already did that as well on May 19th:
https://vborg.vbsupport.ru/showthread.php?t=214044
No responses yet there either.
i had reply there to up the thread asked for someone if have some clue
please everyone in this thread support or upping this thread too to fix this vbtube hack https://vborg.vbsupport.ru/showthread.php?t=214044
nb. btw you can ask the original coder too vbtube.com , vbtube pro is using this vbtube version too to integrate with vbtube pro
edytwinky
06-11-2009, 06:06 AM
So what's the verdict on this hack?
Is this working still or not anymore?
baghdad4ever
11-10-2009, 07:06 AM
is this hack work with 3.8???
and is there any security problem with it???
djilou
11-13-2009, 10:51 AM
vBTube stop working correctly, did youtube.com made some changes ?
How to fix this?
schlottkej
11-13-2009, 11:19 PM
vBTube stop working correctly, did youtube.com made some changes ?
How to fix this?
I just noticed this, too...
Anyone with a Fix?
MikeWarner
11-14-2009, 08:06 PM
Ditto - this has completely stopped working. It just comes up with "No Result Found. Please try something else."
chick
11-23-2009, 01:54 PM
Yes you YT stopped working... coder can you update this with a fix or let us know the new api please?????
djilou
12-03-2009, 09:56 AM
This mod will be useless after November 11!!
http://apiblog.youtube.com/2009/11/final-decommission-notice-for-legacy.html
Developer Last Online: Dec 2009. why he didn't fix this one. This is a greatest add on for Vbulletin.
djilou
12-06-2009, 07:54 AM
I will paying for a fix..
gonzek
12-30-2009, 08:19 PM
are somebody trying to fix this mod?
JacquiiDesigns
01-30-2010, 03:12 AM
Does anyone know of a fix for this to show youtube videos after the decommission of the legacy API?
Would be nice to have a fix!
Thanks
Jacquii.
gonzek
01-22-2012, 10:08 PM
Hi,
will that mod be available for vb 4.x ?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.