Ideas on how to check if username is available

Discussion in 'Programming General' started by caapi, Jul 28, 2008.

Ideas on how to check if username is available
  1. Unread #1 - Jul 28, 2008 at 8:12 AM
  2. caapi
    Referrals:
    0

    caapi Guest

    Ideas on how to check if username is available

    Any ideas for checking username availability (not created) in VB6?
    It looks that you can't use Inet for that anymore. I need to send packets with winsock?

    https://create.runescape.com/createaccount.ws
    https://create.runescape.com/chooseusername.ws
    This looks interesting:
    Code:
    <div class="form">
    <form name="myform" action="chooseusername.ws" method="post">
    <input type="hidden" name="origusername" value="asdasd">
    <input type="hidden" name="country" value="69">
    <input type="hidden" name="day" value="28">
    <input type="hidden" name="month" value="0">
    <input type="hidden" name="year" value="1981">
    <div class="centre">
    <p>Sorry, that username is no longer available.</p>
    Please enter a different username:
    <input type="text" class="textinput" name="usernameother" value="" maxlength="12" size="20">
    <button type="submit" value="" alt="Check Availability" size="20" id="availability">
    <img src="https://www.runescape.com/img/create/availability.png" width="275px" height="31px" alt="Check Availability">
    <div id="create_availability"></div>
    </button>
    </div>
    </form>
    </div>
    </div>
    Already bypassed the birthdate/place form https://create.runescape.com/chooseusername.ws?country=69&day=23&month=2&year=1991

    EDIT: Haxed, no help needed anymore. https://create.runescape.com/chooseusername.ws?username="TEST"&country=69&day=23&month=1&year=1991
     
  3. Unread #2 - Jul 28, 2008 at 8:29 AM
  4. Stidor
    Joined:
    Jul 31, 2005
    Posts:
    7
    Referrals:
    0
    Sythe Gold:
    0

    Stidor Newcomer

    Ideas on how to check if username is available

  5. Unread #3 - Jul 28, 2008 at 8:56 AM
  6. caapi
    Referrals:
    0

    caapi Guest

    Ideas on how to check if username is available

    Yes i can. I thought i can't.
    My program finds ALL available usernames (in week :p).. Cool?
    Now i can know is there any 3 char ones left.
     
  7. Unread #4 - Jul 28, 2008 at 9:22 AM
  8. Covey
    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    Ideas on how to check if username is available

    You're so full of bullshit.
    All available usernames in a week? LOL

    A username contains 12 characters, there is approximately 37 different characters you can select from.
    Thus it equals:
    37^12 = 6,582,952,005,840,035,281

    For some reason i doubt your claims.
     
  9. Unread #5 - Jul 28, 2008 at 10:09 AM
  10. caapi
    Referrals:
    0

    caapi Guest

    Ideas on how to check if username is available

    I'm sorry i thought it will be fast.. Now im scanning 3 char ones and it does 2-4 per second. :D
     
  11. Unread #6 - Jul 29, 2008 at 2:41 AM
  12. Covey
    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    Ideas on how to check if username is available

    I still doubt that.
     
< Ideas on how to crack an Active X Control? | Selling ProFighter, ProMiner and ProChopper source >

Users viewing this thread
1 guest


 
 
Adblock breaks this site