vdhdevil, on 12 October 2011 - 02:37 PM, said:
http://www.box.net/shared/gslaf00a5ca6r1akr12d
accounts.php
Quote
Have fun
if u want to add support for "fp.io" short link in filepost, u can check this :
_R_V_T_™, on 29 December 2011 - 05:33 AM, said:
if u want, make it by ur self, edit & save this as fp_io.php :
<?php
if (!defined('RAPIDLEECH')) {
require_once ("index.html");
exit ();
}
require_once (HOST_DIR . 'download/' . "filepost_com.php");
$link = str_replace('fp.io', 'filepost.com/files', $LINK);
$hostClass = new filepost_com();
$hostClass->Download($link);
?>
upload that into hosts/download directory, it will work!
Edited by _R_V_T_™, 29 December 2011 - 05:35 AM.
add support for fp.io short link















