<%dim ip
ip=request.ServerVariables("REMOTE_ADDR")
if (left(ip,10)="110.8.8") or (ip="127.0.0.1") then
'允許執行
else
Response.Write"<script language=javascript>alert('你無權訪問后臺!\r\n趕緊滾開!');location.href='http://www.tgmartofdrseuss.com';</script>"
response.end
end if
%>