Hi, I need help making a simple socketRequest on an SPRX for authentification purpose.
- I tried this library : [C++] SPRX C++ AUTH - Pastebin.com
It never even managed to get the hostname with gethostbyname(URL). It returns NULL. Something’s wrong with the DNS server or with the library itself.
- I also tried BadLuckBrian's library : http://www.nextgenupdate.com/forums/ps...
That just freezes the game. I tried using a different free space address for the HTTP_POOL_BUFFER. gopro_2027 suggested doing that since im trying it on GTA5 but no success, still freezing with 0x10070000.
Maybe you guys know a better way to do this since that's some old libraries. Ive wasted too much time trying all ways to make this work but no success.
All I need is to do an HTTP request to a url like this : www.sprxTest.com/auth.php?key=JW02D-AASTA-3F8UE-8VZJO
that page would return a simple html text like : "Valid Key".
Thanks in advance!