0) { $theTarget[0].="."; } $theTarget[0].=$plode[$i]; } $theTarget[1]=$plode[$i]; } else { $theTarget[0]=$Trim[0]; $theTarget[1]="html"; } $t=htmlentities($theTarget[0]); // Führe alle Variablen aus :) $req=$theTarget[0]; $c=explode("&", $Trim[1]); for($i=0; $i < count($c); $i++) { if(strlen($c[$i]) > 3) { $req.="&".$c[$i]; if(substr($c[$i], strpos($c[$i], "=") + 1, 1) != "\"") { $c[$i]=substr($c[$i], 0, strpos($c[$i], "=") + 1)."\"".substr($c[$i], strpos($c[$i], "=") + 1); } if(substr($c[$i], -1) != "\"") { $c[$i].="\""; } $c[$i]=substr($c[$i], 0, strpos($c[$i], "=\"") + 1)."htmlentities(".substr($c[$i], strpos($c[$i], "=\"") + 1).")"; @eval("\$".$c[$i].";"); } } if($theTarget[1] == str_replace(".", "", get_config("filetype_for_searchfunction"))) { include("site/search.php"); } if($theTarget[1] == str_replace(".", "", get_config("SearchEngineFileType"))) { $t=get_config("SearchEngineSite"); $SearchWord=htmlentities($theTarget[0]); } if($request == "fckconfig.js.php") { //[HTTP_REFERER] => http://www.eas-gmbh.info/eas-gmbh.de/editor/fckeditor.php?InstanceName=sub[WYSIWYG]&loadFrom=public&Toolbar=Default $FROM=$_SERVER['HTTP_REFERER']; if(strpos($FROM, "fckeditor.php") !== false) { while(strpos($FROM, "fckeditor.php") > strpos($FROM, "/")) { $FROM=substr($FROM, strpos($FROM, "/") + 1); } if(strpos($FROM, "=public") !== false) { include("site/clude/fckconfig.js.php"); die(); } } } $_SERVER['REQUEST_URI']="?t=".$req; include("site/index.php"); ?>