Results 1 to 5 of 5
-
3rd Sep 2011, 06:02 AM #1OPMemberWebsite's:
sborg.us[upload] Rapidshare.com for rapidleech
PHP Code:<?php
/** Author : Halcyon aka V3g3t4
* Description : Rapidleech plugin for Rapidshare.com
*
* Date : 3-Sept-2011
*/
####### Premium Account Info. ###########
$rapidshare_login = ""; //Set your username
$rapidshare_pass = ""; //Set your password
##############################
$not_done=true;
$continue_up=false;
if ($rapidshare_login & $rapidshare_pass){
$_REQUEST['my_login'] = $rapidshare_login;
$_REQUEST['my_pass'] = $rapidshare_pass;
$_REQUEST['action'] = "FORM";
echo "<b><center>Use Default login/pass.</center></b>\n";
}
if ($_REQUEST['action'] == "FORM")
$continue_up=true;
else{
?>
<table border=0 style="width:270px;" cellspacing=0 align=center>
<form method=post>
<input type=hidden name=action value='FORM' />
<tr><td nowrap> Login*<td> <input type=text name=my_login value='' style="width:160px;" /> </tr>
<tr><td nowrap> Password*<td> <input type=password name=my_pass value='' style="width:160px;" /> </tr>
<tr><td colspan=2 align=center><input type=submit value='Upload' /></tr>
<tr><td colspan=2 align=center><small>*You can set it as default in <b><?php echo $page_upload["rapidshare.com_premium"]; ?></b></small></tr>
</table>
</form>
<?php
}
if ($continue_up)
{
$not_done=false;
?>
<table width=600 align=center>
</td></tr>
<tr><td align=center>
<div id=login width=100% align=center>Login to Rapidshare Premium</div>
<?php
?>
<script>document.getElementById('login').style.display='none';</script>
<div id=info width=100% align=center>Retrive upload ID</div>
<?php
$nextsrv = 'http://rapidshare.com/cgi-bin/rsapi.cgi?sub=nextuploadserver';
if (!$rsrv = @file_get_contents($nextsrv))
{
$ch = curl_init();
curl_setopt ($ch, CURLOPT_URL, $nextsrv);
curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, 15);
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
$rsrv = curl_exec($ch);
curl_close($ch);
}
$uploadId = rndNum(10);
$url_action = "http://rs{$rsrv}.rapidshare.com/cgi-bin/rsapi.cgi?uploadid=$uploadId";
$post['login'] = $_REQUEST['my_login'];
$post['password'] = $_REQUEST['my_pass'];
$post['sub'] = 'upload';
?>
<script>document.getElementById('info').style.display='none';</script>
<?php
$url = parse_url($url_action);
$upfiles = upfile($url["host"],$url["port"] ? $url["port"] : 80, $url["path"].($url["query"] ? "?".$url["query"] : ""),0, 0, $post, $lfile, $lname, "filecontent", "", $proxy, $pauth);
?>
<script>document.getElementById('progressblock').style.display='none';</script>
<?php
is_page($upfiles);
preg_match('#COMPLETE\n([0-9]*),(.*),(.*),#si', $upfiles, $flink);
$download_link = "http://rapidshare.com/files/$flink[1]/$flink[2]";
}
function rndNum($lg){
$str="0123456789";
for ($i=1;$i<=$lg;$i++){
$st=rand(1,9);
$pnt.=substr($str,$st,1);}
return $pnt;
}
?>
Also, Increase it's max file-size to 2000Mb.
Cheers!Halcyon Reviewed by Halcyon on . [upload] Rapidshare.com for rapidleech <?php /** Author : Halcyon aka V3g3t4 * Description : Rapidleech plugin for Rapidshare.com * * Date : 3-Sept-2011 */ ####### Premium Account Info. ########### $rapidshare_login = ""; //Set your username Rating: 5
V3g3ta | Halcyon | Abhi
-
3rd Sep 2011, 08:12 AM #2Member
thanx a lot bro
-
3rd Sep 2011, 08:13 AM #3Member
Can u create a videobb plugin also?
-
4th Sep 2011, 12:27 PM #4OPMemberWebsite's:
sborg.usUpdated regex, It was failing a few times.
@msplash9, If there's a plugin existing for it, Then I can try fixing it.
V3g3ta | Halcyon | Abhi
-
28th Oct 2011, 04:36 AM #5Member
seems to be broken...any chance of fixing it?
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Rapidshare Upload Plugin [Rapidleech]
By Jass? in forum Technical Help Desk SupportReplies: 1Last Post: 3rd Sep 2011, 07:55 AM -
RapidLeech - RapidShare Upload Plugin
By CyberHacK in forum Web Application/Script SupportReplies: 3Last Post: 5th Feb 2011, 07:39 PM -
Need RapidShare 2GB RapidLeech Upload Plugin
By Mr.WT in forum Web Application/Script SupportReplies: 7Last Post: 27th Jan 2011, 05:20 AM -
Rapidshare Rapidleech Upload Plugin
By deAthbLisS in forum Webmaster ResourcesReplies: 8Last Post: 9th Oct 2010, 06:34 PM -
Rapidshare Rapidleech upload
By Xman in forum Technical Help Desk SupportReplies: 2Last Post: 31st Aug 2010, 03:14 PM
themaLeecher - leech and manage...
Version 5.03 released. Open older version (or...