03 2013 档案
摘要:<?php /**功能:对URL进行编码*参数说明:$web_url网站URL,不包含"http://",例如soqi.cc*来源:http://blog.micxp.com*/functionHashURL($url){ $SEED="MiningPageRankisAGAINSTGOOGLE'STERMSOFSERVICE.Yes,I'mtalkingtoyou,scammer."; $Result=0x01020345; for($i=0;$i<strlen($url);$i++) { $Result^=ord($SEE
阅读全文