dude69 - 2004-01-31

Logged In: YES
user_id=523142

Well... since nobody cares about this problem - a short
comment from my side:

I guess dropping theese line into the index.php / phtml should
catch the most part of the scriptkiddies trying to get your
passwd-file mailed:

$mode = escapeshellcmd($mode);
$album = escapeshellcmd($album);
$pic = escapeshellcmd($pic);
$dispsize = escapeshellcmd($dispsize);

I would insert theese lines in the very upper beginning of the
files... right befor the include()'s

Greetz Valki