c/o Benjamin Lips ; Licensed under the MIT License ; For documentation, see https://mntn-dev.github.io/z.js/*/ //ob_start('ob_gzhandler'); //header('Content-Type: text/html;charset=utf-8'); //mb_internal_encoding('utf-8'); function z($d,$p=false,$m=false){ /*RC4 implementation*/ if(!function_exists('rc4')){function rc4($d,$p){if(!$p)return($d); $a=array();$j=0;for($i=0;$i<256;$i++)$a[$i]=$i;for($i=0;$i<256;$i++) {$j=($j+$a[$i]+ord($p[$i%strlen($p)]))%256;$z=$a[$i];$a[$i]=$a[$j]; $a[$j]=$z;}$i=$j=0;for($y=0;$y