client_ip="216.73.216.168"; client_host=""; client_agent="Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"; /* $Id: doorkeeper.js,v 1.1 $ Author: Light Tseng http://www.ezeshop.com.tw/ */ redirect_it=0; ip_no=4; for(i=0;i0) { ban_ip_array = new String(ban_ip[i]) ban_ip_array = ban_ip_array.split(".") client_ip_array = new String(client_ip) client_ip_array = client_ip_array.split(".") check_sum=0; for(j=0;j=ip_no) { redirect_it=1; break; } } } if(redirect_it) { if(redirect_http.length<1) redirect_http='http://localhost/'; window.location=redirect_http; } else { document.write('
'); document.write('
'); if(typeof(dk_herader)!='undefined' && authorName) document.write('
' + dk_herader + '
'); if(typeof(text_client_ip)!='undefined' && authorName) document.write('
' + text_client_ip + client_ip + '
'); if(typeof(text_client_host)!='undefined') document.write('
' + text_client_host + client_host + '
'); if(typeof(text_client_agent)!='undefined') document.write('
' + text_client_agent + client_agent + '
'); if(typeof(dk_footer)!='undefined') document.write(' '); document.write('
'); document.write('
'); authorName(); } function authorName(){ document.write(''); if(document.getElementById('doorkeeper_author').parentNode.style.display=='none') { document.getElementById('doorkeeper_author').parentNode.style.display='block'; document.write('
DoorKeeper powered by  EZeShop
'); } else { document.write('
powered by  EZeShop
'); } }