Free Rapidleech Plugins for WJ Members

Status
Not open for further replies.
hi DEVILZ, FYI movieshare.in has changed its name to sharejunky.com, and the member upload plugin does work for me. Did anyone else face this problem too or am I the only one? I hope you can help fix this broken plugin. Thanks for your kind help :D

edit: nevermind, its work again after some tweak :D
 
poge courbage

Hello Devilz, I've just downloaded your fileserve download plugin with premium account embeded, but it not work properly, i use rapidleech v36b, check this screenshot below for detail :

mj5lsh.gif


PS : 0x14 is files downloaded directory.

would you like to fix this bug?


thanks in advance
 
From Where You downloaded the premium Plugin ??
Old plugins will not work now , as FILESERVE changed there Site script about 15-20 days (May be 1 month) ago
 
really gr8 work buddy..


i want a upload plugin for fzuploads.com...

buddy i m using the same version of rapidleech u r using but fileserve is nt working for me..

any help??

vn1s3r.jpg
 
Can you make filestab plugin please?

/trunk/hosts/upload/filestab.com.index.php

PHP:
<?php
$upload_services[]="filestab.com";
$max_file_size["filestab.com"]=2000;
$page_upload["filestab.com"] = "filestab.com.php";
?>
/trunk/hosts/upload/filestab.com.php

PHP:
<table width=600 align=center>
</td></tr>
<tr><td align=center>
<script>document.getElementById('login').style.display='none';</script>
<div id=info width=100% align=center>Retrive upload ID</div>
<?php
        $ref='http://filestab.com/';
        $Url=parse_url($ref);
        $page = geturl($Url["host"], defport($Url), $Url["path"].($Url["query"] ? "?".$Url["query"] : ""), 0, 0, 0, 0, $_GET["proxy"],$pauth);
        is_page($page);
        $upfrm = cut_str($page,'multipart/form-data" action="','cgi-bin/upload.cgi?');
        $uid = $i=0; while($i<12){ $i++;}
        $uid += floor(rand() * 10);
        $post['upload_type']= 'file';
        $post['sess_id']= $xfss;
        $post['file_0_descr']=$_REQUEST['descript'];
        $post['file_0_public']='1';
        $post['link_rcpt']='';
        $post['link_pass']='';
        $post['tos']='1';
        $post['submit_btn']=' Upload! ';
        $uurl= $upfrm.'/cgi-bin/upload.cgi?upload_id='.$uid.'&js_on=1&utype=anon&upload_type=file';
        $url=parse_url($upfrm.'/cgi-bin/upload.cgi?upload_id='.$uid.'&js_on=1&utype=anon&upload_type=file');
?>
<script>document.getElementById('info').style.display='none';</script>
<?php

        $upfiles=upfile($url["host"],defport($url), $url["path"].($url["query"] ? "?".$url["query"] : ""),$ref, $cookies, $post, $lfile, $lname, "file_0");

?>
<script>document.getElementById('progressblock').style.display='none';</script>
<?php
        $locat=cut_str($upfiles,'rea name=\'fn\'>' ,'</textarea>');
        
        unset($post);
        $gpost['fn'] = "$locat" ;
        $gpost['st'] = "OK" ;
        $gpost['op'] = "upload_result" ;
        $Url=parse_url($ref);
        $page = geturl($Url["host"], defport($Url), $Url["path"].($Url["query"] ? "?".$Url["query"] : ""), $uurl, $cookies, $gpost, 0, $_GET["proxy"],$pauth);
        
        $ddl=cut_str($page,'<td><a href="','"');
        $del=cut_str($page,'killcode=','"');
        
        $download_link=$ddl;
        $delete_link= $ddl.'?killcode='.$del;
/trunk/hosts/upload/filestab.com_member.index.php

PHP:
<?php
$upload_services[]="filestab.com_member";
$max_file_size["filestab.com_member"]=2000;
$page_upload["filestab.com_member"] = "filestab.com_member.php";
?>
/trunk/hosts/upload/filestab.com_member.php

PHP:
<?php
####### Free Account Info. ###########
$filestab_login = "";
$filestab_pass = "";
##############################

$not_done=true;
$continue_up=false;
if ($filestab_login & $filestab_pass){
        $_REQUEST['login'] = $filestab_login;
        $_REQUEST['password'] = $filestab_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>&nbsp;Login*<td>&nbsp;<input type=text name=login value='' style="width:160px;" />&nbsp;</tr>
<tr><td nowrap>&nbsp;Password*<td>&nbsp;<input type=password name=password value='' style="width:160px;" />&nbsp;</tr>
<tr><td colspan=2 align=center><input type=submit value='Upload' /></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 filestab.com</div>
<?php
                        $post['op'] = "login" ;
                        $post['redirect'] = "" ;
                        $post['login'] = $_REQUEST['login'];
                        $post['password'] = $_REQUEST['password'];
                        $post['x'] = "0" ;
                        $post['y'] = "0" ;
                        $page = geturl("filestab.com", 80, "/login.html", 0, 0, $post, 0, $_GET["proxy"], $pauth);
                        is_page($page);
                        is_notpresent($page, 'HTTP/1.1 302 Moved', 'Error logging in - are your logins correct? First');
                        preg_match_all('/Set-Cookie: (.*);/U',$page,$temp);
                        $cookie = $temp[1];
                        $cookies = implode(';',$cookie);
                        $xfss=cut_str($cookies,'xfss=',' ');
                        $page = geturl("filestab.com", 80, "/?op=my_files", "http://filestab.com/login.html", $cookies, 0, 0, "");
                        is_page($page);
                        is_notpresent($page, 'HTTP/1.1 200 OK', 'Error logging in - are your logins correct?Second');
?>
<script>document.getElementById('login').style.display='none';</script>
<div id=info width=100% align=center>Retrive upload ID</div>
<?php
        $ref='http://filestab.com/';
        $Url=parse_url($ref);
        $page = geturl($Url["host"], defport($Url), $Url["path"].($Url["query"] ? "?".$Url["query"] : ""), 0, 0, 0, 0, $_GET["proxy"],$pauth);
        is_page($page);
        $upfrm = cut_str($page,'multipart/form-data" action="','cgi-bin/upload.cgi?');
        $uid = $i=0; while($i<12){ $i++;}
        $uid += floor(rand() * 10);
        $post['upload_type']= 'file';
        $post['sess_id']= $xfss;
        $post['file_0_descr']=$_REQUEST['descript'];
        $post['file_0_public']='1';
        $post['link_rcpt']='';
        $post['link_pass']='';
        $post['tos']='1';
        $post['submit_btn']=' Upload! ';
        $uurl= $upfrm.'/cgi-bin/upload.cgi?upload_id='.$uid.'&js_on=1&utype=anon&upload_type=file';
        $url=parse_url($upfrm.'/cgi-bin/upload.cgi?upload_id='.$uid.'&js_on=1&utype=anon&upload_type=file');
?>
<script>document.getElementById('info').style.display='none';</script>
<?php

        $upfiles=upfile($url["host"],defport($url), $url["path"].($url["query"] ? "?".$url["query"] : ""),$ref, $cookies, $post, $lfile, $lname, "file_0");

?>
<script>document.getElementById('progressblock').style.display='none';</script>
<?php
        $locat=cut_str($upfiles,'rea name=\'fn\'>' ,'</textarea>');
        
        unset($post);
        $gpost['fn'] = "$locat" ;
        $gpost['st'] = "OK" ;
        $gpost['op'] = "upload_result" ;
        $Url=parse_url($ref);
        $page = geturl($Url["host"], defport($Url), $Url["path"].($Url["query"] ? "?".$Url["query"] : ""), $uurl, $cookies, $gpost, 0, $_GET["proxy"],$pauth);
        
        $ddl=cut_str($page,'<td><a href="','"');
        $del=cut_str($page,'killcode=','"');
        
        $download_link=$ddl;
        $delete_link= $ddl.'?killcode='.$del;
        }

ENJOY!
 
Status
Not open for further replies.
Back
Top