首页 > 开发 > PHP > 正文

phpnow php探针环境检测代码

2024-05-04 23:26:51
字体:
来源:转载
供稿:网友

这篇文章主要为大家分享了phpnow php探针环境检测代码,需要的朋友可以参考下


 

  1. <?php 
  2. /* 
  3. http://phpnow.org 
  4. YinzCN_at_Gmail.com 
  5. */ 
  6.  
  7. error_reporting(E_ALL); 
  8.  
  9. define('TimeZone', +8.0); 
  10.  
  11. function _GET($n) { return isset($_GET[$n]) ? $_GET[$n] : NULL; } 
  12. function _SERVER($n) { return isset($_SERVER[$n]) ? $_SERVER[$n] : '[undefine]'; } 
  13.  
  14. if (_GET('act') == 'phpinfo') { 
  15. if (function_exists('phpinfo')) phpinfo(); 
  16. else echo 'phpinfo() has been disabled.'
  17. exit
  18.  
  19. $Info = array(); 
  20. $Info['php_ini_file'] = function_exists('php_ini_loaded_file') ? php_ini_loaded_file() : '[undefine]'
  21.  
  22. if (_GET('act') == 'getip') { 
  23. $i = _SERVER('SERVER_NAME').'|'._SERVER('REMOTE_ADDR').'|'._SERVER('SERVER_SOFTWARE').'|'.(function_exists('mysql_close')?mysql_get_client_info():'').'|'._SERVER('DOCUMENT_ROOT'); 
  24. $c = @file_get_contents('http://phpnow.org/myip.php?'.base64_encode($i)); 
  25. if (preg_match('/^/d+/./d+/./d+/./d+$/'$c) == 1) echo $c
  26. else echo 'false'
  27. exit
  28.  
  29. function colorhost() { 
  30. $c = array('#87cefa''#ffa500''#ff6347''#9acd32''#32cd32''#ee82ee'); 
  31. $a = str_split(_SERVER('SERVER_NAME')); 
  32. $k = $l = 0; 
  33. foreach ($a as &$d) { 
  34. while ($k==$l$k = array_rand($c); 
  35. $d = '<b style="color: '.$c[$k].';">'.$d.'</b>'
  36. $l = $k
  37. return implode(''$a); 
  38.  
  39. function get_ea_info($name) { $ea_info = eaccelerator_info(); return $ea_info[$name]; } 
  40. function get_gd_info($name) { $gd_info = gd_info(); return $gd_info[$name]; } 
  41.  
  42. define('YES''<span style="color: #008000; font-weight : bold;">Yes</span>'); 
  43. define('NO''<span style="color: #ff0000; font-weight : bold;">No</span>'); 
  44. ?> 
  45. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
  46. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
  47. <html xmlns="http://www.w3.org/1999/xhtml"
  48. <head> 
  49. <title>PHPnow Works!</title> 
  50. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
  51. <meta name="author" content="YinzCN" /> 
  52. <meta name="reply-to" content="YinzCN@Gmail.com" /> 
  53. <meta name="copyright" content="YinzCN" /> 
  54. <style type="text/css"
  55. <!-- 
  56. body { 
  57. font-family : verdana, tahoma; 
  58. font-size : 12px; 
  59. margin-top : 10px; 
  60.  
  61. form { 
  62. margin : 0; 
  63.  
  64. table { 
  65. border-collapse : collapse; 
  66.  
  67. .info tr td { 
  68. border : 1px solid #000000; 
  69. padding : 3px 10px 3px 10px ; 
  70.  
  71. .info th { 
  72. border : 1px solid #000000; 
  73. font-weight : bold; 
  74. height : 16px; 
  75. padding : 3px 10px 3px 10px; 
  76. background-color : #9acd32; 
  77.  
  78. input { 
  79. border : 1px solid #000000; 
  80. background-color : #fafafa; 
  81.  
  82. a { 
  83. text-decoration : none; 
  84. color : #000000; 
  85.  
  86. a:hover { 
  87. text-decoration : underline; 
  88.  
  89. a.arrow { 
  90. font-family : webdings, sans-serif; 
  91. font-size : 10px; 
  92.  
  93. a.arrow:hover { 
  94. color : #ff0000; 
  95. text-decoration : none; 
  96.  
  97. .item { 
  98. white-space: nowrap; 
  99. text-align: right; 
  100. --> 
  101. </style> 
  102. <script type="text/JavaScript"
  103. function $(id) { return document.getElementById(id); } 
  104.  
  105. function get_ip() { 
  106. var XMLHttp, r; 
  107. XMLHttp = window.XMLHttpRequest ? new XMLHttpRequest() : new ActiveXObject("Microsoft.XMLHTTP"); 
  108. XMLHttp.onreadystatechange = function() { 
  109. if (XMLHttp.readyState == 4) 
  110. r = XMLHttp.responseText; 
  111. if (r == 'false') $('ip_r').innerHTML = '获取外网 IP 失败!'
  112. else $('ip_r').innerHTML = '此服务器互联网 IP<br /><a href="http://'+r+'" style="color: #999999;">'+r+'</a>'
  113. XMLHttp.open("GET""?act=getip", true); 
  114. XMLHttp.send(); 
  115. </script> 
  116. </head> 
  117. <body onload="get_ip();"
  118. <div style="margin: 0 auto; width: 600px;"
  119.  
  120. <div style="height: 60px;"
  121. <div style="float: right; margin: 5px; text-align: center;"
  122. <div><a style="color: #ffa500;" href="http://phpnow.org/go.php?id=1005">为何只能本地访问?</a></div> 
  123. <div id="ip_r" style="color: #999999;">正在获取 IP 地址</div> 
  124. </div> 
  125.  
  126. <div style="float: left;"
  127. <div style="font-weight: bold; font-size: 2.2em;"><a href="<?=_SERVER('PHP_SELF')?>?" style="text-decoration: none;"><?=colorhost()?></a></div> 
  128. <div style="margin: 5px auto;"># Let's <b style="color: #777BB4;">PHP</b> <b style="color: #FF4500;">now</b> <b>!</b></div> 
  129. </div> 
  130. </div> 
  131.  
  132. <br /> 
  133.  
  134. <table width="100%" class="info"
  135. <tr> 
  136. <th colspan="2">Server Information</th> 
  137. </tr> 
  138.  
  139. <tr> 
  140. <td class="item">SERVER_NAME</td> 
  141. <td><?=_SERVER('SERVER_NAME')?></td> 
  142. </tr> 
  143.  
  144. <tr> 
  145. <td class="item">SERVER_ADDR:PORT</td> 
  146. <td><?=_SERVER('SERVER_ADDR').':'._SERVER('SERVER_PORT')?></td> 
  147. </tr> 
  148.  
  149. <tr> 
  150. <td class="item">SERVER_SOFTWARE</td> 
  151. <td><?=stripos(_SERVER('SERVER_SOFTWARE'), 'PHP')?_SERVER('SERVER_SOFTWARE'):_SERVER('SERVER_SOFTWARE').' PHP/'.PHP_VERSION?></td> 
  152. </tr> 
  153.  
  154. <tr> 
  155. <td class="item">PHP_SAPI</td> 
  156. <td><?=PHP_SAPI?></td> 
  157. </tr> 
  158.  
  159. <tr> 
  160. <td class="item" style="color: #ff0000;">php.ini</td> 
  161. <td><?=$Info['php_ini_file']?></td> 
  162. </tr> 
  163.  
  164. <tr> 
  165. <td class="item">网站主目录</td> 
  166. <td><?=_SERVER('DOCUMENT_ROOT')?></td> 
  167. </tr> 
  168.  
  169. <tr> 
  170. <td class="item">Server Date / Time</td> 
  171. <td><?=gmdate('Y-m-d', time()+TimeZone*3600)?> <?=gmdate('H:i:s', time()+TimeZone*3600)?> <span style="color: #999999;">(<?=(TimeZone<0?'-':'+').gmdate('H:i'abs(TimeZone)*3600)?>)</span></td> 
  172. </tr> 
  173.  
  174. <tr> 
  175. <td class="item">Other Links</td> 
  176. <td> 
  177. <a href='<?=_SERVER('PHP_SELF')?>?act=phpinfo'>phpinfo()</a> 
  178. | <?=file_exists('phpMyAdmin') ? '<a href="/phpMyAdmin">phpMyAdmin</a>' : '<a href="http://phpnow.org">PHPnow.org</a>'?> 
  179. </td> 
  180. </tr> 
  181. </table> 
  182.  
  183. <hr /> 
  184.  
  185. <table width="100%" class="info"
  186. <tr> 
  187. <th colspan="2">PHP 组件支持</th> 
  188. </tr> 
  189.  
  190. <tr> 
  191. <td class="item">Zend Optimizer</td> 
  192. <td><?=defined('OPTIMIZER_VERSION') ? YES.' / '.OPTIMIZER_VERSION : NO?></td> 
  193. </tr> 
  194.  
  195. <tr> 
  196. <td class="item">MySQL 支持</td> 
  197. <td><?=function_exists('mysql_close') ? YES.' / client lib version '.mysql_get_client_info() : NO?></td> 
  198. </tr> 
  199.  
  200. <tr> 
  201. <td class="item">GD library</td> 
  202. <td><?=function_exists('gd_info') ? YES.' / '.get_gd_info('GD Version') : NO?></td> 
  203. </tr> 
  204.  
  205. <tr> 
  206. <td class="item">eAccelerator</td> 
  207. <td><?=function_exists('eaccelerator_info') ? YES.' / '.get_ea_info('version') : NO?></td> 
  208. </tr> 
  209. </table> 
  210.  
  211. <hr /> 
  212.  
  213. <form method="post" action="<?=_SERVER('PHP_SELF')?>"
  214. <table width="100%" class="info"
  215. <tr> 
  216. <th colspan="4">MySQL 连接测试</th> 
  217. </tr> 
  218.  
  219. <tr> 
  220. <td>MySQL 服务器</td> 
  221. <td><input type="text" name="mysqlHost" value="localhost" /></td> 
  222. <td>MySQL 数据库名</td> 
  223. <td><input type="text" name="mysqlDb" value="test" /></td> 
  224. </tr> 
  225.  
  226. <tr> 
  227. <td>MySQL 用户名</td> 
  228. <td><input type="text" name="mysqlUser" value="root" /></td> 
  229. <td>MySQL 用户密码</td> 
  230. <td><input type="text" name="mysqlPassword" /></td> 
  231. </tr> 
  232.  
  233. <tr> 
  234. <td colspan="4" align="right"><input type="submit" value="连接" name="act" /> </td> 
  235. </tr> 
  236. </table> 
  237. </form> 
  238.  
  239. <?php if(isset($_POST['act'])) {?> 
  240. <br /> 
  241.  
  242. <table width="100%" class="info"
  243. <tr> 
  244. <th colspan="4">MySQL 测试结果</th> 
  245. </tr> 
  246.  
  247. <?php 
  248. $link = @mysql_connect($_POST['mysqlHost'], $_POST['mysqlUser'], $_POST['mysqlPassword']); 
  249. $errno = mysql_errno(); 
  250. if ($link$str1 = '<span style="color: #008000; font-weight: bold;">OK</span> ('.mysql_get_server_info($link).')'
  251. else $str1 = '<span style="color: #ff0000; font-weight: bold;">Failed</span><br />'.mysql_error(); 
  252. ?> 
  253. <tr> 
  254. <td colspan="2">服务器 <?=$_POST['mysqlHost']?></td> 
  255. <td colspan="2"><?=$str1?></td> 
  256. </tr> 
  257.  
  258. <tr> 
  259. <td colspan="2">数据库 <?=$_POST['mysqlDb']?></td> 
  260. <td colspan="2"><?=(@mysql_select_db($_POST['mysqlDb'],$link))?'<span style="color: #008000; font-weight: bold;">OK</span>':'<span style="color: #ff0000; font-weight: bold;">Failed</span>'?></td> 
  261. </tr> 
  262. </table> 
  263. <?}?> 
  264. <hr /> 
  265.  
  266. <p style="text-align: right; margin: 0;"><a href="http://validator.w3.org/check?uri=referer" style="color: #999999;">Valid XHTML 1.0 Strict</a> / <a href="http://zh.wikipedia.org/wiki/Copyleft" style="color: #008000;"><b>Copyleft</b></a> ! 2007-? by <a href="http://phpnow.org">PHPnow.org</a></p> 
  267.  
  268. </div> 
  269. </body> 
  270. </html> 
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表