<BR><?php <BR>$count = 5; <BR>start: <BR>if($count < 5) echo "You can try {$count} time, "; <BR>echo "Put Password: "; <BR>$handle = fopen ("php://stdin","r"); <BR>$line = fgets($handle); <BR>if(trim($line) != '123456'){ <BR>$count--; <BR>if(!$count) goto error; <BR>goto start; <BR>} <BR>goto success; <BR>error: <BR>echo "Please try<strong>*本文来源gaodai#ma#com搞@代~码^网+</strong><strong>搞代gaodaima码</strong> after 1 hour! http://www.gaodaima.com"; <BR>goto out; <BR>success: <BR>echo "Logined!"; <BR>out: <BR>?> <BR>
效果图: