Its kinda simple, i dont have time to do the substitutions right now
<?
$keystroke1 = "wdr159sq4ayez7xcgnf_tv8nluk6jhbio32mp";
if(!function_exists("rotencode")){
function rotencode($string,$amount) {
$key = substr($string, 0, 1); if(strlen($string)==1) { return chr(ord($key) + $amount); }...