Heim  >  Artikel  >  php教程  >  刷积分脚本

刷积分脚本

PHP中文网
PHP中文网Original
2016-05-25 17:09:481482Durchsuche

使用方法:在自己的服务器上创建这个脚本。。 

然后在OSChina.NET上插入图片:http://脚本URL地址/xxx.jpg 
然后就等有人不停的顶你的分享吧。。!!!好邪恶。。可惜已经修复了。。。 

<?php
        //刷OSChina.NET积分代码
        //By 蟋蟀哥哥
        $voteID = array(
                                "5368",
                                "14273",
                                "14274",
                                "14275",
                                "9261",
                                "7165",
        );//顶的帖子的ID号
        $idCount = count($voteID)-1;
        $random = rand(0,$idCount);//随机顶不动的帖子
        $URL=&#39;http://www.oschina.net/action/code/vote?id=&#39;.$voteID[$random].&#39;&vote=true&#39;.&#39;&voteid=&#39;.$voteID[$random];//构造顶贴的URL
        header("Content-type: text/html; charset=utf-8");
        header("location:$URL");//重定向到这个URL就刷分成功。。
		//大家可以继续发挥,只要找到get请求就可以利用。

                   


                   

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn