这个php签到源码,我如果想把两个帐号固定内置在代码里,要怎么写呢? @sibang大侠 谢谢!
<br /> if($id!='' and $do=='vi'){<br /> $id='1355114'//-----------------------------帐号1<br /> $pw='653'<br /> $rang=rand(333,8888);<br /> $url="http://im.uxin.com:8887/login?sn=".$rang."&account=".$id."&pwd=".md5($pw)."&pv=android&v=2.8.4&sign=".md5($rang.$id."k1oET&Yh7@EQnp2XdTP1o/Vo=")."&netmode=1&brand=Xiaomi&model=MI+2SC&osv=4.1.1&imei=".rand(10000,99999).rand(10000,99999).rand(10000,99999);<br /> $cont=httpreq($url,1);<br /> if(strstr($cont,'uid')){<br /> echo "登录成功<br/>";<br /> }else{<br /> echo "登录失败<br/>";<br /> }<br /> $url="http://im.uxin.com:8887/signin?sn=".$rang."&sign=".md5($rang."k1oET&Yh7@EQnp2XdTP1o/Vo=");<br /> $content=json_decode(httpreq($url),true);<br /> <br /> //echo $content['content'];<br /> echo '<pre class="brush:php;toolbar:false">',var_dump($content),'';
',var_dump($content),'';
<?PHP <br /> <br> set_time_limit(0);<br> ini_set('display_errors','on');<br> error_reporting(E_ALL);<br> header('Content-type: text/html; charset=UTF-8');<br> <br> $id=(isset($_REQUEST["id"])) ? trim($_REQUEST["id"]) : '';<br> $pw=(isset($_REQUEST["pw"])) ? trim($_REQUEST["pw"]) : '';<br> $do=(isset($_REQUEST["do"])) ? trim($_REQUEST["do"]) : '';<br> <br> if($id!='' and $pw!=''){<br> setcookie("id",$id);<br> setcookie("pw",$pw);<br> }<br> header("Content-type: text/html; charset=UTF-8");<br> $cookie_file = dirname(__FILE__)."/cookie_".md5(basename(__FILE__)).".txt";<br> <br> date_default_timezone_set('PRC');<br> <br> function httpreq($url,$getcookie=0){<br> $ch = curl_init();<br> curl_setopt($ch, CURLOPT_URL, $url);<br> curl_setopt($ch, CURLOPT_USERAGENT, "Dalvik/1.6.0 (Linux; U; Android 4.1.1; MI 2SC MIUI/JLB14.0)");<br> curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);<br> $getcookie?curl_setopt($ch, CURLOPT_COOKIEJAR, $GLOBALS['cookie_file']):curl_setopt($ch, CURLOPT_COOKIEFILE, $GLOBALS['cookie_file']);<br> $result = curl_exec($ch);<br> curl_close($ch);<br> <br> return $result;<br> }?><br> nbsp;html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd"><br> <br> <br> <meta><br> <link><br> <title>签到</title><br> <style> <div class="clear"> </style>