I got this file purchased , ( did not have enough credit friend got it for me) , you have few bugs in there
line
33 else if (in_array($_GET[‘file’],$settings[allowedownloads]))
should be
else if (in_array($_GET[‘file’],$settings[‘allowedownloads’]))
and also geting message bug Undefined variable: message line 87 removed the . from
$message .
and works but need to know if this is ok fix
now please note i dont want to turn notices off , need the script to work properly , thnx




167 Purchases
53 Comments