⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.php

📁 极限网络智能办公系统—MYOA26—100%—源程序。
💻 PHP
字号:
<?php

include_once( "inc/php.php" );
include_once( "inc/oa_type.php" );
include_once( "inc/auth.php" );
include_once( "inc/reg_func.php" );
if ( $OA_REG_ON != 1 )
{
	exit( );
}
$query = "SELECT VERSION()";
$cursor = exequery( $connection, $query );
if ( $ROW = mysql_fetch_array( $cursor ) )
{
	$DATABASE_VER = $ROW[0];
}
echo "\r\n<html>\r\n<head>\r\n<title>";
echo $OA_PRODUCT_NAME;
echo " 系统信息</title>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n</head>\r\n\r\n<body class=\"bodycolor\" topmargin=\"5\">\r\n";
echo "<s";
echo "cript language=\"JavaScript\">\r\n<!-- Matrix by kurt.grigg@virgin.net\r\nif (document.all){\r\nCols=6;\r\nCl=24;//Space's are included so real length is 48!\r\nCs=10;\r\nTs=10;\r\nTc='#008800';\r\nTc1='#00ff00';\r\nMnS=20;\r\nMxS=30;\r\nI=Cs;\r\nSp=new Array();S=new Array();Y=new Array();\r\nC=new Array();M=new Array();B=new Array();\r\nRC=new Array();E=new Array();Tcc=new Array(0,1);\r\ndocument.write(\"<div id='Container' style=";
echo "'position:absolute;top:0;left:-\"+Cs+\"'>\");\r\ndocument.write(\"<div style='position:relative'>\");\r\nfor(i=0; i < Cols; i++){\r\nS[i]=I+=Cs;\r\ndocument.write(\"<div id='A' style='position:absolute;top:0;font-family:Arial;font-size:\"\r\n+Ts+\"px;left:\"+S[i]+\";width:\"+Ts+\"px;height:0px;color:\"+Tc+\";visibility:hidden'></div>\");\r\n}\r\ndocument.write(\"</div></div>\");\r\n\r\nfor(j=0; j < Cols; j++){\r\nRC[j]=1+Math.round(Math.ran";
echo "dom()*Cl);\r\nY[j]=0;\r\nSp[j]=Math.round(MnS+Math.random()*MxS);\r\nfor(i=0; i < RC[j]; i++){\r\n B[i]='';\r\n C[i]=Math.round(Math.random()*1)+' ';\r\n M[j]=B[0]+=C[i];\r\n }\r\n}\r\nfunction Cycle(){\r\nContainer.style.top=window.document.body.scrollTop;\r\nfor (i=0; i < Cols; i++){\r\nvar r = Math.floor(Math.random()*Tcc.length);\r\nE[i] = '<font color='+Tc1+'>'+Tcc[r]+'</font>';\r\nY[i]+=Sp[i];\r\n\r\nif (Y[i] > window.document";
echo ".body.clientHeight){\r\n for(i2=0; i2 < Cols; i2++){\r\n RC[i2]=1+Math.round(Math.random()*Cl);\r\n for(i3=0; i3 < RC[i2]; i3++){\r\n B[i3]='';\r\n C[i3]=Math.round(Math.random()*1)+' ';\r\n C[Math.floor(Math.random()*i2)]='&nbsp;'+' ';\r\n M[i]=B[0]+=C[i3];\r\n Y[i]=-Ts*M[i].length/1.5;\r\n A[i].style.visibility='visible';\r\n }\r\n Sp[i]=Math.round(MnS+Math.random()*MxS);\r\n }\r\n}\r\nA[i].style.top=Y[i];\r\nA[i].innerHTML=M[";
echo "i]+' '+E[i]+' ';\r\n}\r\nsetTimeout('Cycle()',20)\r\n}\r\nCycle();\r\n}\r\n// -->\r\n</script>\r\n<table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"3\" class=\"small\">\r\n  <tr>\r\n    <td class=\"Big\"><img src=\"/images/sys_config.gif\" WIDTH=\"22\" HEIGHT=\"20\" align=\"absmiddle\">";
echo "<s";
echo "pan class=\"big3\"> ";
echo $OA_PRODUCT_NAME;
echo " 系统信息</span>\r\n    </td>\r\n  </tr>\r\n</table>\r\n\r\n<br>\r\n<table border=\"0\" cellspacing=\"1\" width=\"450\" class=\"small\" bgcolor=\"#000000\" cellpadding=\"3\" align=\"center\">\r\n    <tr>\r\n      <td nowrap class=\"TableHeader\" colspan=\"2\" align=\"center\"><b>系统信息</b></td>\r\n    </tr>\r\n    <tr>\r\n      <td nowrap class=\"TableData\" width=\"150\"><b>&nbsp;版本号:</b></td>\r\n      <td nowrap class=\"TableData\">";
echo $VERSION_INFO;
echo "</td>\r\n    </tr>\r\n    <tr>\r\n      <td nowrap class=\"TableData\" width=\"150\"><b>&nbsp;HTTP服务器软件:</b></td>\r\n      <td nowrap class=\"TableData\">";
echo $_SERVER['SERVER_SOFTWARE'];
echo "</td>\r\n    </tr>\r\n    <tr>\r\n      <td nowrap class=\"TableData\" width=\"150\"><b>&nbsp;数据库软件:</b></td>\r\n      <td nowrap class=\"TableData\">MySQL ";
echo $DATABASE_VER;
echo "</td>\r\n    </tr>\r\n</table>\r\n\r\n<br>\r\n<br>\r\n<table border=\"0\" cellspacing=\"1\" width=\"450\" class=\"small\" bgcolor=\"#000000\" cellpadding=\"3\" align=\"center\">\r\n    <tr>\r\n      <td nowrap class=\"TableHeader\" colspan=\"2\" align=\"center\"><b>极限网站公告信息</b></td>\r\n    </tr>\r\n";
$filename = "http://www.sohuu.com/dns/user_board.asp";
if ( !( $fd = @fopen( $filename, "r" ) ) )
{
	message( "", "服务器无法连接到Internet!无法获得极限网站公告信息" );
}
if ( $fd )
{
	$content = fread( $fd, 50000 );
	fclose( $fd );
	echo $content;
}
echo "\r\n</table>\r\n\r\n</body>\r\n</html>";
?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -