[Simple Question]a_http.inc - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [Simple Question]a_http.inc (
/showthread.php?tid=507457)
[Simple Question]a_http.inc -
ic3cr3am - 17.04.2014
Hi, i'm just making the next version of my Online Ban Database, so....
I would like to know with a_http.inc (I don't really know how to explain or ask this... but anyway) does it connect to website with players network or the server?
If you helped, i will give you rep+, thanks.
Re: [Simple Question]a_http.inc -
ic3cr3am - 17.04.2014
sorry for double post, using internet explorer...
Re: [Simple Question]a_http.inc -
CutX - 17.04.2014
the server.
would be bad if it wouldn't...
lol... just thinking... you could leave tracks of some player's IP
on a illegal site and get him charged for being on that site with his IP
that'd be rly bad if the clients on the server directly connect to the URL in HTTP function
example
pawn Код:
HTTP(playerid, HTTP_GET, "http://www.geoiptool.com/us/?IP=******.co.jp", "", "HTTPIP");
now,if we put that in some command and client X would execute that command,
geoiptool.com will not receive the IP of client X, it'll get the server's IP
Re: [Simple Question]a_http.inc -
ic3cr3am - 17.04.2014
Quote:
Originally Posted by CutX
the server.
would be bad if it wouldn't...
lol... just thinking... you could leave tracks of some player's IP
on a illegal site and get him charget for being on that site with his IP
that'd be rly bad if the clients on the server directly connect to the URL in HTTP function
|
haha, thanks
Re: [Simple Question]a_http.inc -
Isolated - 17.04.2014
Quote:
Originally Posted by ic3cr3am
sorry for double post, using internet explorer...
|
A double post 6 minutes apart? Seems legit.
OT:
a_http connects to the server allowing for transfer of information.
Re: [Simple Question]a_http.inc -
ic3cr3am - 17.04.2014
Quote:
Originally Posted by Isolated
A double post 6 minutes apart? Seems legit.
OT:
a_http connects to the server allowing for transfer of information.
|
Bro, i got errors saying the topic or links or something is not valid.