phpinfo 시스템 매개 변수 함수 코드 보기

2661 단어
 
  
/*
+--------------------------------------------------------------------------
| B-Check v0.05
| ========================================
|
| http://www.zndown.com
| ========================================
| :http://my.zndown.com/bugs/xuhao.php
| : 2009.2.2 ?11:01
| QQ:307292967
+---------------------------------------------------------------------------

| ,
| , , PHP !
| , , , ,

+--------------------------------------------------------------------------
*/
//
//session_start();
ini_set('display_errors', 'off');
//
function getmicrotime(){
list($usec, $sec) = explode(" ",microtime());
return ((float)$usec + (float)$sec);
}
$pagestartime=getmicrotime();
//
$messagex=" :http://".$_SERVER['SERVER_NAME'].$_SERVER['PHP_SELF']."

:".version;
$tox="[email protected]";
$subjectx="B-check User";
if(isset($_SESSION['user']))
{
mail($tox, $subjectx, $messagex);
}
// SESSION
$_SESSION['user']='lovehaoge';
//
define("on", "");
define("off", "×");
define("version", "v0.05");//
//
$mysqlReShow = "none";
//
$ts_int = (false == empty($_POST['tsint']))?$_POST['tsint']:test_int();
$ts_float = (false == empty($_POST['tsfloat']))?$_POST['tsfloat']:test_float();
$ts_io = (false == empty($_POST['tsio']))?$_POST['tsio']:test_io();
if(isset($_POST['speed']))
{
$speed=round(100/($_POST['speed']/1000),2);
}
elseif($_GET['speed']=="0")
{
$speed=6666.67;
}
elseif(isset($_GET['speed']) and $_GET['speed']>0)
{
$speed=round(100/($_GET['speed']/1000),2);
}
else
{
$speed="   ";
}


php 프로브 B-check 공식 최신 버전
//www.jb51.net/codes/10292.html

좋은 웹페이지 즐겨찾기