Welcome to the RaGEZONE - MMORPG development forums.

[Ascent]Account Creator[Ascent]

This is a discussion on [Ascent]Account Creator[Ascent] within the WoW Ascent Releases forums, part of the WoW Ascent category; Hey guys. I spent a day making an account creator for servers with 2.4.3 by request. DOWNLOAD : http://rapidshare.com/files/19697621...rasta.zip.html By ...

Results 1 to 10 of 10
  1. #1
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    May 2007
    Location
    Go to subway, ask for the manager, tell him he has no wiener, order a five dollar foot long, then, find waldo, next go through the teleport of narnia, and then come out the butt of the goat guy, and there i am :)
    Posts
    296
    Liked
    1

    [Ascent]Account Creator[Ascent]

    Click
    Hey guys. I spent a day making an account creator for servers with 2.4.3 by request.

    DOWNLOAD: http://rapidshare.com/files/19697621...rasta.zip.html
    By the way this is my first type of script so dont make fun of me if you dont like it :P

    Its very basic.. Very few files and very easy to edit.
    <?php
    // Mysql Stuff
    session_start();
    ob_start();
    $host = "localhost"; // Mysql Server Name
    $db_user = "username"; // Mysql Username
    $db_pass = "password"; // Mysql User Password
    $db = "logon"; // Database With The Accounts Table

    //These are prefrences that will show stuff on the site.
    $realmlist = "site.site.com"; // Your Server's Realmlist
    $sitename = "Website Name"; // Your website name

    // Do Not Touch Beyond This Point!
    mysql_connect($host,$db_user,$db_pass) or die("Unable to connect");
    mysql_select_db($db) or die("Unable to connect to the Database!");
    ?>
    This is a preview of the config file. As you can see, fairly simple. The website has a nice background, and has been tested with a 2.4.3 database. When an account is created, it automatically sets their account to burning crusade.

    It shows some pretty cool images when you register successfully. It will check if the username is taken or not or email, obviously... also if any fields are empty, it shows an ERROR ;P

    If you look on the index page (registration page) it says the realmlist, that is what the $realmlist is in the config file... also the title of the page is what the $sitename is. So its easy.

    If you have questions, conserns, comments, requests... post them.

    Please do not post harsh things "/
    Rate it 1/10

    ** SCREENSHOTS **
    New Projects!
    [Dev]Ascent PHP Admin System[Dev]



  2. #2
    Newbie
    Rank
    Member
    Join Date
    Feb 2009
    Posts
    1
    Liked
    0

    Re: [Ascent]Account Creator[Ascent]

    thanks ^^

  3. #3
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    May 2007
    Location
    Go to subway, ask for the manager, tell him he has no wiener, order a five dollar foot long, then, find waldo, next go through the teleport of narnia, and then come out the butt of the goat guy, and there i am :)
    Posts
    296
    Liked
    1

    Re: [Ascent]Account Creator[Ascent]

    Rate it please. =D
    New Projects!
    [Dev]Ascent PHP Admin System[Dev]



  4. #4
    Banned
    Rank
    Banned
    Join Date
    Dec 2004
    Location
    Oregon
    Posts
    460
    Liked
    0

    Re: [Ascent]Account Creator[Ascent]

    Can you upload it to a diff site? It can only be downloaded 10 times.

  5. #5
    Newbie
    Rank
    Member
    Join Date
    Feb 2009
    Posts
    1
    Liked
    0

    Re: [Ascent]Account Creator[Ascent]

    what he said ^

  6. #6
    Newbie
    Rank
    Member
    Join Date
    May 2009
    Posts
    2
    Liked
    0

    Re: [Ascent]Account Creator[Ascent]

    ka fag you ka fucking ka quote is ka already ka taken ka FAIL

  7. #7
    Newbie
    Rank
    Member
    Join Date
    May 2009
    Posts
    2
    Liked
    0

    Re: [Ascent]Account Creator[Ascent]

    btw that was yo ka Rasta ka fag

  8. #8
    Newbie
    Rank
    Member
    Join Date
    May 2009
    Posts
    1
    Liked
    0

    Re: [Ascent]Account Creator[Ascent]

    please upload it elsewhere, it reachet a max

  9. #9
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Jan 2008
    Posts
    270
    Liked
    3

    Re: [Ascent]Account Creator[Ascent]

    Yes, indeed, mirror needed. Not actually, but would be nice.

  10. #10
    Member
    Rank
    Member
    Join Date
    Aug 2009
    Posts
    43
    Liked
    0

    Re: [Ascent]Account Creator[Ascent]

    error no file to dl

 

 

Posting Permissions

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