- License Information
- Nulled By Shanur
- Developer
- Cokejogo
Cokejogo provides Brazilian video game source code for both H5 and PC platforms, compiled with Vue on the front end and PHP on the back end. This source code fixes issues with invalid image resources, ensuring a complete gaming experience.
The program uses the game interface and replaces it with its own interface information in the API controller. Scheduled tasks are also integrated into the API controller, making operation simple.
Database configuration: /application/database.php
Import database; sql.sql
To separate the front-end and back-end, configure the cross-domain domain name in cors_request_domain at the end of /application/config.php
Front-end h5 modification: /static/js/index.74bd3e06.js, search for yxymk.net and replace it with your own back-end domain name
Front-end PC modification: /js/app.ee4acc1c.js, search for yxymk.net and replace it with your own back-end domain name
The program uses the ng interface. You can open an account yourself and replace it with your own interface information in the api controller.
The scheduled tasks are also in the API controller, go and see for yourself, I won’t write out the simple things
The program uses the game interface and replaces it with its own interface information in the API controller. Scheduled tasks are also integrated into the API controller, making operation simple.
Building Tutorial
Backend test environment: Linux system CentOS7.6, Baota, PHP7.2, MySQL5.6, root directory public, pseudo-static thinkPHP, open SSL certificateDatabase configuration: /application/database.php
Import database; sql.sql
To separate the front-end and back-end, configure the cross-domain domain name in cors_request_domain at the end of /application/config.php
Front-end h5 modification: /static/js/index.74bd3e06.js, search for yxymk.net and replace it with your own back-end domain name
Front-end PC modification: /js/app.ee4acc1c.js, search for yxymk.net and replace it with your own back-end domain name
The program uses the ng interface. You can open an account yourself and replace it with your own interface information in the api controller.
The scheduled tasks are also in the API controller, go and see for yourself, I won’t write out the simple things