теперь у меня есть такой код
Код: Выделить всё
function encode64($text){
$text_encode = base64_encode($text);
$text_encode = str_replace("=","_",$text_encode);
if(strlen($text_encode)%2==1) $text_encode=$text_encode."*";
for($i=0;$i
Подробнее здесь: [url]https://stackoverflow.com/questions/29542251/encryption-with-eval-on-php[/url]
Мобильная версия