• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

php

  1. K

    problem with php and grids

    Hey, this is my first post on this forum. Iam making some prototype of turn based game, with some data save into database trought php files. I have some experience with php and data bases, so this isnt a issue here. Problem which i have is in GM. I post 2 jpg, screens from GM with scrpits from...
  2. D

    Android keeping time on client and server for timer/icremental game

    im working on an android game, its a timer/incremental game and have a server written in php and client in gamemaker studio. the game is based on 60second cycles. so every 60seconds you gain x resources. the server records client timestamps via the time() function in php. this works perfect...
  3. D

    where to host php files

    im looking for a site or server or whatever to host php files of mine. im looking for websites ppl have used before and have experience with. Im tired of wasting time and need a simple known solution. so make your sugestions on what uve used. thanks all
  4. RyanC

    Job Offer - Programmer Quote Required for MMO Online Database

    Hi everyone, I have a game that I would like to include multiplayer in the sense that users can store their variables online and conquer and steal bases from one another etc. From my understanding I need to link my GMS application to an online MySQL data base via a PHP script. However I'm open...
  5. RyanC

    Making A MMO Database - PHP - MySQL - Random Session Cookies - Servers - etc...

    Hi everyone, I have a game that I would like to include multiplayer in the sense that users can store there variables online and conquer and steal bases from one another etc. From my understanding I need to link my GMS application to an online MySQL data base via a PHP script. Anyone know how...
  6. Appsurd

    GameMaker Online Highscores

    Online Highscores in GameMaker Studio GM version: GMStudio 2023.11 Target platform: ALL Download: https://marketplace.gamemaker.io/assets/4205/online-highscores-example Links: N/A Latest change: 2024-02-09 Level: Advanced Summary This tutorial will explain how to create a highscore...
  7. I

    My SQL/ PHP - Paying $100-$300

    I want someone to help me to use MySQL function on Game Maker Studio (1.4.1757). In detail, the functions i need is: - Login (ID/Password) - Send Player data into MySQL table (Such as Name/ Gold/ Inventory....) You need to teach me how to create a table myself or at least modify it - Sending/...
  8. K

    Portfolio - General HTML5 Web developer for hire.

    Hello everyone, Kaddy is a web developer and an ex-Game Maker user (since the gm6 days) with a strong acknowledge in the following areas: HTML5/CSS3: In case you want a nicely designed and user-friendly webpage for your HTML5 game(s). JavaScript (either using libraries like jQuery and AngularJs...
  9. J

    Android Uploading images to a PHP server

    Hello friends, I'm endeavouring to upload some .png files I've created in my utility to a PHP server. There are 3 images, each about 2kb in size. My plan was to: - Convert the small .pngs to a base 64 encoded string, - Upload them through a POST request, - Decode/parse the string and then act...
  10. D

    Legacy GM http_post_string to php help

    //snippet of code var sending = keyboard_string; post = http_post_string("http://www.dengar.byethost10.com/newchar.php", sending); my code works on a localhost but I created a domain with byet.host and uploaded my php files to the htdocs folder but I cant get it to work and I don't kno how to...
Top