发布时间:2015-05-08 17:08:55
分享2种PHP的源码加密方式,此加密方法支持任意PHP版。注意,加密后的PHP代码无需第三方工具解密,像往常一样,直接运行即可。 复制代码 代码如下: ......【阅读全文】
发布时间:2013-02-04 10:39:49
<?php header("Content-type: text/html; charset=utf-8");$rand = time();$name = 'zhongtong';//快递名称编号 中通$id = '123456';//快递单号$url = "http://wap.kuaidi100.com/q.jsp?fromWeb=null&rand=$rand&id=$name&sub=aaa&postid=$id";//采集html $ch = curl_init(); $timeout .........【阅读全文】