Добавил определение константы __FILE__ - Для просмотра ссылки Войди или Зарегистрируйся
Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Please try last release Для просмотра ссылки Войдиphp5.2 UNDEF OP ex: UNDEF OP: 205
<?php
$tlsec = "y";
if (!file_exists("tlsec.php")) {
echo "<center>...";
exit();
}
$str = "...";
include_once ("tlsec.php");
eval (gzinflate(base64_decode("..."))); // cryptz($str)
?>
the problem is only with php 5.2 core (encoded with zend guard 5 old loader)Please try last release Для просмотра ссылки Войдиили Зарегистрируйся
member.php
PHP:<?php $tlsec = "y"; if (!file_exists("tlsec.php")) { echo "<center>..."; exit(); } $str = "..."; include_once ("tlsec.php"); eval (gzinflate(base64_decode("..."))); // cryptz($str) ?>
And attache more files for test + tlsec.php
Имена функций не может быть deobfuscated в PHP5.2 и некоторые коды операций отсутствуетНихрена не понял, что от меня хочет. Ошибка в том, что имена функций не деобфусцируются в 5.2 что-ли?
Attach the problematic files to the post for review.function names can't be deobfuscated in php5.2 and some opcodes are missing