Content tagged server

Report Tag

46 usages of this tag
  • 1 replies
  • 348 views
This content is deleted
Forum Topic
How can i save count data from game on my website?
0 favourites

I like to implement a keyfield and I need to count how many times the users typed in a key. I like to send the data to my server/website. How can I do this? I h...

  • 3 replies
  • 638 views
This content is deleted
Forum Topic
How do I create html5 launcher, within an Android App?
0 favourites

I have been developing a game, with the intention of porting it from Construct to the Android App store. It'd be nice if I could upload a 'portal' APP. The port...

posted 4 years ago
  • 0 replies
  • 235 views
This content is deleted
Forum Topic
How do I run sh script on Construct?
0 favourites

There's any way to run a Linux script using Construct? Maybe with Ajax or Javascript? For example, if I have my game on a Linux server and I want to run the sh...

  • 2 replies
  • 330 views

I am aware that it is very possible to get anything from a server or web, but I have some code attached to a Sprite object, would be awesome to be able to chang...

posted 4 years ago
  • 0 replies
  • 195 views
This content is deleted
Forum Topic
Manage Binary data POSTed to web server.
0 favourites

When you POST Binary Data (image) to a php server via Ajax, where is that binary data placed on the server? Do I set the URL to a folder? Or a php file that han...

posted 4 years ago
  • 1 replies
  • 521 views
This content is deleted
Forum Topic
Are Multiplayer games easily hackable?
0 favourites

So I'm starting a new multiplayer game and was just wondering how easy it'd be for those with ill intentions to manipulate their in-game values if I were to use...

  • 0 replies
  • 193 views
This content is deleted
Forum Topic
How do I use my own server for multiplayer?
0 favourites

If I have a server, can I use it for multiplayer game? Said, I buy a web hosting, and use it for my game like Scirra server? Thanks.

  • 0 replies
  • 251 views
This content is deleted
Forum Topic
Is it possible to make a Server list?
1 favourites

I want to make an Adventure game. Where you can play with 4 of your friends on other PCs. I'm wondering if I can make a server list with your friends server. Or...

posted 4 years ago
  • 0 replies
  • 216 views
This content is deleted
Forum Topic
Question about Hosting and Servers in Multiplayer
0 favourites

I want to automatically create a new tab which will become the host of a new game for a set of peers. Each time a new host is created, I want the new tab to be...

posted 4 years ago
  • 0 replies
  • 177 views
This content is deleted
Forum Topic
How do I make a request to a server with the post method?
0 favourites

So I am using the AJAX plugin to communicate to a server connected to a database, the server uses php and it works fine because I have tried it outside of Const...