View Full Version : Add-On Releases - Get direct links v1.4
mrpaint
10-20-2006, 10:00 PM
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 :)
Surviver
10-21-2006, 04:56 AM
Hello, I'm able to use this wothout vbplaza ?
Thank you !
mfg Surviver
Thinkinstein
10-21-2006, 08:56 AM
RapidShare.de, currently out of disk space, has changed to RapidShare.com. I think there is something need to be changed in this hack.
If our forumers can upload stuff to a megaupload account, that would be a GREAT Feature. REASON: megaupload has a lifetime premium account. You don't need to extend your account anymore! Imagine all stuff can be uploaded to and stayed permanently (it's claimed) in the account without sacrificing our server space and revealing our account details!! ALL admins will love this!
It would be better if this hack can work with or without vBux and vPlaza. The more flexible is the hack, The more popular is the hack.
mrpaint
10-21-2006, 12:41 PM
Thx to Surviver & Thinkinstein :)
I make this hack for my own forum so that it isn't flexible
I am editting it to make it work with rapidshare.com & megaupload. The number of links each member can get a day can be set in AdminCP. I'm just a n00b so that I think it will require a few day to complete
Thank you again....
AMG021
10-21-2006, 01:18 PM
THIS IS NICE!!!! Thanks Mate. This would of have been nice if it would be standalone :D
aycan555
10-21-2006, 01:21 PM
I couldn't tryed demo, it says You do not have enough money
My user name is: tet123
DavutPasha
10-21-2006, 05:29 PM
holy shit, you are perfect. but can we do that for reputuation points? Do I have to install vbPlaza, couldn't I use alone. Can I do this?
mrpaint
10-22-2006, 01:41 PM
THIS IS NICE!!!! Thanks Mate. This would of have been nice if it would be standalone :D
Now it can stand alone :D Please take a look at the first post above
Thank you
SnickersTK
10-22-2006, 05:21 PM
what about megaupload?
and wont they kill your premium account because mutiple users accesses it, or am I misunderstanding something :-S
lazydesis
10-22-2006, 06:15 PM
hi i keep getting this error
Database error in vBulletin 3.6.1:
Invalid SQL:
INSERT INTO forum_`get_direct_links_table`
(`userid`,`thedate`,`links`,`number`)
VALUES ('2', NOW(), 'http://dl25l3.rapidshare.de/files/xxxxxxx/xxxxxxxxx/xxxx.3gp
',1);;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'get_direct_links_table`
(`userid`,`thedate`,`links`,`number`)
VALUES ('2',' at line 1
Error Number : 1064
Date : Sunday, October 22nd 2006 @ 03:10:51 PM
Script : http://www.mysite.com/community/get_links.php?
Referrer : http://www.mysite.com/community/get_links.php?
IP Address : xx.xx.xx.xx
Username : xxxxxxxxx
Classname : vb_database
I have inserted my username and password of rapidshare.de in place of id and pass below and uploaded the file
'rapidshare.de' => array (
0 => array (
'id' => "id",
'pass' => "pass"
)
then uploaded the product file using admincp and also the xml files to includes dir, given 50 links per day to admins and then went to http://mysite.com/community/get_links.php and entered the link and clicked on Get links ...thats when i recieved this error .
Any help wud be appreciated :)
lazydesis
10-22-2006, 08:51 PM
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
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
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*
thedvs
10-22-2006, 09:05 PM
this is one of the best hacks ever!
how about megashares.com please! :)
lazydesis
10-23-2006, 12:56 AM
If anyone posts the links obtained from this hack in other forums. ..will they still be accessible ???
mrpaint
10-23-2006, 02:11 AM
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
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
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
lazydesis
10-23-2006, 03:44 AM
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?
mrpaint
10-23-2006, 03:52 AM
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? :)
lazydesis
10-23-2006, 03:22 PM
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 :(
Great MOD! It works like a charm.
Thanks a million for your time and effort put into this!
DavutPasha
10-23-2006, 10:20 PM
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.. :)
DavutPasha
10-24-2006, 08:55 AM
That's wonderful, everything is fine, thanks a lot..
AMG021
10-25-2006, 12:15 PM
hey can you please make this work for megaupload?
thedvs
10-27-2006, 12:08 PM
I wish it could lock out IP's too, we have members making dupe accounts just to get extra links now :(
AMG021
10-28-2006, 03:54 AM
seems like he gave up on megaupload one :(
VPA021
10-28-2006, 11:13 PM
Can you add megaupload to this ?
mrpaint
10-29-2006, 01:27 PM
I currently have no solution to support megaupload
Any ideas?
How do I add a second account to the section below: (Everytime I try to add another rapidshare account it does not show on the forum itself.)
-------------------------------------------------------------------------
'rapidshare.de' => array (
0 => array (
'id' => "yyy",
'pass' => "yyy"
)
/*,1 => array (
'id' => "yyy",
'pass' => "yyy"
)
,2 => array (
'id' => "yyy",
'pass' => "yyy"
) */
)
,
'rapidshare.com' => array (
0 => array (
'id' => "xxx",
'pass' => "xxx"
)
/*,1 => array (
'id' => "xxx",
'pass' => "xxx"
)
,2 => array (
'id' => "xxx",
'pass' => "xxx"
) */
)
);
COBRAws
10-29-2006, 05:18 PM
Login for demo? http://youth4vn.com/forums/rapid.php
Thank you!!
mrpaint
10-30-2006, 08:46 AM
@rian: please remove /*, eg:
'rapidshare.de' => array (
0 => array (
'id' => "yyy",
'pass' => "yyy"
)
1 => array (
'id' => "yyy",
'pass' => "yyy"
)
/*,2 => array (
'id' => "yyy",
'pass' => "yyy"
) */
)
,
'rapidshare.com' => array (
0 => array (
'id' => "xxx",
'pass' => "xxx"
)
,1 => array (
'id' => "xxx",
'pass' => "xxx"
)
/*,2 => array (
'id' => "xxx",
'pass' => "xxx"
) */
)
);
@COBRAwa: please register to view demo :P I can't give you an account ^_^
Sorry!
dragonlove
10-30-2006, 02:10 PM
can u update this hack work with megaupload ? thanks .
Thx mrpaint. It is working now.
One other problem is that the number of links does not restart everyday.
Some of my users get the message that they have downloaded 15 of 10 files. How do I fix this?
AMG021
10-31-2006, 09:37 PM
Thx mrpaint. It is working now.
One other problem is that the number of links does not restart everyday.
Some of my users get the message that they have downloaded 15 of 10 files. How do I fix this?
Im getting the same problem. please help, the link count doesn't restart everyday. ITS STUCK!
shadowevil
10-31-2006, 11:27 PM
Mod nice ....I like it ..... *installed*
but ..... can you write code for this MOD to run vbb3.5.4 and can you write code especially for megaupload and sexupload with vbb3.6.x and 3.5.x ?? thanks you :)
mrpaint
11-01-2006, 12:22 AM
@Rian: Try this:
Open get_links.php
Find
AND thedate >= (now() - 86400);");
And REPLACE with
AND (thedate + 86400) >= NOW();");
*Note: There are 2 lines AND thedate >= (now() - 86400);");!
Gud luck :D
@Rian: Try this:
Open get_links.php
Find
AND thedate >= (now() - 86400);");
And REPLACE with
AND (thedate + 86400) >= NOW();");
*Note: There are 2 lines AND thedate >= (now() - 86400);");!
Gud luck :D
Thanks Mr. Paint it seems to be working, will check later today.
Nathan2006
11-02-2006, 09:36 PM
Thanks mrpaint
Cool :)
Install
dragonlove
11-04-2006, 05:01 AM
This is cool mod but I need direct links with megaupload.com , can u update this mod ?
mrpaint
11-04-2006, 06:02 PM
This is cool mod but I need direct links with megaupload.com , can u update this mod ?
megaupload.com is now supported :)
Please take a look at the first post
Greek76
11-04-2006, 06:49 PM
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?
Do what was recomended to me by another member. Turn the download file into .Rar file and password protect and encrypt it with the link of your forum as a password.
TonyGau
11-05-2006, 02:53 AM
Result for http://www.megaupload.com/?d=T0PV8JQX
>>> Can NOT fetch link(s)! Invalid link(s)?
Get 0 Link(s) Successfully!
This's the result in my site , please help me mrpaint
Mattimus1984
11-05-2006, 03:18 AM
How do you set it so their username shows up in the chanel?
thedvs
11-05-2006, 04:39 PM
This's the result in my site , please help me mrpaint
You need to login to your megaupload account, goto transfer settings and check the box DIRECT DOWNLOADS then it will work for you.
mrpaint
11-06-2006, 02:43 AM
You need to login to your megaupload account, goto transfer settings and check the box DIRECT DOWNLOADS then it will work for you.
Thank you, thedvs
I forgot it :P
TonyGau
11-06-2006, 07:00 AM
Thank you , thedvs , the problem has resolved
AMG021
11-06-2006, 02:11 PM
THANKS FOR MEGAUPLOAD :d
AMG021
11-07-2006, 07:02 PM
@Rian: Try this:
Open get_links.php
Find
AND thedate >= (now() - 86400);");
And REPLACE with
AND (thedate + 86400) >= NOW();");
*Note: There are 2 lines AND thedate >= (now() - 86400);");!
Gud luck :D
I did this but now registred user get unlimited links! :( they generate a link and when they refresh the page they generate more
mrpaint
11-08-2006, 01:02 AM
I did this but now registred user get unlimited links! :( they generate a link and when they refresh the page they generate more
The 1.1 script currently found no bug
Please try the following:
- Uninstall & Reinstall the product
- Reupload get_links.php & folder includes into your forum root folder
- Go to AdminCP, vBulletin Options, Get Direct Links Addon, edit settings:
+ Get Direct Links Enabled: YES
+ Integration With vbPlaza Enabled: NO
+ Price Per Link: 250
+ Recent Links Enabled: NO
+ Successful Links Enabled: YES
I hope this work
Gud luck!
emtee
11-09-2006, 08:23 AM
Thanks, very nice hack!
However, it works fine with RapidShare.*, but doesn't work with MegaUpload.com . I verified my login for MegaUpload from browser (IE, FF) and it is correct, but it doesn't work with get_links.php.
Anyone succeeded with MegaUpload account?
thedvs
11-09-2006, 09:50 AM
Thanks, very nice hack!
However, it works fine with RapidShare.*, but doesn't work with MegaUpload.com . I verified my login for MegaUpload from browser (IE, FF) and it is correct, but it doesn't work with get_links.php.
Anyone succeeded with MegaUpload account?
You need to login to your megaupload account, goto transfer settings and check the box DIRECT DOWNLOADS then it will work for you.
Thinkinstein
11-09-2006, 11:38 AM
can you make the page to display in UserCP? Its' neater.
tinhyeuon
11-09-2006, 03:02 PM
I don't know when I test a link it error.
I see:
HTTP/1.1 200 OK
P3P: CP="ALL DSP COR CURa ADMa DEVa TAIa PSAa PSDa IVAa IVDa CONa TELa OUR STP UNI NAV STA PRE"
Date: Thu, 09 Nov 2006 17:00:33 GMT
Connection: close
Accept-Ranges: bytes
Content-Type: text/html; charset=ISO-8859-1
Cache-Control: no-cache
Content-Length: 6130
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>RapidShare: 1-Click Webhosting</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="http://images.rapidshare.com/img/styles.css" />
<script type="text/javascript" src="http://images.rapidshare.com/img/css_dropdown.js"></script>
</head>
<body>
<div id="wrapper">
<div id="header">
<div class="left"></div>
<div class="right">
<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0"
width="743" height="136">
<param name="movie" value="http://images.rapidshare.com/img/rs.swf" />
<param name="bgcolor" value="#000000" />
<param name="quality" value="high" />
<param name="allowscriptaccess" value="samedomain" />
<embed
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
width="743" height="136"
src="http://images.rapidshare.com/img/rs.swf"
bgcolor="#000000"
quality="high"
swliveconnect="true"
allowscriptaccess="samedomain">
<noembed>
</noembed>
</embed>
</object>
</div>
</div>
<ul class="dropdown" id="mainmenu">
<li><a href="http://rapidshare.com">Home</a></li>
<li><a href="http://rapidshare.com/en/news.html">News</a></li>
<li><a href="#">Premium-Zone</a>
<ul>
<li><a href="https://ssl.rapidshare.com/cgi-bin/premiumzone.cgi">Premium-Zone Login</a></li>
<li><a href="http://rapidshare.com/en/forgotpw.html">Forgot your PREMIUM-password?</a></li>
<li><a href="http://rapidshare.com/en/premium.html">Join PREMIUM</a></li>
</ul>
</li>
<li><a href="#">Free-Zone</a>
<ul>
<li><a href="https://ssl.rapidshare.com/cgi-bin/collectorszone.cgi">Collector's Zone Login</a></li>
<li><a href="http://rapidshare.com/en/freefolders.html">Create your own RapidShare-Folders</a></li>
</ul>
</li>
<li><a href="http://rapidshare.com/en/banners.html">Banners you can use</a></li>
<li><a href="http://rapidshare.com/en/faq.html">Frequently Asked Questions</a></li>
<li><a href="http://rapidshare.com/en/rapiduploader.html">Rapid Uploader</a></li>
<li><a href="http://rapidshare.com/en/imprint.html">Support</a></li>
<li><a href="http://rapidshare.com/en/imprint.html">Imprint</a></li>
</ul>
<div id="terminator"></div>
<div id="main"><div id="content"><div class="inner">
<h2>The future of 1-Click Webhosting</h2>
<div align="center">
<p><font color="red">You want to download a file. Please scroll down to proceed.</font><br>
<a href="http://rapidshare.com">We host your files for free! Click here to upload files.</a></p>
<table><tr><td>
<b>Upload-Limit: <font color="red">Unlimited!</font></b> (Max. <b><u>100 MB</u></b> per file! Split-Archives allowed!)<br>
<b>Download-Limit: <font color="red">Unlimited!</font></b> (Some files have 100.000 Downloads!)
</td></tr></table>
<p align="justify">The RapidShare AG has taken the goal to set a new standard in webhosting, to better serve the needs of the community.
A nearly endless scalable system has been designed with more than <b>1000 Terabytes</b> of space and <b>80 Gigabit/s</b> of
internet-bandwidth. To perfect the system, we are right now setting up an office with more than <b>800m?</b>, where many supporters
will help you to solve your problems, even by telephone in multiple languages. We hope to give you what you wish: More support,
more space, more speed and more transparency.</p>
<p><a href="http://rapidshare.com/en/premium.html"><img src="http://images.rapidforum.com/rapidshare/join_premium.gif" border="0"></a></p>
<p><p><form action="http://rapidshare.com" method="post"><input type="hidden" name="uri" value="/files/164222/TotalVideoConv.3.02.rar">
<h3>You want to download TotalVideoConv.3.02.rar</h3><table id="premiumtable" cellpadding="5" cellspacing="0">
<tr><td><b>Feature-Overview</b></td><td align="center"><b>Premium</b></td><td align="center"><b>Free</b></td></tr>
<tr><td><b>Download-Limit</b></td><td align="center"><b>No limits?</b></td><td align="center">Limited</td></tr>
<tr><td><b>Max. parallel downloads</b></td><td align="center"><b>Unlimited</b></td><td align="center">1</td></tr>
<tr><td>Use RapidUploader to upload files</td><td align="center"><img src="http://images.rapidshare.com/img/checkbox.png"></td><td align="center"><img src="http://images.rapidshare.com/img/checkbox.png" /></td></tr>
<tr><td>Support for Download-Accelerators</td><td align="center"><img src="http://images.rapidshare.com/img/checkbox.png"></td><td align="center">No</td></tr>
<tr><td>Resume aborted downloads</td><td align="center"><img src="http://images.rapidshare.com/img/checkbox.png"></td><td align="center">No</td></tr>
<tr><td>Downloads start without delays</td><td align="center"><img src="http://images.rapidshare.com/img/checkbox.png"></td><td align="center">No</td></tr>
<tr><td>Extra slots, if the servers are full</td><td align="center"><img src="http://images.rapidshare.com/img/checkbox.png"></td><td align="center">No</td></tr>
<tr><td>RapidShare URL-Checker</td><td align="center"><img src="http://images.rapidshare.com/img/checkbox.png"></td><td align="center">No</td></tr>
<tr><td>RapidShare Direct-Downloads</td><td align="center"><img src="http://images.rapidshare.com/img/checkbox.png"></td><td align="center">No</td></tr>
<tr><td>When are YOUR files deleted?</td><td align="center">Never!?</td><td align="center">45 days without download</td></tr>
<tr><td><b>Select your download:</td><td align="center"><input type="submit" name="dl.start" value="PREMIUM"></td><td align="center"><input type="submit" name="dl.start" value="Free"></td></tr>
</table></form></p></p>
</div>
</div></div></div>
</div><!-- wrapper -->
<div id="footer">? 2006 by RapidShare AG | ALL RIGHTS RESERVED</div>
<p> </p>
</body>
</html>
Help me!
thank
mrpaint
11-09-2006, 03:49 PM
@Thinkinstein: I do not really understand your idea?
@tinhyeuon: It appeared that your premium id & password are incorrect. Have you entered them correctly?
tinhyeuon
11-09-2006, 04:01 PM
@Thinkinstein: I do not really understand your idea?
@tinhyeuon: It appeared that your premium id & password are incorrect. Have you entered them correctly?
:confused:
I haven't acc of rapidshare and megaupload.
You can help me.
emtee
11-09-2006, 05:39 PM
You need to login to your megaupload account, goto transfer settings and check the box DIRECT DOWNLOADS then it will work for you.
Oh ok, it's working now. Thanks! :cool:
I haven't acc of rapidshare and megaupload.
You can help me.
tinhyeuon,
If you don't have Rapidshare.com/Rapidshare.de and/or Megaupload.com premium accounts then this hack is not for you. End of discussion.
Thinkinstein
11-09-2006, 06:42 PM
@Thinkinstein: I do not really understand your idea?
for instance,
https://vborg.vbsupport.ru/usercp.php
to display "get links" under the Control Panel of usercp, so that when you join a public usergroup, the "get link" box is shown to and only to the members. also, it's better to hide direct links in the box. use a hyper link instead or a download-button to replace the links.
Hey Mr. Paint
I have another bug. When I add two or three accounts, the script only read the first. I have to change the account manually between 0, 1 and 2.
Can you help please?
mrpaint
11-12-2006, 08:19 AM
@Thinkinstein: I'm sorry, I still not understand your idea. Maybe my english is too bad >"< But I will create a function to use links such as get_links.php?do=download&id=xyz, blah blah
@Rian: Until this script can not get direct link from an account, it use the next one....
@Rian: Until this script can not get direct link from an account, it use the next one....
Thanks for the reply, but this does not happen. I have to change the accounts manually as they reach their bandwidth.
tuanvic
11-12-2006, 07:52 PM
Thanks for the reply, but this does not happen. I have to change the accounts manually as they reach their bandwidth.
I have the same problem enven with the version 1.1 :(
mrpaint
11-13-2006, 12:39 PM
Can you 2 post the message returned?
It is excellent if you post a screenshot :)
dragonlove
11-13-2006, 12:59 PM
Hey Mr. Paint ,
I need require minimum post count of members for get direct links , Can u update this mod ?
Thanks.
Can you 2 post the message returned?
It is excellent if you post a screenshot :)
Hey Mr. Paint
Firstly, it just shows that the bandwidth is finished. It does not read the second or third account.
Secondly, can you work on Megashares.com and perhaps also include this in the script?
vbreal
11-13-2006, 07:50 PM
going to give this a go BBL
mrpaint
11-14-2006, 12:14 PM
A quick edit to add some new feature as requested:
- Add accounts through AdminCP
- Enable accounts access randomly
- Enable version checking through vbb.org's service
Enjoy it! ;)
A quick edit to add some new feature as requested:
- Add accounts through AdminCP
- Enable accounts access randomly
- Enable version checking through vbb.org's service
Enjoy it! ;)
Great, thanks Mr. Paint. I will see how it works once the new bandwidth limits reset tonight :)
abramelin
11-15-2006, 02:06 PM
what is this mod for?
mrpaint
11-15-2006, 02:15 PM
what is this mod for?
Provide automatically get direct premium link from rapidshare/megaupload service for your forum's members
@Rian: Thx :)
abramelin
11-15-2006, 02:38 PM
you mean . it transforms rapid urls to direct download urls so the user is not waiting the countdown and have unlimited permission to download a file at the same time?
mrpaint
11-15-2006, 03:16 PM
@abramelin: Yes, but you, administrator, must add premium accounts into it's database. If you do not have any premium accounts, this addon is not for you ;)
tuanvic
11-16-2006, 05:45 AM
Thanhk for this great mod. I use this mod with my system vbplaza. It works perfectly but can you add the option allowing the number maximal of direct link that a group can get daily ?
mrpaint
11-16-2006, 08:51 AM
Thanhk for this great mod. I use this mod with my system vbplaza. It works perfectly but can you add the option allowing the number maximal of direct link that a group can get daily ?
If use this mod with vbPlaza, you can define "price" for each link in AdminCP
I think it is better
SCRIPT3R
11-17-2006, 12:28 AM
Enable minimum posts & minimum days of membership requirement [v1.3]
does not work.
mrpaint
11-17-2006, 12:34 AM
does not work.
You mean this function does not work?
Minimum posts or minimum days or both of them?
Have you edit settings in AdminCP?
Waiting for your reply....
SCRIPT3R
11-17-2006, 12:45 AM
You mean this function does not work?
Minimum posts or minimum days or both of them?
Have you edit settings in AdminCP?
Waiting for your reply....
either/or does not work; i have adjusted via settings in AdminCP.
mrpaint
11-17-2006, 01:12 AM
either/or does not work; i have adjusted via settings in AdminCP.
Release version 1.4 ^_^
Enjoy!
johnny713
11-17-2006, 02:04 AM
This is pretty nice hack. But there is one thing I still wonder. I know that Megaupload or Rapidshare will check on the IP of the download user. If they saw more than 1 IP or different location IP address using the same account. They will ban that account without giving back or notice. Because I got couple friends share they account with other people, and their account got banned. Do this hack work around this issue? Cuz I don't want they banned my account for this :D.
mrpaint
11-17-2006, 02:11 AM
This is pretty nice hack. But there is one thing I still wonder. I know that Megaupload or Rapidshare will check on the IP of the download user. If they saw more than 1 IP or different location IP address using the same account. They will ban that account without giving back or notice. Because I got couple friends share they account with other people, and their account got banned. Do this hack work around this issue? Cuz I don't want they banned my account for this :D.
Please remember that the IP which the file hosting can catch is your server's ip
So do not worry ^^
johnny713
11-17-2006, 02:16 AM
Please remember that the IP which the file hosting can catch is your server's ip
So do not worry ^^
I will give it a try. If they banned my account, I will ask you to pay my back kakakak j/k :D. Thank you for nice hack bro. Have a nice day.
choiemdi1975
11-17-2006, 03:49 AM
I have done step by step for new installation and it is OK. But when I get direct the link , it has appeared error
http://img150.imageshack.us/img150/6820/screenshot001dy3.jpg
What is error ? How to fix it ?
SCRIPT3R
11-17-2006, 04:17 AM
Release version 1.4 ^_^
Enjoy!
thnx.
mrpaint
11-17-2006, 07:48 AM
@choiemdi1975: Please read the first post above :P I have just edit it! Thank you
johnny713
11-18-2006, 08:11 PM
Did not work for megaupload.com or rapidshare.com bro. I paste the link in and press GET LINKS button, and nothing show up. Did I missing something, or just the hack?
http://img371.imageshack.us/img371/4588/getlinkbz2.jpg
http://img398.imageshack.us/img398/2220/getlink2ov8.jpg
tuanvic
11-18-2006, 09:59 PM
My dear friend, this scrips generates the links premium RapidShare but it does not generate yours premium accounts RapidShare or MegaUploads ;)). It'll be done for version 20.9999 maybe :D When RapidShare becomes free :D =))
Bon courage :))
johnny713
11-19-2006, 12:48 AM
My dear friend, this scrips generates the links premium RapidShare but it does not generate yours premium accounts RapidShare or MegaUploads ;)). It'll be done for version 20.9999 maybe :D When RapidShare becomes free :D =))
Bon courage :))
No man, I thought this script able to use 1 or 2 prenium account from megaupload or rapidshare to generate a direct link for those members we allow them to. So what is the purpose of this script then? If you don't have Prenium Account. So why in the Vbulletin Options ask to put in Rapidshare.de, Rapidshare.com, or Megaupload.com for what? If they don't need Prenium Account, so why those boxes are place in there?
Look at the pix:
http://img180.imageshack.us/img180/9382/getlink3vo8.jpg
Even when I don't put any Account in there, I still can't get anything links. What is this script about. Man, lucky I just brought 1 month for testing. This is stripping man :down: :angry:
SCRIPT3R
11-19-2006, 01:09 AM
No man, I thought this script able to use 1 or 2 prenium account from megaupload or rapidshare to generate a direct link for those members we allow them to. So what is the purpose of this script then? If you don't have Prenium Account. So why in the Vbulletin Options ask to put in Rapidshare.de, Rapidshare.com, or Megaupload.com for what? If they don't need Prenium Account, so why those boxes are place in there?
Even when I don't put any Account in there, I still can't get anything links. What is this script about. Man, lucky I just brought 1 month for testing. This is stripping man :down: :angry:
you clearly do not understand the purpose for this hack. don't threadcrap on it just because you don't understand it.
johnny713
11-19-2006, 02:09 AM
you clearly do not understand the purpose for this hack. don't threadcrap on it just because you don't understand it.
So what exactly what this how do and benefit? Plus, how to make them work?
mrpaint
11-19-2006, 08:21 AM
In some forums, there are some thread called "Get Rapid Direct Links", "Get Mega Direct Links" where members post rapid/mega link that they have difficult to download (file is too big, etc....) and other members, who have premium account, can help them by get direct links and post up. It is not really good for those guys and that is the reason I wrote this script
Some good guys can donate their accounts for admins and other members can get direct link instantly. So simple!
In my script there isn't any line that send back your accounts information to me. Check it if you want!
vspro
11-19-2006, 12:25 PM
Ch?n qu? ?ng sơn ơi gi?p với.
M?i mới biết b?c l? người việt nam.
Tại sao tui add acc v?o ro?i m? vẫn bị lỗi như tui viết ro?i đ?
Gi?p với ch?n qu?.
acc n?y tui ở ngo?i vẫn download okie khi cho v?o th? ko được.
HTTP/1.1 200 OK
P3P: CP="ALL DSP COR CURa ADMa DEVa TAIa PSAa PSDa IVAa IVDa CONa TELa OUR STP UNI NAV STA PRE"
Date: Sun, 19 Nov 2006 14:25:04 GMT
Connection: close
Accept-Ranges: bytes
Content-Type: text/html; charset=ISO-8859-1
Cache-Control: no-cache
Set-Cookie: user=; domain=.rapidshare.de; path=/; expires=Mon, 21-Nov-1994 16:01:23 GMT
Content-Length: 4874
<html>
<head><title>RapidShare Webhosting + Webspace</title>
<Style>
body {
font-family: Verdana;
font-size: 12px;
}
table {
font-family: Verdana;
font-size: 12px;
}
</Style>
</head>
<body bgcolor="#FFFFFF" text="#000000" alink="#555555" vlink="#555555" link="#555555" topmargin=0 leftmargin=0 bottommargin=0 rightmargin=0>
<script>if (self != top) { top.location.replace(window.location.href) }</script>
<Table width=100% height=100% border=0 cellspacing=0 cellpadding=0>
<TR><TD nowrap colspan=2 height=20 align=center valign=top bgcolor=#E2E6ED></TD></TR>
<tr>
<td width="50%" align="right" style="background-image:url(http://images.rapidforum.com/rapidshare/logobg.jpg); background-repeat:repeat-x;"><img src="http://images.rapidforum.com/rapidshare/logo-left.jpg"></td>
<td width="50%" align="left" style="background-image:url(http://images.rapidforum.com/rapidshare/logobg2.jpg); background-repeat:repeat-x;"><img src="http://images.rapidforum.com/rapidshare/logo-right.jpg"></td>
</tr>
<TR><TD colspan=2 height=100% align=center valign=top bgcolor=#E2E6ED>
<BR><BR>
<!-- Inhalt !-->
<Table width=90% height=90% border=0 cellspacing=0 cellpadding=0>
<TR><TD nowrap colspan=5 height=1 bgcolor=#000000></TD></TR>
<TR>
<TD nowrap width=1 bgcolor=#000000></TD>
<TD nowrap width=5 bgcolor=#FCFEFE></TD>
<TD width=100% height=100% valign=top align=center bgcolor=#FCFEFE>
<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td width="33%">
<a href="http://rapidshare.de/en/premium.html"><b>PREMIUM-Downloads</b></a>
<a href="https://ssl.rapidshare.de/cgi-bin/premiumzone.cgi"><b>PREMIUM-Zone</b></a><br>
<a href="https://ssl.rapidshare.de/cgi-bin/collectorszone.cgi">Collector's-Zone</a>
<a href="http://rapidshare.de/en/freefolders.html">RapidShare-folders</a><br>
</td><td align="center">
<h2>The world's biggest 1-Click Webhoster</h2>
</td><td align="right" width="33%">
<a href="http://rapidshare.de/en/banners.html">Banners</a>
<a href="http://rapidshare.de/en/faq.html">FAQ</a>
<a href="http://rapidshare.de/en/impressum.html">Imprint</a><br>
<a href="http://rapidshare.de/en/forgotpw.html">Forgot Premium-password?</a><br>
<a href="http://rapidshare.de/en/phishing.html">WARNING OF PHISHING!</a>
</td></tr></table>
<!--
<iframe src="http://dl39.rapidshare.de/en/progress.html?uploadid=349710438867925910" width="600" height="85" frameborder="0" marginwidth="0" marginheight="0" scrolling="NO"></iframe>
<script>function switchfiles() {alert("Please notice that when using multi-upload the sum of\nall files you upload at once must not exceed 100 MB.");
document.getElementById('files').innerHTML = 'File #01: <input type="file" size="64" name="filecontent"><br>File #02: <input type="file" size="64" name="filecontent2"><br>File #03: <input type="file" size="64" name="filecontent3"><br>' +
'File #04: <input type="file" size="64" name="filecontent4"><br>File #05: <input type="file" size="64" name="filecontent5"><br>File #06: <input type="file" size="64" name="filecontent6"><br>File #07: <input type="file" size="64" name="filecontent7"><br>' +
'File #08: <input type="file" size="64" name="filecontent8"><br>File #09: <input type="file" size="64" name="filecontent9"><br>File #10: <input type="file" size="64" name="filecontent10"><br>'}</script>
<form name="ul" method="post" action="http://ul39.rapidshare.de/cgi-bin/upload.cgi?rsuploadid=349710438867925910" enctype="multipart/form-data" onsubmit="document.ul.u.value='Uploading...';document.ul.u.d isabled=true">
<a href="#" onclick="switchfiles()">Multi-Upload</a><br>
<div id="files"><input type="file" size="64" name="filecontent"></div> <input type="submit" name="u" value="Upload!"></form>
--><p>Unfortunately all drives of RapidShare.de are full right now.</p>
<iframe src="http://pages.etology.com/rpd/720x90rscom.html" scrolling="No" width="730" height="100" frameborder="No"></iframe>
<table><tr><td>
<b>Upload-limit: <font color="red">Unlimited!</font></b> (Max. <b><u>100 MB</u></b> per file! Split-archives allowed!)<br>
<b>Download-limit: <font color="red">Unlimited!</font></b> (Some files have more than 100.000 downloads!)<br>
</td></tr></table>
<iframe src="http://www.adtology3.com/728x90geo.php" scrolling="No" width="728" height="90" frameborder="No"></iframe>
<p>Fraud-Detection, Account 2206869 (mad_mattx@yahoo.co.uk): Our payment-company took the money back. Legal steps might be taken against you.<br>
Get out of trouble and get a LEGAL <a href="http://rapidshare.de/en/premium.html">PREMIUM-Account</a>. Thank you for supporting us.</p>
</TD>
<TD nowrap width=5 bgcolor=#FCFEFE></TD>
<TD nowrap width=1 bgcolor=#000000></TD>
</TR>
<TR><TD nowrap colspan=5 height=1 bgcolor=#000000></TD></TR>
</Table>
<BR><BR>
<!--Inhalt Ende 1-->
</TD></TR></Table>
</body></html>
mrpaint
11-19-2006, 12:31 PM
Vietnamese for vspro: Account của ?ng n? b?o "Fraud-Detection, Account 2206869 (mad_mattx@yahoo.co.uk): Our payment-company took the money back. Legal steps might be taken against you" thế n?y th? c?n down ji nữa?
PS: Do not use Vietnamese here B-) email me if you want ;)
Kmurray
11-19-2006, 04:45 PM
Hey mrpaint i can't get this to work at all, its installed correctly i added 2 premium rs accounts at rapidshare.com and when i enter links and click get links nothing appears at all but it works on my localhost fine with the same skin and same vb version, im sure it could be somehting to do with my server config but i have no idea what, hope you can help :)
Thanks
Note: my board is here btw if you wanna check it http://i-flex.us
Kmurray
11-19-2006, 05:22 PM
Ahh never mind i got it:
register_long_arrays in php.ini has to be on
Cheers
mrpaint
11-19-2006, 09:53 PM
Ahh never mind i got it:
register_long_arrays in php.ini has to be on
Cheers
Great!
I will fix something to not require this directive on :D
Thx you!
In some forums, there are some thread called "Get Rapid Direct Links", "Get Mega Direct Links" where members post rapid/mega link that they have difficult to download (file is too big, etc....) and other members, who have premium account, can help them by get direct links and post up. It is not really good for those guys and that is the reason I wrote this script
Some good guys can donate their accounts for admins and other members can get direct link instantly. So simple!
In my script there isn't any line that send back your accounts information to me. Check it if you want!
Hey guys
I can confirm this. Get Direct Links have been on my forum for quite a while now - even Mr. Paint signed up as a member :)
Currently no account password was changed - which is good as the script is quite safe!
Ronak
11-20-2006, 04:44 PM
even after
doing define('DEBUGING', true); in get_links.php
i am getting same error msg
Kmurray
11-20-2006, 07:16 PM
Great!
I will fix something to not require this directive on :D
Thx you!
Np glad i could help :)
mrpaint
11-21-2006, 12:07 AM
@Ronak: Let try this one
Ronak
11-21-2006, 02:36 AM
@Ronak: Let try this one
thanks !! installed :D
quachvu
11-21-2006, 06:38 AM
Please remember that the IP which the file hosting can catch is your server's ip
So do not worry ^^
yes, the file is hosting at server and at the time we get direct links, it is IP of server. But after that, when it display real link and we click on that real link to download, mega upload will record our current IP, not IP of server. I use this scripts for 2 day and my Premium account got banned :) they said there are so many different IP using my premium account. if many people use same premium account to download, then statistic of megaupload will show that this account download suddenly 20-40 GB more, not normal and then the abuse appartment will investigate in this stuff. That is... mrpaint.. do you have any solution to avoid this ?
mrpaint
11-21-2006, 10:10 AM
yes, the file is hosting at server and at the time we get direct links, it is IP of server. But after that, when it display real link and we click on that real link to download, mega upload will record our current IP, not IP of server. I use this scripts for 2 day and my Premium account got banned :) they said there are so many different IP using my premium account. if many people use same premium account to download, then statistic of megaupload will show that this account download suddenly 20-40 GB more, not normal and then the abuse appartment will investigate in this stuff. That is... mrpaint.. do you have any solution to avoid this ?
Firstly, I'm so sorry for your account being banned
Secondly, I think it is so.... "inequal" when they ban members who get links for friends! Currently I have no solution for this problem :(
PS: Are you sure nobody else can use your account?
quadinfotech
11-21-2006, 10:13 AM
thank you mrpaint, awesome hack,
didn't work at first with the get_links.php in the zip file, kept getting database errors but the one in post #93 did the trick thanx again, INSTALLED.
Kmurray
11-22-2006, 02:04 PM
When you use the option to disguise the links with your own site name is it possible to add a feature where they can only download the link while logged into your site to prevent people spreading the premium links on other boards, im sure this would be a nice addition!
Regards
I also just had 2 or 3 accounts banned. I agree that it is nonsense from Rapidshare. They limit one to 3GB - so what if the limit is reached by one two or ten people downloading.
Disguising the links will not work. The IP of the downloader is logged with Rapidshare and not the server it comes from.
There is no way getting around this - whatsoever.
Kmurray
11-23-2006, 07:57 PM
Rapidshare.com doesn't work anymore, IPCheck introduced now so none of the users can download anymore, all they get is invalid session!
univn
11-24-2006, 01:25 AM
Ok, .de still work but .com no work
I just heard that they are busy implementing the same at .de
Just script will not work within the next 24 hours. It's a shame, it was a great script!
Nathan2006
11-24-2006, 11:35 PM
When you use the option to disguise the links with your own site name is it possible to add a feature where they can only download the link while logged into your site to prevent people spreading the premium links on other boards, im sure this would be a nice addition!
Regards
Yes I agree :)
:D Would be fantastic!
mrpaint I have sent you a pm with some info;)
softvnn
11-25-2006, 12:32 AM
Don't work more with RapidShare .Com ^^. Update !! Update !!
Nathan2006
11-25-2006, 12:45 AM
Don't work more with RapidShare .Com ^^. Update !! Update !!
It still works for me because I kept the old version 1.0
installed and never upgraded to the next versions.
Nathan2006
11-26-2006, 10:18 PM
As of the 25th Nover 2006 Rapidshare.com direct links no longer work :(
Info taken from r/s.com
There are no download sessions for premium users anymore.
Looks like that's the end of direct links from them :(
AMG021
11-27-2006, 12:20 AM
This is no longer working for rapidshare.com
mrpaint
11-27-2006, 01:15 AM
I think you guys using my hack so much that make r/s.com & megaupload scared ;))
If they still provide direct links service to premium, I think there will be a way to get those links. Impossible is nothin' ^_^
Be patient!
tuanvic
11-28-2006, 09:11 AM
Hope you'll come back soon with good news :D
Thanks
softsafe.org
11-28-2006, 07:32 PM
I have trail install this mod but it don't work
User direct link only down load a page select "premium - free"
Nathan2006
11-28-2006, 10:24 PM
I have trail install this mod but it don't work
User direct link only down load a page select "premium - free"
Rapidshare have removed the download sessions that we all used for the direct linking.
There is no possible way at this time to get around it until someone finds it :)
TonyGau
11-29-2006, 01:15 AM
Rapidshare have removed the download sessions that we all used for the direct linking.
There is no possible way at this time to get around it until someone finds it :)
I think so , mrpaint , do you have any idea ?
mrpaint
11-29-2006, 01:36 AM
Currently I have no solution :(
But one of my friends said this script was still working, you have to go to rapidshare premium zone and check the direct download box. I have no account to test now, if you guys tested it, please post result here. Thank you
TonyGau
11-29-2006, 05:43 AM
I checked Direct-downloads , but it still not working . It's loading the page to choose Premium - Free
tuanvic
12-18-2006, 08:19 AM
It seems that RS and Mega Get Link scritps could be worked again, see how they do at this adress :
http://www.proxiez.net/generator.php
mrpaint
12-18-2006, 10:07 AM
As I see, proxiez can get rs.de link only and my script is still working with rs.de ^_^
Currently there is nothing new :( Sorry guys
dunglantq
03-31-2007, 04:42 AM
Installed :)
Question : mrpaint, u can make link with sexupload site ??? i see SUL very like mega so i think maybe getlink direct from this site, my idea
Thank regard !
Sorry , not work rapidshare.com
:(
<a href="http://www.rapidkill.net" target="_blank">www.rapidkill.net</a> works fine for me!
redstaing.net
04-01-2007, 01:03 PM
how i will writ user name and password?
1:2
1 user name
and
2 password ?
thx real cool hack man 1000000%
mrpaint
04-01-2007, 02:02 PM
how i will writ user name and password?
1:2
1 user name
and
2 password ?
thx real cool hack man 1000000%
Yes, 1 for username & 2 for password
Example: preacc:123456
Yes, 1 for username & 2 for password
Example: preacc:123456
Did you read my post? Since your dont work you said, download the www.rapidkill.net script and get some ideas! It works, i use it...
redstaing.net
04-01-2007, 03:14 PM
hi man i have test it dont work mmmmm
www.redstaing.net/vista look it
dunglantq
04-01-2007, 11:13 PM
Did you read my post? Since your dont work you said, download the www.rapidkill.net script and get some ideas! It works, i use it...
it has working with rap.com with premium user or free user ???
mrpaint
04-02-2007, 03:15 PM
Hi Luky,
I have read your reply but the method RapidKill use is: getting files from file hosting services (RapidShare, MegaUpload, etc) to your host (with the server connection the speed can be very fast!). Then you/your members can download those files from your host. It's different from mine! Get Direct Links get real links from file hosting services and give them to your members! But, as you know, currently there is no way to do this method anymore so I'm looking at RapidKill source to get it work with vBB system. I have to rebuild a lot of things so please be patient!
Thank you all for using my product!
@redstaing.net: I do not understand any words on your site & actually, Get Direct Links 1.4 only works with MegaUpload (maybe Rapidshare.de also, I'm not really sure about it!)
Yeah, I'm saying you should use Rapidkill's method but make it abit safer so public can use it. For example they can download a php file using rapidkill and then execute it and screw up your site =/
DarkRyda
04-03-2007, 02:47 PM
you might also want to look at: http://rapidget.linux.spb.ru/, http://www.rapidleech.com/ and http://www.syi.cc/viewtopic.php?pid=458383
these scripts have been modified to deal with the changes rapidshare.com have made, switching to a cookie authentication method. The basic function is to request a url with the header Cookie: user=$rs_user-$rs_pass, and a download url is returned on the Location: header. So the computer which requested the download with the cookie can only download from the server.
Two options i see for your script is to make it some how stream the content, as in the server grabs the data then send to the member.
Or when the member requests the URL the script starts a download and saves it to a location and returns the link to the member when the download is complete.
Not an expert with PHP, but some ideas to get you started :D
hope you can release a new version soon. Thanks for your effort ;)
Ahh but you can get in trouble for giving out false cookies! RapidKill downloads to your webserver as if you were at your hoster downloading from rapidshare, it follows all of the rules, waiting, captcha and all. Then you download from your hoster! :) Its good because most of the time webservers download faster then a usercan with just one connection to the server, so when you downloading from your server you can open up 16 connections and get 16 times speed!!!!
Oh and RapidLeech link you gave is a rapidkill modified version...
thedvs
08-15-2007, 07:30 PM
I've given mrpaint a script that works with rs.com, so hopefully he can make his mod work with rs.com again, fingers x'd...
Namaless
12-30-2007, 09:33 AM
I Like this script and use in my site. Thanks for your work..
I have tested on vBulletin 3.7.0 Beta 3 and works perfectly ;)
Namaless
12-30-2007, 01:34 PM
I found one missed var.
The navbar not take a title, for this edit get_links.php
Search:
$navbits = construct_navbits($navbits);
Add Before:
$navbits[''] = $vbphrase['get_direct_links_title'];
mrpaint
12-30-2007, 03:25 PM
Hi Namaless,
I'm wondering how Get Direct Links 1.4 can work with you. Can you tell me which service you are using with GDL? And it's great if you send me your forum address by PM
Thanks
beman
02-20-2008, 01:49 AM
Get Direct Links 1.4 is die now, Can you update?
technom8t
03-09-2008, 10:10 AM
any update on this please??????
Namaless
03-10-2008, 12:04 AM
Hi Namaless,
I'm wondering how Get Direct Links 1.4 can work with you. Can you tell me which service you are using with GDL? And it's great if you send me your forum address by PM
Thanks
For this moment works only megaupload direct links.. for rapidshare.com and .de not works because rapidshare request premium cookies and not secure send premium cookies..
For link of my site request with MP to me.
Thanks for mod.
yoksito
03-29-2008, 05:03 PM
thank you, is working this mod?
TheInsaneManiac
07-06-2008, 11:34 PM
For this moment works only megaupload direct links.. for rapidshare.com and .de not works because rapidshare request premium cookies and not secure send premium cookies..
For link of my site request with MP to me.
Thanks for mod.
Is there a way to get rapidshare to work?
Namaless
07-30-2008, 10:01 PM
To me works correctly. I don't know if I have developed this script to works with vb 3.7
Warning: Header may not contain more than a single header, new line detected. in [path]/get_links.php on line 69
Database error in vBulletin 3.7.2:
Invalid SQL:
INSERT INTO `vb_get_direct_links_table`
(`userid`,`thedate`,`links`,`number`)
VALUES ('1', NOW(), '',0);;
elenh
07-26-2009, 07:27 PM
is that works with vb 3.8.x ?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.