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

📄 my_index.php

📁 个人理财 一个很好的个人理财PHP源码程序。
💻 PHP
字号:
<? include "my_l.php";?>
<?
#⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒#
 ########################################################## 
###  WEBHNMY 梦缘个人理财系统1.0                         ###
##   主   页:http://www.webhnmy.com                      ##
##   邮   箱:liudeshengaa@163.com                        ##
##   Q     Q:80507419                                    ##
##   联系 人:追风青年                                    ##
##   手   机:13539227807                                 ##
##   本站服务:本站免费提供网络源程序、电脑基础教程、广告招##
###           租、并设有讨论区。                         ###             
 ########################################################## 
?>
<? include "img/coon.php";?>
<? include "img/confing.php";?>
<?
$result=mysql_query("select * from user"); 
$num=mysql_numrows($result); 
?>
<?
$getpath=strrpos(getenv("SCRIPT_FILENAME"),"/");
$rootdir=substr(getenv("SCRIPT_FILENAME"),0,$getpath);//根目录
if (isset($HTTP_COOKIE_VARS)) $testcookie="<font color=red>通 过</font>";
	else $testcookie="<font color=990000>失 败</font>"; ?>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>梦缘山庄-管理页面</title>
<style type=text/css>
body  {
	background:#799AE1;
	margin:0px;
	font:normal 12px 宋体;
	SCROLLBAR-FACE-COLOR: #FF9966;
	SCROLLBAR-HIGHLIGHT-COLOR: #FF9966;
	SCROLLBAR-SHADOW-COLOR: #FF9966;
	SCROLLBAR-DARKSHADOW-COLOR: #FF9966;
	SCROLLBAR-3DLIGHT-COLOR: #FF9966;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #FFCC66;
	background-color: #FFEBE1;
}
table  { border:0px; }
td  { font:normal 12px 宋体; }
img  { vertical-align:bottom; border:0px; }
a  { font:normal 12px 宋体; color:#000000; text-decoration:none; }
a:hover  { color:#428EFF;text-decoration:underline; }
.sec_menu  { border-left:1px solid white; border-right:1px solid white; border-bottom:1px solid white; overflow:hidden; background:#FFE6BF; }
.menu_title  { }
.menu_title span  { position:relative; top:2px; left:8px; color:#FF6600; font-weight:bold; }
.menu_title2  { }
.menu_title2 span  { position:relative; top:2px; left:8px; color:#FFCC00; font-weight:bold; }
body,td,th {
	font-family: ;
}
.style2 {color: #FF0000}
.style3 {color: #FF0000; font-weight: bold; }
.style5 {color: #000000}
</style>

<table width="100%"  border="0" align="center" cellpadding="0" cellspacing="1">
  <tr>
    <td height="580" valign="top" bgcolor="#FFEBE1"><table width="97%" height="238"  border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#FF0000">
      <tr>
        <td height="236" valign="top" bgcolor="#FFEBE1"><table width="100%"  border="0" cellpadding="0" cellspacing="1">
          <tr>
            <td height="25" bgcolor="#FFCC00"><div align="center" class="style3">系统信息统计</div></td>
          </tr>
        </table>
          <table width="100%"  border="0" cellpadding="0" cellspacing="0">
            <tr>
              <td height="25" bgcolor="#CCCC66"><div align="center">共有:<font color="#FF0000">[<? echo "$num"; ?>]</font>个用户</div></td>
            </tr>
          </table>
          <table width="100%"  border="0" cellpadding="0" cellspacing="1">
            <tr>
              <td height="25" bgcolor="#FF9900">本系统由梦缘家圆[梦缘网络安全小组]     授权给[<? echo "$my"; ?>](<? echo "$www"; ?>)使用</td>
            </tr>
          </table>
          <table width="100%"  border="0" cellpadding="0" cellspacing="1" bgcolor="#FFCC00">
            <tr>
              <td height="25" valign="bottom" bgcolor="#FFF8DF"> PHP程式版本:                <?  echo PHP_VERSION; ?></td>
            </tr>
            <tr>
              <td height="25" valign="bottom" bgcolor="#FFF8DF">系统时间为:<SCRIPT language=JavaScript>
 today=new Date();
 function initArray(){
   this.length=initArray.arguments.length
   for(var i=0;i<this.length;i++)
   this[i+1]=initArray.arguments[i]  }
   var d=new initArray(
     "星期日",
     "星期一",
     "星期二",
     "星期三",
     "星期四",
     "星期五",
     "星期六");
document.write(
     "<font color=#000033 style='font-size:9pt;font-family: 宋体'> ",
     today.getYear(),"年",
     today.getMonth()+1,"月",
     today.getDate(),"日",
     d[today.getDay()+1],
     "</font>" );
          </SCRIPT></td>
            </tr>
            <tr>
              <td height="25" valign="bottom" bgcolor="#FFF8DF"> 服务端操作系统:                <?  echo PHP_OS; ?></td>
            </tr>
            <tr>
              <td height="25" valign="bottom" bgcolor="#FFF8DF">Cookie 测试:                <?  echo "$testcookie"; ?></td>
            </tr>
            <tr>
              <td height="25" valign="bottom" bgcolor="#FFF8DF">服务器物理路径:<?  echo "$rootdir"; ?></td>
            </tr>
            <tr>
              <td height="25" valign="bottom" bgcolor="#FFF8DF">本地IP:<? function getip() {
		if (getenv("HTTP_X_FORWARDED_FOR")) {
			$realip = getenv( "HTTP_X_FORWARDED_FOR");
		} elseif (getenv("HTTP_CLIENT_IP")) {
			$realip = getenv("HTTP_CLIENT_IP");
		} else {
			$realip = getenv("REMOTE_ADDR");
		}
	$iphide=explode(".",$realip);
	$realip="$iphide[0].$iphide[1].$iphide[2].$iphide[3]";
	return $realip;
}
$ip=@getip($realip);

 echo "$ip"; ?></td>
            </tr>
            <tr>
              <td height="25" valign="bottom" bgcolor="#FF9900"> </td>
            </tr>
          </table></td>
      </tr>
    </table>
      <table width="100%"  border="0">
        <tr>
          <td>&nbsp;</td>
        </tr>
        <tr>
          <td><table width="97%"  border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#FF0000">
            <tr>
              <td height="87" valign="top" bgcolor="#FFEBE1"><table width="100%"  border="0" cellpadding="0" cellspacing="1">
                  <tr>
                    <td height="25" bgcolor="#FFCC00"><div align="center" class="style2"><strong>系统功能</strong></div></td>
                  </tr>
                </table>
                  <table width="100%"  border="0" cellpadding="0" cellspacing="1" bgcolor="#FFCC00">
                    <tr bgcolor="#FFF8DF">
                      <td height="25" colspan="6" valign="bottom" bgcolor="#FFF8DF"><div align="left">
                          <TABLE width="100%" border=0 align=center cellPadding=3 cellSpacing=1 bgcolor="#FFCC99" class=tableBorder>
                            <TBODY>
                              <TR bgcolor="#FFF8DF">
                                <TD height=23 class=forumRow>  本系统为多用户系统,并设置了用户组,分别为超级用户与普通用户,超级用户可以对用户进行各种操做、如更改权限、更改密码、删除用户等。系统并对数据进行各类数据的统计,如一年中共花费的金额、收入的金额、余下的金额;并对每一天有详细的记录、还对每月的开支与收入进行统计;添加事务时,无需填写复杂的表单,只要你输入金额、类型、说明就OK了!</TD>
                              </TR>
                            </TBODY>
                          </TABLE>
                      </div></td>
                    </tr>
                    <tr bgcolor="#FFCC00">
                      <td height="25" colspan="6" valign="bottom" bgcolor="#FFCC00">&nbsp;</td>
                    </tr>
                </table></td>
            </tr>
          </table></td>
        </tr>
        <tr>
          <td>&nbsp;</td>
        </tr>
      </table>
      <table width="97%"  border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#FF0000">
        <tr>
          <td height="207" valign="top" bgcolor="#FFEBE1"><table width="100%"  border="0" cellpadding="0" cellspacing="1">
              <tr>
                <td height="25" bgcolor="#FFCC00"><div align="center" class="style2"><strong>梦缘家圆</strong></div></td>
              </tr>
            </table>
              <table width="100%"  border="0" cellpadding="0" cellspacing="1" bgcolor="#FFCC00">
                <tr bgcolor="#FFF8DF">
                  <td height="25" colspan="6" valign="bottom" bgcolor="#FFF8DF"><div align="left">
                  <TABLE width="100%" border=0 align=center cellPadding=3 cellSpacing=1 bgcolor="#FFCC99" class=tableBorder>
                      <TBODY>
                        <TR bgcolor="#FFF8DF">
                          <TD width="20%" height=23 class=forumRow>产品开发</TD>
                          <TD width="80%" class=style5>梦缘家圆</TD>
                        </TR>
                        <TR bgcolor="#FFF8DF">
                          <TD width="20%" height=23 class=forumRow>产品负责</TD>
                          <TD width="80%" class=forumRow>梦缘家圆 开发小组</TD>
                        </TR>
                        <TR bgcolor="#FFF8DF">
                          <TD width="20%" height=23 class=forumRow>联系方法</TD>
                          <TD width="80%" class=forumRow>联系电话:0736-6498866<br>
                            手  机:13539227807<br>
                            联系 人:刘德胜<br>
                            联系QQ:80507419<br>
                            E_mail--:liudeshengaa@163.com<br>
                            程序主页:www.webhnmy.com<br>
                          技术论坛:bbs.webhnmy.com</TD>
                        </TR>
                        <TR bgcolor="#FFF8DF">
                          <TD width="20%" height=23 class=forumRow>插件开发</TD>
                          <TD width="80%" class=forumRow>&nbsp;</TD>
                        </TR>
                      </TBODY>
                    </TABLE></div></td>
                </tr>
                <tr bgcolor="#FFCC00">
                  <td height="25" colspan="6" valign="bottom" bgcolor="#FFCC00">&nbsp;</td>
                </tr>
            </table></td>
        </tr>
      </table>
      <div align="center"><br>
      </div>
<? include "yj.php";?></td>
  </tr>
</table>

⌨️ 快捷键说明

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