THREAD: Sprx auth | c++ socket class
  1. 06-04-2016, 10:19 PM
    Indie Developer's Avatar
    Indie Developer
    Reverse Engineer
    Indie Developer's Avatar
    Indie Developer
    Reverse Engineer
    444
    Posts
    6,865
    Reputation
    Dec 2015
    NextGenUpdate
    Hi ! Since there isn't nothing release about socket class for auth into sprx menu , i want release one socket class for auth .

    You must login or register to view this content.

    To call the request


    if (IsRequest)
    {
    // stuff here
    }


    Also , i suggest you to hide these , or via IDA anyone can steal information like website address , validation key and other important information via xref .

    You must login or register to view this content.
  2. The Following 3 Users Say Thank You to Indie Developer For This Useful Post:

    , ,

  3. The Following User Groaned Indie Developer For This Awful Post:


  4. 09-18-2017, 03:35 AM
    xelahot's Avatar
    xelahot
    Gym leader
    xelahot's Avatar
    xelahot
    Gym leader
    318
    Posts
    2,572
    Reputation
    Mar 2011
    NextGenUpdate
    Can anyone help me out please? My website gives me a success output when I test my URL on a web browser but everytime I call gethostbyname(),
    it returns me NULL like if my domain didnt exist. Is there any other library I can use or a way to fix this?



    #include <netdb.h>

    struct hostent *Host;

    -----------------------------------------------------------------------------------------------------------------------------------------------------------

    Host = gethostbyname("sprxtest.x10host.com");
    if (Host == NULL)
    {
    WriteinConsole("Unknown host\n");
    return "";
    }


    Last edited by xelahot ; 09-18-2017 at 03:48 AM.

  5. 01-30-2018, 07:12 PM
    sparbymodzdev's Avatar
    sparbymodzdev
    Save Point
    sparbymodzdev's Avatar
    sparbymodzdev
    Save Point
    7
    Posts
    30
    Reputation
    Jan 2018
    NextGenUpdate
    This is good help kids with here auth to sprx
  6. 01-30-2018, 07:13 PM
    sparbymodzdev's Avatar
    sparbymodzdev
    Save Point
    sparbymodzdev's Avatar
    sparbymodzdev
    Save Point
    7
    Posts
    30
    Reputation
    Jan 2018
    NextGenUpdate
    Dude this is awsome thanks for sharing this
  7. 01-31-2018, 12:27 PM
    Algebra's Avatar
    Algebra
    [move]mov eax, 69[/move]
    Algebra's Avatar
    Algebra
    [move]mov eax, 69[/move]
    297
    Posts
    8,520
    Reputation
    Dec 2014
    NextGenUpdate
    Spoiler:

    Originally Posted by sparbymodzdev View Post
    This is good help kids with here auth to sprx


    Originally Posted by sparbymodzdev View Post
    Dude this is awsome thanks for sharing this



    This is good to help kids? What has kids got to do with this? Also this is bad practice what sort of developer are you. Unless it's a private menu used for yourself then yes it would do the trick but none the less it's completely bad practice and should not be used in production.
  8. 04-03-2018, 10:24 PM
    10
    Posts
    10
    Reputation
    Nov 2017
    NextGenUpdate
    Pm me Yo i need help with this
  9. 08-29-2018, 10:11 AM
    20
    Posts
    611
    Reputation
    Sep 2014
    NextGenUpdate
    Originally Posted by matrixmods View Post
    i freeze whenever i call SocketRequest


    I have the same issue.

    Does anyone know why it freezes or how to fix it?