马上又到年底了,红包圈钱必备源码,该懂的都懂
一.搭建坏境
1.linux宝塔面板
2.nginx1.6
3.mysql5.6
4.php7.2二.站点设置
1.站点
2.绑定目录 public
3.伪静态 thinkphp
4.php安装扩展 fileinfo rdi
关闭防跨站三.数据库设置
1.替换你的数据库信息 simplewind/GatewayWorker/Applications/YourApp/Config
2.替换你的数据库信息 data/conf/database.php
四.导入数据库
五.后台填写推广域名和游戏域名
七.禁用函数建议全部删除1.文件/www/server/php/72/etc/php.ini
2.替换方法为disable_functions替换代码
passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_waitpid,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
八:启动游戏
启动命令 php /www/wwwroot/www.baidu.com/simplewind/GatewayWorker/start.php start -d
清理脚本
mysql -uxs -pxs -Dxs -AB -e “truncate table cmf_newopen;”
mysql -uxs -pxs -Dxs -AB -e “truncate table cmf_neworders;”
mysql -uxs -pxs -Dxs -AB -e “truncate table cmf_newloding;”
后台域名+admin
账号admin 密码123456