找到27个回复 (用户: 云轩)
  • 节哀
  • 点击 / 未记录发布 / 2015-09-30回复 / /
    目测假的~
  • 点击 / 未记录发布 / 2015-08-26回复 / /
    楼主可不可以发我一份 邮箱已私信
  • 大神 帮忙解密下!谢谢
    2108点击 / 2014-09-12发布 / 2014-09-12回复 / /
    @睢县丘井村,额,不造
  • 大神 帮忙解密下!谢谢
    2108点击 / 2014-09-12发布 / 2014-09-12回复 / /
    http://blog.99tk.cn/decode
  • 酷派5890救砖成功后变卡顿了
    3600点击 / 2013-12-12发布 / 2013-12-12回复 / /
    内存损坏了?
  • 谁知道在哪里下奥风英语啊
    1868点击 / 2013-10-13发布 / 2013-10-13回复 / /
    http://oftenenglish.taobao.com
  • 源码查看无效
    1176点击 / 2013-08-30发布 / 2013-08-30回复 / /
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <title>2013年6月学业水平考生成绩查询</title>
    <style type="text/css">
    <!--
    body {
    margin-left: 0px;
    margin-top: 0px;
    }
    .style1 {
    color: #FF0000;
    font-weight: bold;
    }
    .style2 {color: #FF0000}
    td {
    font-family: "宋体";
    font-size: 14px;
    line-height: 20px;
    color: #FF0000;
    text-decoration: none;
    }
    -->
    </style>
    </head>
    <body>
    <Script>
    function istrue() {
    if (document.lq1.number.value.length!= 19) {
    alert("请输入19位考籍号!");
    lq1.number.focus();
    return false;
    }
    if ( document.lq1.name.value.length ==0) {
    alert("请输入考生姓名!");
    lq1.name.focus();
    return false;
    }
    return true;
    }
    </Script>
    <BR>
    <BR>
    <BR>
    <BR>
    <td height="200">&nbsp;</td>
    <tr> 
    <td width="67%" height="397"> <p align="center"><strong> <font color="blue" size="5">2013年6月普通高中学业水平考试成绩查询</font></strong></p>
    <table width="473" height="180" border="0" align="center" cellpadding="5" cellspacing="1" bgcolor="#3399CC">
    <tr> 
    <td valign="top" bgcolor="#CCFFFF"> <p align="center">
    <form name="lq1" action="xysp2013r.asp" method="post"  align="center" onSubmit="return istrue();">
    <p align="center"> <font color=#000000 size=2>(请输入正确的考籍号)</font><br>
    <strong>考生考籍号:</strong> 
    <input maxlength=19 size=18 name=number>
    </p>
    <p align="center"> <font color=#000000 size=2>(请输入正确的考生姓名)</font><br>
    <strong>考生姓名:</strong> 
    <input maxlength=14 size=18 name=name>
    </p>
    <p align=center> 
    <input type=submit value=查询 name=sql2>
    <input name="reset" type=reset value=清除>
    </p>
    </form></td>
    </tr>
    </table>
    <p align="center"><a href=" http://www.sdzs.gov.cn/"><img src="images/back.gif" width="110" height="29" border="0"></a></p>
    <p align="center">&nbsp;</p>
    </td>
    <td width="12%" rowspan="2" valign="top"><p><br>
    <br>
    <br>
    <br>
    </p>
    </td>
    </tr>
    <tr> 
    </tr>
    <p align="center"><a href=" http://www.sdzs.gov.cn">山东考试院</a> <a href=" http://www.sdinfo.net">齐鲁热线</a> 
    <a href=" http://www.bdchina.com">宽带中国</a></p>
    </body>
    </html>
  • 看看你们解密这个东西需要多久
    15295点击 / 2013-08-27发布 / 2013-08-27回复 / /
    <?php
    class exists
    {
    public function module($name) {
    $module=get_loaded_extensions();
    if(in_array($name,$module)==true) {
    return true;
    } else {
    return false;
    }
    }
    }
    $check=array('true'=>'<span class="true">YES</span>','false'=>'<span class="false">NO</span>');
    $exists=new exists();
    ?>
    <?php header("content-type:text/html;charset=UTF-8"); ?>
    <?php
    if($_GET['page']=='info') {
    phpinfo();
    exit;
    }
    ?>
    <html>
    <head>
    <title>爱特探针</title>
    <style type="text/css">
    .true{color:#00ff00;}
    .false{color:#ff0000;}
    .blue{color:#20ff00;}
    body{border-style:solid;}
    .border{border-style:solid;border-color:#0000ff;background-color:cc6600;}
    </style>
    </head>
    <body>
    <div class="border">
    PHP 环境版本:<br/>
    <?php print phpversion(); ?>
    </div>
    <div class="border">
    PHP 环境信息:<br/>
    </div>
    <div class="border">
    系统绝对路径:<br/>
    <?php print $_SERVER['DOCUMENT_ROOT']; ?>
    </div>
    <div class="border">
    当前文件路径:<br/>
    <?php print $_SERVER['SCRIPT_FILENAME']; ?>
    </div>
    <div class="border">
    系统管理邮箱:<br/>
    <?php if($_SERVER['SERVER_ADMIN']==null) { ?>
    Admin@Lspecial.Com
    <?php } else { print $_SERVER['SERVER_ADMIN']; } ?>
    </div>
    <div class="border">
    网站主机地址:<br/>
    <?php print $_SERVER['SERVER_NAME']; ?>
    </div>
    <div class="border">
    脚本超时时间:<br/>
    <?php if(ini_get('max_execution_time')=='0') { ?>
    永不超时
    <?php } else { ?>
    <?php print ini_get('max_execution_time'); ?> 秒
    <?php } ?>
    </div>
    <div class="border">
    打开远程文件:<br/>
    <?php if(preg_match('/^([1]|[on])$/i',ini_get(allow_url_fopen))) { ?>
    支持(allow_url_fopen)
    <?php } else { ?>
    禁止(allow_url_fopen)
    <?php } ?>
    </div>
    <div class="border">
    系统时间日期:<br/>
    <?php print date("Y-m-d H:i:s"); ?>
    </div>
    <div class="border">
    中国时间日期:<br/>
    <?php print gmdate("Y-m-d H:i:s",time()+8*3600); ?>
    </div>
    <div class="border">
    <?php
    if($exists->module('PDO')==true) {
    echo "PDO数据库引擎:".$check['true'];
    } else {
    echo "PDO数据库引擎:".$check['false'];
    }
    ?>
    </div>
    <div class="border">
    <?php
    if($exists->module('curl')==true) {
    echo "Curl函数扩展库:".$check['true'];
    } else {
    echo "Curl函数扩展库:".$check['false'];
    }
    ?>
    </div>
    <div class="border">
    <?php
    if($exists->module('mbstring')==true) {
    echo "MB字符处理库:".$check['true'];
    } else {
    echo "MB字符处理库:".$check['false'];
    }
    ?>
    </div>
    <div class="border">
    <?php
    if($exists->module('Zend Optimizer')==true) {
    echo "Zend Optimizer:".$check['true'];
    } else {
    echo "Zend Optimizer:".$check['false'];
    }
    ?>
    </div>
    <div class="border">
    <?php
    if($exists->module('gd')==true) {
    echo "GD图像函数库:".$check['true'];
    } else {
    echo "GD图像函数库:".$check['false'];
    }
    ?>
    </div>
    <div class="border">
    <?php
    if($exists->module('ftp')==true) {
    echo "FTP管理函数库:".$check['true'];
    } else {
    echo "FTP管理函数库:".$check['false'];
    }
    ?>
    </div>
    <div class="border">
    <?php
    if($exists->module('session')==true) {
    echo "Session函数库:".$check['true'];
    } else {
    echo "Session函数库:".$check['false'];
    }
    ?>
    </div>
    <div class="border">
    <?php
    if($exists->module('zlib')==true) {
    echo "Zlib压缩函数库:".$check['true'];
    } else {
    echo "Zlib压缩函数库:".$check['false'];
    }
    ?>
    </div>
    <div class="border">
    <?php
    if($exists->module('openssl')==true) {
    echo "Openssl函数库:".$check['true'];
    } else {
    echo "Openssl函数库:".$check['false'];
    }
    ?>
    </div>
    <div class="border">
    <?php
    if($exists->module('iconv')==true) {
    echo "iconv编码扩展:".$check['true'];
    } else {
    echo "iconv编码扩展:".$check['false'];
    }
    ?>
    </div>
    <div class="border">
    <?php
    if($exists->module('pcre')==true) {
    echo "Preg正则扩展:".$check['true'];
    } else {
    echo "Perg正则扩展:".$check['false'];
    }
    ?>
    </div>
    <div class="border">
    <?php
    if($exists->module('mysql')==true) {
    echo "mysql数据扩展:".$check['true'];
    } else {
    echo "mysql数据扩展:".$check['false'];
    }
    ?>
    </div>
    <div class="border">
    <?php
    if($exists->module('hash')==true) {
    echo "Hash加密扩展:".$check['true'];
    } else {
    echo "Hash加密扩展:".$check['false'];
    }
    ?>
    </div>
    <div class="border">
    <?php
    if($exists->module('imap')==true) {
    echo "Imap邮件扩展:".$check['true'];
    } else {
    echo "Imap邮件扩展:".$check['false'];
    }
    ?>
    </div>
    <div class="border">
    <?php
    if($exists->module('mcrypt')==true) {
    echo "Mcrypt加密库:".$check['true'];
    } else {
    echo "Mcrypt加密库:".$check['false'];
    }
    ?>
    </div>
    <div class="border">
    <?php
    if($exists->module('calendar')==true) {
    echo "Calendar日历库:".$check['true'];
    } else {
    echo "Calendar日历库:".$check['false'];
    }
    ?>
    </div>
    <div class="border">
    <?php
    if($exists->module('sockets')==true) {
    echo "Sockets函数库:".$check['true'];
    } else {
    echo "Sockets函数库:".$check['false'];
    }
    ?>
    <div>
    <div class="border">
    <?php
    if(function_exists('exec')==true) {
    echo "Exec系统命令:".$check['true'];
    } else {
    echo "Exec系统命令:".$check['false'];
    }
    ?>
    </div>
    <div class="border">
    <?php
    if(function_exists('ini_set')==true) {
    echo "INI_SET改配置:".$check['true'];
    } else {
    echo "INI_SET改配置:".$check['false'];
    }
    ?>
    </div>
    <div class="border">
    系统扩展模块:<hr>
    <div class="blue">
    <?php
    $i="0";
    $module=get_loaded_extensions();
    while($i<count($module)) {
    echo $module[$i];
    echo " ";
    $i++;
    }
    ?>
    </div>
    </div>
    <div class="border">
    系统禁用函数:<hr>
    <?php
    $disable=ini_get('disable_functions');
    if(empty($disable)) {
    echo "没有禁用函数!";
    } else {
    ?>
    <div class="blue">
    <?php print $disable; ?>
    </div>
    <?php } ?>
    </div>
    <div class="border">
    系统函数检测:<br/>
    <form action="<?php print $_SERVER['PHP_SELF']; ?>" method="post">
    <input type="text" name="function">
    <input type="submit" value="检测">
    </form>
    <?php
    if($_POST['function']==null) {
    $c=null;
    } elseif(preg_match('/^[_a-zA-Z]+[_a-zA-Z0-9]*[_a-zA-Z0-9]$/',$_POST['function'])==false) {
    $c=$check['false'];
    } elseif(function_exists($_POST['function'])==true) {
    $c=$check['true'];
    } else {
    $c=$check['false'];
    }
    ?>
    <hr>函数检测情况:<?php print $c; ?>
    </div>
    By:Admin@Lspecial.Com
    </body>
    </html>
  • yh管理员邮箱登录不了
    586点击 / 2013-07-16发布 / 2013-07-16回复 / /
    @旧人
  • 神一般的坦克大战NES!必须得下
    2823点击 / 2013-04-13发布 / 2013-04-13回复 / /
    逼视2楼
  • 此大叔非彼大叔。
    510点击 / 2013-04-06发布 / 2013-04-06回复 / /
    。。。floor
  • 这个空间怎么样?
    1374点击 / 2013-04-06发布 / 2013-04-06回复 / /
    免费?
  • 我笑了
    959点击 / 2013-03-30发布 / 2013-03-31回复 / /
    继续呀!
  • 帮想个名字!你绝对想不出来!
    7534点击 / 2013-03-30发布 / 2013-03-30回复 / /
    @尽心 话说你要这干嘛?
  • ey帮想个名字,
    1382点击 / 2013-03-30发布 / 2013-03-30回复 / /
    @王鸿杰 益友网
  • 帮想个名字!你绝对想不出来!
    7534点击 / 2013-03-30发布 / 2013-03-30回复 / /
    @尽心 佐裴
  • 大家看看这个是什么建站程序
    1718点击 / 2013-03-07发布 / 2013-03-07回复 / /
    discuz!
  • NjcyNjM2OTIw
    1764点击 / 2013-03-01发布 / 2013-03-03回复 / /
    @icyman 邮箱有资料!
  • NjcyNjM2OTIw
    1764点击 / 2013-03-01发布 / 2013-03-02回复 / /
    成功了,查看邮箱!