This topic is locked
[SOLVED]

 Security Validation

5/8/2013 10:19:07 AM
PHPRunner General questions
P
phenicie author

Every time i implement any type of security i get an error on load.
PHP Fatal error: Call to undefined function mlang_message() in BLAHBLAHBLAH\include\phpfunctions.php on line 1161
This does not occur with no login. Any help would be appreciated.
{

$endpos=strpos($str,"}",$pos);

if($endpos===false)

{

$xt->report_error("Page is broken");

return;

}

$tag = trim(substr($str,$pos+15,$endpos-$pos-15));

$start=$endpos+1;

Line 1161: echo htmlspecialchars(mlang_message($tag));

}

Sergey Kornilov admin 5/8/2013

Post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.