Giter Site home page Giter Site logo

qiushangzhe / dts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sillycross/dts

0.0 2.0 0.0 14.34 MB

ACFUN 大逃杀 ACFUN Battle Royale, a PHP multiplayer webgame, with refactored code

Home Page: http://lg.dianbo.me

Shell 0.07% PHP 69.41% HTML 26.90% CSS 0.27% JavaScript 3.35%

dts's Introduction

安装指南:
1. 首先把游戏文件属性全部改成777,然后如果之前没有建过mysql结构,进mysql里执行:
	create database acdts;
	use acdts;
	source gamedata/sql/all.sql
	insert into acbra2_users (uid) values (0);
	insert into acbra2_winners (gid) values (0);
	insert into acbra2_game (gamenum) values (0);
2. 将./include/modules/core/sys/config/server.config.sample.php ****复制一份**** 然后重命名为server.config.php,并填写相应参数。****切记要复制文件,不要直接重命名****,不然push一下github那边就没有sample文件了……
3. 将./include/modulemng.config.sample.php ****复制一份**** 然后重命名为modulemng.config.php,暂时不要动里面的东西。****切记要复制文件,不要直接重命名****,不然push一下github那边就没有sample文件了……
4. 访问游戏首页(这时应该没有任何错误了),用gamefounder帐号登录(这一步是为了获取有权限的cookie)。
5. 想要改modulemng.config.php可以开始改了。不想改的话可以直接跳到第8步。
6. 如果在第5步中开了daemon模式,进shell,****切到游戏根目录下****,执行“nohup ./acdts-daemonctl.sh &”,关掉shell,然后访问daemonmng.php,如果脚本状况显示“正在运行”就没问题。(暂不支持windows,谁去写个等效的bat脚本?)
7. 请访问modulemng.php,进入编辑模式=>保存=>应用修改。
8. 进游戏,看看能不能动,能动就完工了。

dts's People

Contributors

dtslein avatar sillycross avatar nahakyuu avatar patchoulidm avatar

Watchers

James Cloos avatar qiushangzhe avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.