Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/livolickie/web-api
API for master server with using WEB
https://github.com/livolickie/web-api
game-maker game-maker-language php
Last synced: about 1 month ago
JSON representation
API for master server with using WEB
- Host: GitHub
- URL: https://github.com/livolickie/web-api
- Owner: livolickie
- License: gpl-3.0
- Created: 2018-02-25T06:45:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-25T06:58:23.000Z (almost 7 years ago)
- Last Synced: 2024-03-14T19:22:46.501Z (9 months ago)
- Topics: game-maker, game-maker-language, php
- Language: PHP
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WEB-API for Game Maker: Studio
This is a simple WEB-API for the main server. Using this API, you
can create a system that displays an online list of servers.Introduction:
The L-WEB_API_SERVER / CLIENT.gmz files demonstrate the L-WEB API. They already have in advance prepared the necessary functions for interaction with the API. The "L-WEB_API_PHP" folder stores PHP scripts, they are uploaded to your web server. Next, we return to the examples on the GMS, and in both the function "lphp_init" takes 1 parameter - a link to your site with scripts. NOTE all scripts must be in the same shared folder, and the link should be exactly to this same folder with scripts! Also, you only need to change a couple of lines in the "db.php" file, where there are comments. This is necessary for you to "link" your database with the L-WEB API. The file "server_list.sql" will allow you to automatically create the required table, just import it into your database.