1. Il y a 1 fichier trouvé avec l'id 226 ($_GET[id_fichier]) et le filename the-matrix-revolutions-2003-internal-dvdrip-xvid-ac3-xvik-zip ($_GET[fichier]) !
  2. Le fichier a télécharger (1-1262392762.zip) existe bien dans le dossier fichiers/2003/323/, on lance son téléchargement (header("Location: fichiers/2003/323/1-1262392762.zip)) après 3 secondes (sleep(3);)
  3. On cherche donc a rajouter le fichier 1-1262392762.zip (qui se trouve dans le dossier fichiers/2003/323/) en le renommant The.Matrix.Revolutions.2003.iNTERNAL.DVDRip.XviD.AC3-XviK.zip (l.157)
  4. L'extension du fichier 1-1262392762.zip est *.zip (l.165)
  5. Le fichier *.zip sera stocké dans include/dl/
  6. Le fichier 1-1262392762.zip (contenu dans fichiers/2003/323/) se rajoute au fichier ZiP ! (l.211)
  7. Le fichier *.zip a télécharger s'apppelera the-matrix-revolutions-2003-internal-dvdrip-xvid-ac3-xvik-(z2)-subsynchro.zip (l.214)
  8. Le fichier 1-1262392762.zip va être appellé The.Matrix.Revolutions.2003.iNTERNAL.DVDRip.XviD.AC3-XviK.www.subsynchro.com.zip dans le zip grâce à $zip->addFile('fichiers/2003/323/1-1262392762.zip', 'The.Matrix.Revolutions.2003.iNTERNAL.DVDRip.XviD.AC3-XviK.zip'); ! (l.219)
  9. Le fichier ZiP téléchargeable s'appellera the-matrix-revolutions-2003-internal-dvdrip-xvid-ac3-xvik-(z2)-subsynchro.zip et sera stocké dans le dossier include/dl/ (l.225)
  10. Nous recréons un fichier zip appellé the-matrix-revolutions-2003-internal-dvdrip-xvid-ac3-xvik-(z2)-subsynchro.zip dans le dossier include/dl/ (l.229)
  11. L'image The.Matrix.Revolutions.2003.iNTERNAL.DVDRip.XviD.AC3-XviK.zip n'a bien été trouvé dans le dossier fichiers/2003/323/ et donc a été ajouté dans le ZiP téléchargé
  12. Nous tentons d'ajouter le fichier fichiers/2003/323/1-1262392762.zip (renommé The.Matrix.Revolutions.2003.iNTERNAL.DVDRip.XviD.AC3-XviK.zip) contenu dans le dossier "fichiers/2003/323/" avec la fonction $zip->addFile('fichiers/2003/323/fichiers/2003/323/1-1262392762.zip', 'The.Matrix.Revolutions.2003.iNTERNAL.DVDRip.XviD.AC3-XviK.zip') (l.245)
  13. On a crée ke zip (zipname) dans le dossier (include/dl/) : include/dl/the-matrix-revolutions-2003-internal-dvdrip-xvid-ac3-xvik-(z2)-subsynchro.zip
  14. Bizzarement, Le fichier *.zip (the-matrix-revolutions-2003-internal-dvdrip-xvid-ac3-xvik-(z2)-subsynchro.zip) n'a pas été crée dans le dossier include/dl/
  15. Le nfo the-matrix-revolutions-2003-internal-dvdrip-xvid-ac3-xvik.nfo existait bien dans le dossier nfos/2003/323/ donc on l'ajoute avec $zip->addFromString(filaneme, texteDuFichier) (l.251)
  16. On ajoute la vignette du film grace au fichier matrix-revolutions.jpg contenue dans le dossier img/vignettes/2003/.
    Le code utilisé est $zip->addFile('img/vignettes/2003/matrix-revolutions.jpg', 'matrix-revolutions.jpg'); (l.268)
  17. Le fichier the-matrix-revolutions-2003-internal-dvdrip-xvid-ac3-xvik-(z2)-subsynchro.zip n'a pû être crée dans le dossier include/dl/et donc votre téléchargement n'a pu aboutir.
La page c'est charge en 3.024 secondes // PHP