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



Hi there, thanks for the message.
I’ve had no reports of any faults with the code, it’s also been thoroughly checked by Themeforest staff before being published.
The two snippets of code you’ve pasted I can see no difference in.
Are you running your PHP in strict mode, i.e. error reporting turned to strict with all warnings and information turned on?