SPRX SocketRequest ...
 
Notifications
Clear all

SPRX SocketRequest Help


Posts: 0
Topic starter
(@xelahot)
New RivalGamer
Joined: 8 years ago

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!

Reply
Name of the Video Game, and any other Tags
3 Replies
Posts: 1
(@Ravix)
New RivalGamer
Joined: 6 years ago

Hey,
I have the same issue. Do you got it working?

Reply
Posts: 0
Topic starter
(@xelahot)
New RivalGamer
Joined: 8 years ago

Hey,
I have the same issue. Do you got it working?

Not yet :/ Still trying

Reply
Posts: 0
Topic starter
(@xelahot)
New RivalGamer
Joined: 8 years ago

Hey,
I have the same issue. Do you got it working?

[MEDIA=imgur]id=a%2FeYTZeHa;type=album[/MEDIA]

I’m trying to use one of the SDK samples and it compiles but doesnt link well... I cant use the SDK libraries because everytime I try to build I get errors like this when it calls functions from the included libraries. I dont know if anyone has a working open source project to share because Ive been struggling with this for years now and I still want to make this work and get a response from a server.

Reply