SA-MP Forums Archive
HTTP Request - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: HTTP Request (/showthread.php?tid=631532)



HTTP Request - Chris53340 - 31.03.2017

Hello,

I am creating a server, and a script listed in it opens a web page after running an HTTP request.

I have tried: "gt-international.top/forum/api/index.php?/core/hello&key=cd3e437e7870b0d38ea978a(..)"

Except it shows me "NO_API_KEY", I would like to know how to do after +3 days of research.


Extern link: https://sampwiki.blast.hk/wiki/HTTP

IP Board forum.


Re: HTTP Request - Sithis - 31.03.2017

How is this related to SA:MP? This clearly is a IP board forum issue, so you should read their documentation. See: https://invisionpower.com/developers/rest-api


Re: HTTP Request - Chris53340 - 31.03.2017

Okay, I am testing another script, I connect my player with MySQL, sorry for this new problem but i need the password encrypting system so that my players can connect to the server.



I have searched on ****** and the response is:

crypt($password, '$2a$13$' . $salt);

I don't understand

$password: The password to check

'$2a$13$': Encrypt IPS tag

$salt: ?


Re: HTTP Request - Chris53340 - 31.03.2017

Solved!