[Include] RSIP - Reliable Security IP System
#1

Description
  • This is a little include that uses GetServerVarAsString( "bind", .. ) to check
    if the server is on the right Host / Computer.
Usage
  • All you need to do is to re-define HOST_ADDRESS to your IP Address:
    pawn Код:
    #undef HOST_ADDRESS
    #define HOST_ADDRESS "213.233.103.20" // This is my IP Address
    or, maybe much easier, go in the Include and change it there .

    PS: Change 'bind' in the server.cfg too...
That's all! Very easy, isn't it?

Bugs & Ideas
  • If you find Bugs or have new ideas, post it here.
Downloads Special thanks to
  • PowerMix - That reminded me.
  • stuntman - For the old idea.
Reply
#2

Good Job.
Reply
#3

Oh, another great release. Thanks!!
Reply
#4

Thank you !
Reply
#5

Nice, but why do you need this
pawn Код:
#if defined FILTERSCRIPT
        #if defined _ALS_OnFilterScriptInit
                #undef OnFilterScriptInit
        #else
                #define _ALS_OnFilterScriptInit
        #endif
        #define OnFilterScriptInit zcmd_OnFilterScriptInit
        forward rsip_OnFilterScriptInit();
#else
        #if defined _ALS_OnGameModeInit
                #undef OnGameModeInit
        #else
                #define _ALS_OnGameModeInit
        #endif
        #define OnGameModeInit zcmd_OnGameModeInit
        forward rsip_OnGameModeInit();
#endif
Reply
#6

Yeah, this is really good relase man!

I will put it on my server, for security )
Reply
#7

Yes, I see the IP and i can modify it, but you can do something like HASH to crack it.. Right ?
Reply
#8

A lot of providers change their IP when the routers restart, so you have to change the "HOST NAME" every day you change your IP? That's silly.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)