I (http://motiongroove.com/2010/03/03/free-php-url-rotator-script/) burada bu PHP URL Rotator Senaryo geldi, ama nedense, lanet şey bana bu hatayı veriyor tutar:
Ölümcül hata: satır 4) (tanımsız işlev Sset çağır içinde / servername / index.php
Bu Aldığım Code:
<?php $link[1] = "http://yourdomain.com/index1.html";
$link[2] = "http://yourdomain.com/index2.html";
$link[3] = "http://yourdomain.com/index3.html";
if(!sset($HTTP_cookie_VARS['link'])){ $n=count($link);
$rand=rand(1,$n); setcookie("link",$rand,time()+3600);
header('location:'.$link[$rand]); }else{ $go=$link[$_COOKIE['link']]; header('location:'.$go); } ?>
Teşekkür ederiz!