Results 1 to 3 of 3

Thread: A Couple

  1. #1

    Joined
    Dec 2011
    Posts
    843
    Pronouns
    she/her
    Userbars
    3
    Thanks
    313
    Thanked
    346/213
    DL/UL
    34/2
    Mentioned
    179 times
    Time Online
    1d 19h 11m
    Avg. Time Online
    N/A

    A Couple

    I have tried with fiddler and logged in, but I couldn't do it that way... so I was wondering if you could help people out by explaining the CK authorization.

    EDIT: Sorry about the title, I was in the middle of typing a couple things...

    The second thing is neopoints on hand... I'm having trouble with getting that down, and I know many programmers get tripped up by that (I googled it).

    Actually one last thing.. you may wish to have different coding types of these things, like VB, VB.net, C++, ect...So it would be: Authorization help [C++] And another be: Authorization help [VB6] ; And so on..
    Last edited by Ashleys165; 12-26-2011 at 07:14 PM.

  2. #2

    Joined
    Dec 2011
    Posts
    488
    Thanks
    303
    Thanked
    559/263
    DL/UL
    13/4
    Mentioned
    34 times
    Time Online
    1h 58m
    Avg. Time Online
    N/A
    Ok lemme see if I got this right,

    you need help getting the NP on hand and getting the auth down?

    Not sure what language you're using, I'm going to assume VB6. Auth information will be posted later. For NP on hand, look at the source and look for where the NP is displayed:

    Code:
    </span> NP: <a id='npanchor' href="/objects.phtml?type=inventory">30</a> <span style="font-weight: normal;">|</span>
    is what it looks like. What you want to get is the 30, so you'll just want to use a GSB function. What might be getting you is the quotes though.

  3. The Following User Says Thank You to Miguel For This Useful Post:

    Ashleys165 (12-26-2011)

  4. #3

    Joined
    Jan 2012
    Posts
    1,286
    Thanks
    1,292
    Thanked
    302/209
    DL/UL
    1096/0
    Mentioned
    213 times
    Time Online
    59d 13h 45m
    Avg. Time Online
    20m
    thank youuuuuu !!!!!! =]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •