Télécharger le script php A leech - Toocharger.com.l►► Télécharger A leech v1.1. A leech permet de cacher le lien du fichier que vous offrez en téléchargement. Si une personne tente de copier votre lien pour le mettre sur son site, il recevra un message d'erreur. Script A leech. Téléchargement de A leech, download.
Vous êtes ici :
> > > >
A leech
 | SCRIPT PHP A LEECH v 1.1 |
Cliquez pour agrandir
A leech permet de cacher le lien du fichier que vous offrez en téléchargement.
Si une personne tente de copier votre lien pour le mettre sur son site, il recevra un message d'erreur.
- Ce script ne fonctionne pas sur votre serveur ? Consultez notre aide.
|
<?php /* Copyright (c) 1999 Marcel Lemmen E-mail: lemmen@support.nl All rights reserved. Version: V1.1 Homepage: http://home.support.nl/~lemmen/a-leech.php3 This code provided "As Is" with no warrantees express or implied. The author and contributors are not liable for anything good or bad that results from your use of this code. You are free to distribute this for free provided this notice is included. Please forward fixes/enhancements to the author for inclusion in the next revision. Usage: Replace $files with the original with your files. Replace $filenames with the filename people see when downloading (CAN be different then file's!!!) Replace $URL with your directory or the other URL. Replace $additional_info with the info on each file. That's all!!! */ $files= array( 'track01.mp3', 'escreen.exe'); $filenames= array( 'Thank ABBA for the music.mp3', 'Escreen.exe'); $additional_info= array( 'Various artists - Thanx ABBA for the music : 4978602 bytes', 'Shareware program to make a screenshot: 529920 bytes'); $url= "/home/lemmen/public_html/data/"; /* When the files are on another server, use the whole address (http://www.server.com/dir/) in stead of /home/lemmen... */ $thisfile= "http://$HTTP_HOST$PHP_SELF"; if ($referer!=$thisfile){ echo "<center><big>Homepage: <a href="http: //home.support.nl/~lemmen">http://home.support.nl/~lemmen</big><br><hr><br><br></center>"; for ($i=0;$i<count($files);$i++) echo "<P><A HREF="$PHP_SELF? $i">", $filenames[$i], "</A> $additional_info[$i]n"; } else { $i=$QUERY_STRING; $total=$url . $files[$i]; Header ( "Content-Type: application/octet-stream"); Header( "Content-Disposition: attachment; filename=$filenames[$i]"); } ?>
|
| Auteur |
|
| Site web de l'éditeur |
|
| Date de publication |
31/08/2008 |
| Langue |
français, anglais |
| Type de licence |
gratuit |
| Licence |
Free |
| Bases de données |
Aucune |
| Téléchargements total |
307 |
| Téléchargements ce mois |
5 |
|
Note des utilisateurs |
|
Fonctionnalités Interface Stabilité Installation Rapport qualité/prix Avis général |
Nbre d'avis : 0
|
|
|
 | DERNIERS AVIS POSTÉS PAR LES UTILISATEURS |