Hi i am using the Password Protect Advanced so i have a php page that says welcome $login . $login is the username.
So is it possible to add a variable in the smart file download here :
$f = @fopen(LOG_FILE, 'a+');
if ($f) {
@fputs($f, date("m.d.Y g:ia")." ".$_SERVER['REMOTE_ADDR']." ".$fname." ".HERE."\n");
@fclose($f);
Where the output of the log file will add also the username of the logged person that is trying to d/l the file ?
Thank you