<?php header('Content-Type: text/plain'); $source = 'Hello World!'; $gz = addslashes(gzdeflate($source,9)); $a = "\$var='"; $b = "'; echo gzinflate(stripslashes(\$var));"; echo $a.$gz.$b, "\n"; eval($a.$gz.$b);
You have javascript disabled. You will not be able to edit any code.