Hello, I've been experiencing a fairly strange issue.
So whenever I'd do a HTTP GET request to my site domain (http://zonit.x10.mx/api/getstatus.php)
Just to get the raw text, it'll instead give me this
(https://hastebin.com/koderopawi.xml)
It says my website/account has been suspended? But I'm still able to go to my CPanel, FileZilla, Upload stuff as normally. I'm not sure whats causing this but surely it has to be a false error from the free web hosting itself.
How I discovered this was using a code to get the output from my site.
Coded it in R-Lua 5.2/3
So whenever I'd do a HTTP GET request to my site domain (http://zonit.x10.mx/api/getstatus.php)
Just to get the raw text, it'll instead give me this
(https://hastebin.com/koderopawi.xml)
It says my website/account has been suspended? But I'm still able to go to my CPanel, FileZilla, Upload stuff as normally. I'm not sure whats causing this but surely it has to be a false error from the free web hosting itself.
How I discovered this was using a code to get the output from my site.
Coded it in R-Lua 5.2/3
Code:
local HttpService = game:GetService("HttpService")
local GetPlayers = HttpService:GetAsync("http://zonit.x10.mx/api/getgameplayers.php?id=975201872")
refreshrate = 1 ; while wait(refreshrate) do
print(GetPlayers) ; end