Can anyone give me hotfile premium upload plugin?

Status
Not open for further replies.

shufol

Active Member
1,203
2010
73
30
Hello, im using the rapidleech version 3.10 . where in upload folder there has only hotfile free user upload plugin available (400 MB). But i need premium upload plugin(2000 MB) or hotfile (1000 MB).

pls somebody help me..
 
11 comments
"Filesize too big to upload to host. "

when i tried to upload it shows me that error ! where could i get that hotfile upload plugin by which i can upload more than 400 mb file ?
 
just edit file size in your hotfile plugin to 2000mb and done.

not working for me :(

btw this is being discussed quite few times now but still no one cared to share their plugin
which works for them to upload 400mb> file at hotfile as free user........Sad
 
Edit the file hotfile.com.index.php

And replace everything with this.

Code:
<?php 
$upload_services[]="hotfile.com";
$max_file_size["hotfile.com"]=2000;
$page_upload["hotfile.com"] = "hotfile.com.php";  
?>

This will work for sure :D
 
This has been suggested at least three times in this thread.

And three people already confirmed it doesn't work. It seems that, as the others, you only changed it to
'2000' for the forth time.
 
First off i know this is an old thread but did a google search looking for a hotfile premium upload plugin for rapidleech and saw this thread.

In hotfile.com.index.php change it to this
Code:
<?php 
$upload_services[]="hotfile.com";
$max_file_size["hotfile.com"]=2048;
$page_upload["hotfile.com"] = "hotfile.com.php";  
?>


6b8371.jpg
 
Status
Not open for further replies.
Back
Top