1. Il y a 1 fichier trouvé avec l'id 4823 ($_GET[id_fichier]) et le filename mother-and-child-2009-brrip-xvid-vlis-srt ($_GET[fichier]) !
  2. Le fichier a télécharger (1315-1294945971.srt) existe bien dans le dossier fichiers/2009/1956/, on lance son téléchargement (header("Location: fichiers/2009/1956/1315-1294945971.srt)) après 3 secondes (sleep(3);)
  3. On cherche donc a rajouter le fichier 1315-1294945971.srt (qui se trouve dans le dossier fichiers/2009/1956/) en le renommant Mother-And-Child.2009.BRRip.XviD-VLiS.srt (l.157)
  4. L'extension du fichier 1315-1294945971.srt est *.srt (l.165)
  5. Le fichier *.zip sera stocké dans include/dl/
  6. Le fichier 1315-1294945971.srt (contenu dans fichiers/2009/1956/) se rajoute au fichier ZiP ! (l.211)
  7. Le fichier *.zip a télécharger s'apppelera mother-and-child-2009-brrip-xvid-vlis-sunnyman.zip (l.214)
  8. Le fichier 1315-1294945971.srt va être appellé Mother-And-Child.2009.BRRip.XviD-VLiS.www.subsynchro.com.srt dans le zip grâce à $zip->addFile('fichiers/2009/1956/1315-1294945971.srt', 'Mother-And-Child.2009.BRRip.XviD-VLiS.srt'); ! (l.219)
  9. Le fichier ZiP téléchargeable s'appellera mother-and-child-2009-brrip-xvid-vlis-sunnyman.zip et sera stocké dans le dossier include/dl/ (l.225)
  10. Nous recréons un fichier zip appellé mother-and-child-2009-brrip-xvid-vlis-sunnyman.zip dans le dossier include/dl/ (l.229)
  11. L'image Mother-And-Child.2009.BRRip.XviD-VLiS.srt n'a bien été trouvé dans le dossier fichiers/2009/1956/ et donc a été ajouté dans le ZiP téléchargé
  12. Nous tentons d'ajouter le fichier fichiers/2009/1956/1315-1294945971.srt (renommé Mother-And-Child.2009.BRRip.XviD-VLiS.srt) contenu dans le dossier "fichiers/2009/1956/" avec la fonction $zip->addFile('fichiers/2009/1956/fichiers/2009/1956/1315-1294945971.srt', 'Mother-And-Child.2009.BRRip.XviD-VLiS.srt') (l.245)
  13. On a crée ke zip (zipname) dans le dossier (include/dl/) : include/dl/mother-and-child-2009-brrip-xvid-vlis-sunnyman.zip
  14. Bizzarement, Le fichier *.zip (mother-and-child-2009-brrip-xvid-vlis-sunnyman.zip) n'a pas été crée dans le dossier include/dl/
  15. Le nfo mother-and-child-2009-brrip-xvid-vlis.nfo existait bien dans le dossier nfos/2009/1956/ donc on l'ajoute avec $zip->addFromString(filaneme, texteDuFichier) (l.251)
  16. On ajoute la vignette du film grace au fichier mother-and-child.jpg contenue dans le dossier img/vignettes/2009/.
    Le code utilisé est $zip->addFile('img/vignettes/2009/mother-and-child.jpg', 'mother-and-child.jpg'); (l.268)
  17. Le fichier mother-and-child-2009-brrip-xvid-vlis-sunnyman.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.053 secondes // PHP