I'm try to submit file on rapidleech with posting values in this form



and I tried to use this:


PHP Code: 
$koja curl_init("http://link");

$kooky "PHPSESSID=9opvqblp3lovbrfg27t0a8jki6"// needed for login 


$pppp urlencode('Transload File');
$po = array(
    
'link'=>$imos,
    
'referer'=>'',
    
'submit'=>$pppp);

curl_setopt($kojaCURLOPT_COOKIE$kooky);
curl_setopt($kojaCURLOPT_RETURNTRANSFER0);
curl_setopt($kojaCURLOPT_FOLLOWLOCATION1);
curl_setopt($kojaCURLOPT_POST1);
curl_setopt($kojaCURLOPT_POSTFIELDS$po);

curl_exec($koja); 

Actually I not sure this is possible, but I think there is a way to use this so if anyone used something like this , I would greatly appreciate help.

When I execute the code, I just get the rapidleech default page
zdorian Reviewed by zdorian on . Rapidleech control with curl I'm try to submit file on rapidleech with posting values in this form http://i26.lulzimg.com/2865df.png and I tried to use this: $koja = curl_init("http://link"); $kooky = "PHPSESSID=9opvqblp3lovbrfg27t0a8jki6"; // needed for login Rating: 5