Welcome to the MMOtop - Arcemu, Mangos, Trinity.
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
  1. #1
    Jerry's Avatar
    Status : Jerry is offline
    Join Date : Mar 2009
    Location : Serbia
    Posts : 2,321
    Thanks: 223
    Thanked 501 Times in 286 Posts
    Rep Power : 10
    Reputation:2077Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute

    Default Pro Account Creator V1

    CREDITS: onlykl

    Professional Scripting team Presents you
    Pro Account Creator V1
    2 Templates
    Cyan Robot and Death Wings
    Support Arcemu and Trinity
    Soon:
    -New update for Mangos
    - New Templates
    - Direct MySql connection


    This is maded for beggines who dont knows to much with Sql so they can easy make account and add it on db... For now you need alone to add it on MySql database but soon we will add MySql connection on it. Dont Spam that we steal from Zaxer because he is in our team And please report all bugs on our forum.


    Pictures:




    Download:
    [Only registered and activated users can see links. ]
    Password: PAC
    Credits:
    =======================================
    = Scripted by Onlykl,Idea From Zaxer, Msoul for Templates =
    = And other from team =

    =======================================

  2. #2
    Status : psycho11 is offline
    Join Date : Jan 2010
    Posts : 1
    Thanks: 0
    Thanked 0 Times in 0 Posts
    Rep Power : 0
    Reputation:10psycho11 is on a distinguished road

    Default

    How do you add account to Emu database?

  3. #3
    Status : Xerrion is offline
    Join Date : Jan 2010
    Location : At home
    Posts : 5
    Thanks: 0
    Thanked 0 Times in 0 Posts
    Rep Power : 0
    Reputation:10Xerrion is on a distinguished road

    Default

    We have a little problem here. We I queried with the SQL Query from the "Write Query" button.

    PhpMyAdmin returned:

    SQL query:

    SELECT @ maximo: = MAX (entry) +1
    FROM accounts;

    MySQL returned
    # 1054 - Unknown column 'entry' in 'field list'
    I don't think that the mySQL server likes the query var

    It seems that it will not cooperate with mySQL ver. 5.1.41

    PHP Code:
    !--SELECT @maximo := MAX(entry) + 
    Also do that all things that you insert into the table ATLEAST: "`login`, `password` and `gm`" is stringed with
    PHP Code:
    'Single Quotes' 
    Example
    PHP Code:
    SELECT FROM accounts;INSERT INTO `accounts` ( `acct` , `login` , `password` , `encrypted_password` , `gm` , `banned` , `lastlogin` , `lastip` , `email` , `flags` , `forceLanguage` , `muted` , `banreason` )
    VALUES (1'admin''admin'0'az'000024000
    Else good work, I love it if it weren't for that error.

    PS: Haven't figured your variable out that i am new to SQL the thing with the single quotes where a wild guess.

  4. #4
    Jerry's Avatar
    Status : Jerry is offline
    Join Date : Mar 2009
    Location : Serbia
    Posts : 2,321
    Thanks: 223
    Thanked 501 Times in 286 Posts
    Rep Power : 10
    Reputation:2077Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute

    Default

    New version will be done soon.

  5. #5
    Onlykl's Avatar
    Status : Onlykl is offline
    Join Date : Dec 2009
    Location : !!Serbia!!
    Posts : 117
    Thanks: 0
    Thanked 17 Times in 8 Posts
    Rep Power : 4
    Reputation:101Onlykl will become famous soon enough Onlykl will become famous soon enough

    Default

    Well guys there are 2 acc creators 1 for mangos and 1 for arcemu!
    And if you used right one you wont get errors.
    And
    Code:
    SELECT @maximo := MAX(entry) + 1
    Means to Your SQL manager alone select last account ID and add next one ID that mean if you have 20 accounts ids then this one will be 21th....

  6. #6
    Status : Xerrion is offline
    Join Date : Jan 2010
    Location : At home
    Posts : 5
    Thanks: 0
    Thanked 0 Times in 0 Posts
    Rep Power : 0
    Reputation:10Xerrion is on a distinguished road

    Default

    Quote Originally Posted by Onlykl View Post
    Well guys there are 2 acc creators 1 for mangos and 1 for arcemu!
    And if you used right one you wont get errors.
    And
    Code:
    SELECT @maximo := MAX(entry) + 1
    Means to Your SQL manager alone select last account ID and add next one ID that mean if you have 20 accounts ids then this one will be 21th....
    I could tell it from the looks of it. But it all looks just fine, @maximo would be out variable := will assign MAX(entry) + 1 to it: MAX() would be the largest ID. entry would define what max should pick and + 1 adds the entry.

    /ragequit

  7. #7
    Status : spase is offline
    Join Date : Feb 2010
    Posts : 25
    Thanks: 0
    Thanked 0 Times in 0 Posts
    Rep Power : 3
    Reputation:10spase is on a distinguished road

    Default

    Thanks for this great thing, Onlykl and your team ...

  8. #8
    Status : Darkus0319 is offline
    Join Date : Feb 2010
    Posts : 18
    Thanks: 1
    Thanked 0 Times in 0 Posts
    Rep Power : 3
    Reputation:10Darkus0319 is on a distinguished road

    Default

    köcce

  9. #9
    Status : mvalkar is offline
    Join Date : Feb 2010
    Posts : 10
    Thanks: 3
    Thanked 0 Times in 0 Posts
    Rep Power : 0
    Reputation:10mvalkar is on a distinguished road

    Default

    Really nice and convenient may I be so bold as to suggest one thing.
    Why don't you guys take this one step further and add an option for account backup and update for future server updates?

  10. #10
    Status : onetimedl is offline
    Join Date : Mar 2010
    Posts : 3
    Thanks: 2
    Thanked 0 Times in 0 Posts
    Rep Power : 0
    Reputation:10onetimedl is on a distinguished road

    Default

    Thanks!


 

Similar Threads

  1. [Tutorial] How to setup an Account Creation page for your server
    By Jerry in forum Emulator Server Guides
    Replies: 6
    Last Post: 03-17-2012, 09:52 AM
  2. World of Warcraft Logo Creator
    By Jerry in forum Tools and Applications
    Replies: 34
    Last Post: 03-09-2011, 01:10 PM
  3. Way to make great abuse account
    By Bullseye in forum Warcraft Bots
    Replies: 2
    Last Post: 04-26-2010, 05:10 PM
  4. [Release] Account Creation Page
    By Jerry in forum Emulator Website / Script's Releases
    Replies: 3
    Last Post: 03-21-2010, 08:41 AM
  5. Axxa maze creator V.2
    By Jerry in forum Tools and Applications
    Replies: 3
    Last Post: 03-03-2010, 04:38 PM

Visitors found this page by searching for:

mangos account creator

Pro Account Creator

Pro Account Creator V1

digg account creator

arcemu pro account creator v14mangos account creator pagedigg account makermangos acc creator arcemu account creator errormangos account makeraccount maker v1 wowprofessional account createrAccount Creator Mangos ServerAcemu Mangos account creator v1wow accounts creatormanage wow account mangostrinity wow account page creatortrinity wow acc makermangos account creation toolwow pro account creatortrinity zero account creationtrinity account creatorwow pro account creator v1how to make gm account repack 3.3.5
SEO Blog

Tags for this Thread

Bookmarks

Posting Permissions

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