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

Reply
 
Thread Tools
Get direct links v1.4 Details »»
Get direct links v1.4
Version: 1.4, by mrpaint mrpaint is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.3 Rating:
Released: 10-20-2006 Last Update: 11-26-2006 Installs: 71
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

After a month this hack work perfectly (I think so :P), staff of megaupload & rapidshare has changed a lot to prevent us to share direct link to other people so my script nolonger work now. I will release a new version as soon as possible. Thank you!

Attachment are Get Direct Links from v1.1 to v1.4 for who still want to take a try

Once again, thank you!

PS: I will send an email to installed member when the new version is available

Supporters / CoAuthors

Show Your Support

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

Comments
  #12  
Old 10-22-2006, 08:51 PM
lazydesis lazydesis is offline
 
Join Date: Sep 2006
Posts: 234
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There is a bug in the code i guess ...there is an extra pair of qoutes around get_direct_links_table

see below ... this solved the mysql error

Code:
function doHistory($links,$number) {
	global $vbulletin;
	$vbulletin->db->query_write("INSERT INTO " . TABLE_PREFIX . "`get_direct_links_table`
		(`userid`,`thedate`,`links`,`number`)
		VALUES ('" . $vbulletin->userinfo['userid'] . "', NOW(), '" . $links . "'," . $number . ");");
}
change to
Code:
function doHistory($links,$number) {
	global $vbulletin;
	$vbulletin->db->query_write("INSERT INTO " . TABLE_PREFIX . "get_direct_links_table
		(`userid`,`thedate`,`links`,`number`)
		VALUES ('" . $vbulletin->userinfo['userid'] . "', NOW(), '" . $links . "'," . $number . ");");
}
thanx for the hack works great now ...*clicks install*
Reply With Quote
  #13  
Old 10-22-2006, 09:05 PM
thedvs thedvs is offline
 
Join Date: May 2002
Posts: 353
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is one of the best hacks ever!

how about megashares.com please!
Reply With Quote
  #14  
Old 10-23-2006, 12:56 AM
lazydesis lazydesis is offline
 
Join Date: Sep 2006
Posts: 234
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If anyone posts the links obtained from this hack in other forums. ..will they still be accessible ???
Reply With Quote
  #15  
Old 10-23-2006, 02:11 AM
mrpaint's Avatar
mrpaint mrpaint is offline
 
Join Date: Sep 2004
Location: Hanoi Capital
Posts: 630
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lazyindian
There is a bug in the code i guess ...there is an extra pair of qoutes around get_direct_links_table

see below ... this solved the mysql error

Code:
function doHistory($links,$number) {
	global $vbulletin;
	$vbulletin->db->query_write("INSERT INTO " . TABLE_PREFIX . "`get_direct_links_table`
		(`userid`,`thedate`,`links`,`number`)
		VALUES ('" . $vbulletin->userinfo['userid'] . "', NOW(), '" . $links . "'," . $number . ");");
}
change to
Code:
function doHistory($links,$number) {
	global $vbulletin;
	$vbulletin->db->query_write("INSERT INTO " . TABLE_PREFIX . "get_direct_links_table
		(`userid`,`thedate`,`links`,`number`)
		VALUES ('" . $vbulletin->userinfo['userid'] . "', NOW(), '" . $links . "'," . $number . ");");
}
thanx for the hack works great now ...*clicks install*

Yes, I'm very sorry for this problem
Thank you, lazyindian
Reply With Quote
  #16  
Old 10-23-2006, 03:44 AM
lazydesis lazydesis is offline
 
Join Date: Sep 2006
Posts: 234
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can it be made to function in such a way that when user clicks on get links it actually downloads the file instead of showing the link to them ..because if it shows the link this function can be misused by people who might paste the links in other forums?
Reply With Quote
  #17  
Old 10-23-2006, 03:52 AM
mrpaint's Avatar
mrpaint mrpaint is offline
 
Join Date: Sep 2004
Location: Hanoi Capital
Posts: 630
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lazyindian
can it be made to function in such a way that when user clicks on get links it actually downloads the file instead of showing the link to them ..because if it shows the link this function can be misused by people who might paste the links in other forums?
The direct link just available for a few hour (as I know is only 1~3 hour?) so posting this link is useless
By other side, why don't you ban this kind of member?
Reply With Quote
  #18  
Old 10-23-2006, 03:22 PM
lazydesis lazydesis is offline
 
Join Date: Sep 2006
Posts: 234
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mrpaint
The direct link just available for a few hour (as I know is only 1~3 hour?) so posting this link is useless
By other side, why don't you ban this kind of member?
Its been 12 hrs since i got a direct link and now i tested it on another machine and it still works fine ... so the links are not expiring ...

can there be a way where the user is not shown the file link ...instead when user clicks on Get Direct Links button ..it actually downloads the file ?

By the way its very diffciult to track such users who paste the links in other forums
Reply With Quote
  #19  
Old 10-23-2006, 05:55 PM
Rian Rian is offline
 
Join Date: Sep 2006
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great MOD! It works like a charm.

Thanks a million for your time and effort put into this!
Reply With Quote
  #20  
Old 10-23-2006, 10:20 PM
DavutPasha DavutPasha is offline
 
Join Date: Mar 2006
Location: Istanbul
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

what about RS-Link-Checker? Can we add a link checker?

And can add a Premium Account Donation page. A premium account user can donate his account. Adding premium account ids to php file is so dangerous for security. it has to be in database, i think.

I'm waiting new releases. I'm sure, this hack will be second best hack (first is vbadvanced )

Good works, thank you so much..
Reply With Quote
  #21  
Old 10-24-2006, 08:55 AM
DavutPasha DavutPasha is offline
 
Join Date: Mar 2006
Location: Istanbul
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That's wonderful, everything is fine, thanks a lot..
Reply With Quote
Reply


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 07:01 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.07866 seconds
  • Memory Usage 2,312KB
  • Queries Executed 26 (?)
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
  • (4)bbcode_code
  • (3)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
  • (3)pagenav_pagelink
  • (1)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