Hi. I have a game script and it has 5 encrypted php files and the rest are ok.
I get this error only on the encrypted files part ex: (header, footer, staff and so on)
error: Deprecated: Function split() is deprecated in /home/battle/public_html/staff.php(1) : eval()'d code(1) : eval()'d code on line 1
and the code starts like this
Code:
<?php $codelock_decrypter["filename"] = __FILE__; eval(base64_decode("b2Jfc3RhcnQoKTsgJGNvZGVsb2NrX2RlY3J5cHRlclsiZXJyb3JfbGV2ZWwiXSA9IGVycm9yX3JlcG9ydGluZyhFX0FMTCBeIEVfTk9USUNFKTsgJGNvZGVsb2NrX2RlY3J5cHRlclsibGljZW5zZSJdID0gIjlMNEYtSjlDQy1DQkRaN05IUldOM0kiOyAkY29kZWxvY2tfZGVjcnlwdGVyWyJ0Il0gPSBiY
It isn`t injected with anything becouse i didn't made the link public yet.
Any ideea why i have this errors? I can leave the link in here if needed.
Ps: Files are encoded with CodeLock