Giter Club home page Giter Club logo

ylq's Introduction

服务器安装CentOS 7.2 64位系统

一,安装宝塔 yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh

宝塔安装

Nginx 1.16 PHP5.6 PHPMyAdmin 4.4 mongodb

mongodb --软件管理 找到mongodb 点击安装


开放端口:1:65535

设置mongodb账号密码 mongo use admin db.createUser({user:"root",pwd:"123456",roles:[{role:"root",db:"admin"}]}) exit

authorization: enabled

二,服务端传到home解压

上传pymongo3.5.1.tar.gz到home目录 上传ylq-5.5.1.tar.gz到home目录

给777权限!然后解压出来

pip install DBUtils cd /home/pymongo-3.5.1 python setup.py install

pip install setuptools

chmod -R 777 /home


启动游戏 cd /home/ylq ./run.sh

关闭游戏 pkill skynet

打开改之理反编译修改客户端

修改文件路径\assets\script

用打包解包工具解包script,修改\pack\logic\login\CServerCtrl.lua里面ID111的IP:119.130.207.253


ylq's People

Contributors

actfuns 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.