| hi all,
I'm working with a CMS and want to save some of the pages
statically, so i use the following command from PHP:
$httrack = popen("c:\Programme\winhttrack\httrack.exe
$tracks --path c:\spiegel\test --depth=1 --ext-depth=0 --
structure=0 --can-go-
down","r");
The files are all PHP-Files like index.php?id=173, but
httrack generates mysterious filenames like indexfddb.html.
Which rules does httrack use to generate the filenames?At the moment I don't
know, which page is mirrored under
which filename (actually I DO know, but my PHP-Script
doesn't :-)).
greetz,
Joerg | |