#23
|
|||
|
|||
我的tk轉址
代碼:
<? $url=getenv("HTTP_REFERER"); $url2=parse_url($url); $url=$url2[host]; $udomain =".iftp.tk"; $url = str_replace("http://", '', $url); $url = str_replace("$udomain", '', $url); $url = str_replace("www.", '', $url); mysql_connect(localhost,username,password); mysql_select_db(dbname); $sql="select * from domain where domainname='$url'"; $result=mysql_query($sql); $myrow=mysql_fetch_array($result); echo " <script> this.location ='$myrow[tourl]'; </script> "; ?> 問題是綁定時打了沒有DNS子網址會DNS錯誤便怎麼也不能做了。 所以現在只可做.tk和用自設404做name.com/xyz那種。 |