[Guide]Easy Server Creation/Makeing Public. menu

User Tag List

Page 9 of 14 FirstFirst ... 5678910111213 ... LastLast
Results 121 to 135 of 206
  1. #121
    revid's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide]Easy Server Creation/Makeing Public.

    where do i find root @ localhost?

    [Guide]Easy Server Creation/Makeing Public.
  2. #122
    litoaznboi's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide]Easy Server Creation/Makeing Public.

    Okay when I try to SQL dump import it says this error message:
    Query:
    CREATE TABLE `accounts` (
    `acct` bigint(20) NOT NULL auto_increment,
    `login` varchar(255) NOT NULL default '',
    `password` varchar(2 NOT NULL default '',
    `gm` varchar(27) NOT NULL default '',
    `banned` int(30) NOT NULL default '0',
    `lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00' on update CURRENT_TIMESTAMP,
    `lastip` varchar(15) NOT NULL default '',
    `email` varchar(50) NOT NULL default '',
    `flags` int(11) NOT NULL default '0',
    PRIMARY KEY (`acct`,`login`),
    UNIQUE KEY `acct` (`acct`)
    ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1
    Error occured at:2007-11-18 21:52:07
    Line no.:26
    Error Code: 1050 - Table 'accounts' already exists
    Query:
    CREATE TABLE `accounts` (
    `acct` bigint(20) NOT NULL auto_increment,
    `login` varchar(255) NOT NULL default '',
    `password` varchar(2 NOT NULL default '',
    `gm` varchar(27) NOT NULL default '',
    `banned` int(30) NOT NULL default '0',
    `lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00' on update CURRENT_TIMESTAMP,
    `lastip` varchar(15) NOT NULL default '',
    `email` varchar(50) NOT NULL default '',
    `flags` int(11) NOT NULL default '0',
    PRIMARY KEY (`acct`,`login`),
    UNIQUE KEY `acct` (`acct`)
    ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1
    Error occured at:2007-11-18 21:52:55
    Line no.:26
    Error Code: 1050 - Table 'accounts' already exists
    Query:
    CREATE TABLE `accounts` (
    `acct` bigint(20) NOT NULL auto_increment,
    `login` varchar(255) NOT NULL default '',
    `password` varchar(2 NOT NULL default '',
    `gm` varchar(27) NOT NULL default '',
    `banned` int(30) NOT NULL default '0',
    `lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00' on update CURRENT_TIMESTAMP,
    `lastip` varchar(15) NOT NULL default '',
    `email` varchar(50) NOT NULL default '',
    `flags` int(11) NOT NULL default '0',
    PRIMARY KEY (`acct`,`login`),
    UNIQUE KEY `acct` (`acct`)
    ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1
    Error occured at:2007-11-18 21:53:07
    Line no.:26
    Error Code: 1050 - Table 'accounts' already exists
    Query:
    CREATE TABLE `accounts` (
    `acct` bigint(20) NOT NULL auto_increment,
    `login` varchar(255) NOT NULL default '',
    `password` varchar(2 NOT NULL default '',
    `gm` varchar(27) NOT NULL default '',
    `banned` int(30) NOT NULL default '0',
    `lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00' on update CURRENT_TIMESTAMP,
    `lastip` varchar(15) NOT NULL default '',
    `email` varchar(50) NOT NULL default '',
    `flags` int(11) NOT NULL default '0',
    PRIMARY KEY (`acct`,`login`),
    UNIQUE KEY `acct` (`acct`)
    ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1
    Error occured at:2007-11-18 21:53:11
    Line no.:26
    Error Code: 1050 - Table 'accounts' already exists

  3. #123
    litoaznboi's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide]Easy Server Creation/Makeing Public.

    Scratch that, got past that part. Okay Now I'm on Hamachi and set everything to my Hamachi IP everything looks good. The logonserver.exe working fine and the antrix.exe working perfect. I go to WoW and I type in information that I wanted on the SQLyog and then it connects then stops on Handshaking. Any help would be appreciated for this issue.

  4. #124
    Knightsend's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide]Easy Server Creation/Makeing Public.

    well i got everyhing nice and working except 1 thing, when i go to run Antrix.exe it says
    Loading conf files
    >> antrix.conf: Ok!
    >> realms.conf: Unterminated Block.
    Fail.


    what do i do to change that?

  5. #125
    DarkFever's Avatar Contributor
    Reputation
    84
    Join Date
    Aug 2007
    Posts
    167
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide]Easy Server Creation/Makeing Public.

    Originally Posted by Knightsend View Post
    well i got everyhing nice and working except 1 thing, when i go to run Antrix.exe it says
    Loading conf files
    >> antrix.conf: Ok!
    >> realms.conf: Unterminated Block.
    Fail.


    what do i do to change that?

    You put a "/" somwhere in the folder like your server name or somthing
    If its just for you not public

    put this in there...just change the stuff in red


    Code:
    #######################################################################
    # Antrix Realms Configuration File
    # Last updated at revision 446 by Burlex
    #######################################################################
    /********************************************************************************
     * How to use this config file:                                                 *
     * Config files are in a block->variable->setting format.                       *
     * A < signifies the opening of a block, the block name is expected after that. * 
     * After the block name, a space and then the settings sperated by = / ' '.     *
     *                                                                              *
     * e.g.                                                                         *
     * <block setting="0" someval = "1">                                            *
     *                                                                              *
     * Comments can be in C format, e.g. /* some stuff */, with a // at the start   *
     * of the line, or in shell format (#).                                         *
     ********************************************************************************/
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # LogonServer Section
    #
    #    Address:
    #        The address (no port) of the server.
    #
    #    Port:
    #        The port on which the logon server listens. (*** NOT 3724 ***)
    #
    #    Name:
    #        Not really relavant, but name the logon.
    #
    #    RealmCount:
    #        The number of realms in the next section.
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    <LogonServer Address = "127.0.0.1"
                 Port = "8093"
                 Name = "Default Logon"
                 RealmCount = "1">
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # Realm Section
    #
    #    Name:
    #        The name of the realm.
    #    
    #    Address:
    #        The address (and port) of that realm.
    #
    #    Icon:
    #        The type of realm (PVP, Normal, RPPVP, RP)
    #
    #    Colour:
    #        Realm colour in realm list display.
    #
    #    TimeZone:
    #        Time zone the realm is in.
    #
    #    Population:
    #        (0 = low, 1 = medium, 2 = high)
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    <Realm1 Name = "Your Realm Name Here"
            Address = "127.0.0.1:8129"
            Icon = "PVP"
            Colour = "1"
            Population = "1.0"
            TimeZone = "1">



    If its for public change the stuff in Blue


    Code:
    #######################################################################
    # Antrix Realms Configuration File
    # Last updated at revision 446 by Burlex
    #######################################################################
    /********************************************************************************
     * How to use this config file:                                                 *
     * Config files are in a block->variable->setting format.                       *
     * A < signifies the opening of a block, the block name is expected after that. * 
     * After the block name, a space and then the settings sperated by = / ' '.     *
     *                                                                              *
     * e.g.                                                                         *
     * <block setting="0" someval = "1">                                            *
     *                                                                              *
     * Comments can be in C format, e.g. /* some stuff */, with a // at the start   *
     * of the line, or in shell format (#).                                         *
     ********************************************************************************/
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # LogonServer Section
    #
    #    Address:
    #        The address (no port) of the server.
    #
    #    Port:
    #        The port on which the logon server listens. (*** NOT 3724 ***)
    #
    #    Name:
    #        Not really relavant, but name the logon.
    #
    #    RealmCount:
    #        The number of realms in the next section.
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    <LogonServer Address = "Hamachi Ip Here"
                 Port = "8093"
                 Name = "Default Logon"
                 RealmCount = "1">
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # Realm Section
    #
    #    Name:
    #        The name of the realm.
    #    
    #    Address:
    #        The address (and port) of that realm.
    #
    #    Icon:
    #        The type of realm (PVP, Normal, RPPVP, RP)
    #
    #    Colour:
    #        Realm colour in realm list display.
    #
    #    TimeZone:
    #        Time zone the realm is in.
    #
    #    Population:
    #        (0 = low, 1 = medium, 2 = high)
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    <Realm1 Name = "Your Realm Name Here"
            Address = "Hamachi Ip Here:8129"
            Icon = "PVP"
            Colour = "1"
            Population = "1.0"
            TimeZone = "1">

    If its still not working copy one of these and just change the stuff between them


  6. #126
    DarkFever's Avatar Contributor
    Reputation
    84
    Join Date
    Aug 2007
    Posts
    167
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide]Easy Server Creation/Makeing Public.

    Originally Posted by litoaznboi View Post
    Okay when I try to SQL dump import it says this error message:
    Query:
    CREATE TABLE `accounts` (
    `acct` bigint(20) NOT NULL auto_increment,
    `login` varchar(255) NOT NULL default '',
    `password` varchar(2 NOT NULL default '',
    `gm` varchar(27) NOT NULL default '',
    `banned` int(30) NOT NULL default '0',
    `lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00' on update CURRENT_TIMESTAMP,
    `lastip` varchar(15) NOT NULL default '',
    `email` varchar(50) NOT NULL default '',
    `flags` int(11) NOT NULL default '0',
    PRIMARY KEY (`acct`,`login`),
    UNIQUE KEY `acct` (`acct`)
    ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1
    Error occured at:2007-11-18 21:52:07
    Line no.:26
    Error Code: 1050 - Table 'accounts' already exists
    Query:
    CREATE TABLE `accounts` (
    `acct` bigint(20) NOT NULL auto_increment,
    `login` varchar(255) NOT NULL default '',
    `password` varchar(2 NOT NULL default '',
    `gm` varchar(27) NOT NULL default '',
    `banned` int(30) NOT NULL default '0',
    `lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00' on update CURRENT_TIMESTAMP,
    `lastip` varchar(15) NOT NULL default '',
    `email` varchar(50) NOT NULL default '',
    `flags` int(11) NOT NULL default '0',
    PRIMARY KEY (`acct`,`login`),
    UNIQUE KEY `acct` (`acct`)
    ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1
    Error occured at:2007-11-18 21:52:55
    Line no.:26
    Error Code: 1050 - Table 'accounts' already exists
    Query:
    CREATE TABLE `accounts` (
    `acct` bigint(20) NOT NULL auto_increment,
    `login` varchar(255) NOT NULL default '',
    `password` varchar(2 NOT NULL default '',
    `gm` varchar(27) NOT NULL default '',
    `banned` int(30) NOT NULL default '0',
    `lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00' on update CURRENT_TIMESTAMP,
    `lastip` varchar(15) NOT NULL default '',
    `email` varchar(50) NOT NULL default '',
    `flags` int(11) NOT NULL default '0',
    PRIMARY KEY (`acct`,`login`),
    UNIQUE KEY `acct` (`acct`)
    ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1
    Error occured at:2007-11-18 21:53:07
    Line no.:26
    Error Code: 1050 - Table 'accounts' already exists
    Query:
    CREATE TABLE `accounts` (
    `acct` bigint(20) NOT NULL auto_increment,
    `login` varchar(255) NOT NULL default '',
    `password` varchar(2 NOT NULL default '',
    `gm` varchar(27) NOT NULL default '',
    `banned` int(30) NOT NULL default '0',
    `lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00' on update CURRENT_TIMESTAMP,
    `lastip` varchar(15) NOT NULL default '',
    `email` varchar(50) NOT NULL default '',
    `flags` int(11) NOT NULL default '0',
    PRIMARY KEY (`acct`,`login`),
    UNIQUE KEY `acct` (`acct`)
    ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1
    Error occured at:2007-11-18 21:53:11
    Line no.:26
    Error Code: 1050 - Table 'accounts' already exists

    Reload the DB by right clicking it and then click drop it then make a new one name it Antrix and re exacute


  7. #127
    DarkFever's Avatar Contributor
    Reputation
    84
    Join Date
    Aug 2007
    Posts
    167
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide]Easy Server Creation/Makeing Public.

    hope everyone enjoys my repack and the server party like hell


    remeber if you cant make your own you can still play on mine

    Master Outcast


  8. #128
    PyroManiac606's Avatar Member
    Reputation
    2
    Join Date
    Oct 2007
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide]Easy Server Creation/Makeing Public.

    Great Guide, ive had my server up for a wile and i noticed that there are alot of items missing. like swords,staffs,ect any patch for that or what should i do?

  9. #129
    Mitchy's Avatar Member
    Reputation
    8
    Join Date
    Oct 2007
    Posts
    48
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide]Easy Server Creation/Makeing Public.

    I know it says I am a Site n00b, im not a noob, just new to mmowned.com

    I have created the server, everything correct, hamachi up BUT
    with hamachi in none of the guides nobody says where to find the "hamachi IP"
    is it the big one at the top of the hamachi box? or it is external IP? internal IP?

    great guide btw, whish I could give you rep, imworking on getting our of lazy leachers group

    thanks, jsut one simple question. =)

  10. #130
    DarkFever's Avatar Contributor
    Reputation
    84
    Join Date
    Aug 2007
    Posts
    167
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide]Easy Server Creation/Makeing Public.

    Originally Posted by Mitchy View Post
    I know it says I am a Site n00b, im not a noob, just new to mmowned.com

    I have created the server, everything correct, hamachi up BUT
    with hamachi in none of the guides nobody says where to find the "hamachi IP"
    is it the big one at the top of the hamachi box? or it is external IP? internal IP?

    great guide btw, whish I could give you rep, imworking on getting our of lazy leachers group

    thanks, jsut one simple question. =)
    When ya open Hamachi then IP is the numbers on top of the
    [Guide]Easy Server Creation/Makeing Public.-hamachi-help-jpg


  11. #131
    elmador's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide]Easy Server Creation/Makeing Public.

    Originally Posted by Nightfoxx121 View Post
    I alwase have this kinda trouble when im making a server ><

    When im trying to start antrix.exe it opens and then it says:

    Loading Config Files...
    >> antrix.conf :: ok!
    >> realms.conf :: Unterminated Block.
    Fail.


    and then the program closes

    Edit: I messed a bit with the realm file and got overthat part.. but now i got the same problem as Gprime10
    I got the same problem but my logonserver.exe doesn't work either I get his message.

    >> Starting: thread manager...sql: Logon database parameters not found.

  12. #132
    pavis's Avatar Active Member
    Reputation
    18
    Join Date
    Sep 2007
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide]Easy Server Creation/Makeing Public.

    work with 2.3?

  13. #133
    jarryd1171's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide]Easy Server Creation/Makeing Public.

    well i've used nearly all guides on ascent/mangos so im trying yours, looks easy to understand D/loading the stuff now, hope i can +Rep yea

  14. #134
    jarryd1171's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide]Easy Server Creation/Makeing Public.

    OK, now ive came up with my first problem.... its the same thing itoaznboi had, but i dunno how to get past it .... its Sez SQL Dump import error and then this appears Query:
    CREATE TABLE `accounts` (
    `acct` bigint(20) NOT NULL auto_increment,
    `login` varchar(255) NOT NULL default '',
    `password` varchar(2 NOT NULL default '',
    `gm` varchar(27) NOT NULL default '',
    `banned` int(30) NOT NULL default '0',
    `lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00' on update CURRENT_TIMESTAMP,
    `lastip` varchar(15) NOT NULL default '',
    `email` varchar(50) NOT NULL default '',
    `flags` int(11) NOT NULL default '0',
    PRIMARY KEY (`acct`,`login`),
    UNIQUE KEY `acct` (`acct`)
    ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1
    Error occured at:2007-11-25 09:16:29
    Line no.:26
    Error Code: 1050 - Table 'accounts' already exists
    Query:
    CREATE TABLE `accounts` (
    `acct` bigint(20) NOT NULL auto_increment,
    `login` varchar(255) NOT NULL default '',
    `password` varchar(2 NOT NULL default '',
    `gm` varchar(27) NOT NULL default '',
    `banned` int(30) NOT NULL default '0',
    `lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00' on update CURRENT_TIMESTAMP,
    `lastip` varchar(15) NOT NULL default '',
    `email` varchar(50) NOT NULL default '',
    `flags` int(11) NOT NULL default '0',
    PRIMARY KEY (`acct`,`login`),
    UNIQUE KEY `acct` (`acct`)
    ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1
    Error occured at:2007-11-25 09:16:34
    Line no.:26
    Error Code: 1050 - Table 'accounts' already exists
    Query:
    CREATE TABLE `accounts` (
    `acct` bigint(20) NOT NULL auto_increment,
    `login` varchar(255) NOT NULL default '',
    `password` varchar(2 NOT NULL default '',
    `gm` varchar(27) NOT NULL default '',
    `banned` int(30) NOT NULL default '0',
    `lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00' on update CURRENT_TIMESTAMP,
    `lastip` varchar(15) NOT NULL default '',
    `email` varchar(50) NOT NULL default '',
    `flags` int(11) NOT NULL default '0',
    PRIMARY KEY (`acct`,`login`),
    UNIQUE KEY `acct` (`acct`)
    ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1
    Error occured at:2007-11-25 09:17:11
    Line no.:26
    Error Code: 1050 - Table 'accounts' already exists
    Query:
    CREATE TABLE `accounts` (
    `acct` bigint(20) NOT NULL auto_increment,
    `login` varchar(255) NOT NULL default '',
    `password` varchar(2 NOT NULL default '',
    `gm` varchar(27) NOT NULL default '',
    `banned` int(30) NOT NULL default '0',
    `lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00' on update CURRENT_TIMESTAMP,
    `lastip` varchar(15) NOT NULL default '',
    `email` varchar(50) NOT NULL default '',
    `flags` int(11) NOT NULL default '0',
    PRIMARY KEY (`acct`,`login`),
    UNIQUE KEY `acct` (`acct`)
    ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1
    Error occured at:2007-11-25 09:17:29
    Line no.:26
    Error Code: 1050 - Table 'accounts' already exists
    Query:
    CREATE TABLE `accounts` (
    `acct` bigint(20) NOT NULL auto_increment,
    `login` varchar(255) NOT NULL default '',
    `password` varchar(2 NOT NULL default '',
    `gm` varchar(27) NOT NULL default '',
    `banned` int(30) NOT NULL default '0',
    `lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00' on update CURRENT_TIMESTAMP,
    `lastip` varchar(15) NOT NULL default '',
    `email` varchar(50) NOT NULL default '',
    `flags` int(11) NOT NULL default '0',
    PRIMARY KEY (`acct`,`login`),
    UNIQUE KEY `acct` (`acct`)
    ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1
    Error occured at:2007-11-25 09:17:49
    Line no.:26
    Error Code: 1050 - Table 'accounts' already exists
    Query:
    CREATE TABLE `accounts` (
    `acct` bigint(20) NOT NULL auto_increment,
    `login` varchar(255) NOT NULL default '',
    `password` varchar(2 NOT NULL default '',
    `gm` varchar(27) NOT NULL default '',
    `banned` int(30) NOT NULL default '0',
    `lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00' on update CURRENT_TIMESTAMP,
    `lastip` varchar(15) NOT NULL default '',
    `email` varchar(50) NOT NULL default '',
    `flags` int(11) NOT NULL default '0',
    PRIMARY KEY (`acct`,`login`),
    UNIQUE KEY `acct` (`acct`)
    ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1
    Error occured at:2007-11-25 09:20:42
    Line no.:26
    Error Code: 1050 - Table 'accounts' already exists


    Please help me

  15. #135
    funkygorilla's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide]Easy Server Creation/Makeing Public.

    I got everything but it just stays on success! when i enter everytihing?!?

Page 9 of 14 FirstFirst ... 5678910111213 ... LastLast

Similar Threads

  1. [Guide] Easy way to make gatherbot! (autoit)
    By gononono64 in forum WoW Memory Editing
    Replies: 34
    Last Post: 06-28-2011, 02:44 PM
  2. [Guide][DNS] How to make server public [Easy & Newb Friendly]
    By ZestyJ in forum WoW EMU Guides & Tutorials
    Replies: 3
    Last Post: 05-22-2009, 03:35 PM
  3. [GUIDE] EASY way to make gold!
    By fireguild1 in forum World of Warcraft Guides
    Replies: 7
    Last Post: 10-20-2008, 07:46 PM
  4. Replies: 2
    Last Post: 02-20-2008, 08:07 PM
  5. Making a server and making is public! EASY NOOB GUIDE
    By Denelly in forum WoW EMU Guides & Tutorials
    Replies: 6
    Last Post: 11-07-2007, 03:27 PM
All times are GMT -5. The time now is 09:11 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search