# V2 ! # | # | Nouveautis : # | - Compatible avec les gestionnaires de D/L # | - Facilite le tilichargement de plusieurs fichiers # | ============================================= # | by FenesTe # | (c) 06/05/2007 # | ============================================= # | Pour toute riclamation/demande d'aide => feneste@gmail.com # | # | N'hisitez pas ` me donner des idies de scripts en rapport avec le warez ; ) # | ============================================= # +--------------------------------------------------------------------------- # | # | << >> FENESTE) << >> << >> FENESTE) << >> << >> FENESTE) << >> << >> FENESTE) << >> << >> FENESTE) << >> # | << >> FENESTE) << >> << >> FENESTE) << >> << >> FENESTE) << >> << >> FENESTE) << >> << >> FENESTE) << >> # | << >> FENESTE) << >> << >> FENESTE) << >> << >> FENESTE) << >> << >> FENESTE) << >> << >> FENESTE) << >> # +-------------------------------------------------------------------------- # */ # # # $pt = strrpos($_SERVER['PHP_SELF'], "/"); # $myself = substr($_SERVER['PHP_SELF'], $pt + 1, strlen($_SERVER['PHP_SELF']) - $pt - 1); # # /* # Vaiables pouvant jtre envoyies au sript: # # - $_POST["fichier"] => fichier ` dl => afficher son lien # - $_POST["page"] => page ` "convertir" # - $_GET["dl"] => fichier ` envoyer # */ # # if(empty($_POST["fichier"]) && empty($_POST["page"]) && empty($_GET["dl"])){ # echo ' # # # Unlimited Free DL ~> V2 ! # # # #
#

#
#
#
#
#
#
#
#

#
#
#

#
#
 
#
#
#
#

#
#
#
#
#

#
#
#
#
#
#
#

#
#
#
#
#
# #
#
#

#
#
#
# #
#
#
#
#

#
#
#
#

#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
Télécharger ce script
#
#
#

#
#
Script by FenesTe )
#
#
#
# #
# # # '; # # exit(); # } # # if(!empty($_POST["fichier"])){ # $lien = "?dl=".$_POST["fichier"]; # echo ' # # # Unlimited Free DL ~> V2 ! # # # #
#

#
#
#
#
#
#
#
#
#
#

#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
Télécharger ce script
#
#
#

#
#
Script by FenesTe )
#
#
#
# #
# # # # '; # # exit(); # } # # if(!empty($_POST["page"])){ # echo ' # # Unlimited Free DL ~> V2 ! # # # #
#

#
#
#
'; # $url = $_POST["page"]; # $fichlir=fopen($url,"r"); # $nvlurl = "?dl=".$url; # while(!@feof($fichlir)){ # $temp=@fgets($fichlir); # $temp = str_replace(' #
#
#
#
Télécharger ce script
#
#
#

#
#
Script by FenesTe )
#
# #
# # # '; # exit(); # # } # # if(!empty($_GET["dl"])){ # $fichieradl = str_replace(' ', "%20", $_GET["dl"]); # if(substr($fichieradl, 0, 7) != "http://"){ # echo 'indiquez une URL VALIDE !'; # exit(); } # # $f = @fopen($fichieradl, "r"); # # if($f == false){ # # echo 'L\' URL que vous avez indiquée est INVALIDE ou le serveur distant est INJOIGNABLE !'; # exit(); # } # fclose($f); # # # $file_extension = strtolower(substr(strrchr($fichieradl,"."),1)); # # switch ($file_extension) { # case "pdf": $ctype="application/pdf"; break; # case "exe": $ctype="application/octet-stream"; break; # case "zip": $ctype="application/zip"; break; # case "doc": $ctype="application/msword"; break; # case "xls": $ctype="application/vnd.ms-excel"; break; # case "ppt": $ctype="application/vnd.ms-powerpoint"; break; # case "gif": $ctype="image/gif"; break; # case "png": $ctype="image/png"; break; # case "jpeg": case "jpeg": # case "jpg": $ctype="image/jpg"; break; # default: $ctype="application/force-download"; } # # # header("Pragma: public"); # header("Expires: 0"); # header("Cache-Control: must-revalidate, post-check=0, pre-check=0"); # header("Cache-Control: private",false); # header("Content-Type: $ctype"); # header("Content-Disposition: attachment; filename=\"".basename($fichieradl)."\";"); # header("Content-Transfer-Encoding: binary"); # header("Content-Length: ".@filesize($fichieradl)); # @set_time_limit(0); # # $fichlir=fopen($fichieradl,"r"); # # while(!feof($fichlir)){ # $fen=fgets($fichlir); # echo $fen; } # fclose($fichlir); # # } # # ?>