Alz, server side.

Results 1 to 7 of 7
  1. #1
    Account Upgraded | Title Enabled! Just_Rytis is offline
    MemberRank
    Oct 2006 Join Date
    PUSH main.00754EDCLocation
    561Posts

    Question Alz, server side.

    I want to do alz buy in web, but I want to keep hack alz protection in server side, so what I need to update then updating database? Thx!


  2. #2
    The Dinosaur chumpywumpy is offline
    MemberRank
    Jun 2008 Join Date
    /f451/Location
    5,127Posts

    Re: Alz, server side.

    If you have the alz db cut antihack enabled then when you alter alz in the warehouse you must update the "reserved2" field in the warehouse table. I know this is the warehouse alz value XORed but i don't know what it is XORed with.

  3. #3
    Member youyou is offline
    MemberRank
    Sep 2005 Join Date
    /mnt/storage0Location
    62Posts

    Re: Alz, server side.

    i know.

    but, because it is things of the past, I have forgotten.
    i will post later.


    [edit]

    1011100100011010010111001110111101111010001110000001101101001100
    XOR
    your Alz


    e.g.
    your alz 1

    1011100100011010010111001110111101111010001110000001101101001100
    XOR
    1

    1011100100011010010111001110111101111010001110000001101101001101
    convert signed int
    -5108668643680969907
    Last edited by youyou; 14-07-09 at 08:17 AM.

  4. #4
    Account Upgraded | Title Enabled! Just_Rytis is offline
    MemberRank
    Oct 2006 Join Date
    PUSH main.00754EDCLocation
    561Posts

    Re: Alz, server side.

    maybe u can post this with php functions or something else? Thx!

  5. #5
    Banned Yamachi is offline
    BannedRank
    Oct 2006 Join Date
    Jolly EnglandLocation
    3,517Posts

    Re: Alz, server side.

    Quote Originally Posted by Just_Rytis View Post
    maybe u can post this with php functions or something else? Thx!
    http://*******.com/mgp45y

  6. #6
    Account Upgraded | Title Enabled! Just_Rytis is offline
    MemberRank
    Oct 2006 Join Date
    PUSH main.00754EDCLocation
    561Posts
    Thank you!

    Wtf is $KeyPhrase parameter? Thx!
    Last edited by chumpywumpy; 17-07-09 at 01:38 PM.

  7. #7
    The Dinosaur chumpywumpy is offline
    MemberRank
    Jun 2008 Join Date
    /f451/Location
    5,127Posts

    Re: Alz, server side.

    Quote Originally Posted by Just_Rytis View Post
    Wtf is $KeyPhrase parameter? Thx!
    What you are looking at is an example bit of code. The description "Encrypts a given string with a given key phrase by using a simple XOR encryption" explains which is which and the key phrase is what you are XORing the value with. $InputString XOR $KeyPhrase



Advertisement