Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

 
 
Thread Tools
VBKeepLink GoogleVideo, Metacafe, Youtube ... Get Video Download Link Details »»
VBKeepLink GoogleVideo, Metacafe, Youtube ... Get Video Download Link
Version: 1.00, by lebanon lebanon is offline
Developer Last Online: Jan 2014 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.6.1 Rating:
Released: 09-29-2006 Last Update: Never Installs: 56
 
No support by the author.

This is a simple Get Download Link for some popular Video Websites , as requested in

https://vborg.vbsupport.ru/showthread.php?t=126822
Anyhow, am trying to add more everyday , but i actually used sites i know of or use so far.
Supported Sites So Far :
// video.google.com, result = avi
// youtube.com, result = flv
// metacafe.com, result = flv
// grouper.com, result = flv
// dailymotion.com, result = flv
// vsocial.com, result = flv
// thatvideosite.com, result = wmv
added 03 October
//myvideo.de , result =flv

demo of keeplink
http://www.tchatting.com/forum/allvideos.php

To use : Upload files, import XML ,
Change the two instances of URL.com/ForumDir in the two files allvideos.php and watchallvideos.php
Link to the page,
Your done.


The dvid.php file enables you for more advanced options such as :
Taged Lines with //header , if you remove the // , it will enable auto download of link
posted upon submission for end user.


More extended usages can be done with the files source codes ,a sample is included
and the rest is up to your imagination.!
Sample of extended usages :
Using the internal Rss Poster in Vbulletin
Go to add new rss feed :
Example :
Feed is Enabled :
Title : Metacafe
URL : http://www.metacafe.com/rss/new_videos.rss

Choose minutes / posts / Forum to post to / poster username

Keep Convert Html to BBCODE
title :
{rss:title}
Body template :
{rss:description}

[URL="http://www.YOURLINK/forum/watchallvideos.php?url={rss:link}"]Watch or Download This Video Free on our website[/URL << close this with a ]


MAKE SURE YOU REPLACE THE URL WITH YOUR ACTUAL LINK

Thats pretty much it , you can test the feeds and how they look like .
Ofcourse this is just a sample , you can adjust to your needs.
Sample Post :
http://www.tchatting.com/forum/video...-new-post.html
Note: For RSS images to show in VB OPTIONS : Message posting and editing options : Allow Dynamic URL for [IMG] Tags : YES

If u use this kindly click INSTALL


SORRY EVERYONE I UPDATED THE ZIPFILE , I HAD IT UPLOADED WITHOUT TEH DVID.PHP FILE

Show Your Support

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

Comments
  #22  
Old 10-02-2006, 06:46 PM
iran.gs iran.gs is offline
 
Join Date: Jul 2006
Posts: 192
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok i got it to work but here it is how can we have set so ppl can also leave thier finding links ? and post them..
Reply With Quote
  #23  
Old 10-02-2006, 07:10 PM
lebanon lebanon is offline
 
Join Date: Jan 2005
Location: Lebanon
Posts: 220
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by redlabour
Request for myvideo.de!
re download the attachment, and only re-upload the file dvid.php
Or simply edit your dvid.php and add this tag
PHP Code:
// myvideo.de, result = flv
if(preg_match("/http:\/\/(www\.)?myvideo\.de\/watch\/([0-9]*)/iU"$url$sub)) {
    
$c curl_init();
    
curl_setopt($cCURLOPT_USERAGENT$_SERVER['HTTP_USER_AGENT']);
    
curl_setopt($cCURLOPT_URL$url);
    
curl_setopt($cCURLOPT_RETURNTRANSFER1);
    
$result curl_exec($c);
    
curl_close($c);

    if(
preg_match("/swf\?V=\.\.\/moviex(.*\.flv)/Ui"$result$d_link)) {
        
printf("http://statix.myvideo.de/moviex%s"$d_link[1]);
        exit();
    }

above // grouper.com, result = flv

Whatever u find easier, and myvideo.de support is added.
regards
Reply With Quote
  #24  
Old 10-02-2006, 08:34 PM
iran.gs iran.gs is offline
 
Join Date: Jul 2006
Posts: 192
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok thanks now i posted like 30 real nice ones they all work but just few mins ago this happened page was loading real late and i get this error

Quote:
Warning: fsockopen() [function.fsockopen]: unable to connect to www.metacafe.com:80 in /includes/class_rss_poster.php on line 78

Warning: Unable to fetch RSS Feed in /includes/class_rss_poster.php on line 205

Metacafe Unable to open URL or no data returned
wierd it was working fine any idea ?
Reply With Quote
  #25  
Old 10-02-2006, 10:12 PM
lebanon lebanon is offline
 
Join Date: Jan 2005
Location: Lebanon
Posts: 220
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

iran.gs , well as a start my hack is using curl so it has nothing to do with fsockopen, this is a problem with the built in rss poster of vbulletin.
However, do check yourforum/admincp/index.php?do=phpinfo
scroll to allow_url_fopen and check its value ...
This is set by your Host php.ini or custom php.ini if they allow u one.
Reply With Quote
  #26  
Old 10-02-2006, 10:23 PM
iran.gs iran.gs is offline
 
Join Date: Jul 2006
Posts: 192
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks how ever it came back online again maybe there was an error on the my server for few minutes cuz now its all back to normal .. but there is one thing which l like to have the feed are coming very nicely but is there one thing how did u have ur setup to show the photo also :>
Reply With Quote
  #27  
Old 10-03-2006, 12:12 PM
|oR|Greg |oR|Greg is offline
 
Join Date: May 2003
Location: AMACNY.COM
Posts: 418
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't know what the problem is but when I download lets say an AVI from google, it can't be played on anything I have. And for the FLV files, none of them play inside of the website wimpy player... none.
Reply With Quote
  #28  
Old 10-03-2006, 08:28 PM
nymyth nymyth is offline
 
Join Date: Jun 2002
Location: New York
Posts: 367
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How would we make this so that only registered users or certain usergroups can access it?

Peace
Reply With Quote
  #29  
Old 10-03-2006, 08:35 PM
|oR|Greg |oR|Greg is offline
 
Join Date: May 2003
Location: AMACNY.COM
Posts: 418
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You could always mask the link to the pages with a conditional.
Reply With Quote
  #30  
Old 10-03-2006, 11:26 PM
smoknz28's Avatar
smoknz28 smoknz28 is offline
 
Join Date: Sep 2005
Location: SoCal
Posts: 257
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

K, it's no secret....I'm a knot-head when it comes to these hacks. Hey, it's okay, I accept the fact.

I'm running vB 3.6.1 and would like to enable a user to link his video stored on another server, to a post that he makes. This link would be a image still from his video. So, the next user clicks on his post and sees that he's linked a still image from his video that is linkable.

This hack looks like it does just that....but I just need confirmation on that.

I do run a video portal at: http://video.f-bodyhideout.com

Please let me know as I have been looking for a hack to do this for a few days.

Thank you so much,
Mark
www.f-bodyhideout.com/forums
Reply With Quote
  #31  
Old 10-04-2006, 09:59 AM
Floris Floris is offline
 
Join Date: Jan 2002
Posts: 1,898
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There appears to be a high request for this stuff and now there's a vidhack for this Super cool, thanks for your hard work and for sharing it
Reply With Quote
 


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 06:28 PM.


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.04437 seconds
  • Memory Usage 2,310KB
  • 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
  • (1)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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