当前位置:首页 > 代码·功能 > 正文

小米MIUI论坛自动回复刷积分混内测组 PHP代码

原本是暑假时候无聊弄得,两天刷进内内测组也是很爽,然后...MIUI9 MI5s并不是第一批公测然后就感觉内测组毫无卵用了,有想要进内测组玩玩(zhuangbi)的可以看下~其实是开学后不知道发些啥了23333

自动回复时取的标题然后用图灵傻傻的API回复的 基本回复很智障 建议频率不要设置太高,刷的时间不要太长混进内测就停了吧,以免被禁言~

代码写的很渣,欢迎各种提意见~~

<?php
    /*
        Power By Ihuan.me
    */
    $cookie = '';
    function fetch($url,$refer,$post){
        global $cookie;
    	$ch = curl_init();
    	curl_setopt($ch, CURLOPT_URL,$url);
        curl_setopt($ch, CURLOPT_REFERER, $refer);
    	curl_setopt($ch, CURLOPT_COOKIE,$cookie);
    	if($post!=''){
            curl_setopt($ch, CURLOPT_POST, 1);
            curl_setopt($ch, CURLOPT_POSTFIELDS, $post);
    	}
    	curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 BIDUBrowser/8.3 Safari/537.36");
    	curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    	curl_setopt($ch, CURLOPT_HEADER, 0);
    	curl_setopt($ch, CURLOPT_TIMEOUT, 20);
    	$re = curl_exec($ch);
    	curl_close($ch);
    	return $re;
    }
    preg_match_all('/<a .*?href="(.*?)".*?>/is',fetch('http://www.miui.com/forum.php?gid=14&page='.rand(1,24),'http://www.miui.com/index.html'),$match);
    foreach($match['1'] as $key=>$val){
            if(FALSE === strpos($val, 'thread-')){
            unset($match['1'][$key]);
            }else{
                if(!strpos($val, '-1-1.html')){
                    unset($match['1'][$key]);
                }  
            }
        }
    $url = array_values(array_flip(array_flip($match['1'])));
    $url = 'http://www.miui.com/'.$url[rand(1,24)];
    $html = fetch($url,'http://www.miui.com/index.html');
    preg_match_all('/action=\"(.*?)\"/',$html,$match);
    $reply = $match[1][1];
    preg_match_all('/<input type="hidden" name="formhash" value="(.*?)" \/>/',$html,$match);
    $hash = $match[1][1];
    preg_match_all('/<meta name="description" content="(.*?)"\/>/',$html,$match);
    $content = $match[1][0];
    $data = json_decode(fetch('http://www.tuling123.com/openapi/api?key=0344bd2d86f33bda5654b941f757137a&info='.$content),true);
    $post = array('message'=>$data['text'],'posttime'=>time(),'formhash'=>$hash,'usesig'=>1,'subject'=>'');
    fetch(str_replace('&','&','http://www.miui.com/'.$reply.'&inajax=1'),$url,$post);
?>

$cookie填上自己的Cookie,0级的就不要用了,有验证码回复不了的2333

发个小东西,诈尸假装自己还存在着~开了学就国庆放了两天,orz

标签:
上一篇: 下一篇:

51 条评论

评论加载中...
  1. 46楼
    来自天朝的朋友 谷歌浏览器 Windows 10
    香芋奶茶  

    博主,请问现在可以更新一下脚本么

    2019年1月17日 22:18 评论
  2. 45楼
    这家伙可能用了美佬的代理 火狐浏览器 Windows 7
    Grazyna  

    Hey! Someone in my Myspace group shared this website with us so I came to check it out.
    I’m definitely loving the information. I’m bookmarking and ill
    bbe tweeting this to my followers! Excellent blpog and wonderful
    style and design.

    2018年8月13日 23:27 评论
  3. 44楼
    这家伙可能用了美佬的代理 谷歌浏览器 Windows 7
    Amado  

    An impressive share! I’ve just forwarded this onmto a friend who was dking a little research on this.
    Annd he in fact bought mme breakfast due to the fact that I stumbled upon it
    for him… lol. So let me reword this…. Thanks for the
    meal!! But yeah, thanks for spending time to
    discuss this topic here on your blog.

    2018年8月13日 18:36 评论
  4. 43楼
    这家伙可能用了美佬的代理 谷歌浏览器 Windows 7
    Teddy  

    Your style is so unique in comparison too other people I have
    read stuff from. Many thanks for posting when you have the opportunity, Guess I
    will just bookmark this site.

    2018年8月3日 16:58 评论
  5. 42楼
    这家伙可能用了美佬的代理 谷歌浏览器 Windows 7
    may lam da vien  

    Ꮢeally nice style and fantastic subject material, notһing elѕe we require :D.

    2018年8月3日 11:14 评论
  6. jormlpbni bhjfl gqgdrsf svna xadfuoynlcoqqyl

    2018年8月2日 03:23 评论

发表评论

不理你。不要啊!吃饭。吃惊。吃西瓜。飞吻!恭喜!Hi纠结!膜拜!OK抛媚眼。泡泡糖。抛钱。忍!生闷气!调皮。偷看。委屈。献花。疑问?抓狂!

小提示:Ctrl+Enter快速提交助您一臂之力~
加载中……