该用户从未签到
版主
- 积分
- 895
- 怒气
- 750
- 声望
- 12
- 战力
- 35
|
本帖最后由 红尘来去一场梦 于 2020-1-5 14:41 编辑
程序安装说明:
1.运行自动安装地址:http://你的IP+PHP端口(或者绑定的域名)/gongyu/install
2.确认上传的文件添加777权限;
代码预览:
- <?php
- require("public/check.php");
- ?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>登录器配置系统</title>
- <link href="images/style.css" rel="stylesheet" type="text/css" />
- <script type="text/javascript" src="images/jquery.min.js"></script>
- <script type="text/javascript" src="images/global.js"></script>
- </head>
- <body>
- <div id="wrapper">
- <div class="logo"><a href="http://www.douco.com" target="_blank"><img src="images/logo.gif" alt="DouPHP" title="DouPHP" /></a></div>
- <div class="setting">
- <div id="cue"></div>
- <form id="install" action="step_4.php" method="post">
- <ul>
- <h3>数据库账号</h3>
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td width="120"><strong>填写主机:</strong></td>
- <td width="225">
- <input type="text" name="host" class="textInput" value="127.0.0.1">
- </td>
- <td>本机使用127.0.0.1 即可。(萌萌架设无需修改此处)</td>
- </tr>
- <tr>
- <td><strong>数据库账号:</strong></td>
- <td>
- <input name="user" type="text" class="textInput" value="game">
- </td>
- <td>您的MySQL用户名(萌萌架设无需修改此处)<img src="https://img.alicdn.com/imgextra/i4/2773871779/TB2RdO3s4tmpuFjSZFqXXbHFpXa_!!2773871779.jpg" alt="萌萌" title="萌萌" /><h3>这里一般不用改,如果不是萌萌架设的端 那个密码可能是:uu5!^%jg</h3></td>
- </tr>
- <tr>
- <td><strong>密码:</strong></td>
- <td>
- <input type="text" name="pass" class="textInput" value="mengmeng">
- </td>
- <td>MySQL密码(萌萌架设无需修改此处)</td>
- </tr>
- </table>
- <h3>管理员帐号</h3>
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td width="120"><strong>管理员用户名:</strong></td>
- <td width="225">
- <input name="username" type="text" class="textInput" value="admin">
- </td>
- <td>用户名至少包含4个字符,需以字母开头。只能使用字母、数字</td>
- </tr>
- <tr>
- <td><strong>登录密码:</strong></td>
- <td>
- <input type="text" name="password" class="textInput" value="admin888">
- </td>
- <td>密码至少包含6个字符。可使用字母,数字和符号。</td>
- </tr>
- </table>
- </ul>
- <p class="action">
- <input type="button" class="btnGray" value="返回" onclick="location.href='index.php'">
- <input type="submit" class="btn" name="submit" value="安装">
- </p>
- </form>
- </div>
- </div>
- </body>
- </html>
复制代码 安装成功截图
(首页截图)
(帐号注册页面)
(密码修改界面)
(CDK兑换页面)
(网页登陆游戏界面)
下载地址:
网页版本注册CDK兑换充值修改密码.zip
(837.68 KB, 下载次数: 10, 售价: 10 怒气)
|
|