Zend encrypted php, with dezender decryption after special code, $ FN_-2147483647 () zend encrypted php, with dezender decryption after special code, $ FN_-2147483647 () website run error: Parse error: syntax error, unexpected '('In E: \ PHPnow-1.5.6 \ htdocs \ source \ control \ admin \ frame. php on line 28
The 28th line of code is special code, $ FN_-2147483647 (), as shown below:
Private function control ()
{
$ FN_-2147483647 ();
}
Public function control_run ()
How can I modify it?
Reply to discussion (solution)
-It cannot appear in the variable name.
Just change the snacks.
$ FN_-2147483647 ();
Change to $ FN-2147483647 (); is that true?
Change it to $ fn%2147483647 ();
-Change _
Change it to $ fn%2147483647 ();
Still not good. Website run prompt: Fatal error: Function name must be a string in E: \ PHPnow-1.5.6 \ htdocs \ source \ control \ admin \ frame. php on line 28
This line still does not work.