Will there be problems with sending user highscores to it after that?
I initiate the connection like this:
Code: Select all
con = OpenNetworkConnection("www.lostlabyrinth.com", 80);
Code: Select all
SendNetworkString(con, "GET /newscore.php?" + p + " HTTP/1.1" + Chr(10))
SendNetworkString(con, "Host: www.lostlabyrinth.com" + Chr(10))
SendNetworkString(con, "User-agent: PureBasicAgent" + Chr(10))
SendNetworkString(con, "Accept: */*" + Chr(10))
SendNetworkString(con, Chr(10))