Search results

  1. D

    Error Message at login

    Same here. I just hit F5 and it works.
  2. D

    Sending GET requests to my website "suspends" my account...?

    It works just fine in my web browser,it's when sending a GET request from the game engine that the issue comes up.
  3. D

    Sending GET requests to my website "suspends" my account...?

    I'm trying it on the game engine I am developing with. 00webhost didn't have this issue when executing the following code in the engine: return HttpService:GetAsync("http://distancestudios.x10host.com/API/hash.php?String="..StringToHash.."&Algorithm="..Algorithm) (It's LUA.) But for some...
  4. D

    Sending GET requests to my website "suspends" my account...?

    Hello. Whenever I send an HTTP GET request to http://distancestudios.x10host.com/API/hash.php ,it doesn't return the string displayed by the PHP script. Instead,the website returns this HTML code (attached as a TXT file): Why does this keep happening...?
Top