![]() |
Bauchtanz
Zürich |
||||
![]() |
|||||
| |
|||||
|
Hier
nützliche Seiten im World Wide Web |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
Sprachauswahl
Aktuelles
Highlights
Die Show
Der Orient.
Tanz
Media
Biographie
2
Schule
Rezepte
Horoskop
Freunde
Links
// ***************************************************
// RANKTRADE December 2006
// This code generates links on your page
// Please do not alter it
// ***************************************************
$rtkey = "af5e33817a9e3d7a313ab78478074c31";
$rtstr = "/157/144/".urlencode($rtkey)."/";
if (!empty($_SERVER['HTTPS']))
$rthttp = ($_SERVER['HTTPS']=='on')?'https://':'http://';
else
$rthttp = 'http://';
$uri = $_SERVER['REQUEST_URI'];
if ($uri=='/')
$uri = substr($_SERVER["SCRIPT_NAME"],-(strlen($_SERVER["SCRIPT_NAME"])-strrpos($_SERVER["SCRIPT_NAME"], "/")));
$rtstr = $rtstr.base64_encode( urlencode( $rthttp.$_SERVER['HTTP_HOST'].$uri ) );
$rtstr = $rtstr."/".base64_encode($_SERVER['REMOTE_ADDR']);
if (!empty($_SERVER['HTTP_REFERER']))
$rtstr = $rtstr."/".base64_encode($_SERVER['HTTP_REFERER']);
if(intval(get_cfg_var('allow_url_fopen')) && function_exists('readfile')) {
@readfile("http://rankserv.ranktrade.com/index.php/getsite".$rtstr);
}
elseif(intval(get_cfg_var('allow_url_fopen')) && function_exists('file')) {
if($content = @file("http://rankserv.ranktrade.com/index.php/getsite".$rtstr))
print @join('', $content);
}
elseif(function_exists('curl_init')) {
$ch = curl_init ("http://rankserv.ranktrade.com/index.php/getsite".$rtstr);
curl_setopt ($ch, CURLOPT_HEADER, 0);
curl_exec ($ch);
curl_close ($ch);
}
else{
print "";
}
?>