elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Curso de javascript por TickTack


  Mostrar Mensajes
Páginas: [1]
1  Media / Juegos y Consolas / Re: Crear servidor Ascent para World of Warcraft actualizado 2º post en: 25 Septiembre 2007, 02:32 am
Bueno, lo primero felicitaciones por esta exelente guía. Yo quiero hacer un server un server para que la gente se conecto por intenet. Así que he intslado todo sin problemas  y he cargado todo y también puedo jugar de manera local.

Pero tengo un problem con la parte de que la gente se conecte, tengo el firewall de window desactivado, mi antivirus no tiene firewall, abrí todos lo puertos indicados en mi router. El proble ma lo tengo en el archivo host cuando pongo:


Caso 1
127.0.0.1 localhost
192.168.x.x circulocenarion.servegame.com   (el sqlyog no me abre y no me carga nada el antrix)

pero cuando pongo esto:



Caso 2

127.0.0.1 circulocenarion.servegame.com   (el sqlyog me abre todo y carga en antrix)

Aja cuando es el caso 1 tengo que poner en el archivo ascent.conf y logonserver.conf, en la parte host tengo que poner 127.0.0.1 y en el realms.conf puedo poner mi dominio.

Cuando se van a conectar les deja en el cuadrito donde aparece el servidor de reino,pero intentan acceder, cargan un poco y los devuelve a es cuadro


En el caso 2, puedo poner mi dominio en el ascent.conf y el logonserver.conf, pero en el realms.conf, tengo que poner en los host 127.0.0.1 (porque si pongo mi dominio les dice que es imposible conectar con la lista del servidor de reinos  :-X :-X)

entonces pasa lo mismo que en el caso 1. Por Favor nesecito ayuda llevo intentando montar eso desde hace 2 días. :( :( :( :( :(

gracias de antemano

(si esta repuesta estaba en el foro, perdoneme por no buscarla es que son 50 páginas de comentarios distintos)muchas gracias
















2  Media / Juegos y Consolas / Re: Crear un servidor MangOS para World of Warcraft Expansion 2.0.12 en: 16 Junio 2007, 00:34 am

puding

para que el guerrero use placa, tienes que hablar con un entrenador de guerreros, este te vende la habilidad de aceptar armaduras de placa

<pero tienes que estar en el nivel 40> [/glow]:xD

3  Media / Juegos y Consolas / Re: Crear un servidor MangOS para World of Warcraft Expansion 2.0.12 en: 12 Junio 2007, 05:29 am
hola, soy nuevo en esto de los servers, hize todo lo s pasos y me qeudo bien, pero en esta parte : "Por último, nos vamos a donde pone realmd (4ª columna, debajo d mysql), y hacemos lo mismo, ( Restore from sql dump ) pero con el arxivo realmd.sql"

Voy agregar ese archivo y me sale el siguiente error:

"There was an error while executing a query.
The query and the error message has been logged at:
J:\Juegos\Server Propio de World Of Warcaraft BC\MySQL\SQLyog Community\sqlyog.err.
Please click on "Open Error File..." to open the error file".

Me sale una opción para abrir el worpad del error y dice:

----Query:
CREATE TABLE `account` (
 `id` bigint(20) unsigned NOT NULL auto_increment COMMENT 'Identifier',
 `username` varchar(16) NOT NULL default '',
 `password` varchar(28) NOT NULL default '',
 `gmlevel` tinyint(3) unsigned NOT NULL default '0',
 `sessionkey` longtext,
 `v` longtext,
 `s` longtext,
 `email` varchar(255) NOT NULL default '',
 `joindate` timestamp NOT NULL default CURRENT_TIMESTAMP,
 `banned` tinyint(3) unsigned NOT NULL default '0',
 `last_ip` varchar(30) NOT NULL default '127.0.0.1',
 `failed_logins` int(11) unsigned NOT NULL default '0',
 `locked` tinyint(3) unsigned NOT NULL default '0',
 `last_login` timestamp NOT NULL default '0000-00-00 00:00:00',
 `online` tinyint(4) NOT NULL default '0',
 `tbc` tinyint(3) unsigned NOT NULL default '0',
 PRIMARY KEY  (`id`),
 UNIQUE KEY `idx_username` (`username`),
 KEY `idx_banned` (`banned`),
 KEY `idx_gmlevel` (`gmlevel`)
 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Account System'

Error occured at:2007-06-11 22:34:37
Line no.:38
Error Code: 1050 - Table 'account' already exists

Query:
CREATE TABLE `account` (
 `id` bigint(20) unsigned NOT NULL auto_increment COMMENT 'Identifier',
 `username` varchar(16) NOT NULL default '',
 `password` varchar(28) NOT NULL default '',
 `gmlevel` tinyint(3) unsigned NOT NULL default '0',
 `sessionkey` longtext,
 `v` longtext,
 `s` longtext,
 `email` varchar(255) NOT NULL default '',
 `joindate` timestamp NOT NULL default CURRENT_TIMESTAMP,
 `banned` tinyint(3) unsigned NOT NULL default '0',
 `last_ip` varchar(30) NOT NULL default '127.0.0.1',
 `failed_logins` int(11) unsigned NOT NULL default '0',
 `locked` tinyint(3) unsigned NOT NULL default '0',
 `last_login` timestamp NOT NULL default '0000-00-00 00:00:00',
 `online` tinyint(4) NOT NULL default '0',
 `tbc` tinyint(3) unsigned NOT NULL default '0',
 PRIMARY KEY  (`id`),
 UNIQUE KEY `idx_username` (`username`),
 KEY `idx_banned` (`banned`),
 KEY `idx_gmlevel` (`gmlevel`)
 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Account System'

Error occured at:2007-06-11 23:00:02
Line no.:38
Error Code: 1050 - Table 'account' already exists

Query:
CREATE TABLE `account` (
 `id` bigint(20) unsigned NOT NULL auto_increment COMMENT 'Identifier',
 `username` varchar(16) NOT NULL default '',
 `password` varchar(28) NOT NULL default '',
 `gmlevel` tinyint(3) unsigned NOT NULL default '0',
 `sessionkey` longtext,
 `v` longtext,
 `s` longtext,
 `email` varchar(255) NOT NULL default '',
 `joindate` timestamp NOT NULL default CURRENT_TIMESTAMP,
 `banned` tinyint(3) unsigned NOT NULL default '0',
 `last_ip` varchar(30) NOT NULL default '127.0.0.1',
 `failed_logins` int(11) unsigned NOT NULL default '0',
 `locked` tinyint(3) unsigned NOT NULL default '0',
 `last_login` timestamp NOT NULL default '0000-00-00 00:00:00',
 `online` tinyint(4) NOT NULL default '0',
 `tbc` tinyint(3) unsigned NOT NULL default '0',
 PRIMARY KEY  (`id`),
 UNIQUE KEY `idx_username` (`username`),
 KEY `idx_banned` (`banned`),
 KEY `idx_gmlevel` (`gmlevel`)
 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Account System'

Error occured at:2007-06-11 23:00:49
Line no.:38
Error Code: 1050 - Table 'account' already exists

Query:
CREATE TABLE `account` (
 `id` bigint(20) unsigned NOT NULL auto_increment COMMENT 'Identifier',
 `username` (16) NOT NULL default '',
 `password`  NOT NULL default '',
 `gmlevel` tinyint(3) unsigned NOT NULL default '0',
 `sessionkey` longtext,
 `v` longtext,
 `s` longtext,
 `email` (255) NOT NULL default '',
 `joindate` timestamp NOT NULL default CURRENT_TIMESTAMP,
 `banned` tinyint(3) unsigned NOT NULL default '0',
 `last_ip` (30) NOT NULL default '127.0.0.1',
 `failed_logins` int(11) unsigned NOT NULL default '0',
 `locked` tinyint(3) unsigned NOT NULL default '0',
 `last_login` timestamp NOT NULL default '0000-00-00 00:00:00',
 `online` tinyint(4) NOT NULL default '0',
 `tbc` tinyint(3) unsigned NOT NULL default '0',
 PRIMARY KEY  (`id`),
 UNIQUE KEY `idx_username` (`username`),
 KEY `idx_banned` (`banned`),
 KEY `idx_gmlevel` (`gmlevel`)
 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Account System'

Error occured at:2007-06-11 23:04:47
Line no.:38
Error Code: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(16) NOT NULL default '',
 `password`  NOT NULL default '',
 `gmlevel` tinyint(3' at line 3

Query:
CREATE TABLE `account` (
 `id` bigint(20) unsigned NOT NULL auto_increment COMMENT 'Identifier',
 `username` (16) NOT NULL default '',
 `password`  NOT NULL default '',
 `gmlevel` tinyint(3) unsigned NOT NULL default '0',
 `sessionkey` longtext,
 `v` longtext,
 `s` longtext,
 `email` (255) NOT NULL default '',
 `joindate` timestamp NOT NULL default CURRENT_TIMESTAMP,
 `banned` tinyint(3) unsigned NOT NULL default '0',
 `last_ip` (30) NOT NULL default '127.0.0.1',
 `failed_logins` int(11) unsigned NOT NULL default '0',
 `locked` tinyint(3) unsigned NOT NULL default '0',
 `last_login` timestamp NOT NULL default '0000-00-00 00:00:00',
 `online` tinyint(4) NOT NULL default '0',
 `tbc` tinyint(3) unsigned NOT NULL default '0',
 PRIMARY KEY  (`id`),
 UNIQUE KEY `idx_username` (`username`),
 KEY `idx_banned` (`banned`),
 KEY `idx_gmlevel` (`gmlevel`)
 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Account System'

Error occured at:2007-06-11 23:04:50
Line no.:38
Error Code: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(16) NOT NULL default '',
 `password`  NOT NULL default '',
 `gmlevel` tinyint(3' at line 3

Query:
CREATE TABLE `account` (
 ,
 `username` (16) NOT NULL default '',
 `password`  NOT NULL default '',
 ,
 `s` longtext,
 `email` (255) NOT NULL default '',
 `joindate` timestamp NOT NULL default CURRENT_TIMESTAMP,
 `banned` tinyint(3) unsigned NOT NULL default '0',
 `last_ip` (30) NOT NULL default '127.0.0.1',
 `failed_logins` int(11) unsigned NOT NULL default '0',
 `locked` tinyint(3) unsigned NOT NULL default '0',
 `last_login` timestamp NOT NULL default '0000-00-00 00:00:00',
 `online` tinyint(4) NOT NULL default '0',
 `tbc` tinyint(3) unsigned NOT NULL default '0',
 PRIMARY KEY  (`id`),
 UNIQUE KEY `idx_username` (`username`),
 KEY `idx_banned` (`banned`),
 KEY `idx_gmlevel` (`gmlevel`)
 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Account System'

Error occured at:2007-06-11 23:08:18
Line no.:38
Error Code: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '
 `username` (16) NOT NULL default '',
 `password`  NOT NULL default '',
 ,
 `s`' at line 2

Query:
CREATE TABLE `account` (
 ,
 `username` (16) NOT NULL default '',
 `password`  NOT NULL default '',
 ,
 `s` longtext,
 `email` (255) NOT NULL default '',
 `joindate` timestamp NOT NULL default CURRENT_TIMESTAMP,
 `banned` tinyint(3) unsigned NOT NULL default '0',
 `last_ip` (30) NOT NULL default '127.0.0.1',
 `failed_logins` int(11) unsigned NOT NULL default '0',
 `locked` tinyint(3) unsigned NOT NULL default '0',
 `last_login` timestamp NOT NULL default '0000-00-00 00:00:00',
 `online` tinyint(4) NOT NULL default '0',
 `tbc` tinyint(3) unsigned NOT NULL default '0',
 PRIMARY KEY  (`id`),
 UNIQUE KEY `idx_username` (`username`),
 KEY `idx_banned` (`banned`),
 KEY `idx_gmlevel` (`gmlevel`)
 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Account System'

Error occured at:2007-06-11 23:08:40
Line no.:38
Error Code: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '
 `username` (16) NOT NULL default '',
 `password`  NOT NULL default '',
 ,
 `s`' at line 2

Query:
CREATE TABLE `account` (
 ,
 `username` (16) NOT NULL default '',
 `password`  NOT NULL default '',
 ,
 `s` longtext,
 `email` (255) NOT NULL default '',
 `joindate` timestamp NOT NULL default CURRENT_TIMESTAMP,
 `banned` tinyint(3) unsigned NOT NULL default '0',
 `last_ip` (30) NOT NULL default '127.0.0.1',
 `failed_logins` int(11) unsigned NOT NULL default '0',
 `locked` tinyint(3) unsigned NOT NULL default '0',
 `last_login` timestamp NOT NULL default '0000-00-00 00:00:00',
 `online` tinyint(4) NOT NULL default '0',
 `tbc` tinyint(3) unsigned NOT NULL default '0',
 PRIMARY KEY  (`id`),
 UNIQUE KEY `idx_username` (`username`),
 KEY `idx_banned` (`banned`),
 KEY `idx_gmlevel` (`gmlevel`)
 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Account System'

Error occured at:2007-06-11 23:08:42
Line no.:38
Error Code: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '
 `username` (16) NOT NULL default '',
 `password`  NOT NULL default '',
 ,
 `s`' at line 2

Query:
CREATE TABLE `account` (
 ,
 `username` (16) NOT NULL default '',
 `password`  NOT NULL default '',
 ,
 `s` longtext,
 `email` (255) NOT NULL default '',
 `joindate` timestamp NOT NULL default CURRENT_TIMESTAMP,
 `banned` tinyint(3) unsigned NOT NULL default '0',
 `last_ip` (30) NOT NULL default '127.0.0.1',
 `failed_logins` int(11) unsigned NOT NULL default '0',
 `locked` tinyint(3) unsigned NOT NULL default '0',
 `last_login` timestamp NOT NULL default '0000-00-00 00:00:00',
 `online` tinyint(4) NOT NULL default '0',
 `tbc` tinyint(3) unsigned NOT NULL default '0',
 PRIMARY KEY  (`id`),
 UNIQUE KEY `idx_username` (`username`),
 KEY `idx_banned` (`banned`),
 KEY `idx_gmlevel` (`gmlevel`)
 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Account System'

Error occured at:2007-06-11 23:08:43
Line no.:38
Error Code: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '
 `username` (16) NOT NULL default '',
 `password`  NOT NULL default '',
 ,
 `s`' at line 2

Query:
CREATE TABLE `account` (
 `id` bigint(20) unsigned NOT NULL auto_increment COMMENT 'Identifier',
 `username` varchar(16) NOT NULL default '',
 `password` varchar(28) NOT NULL default '',
 `gmlevel` tinyint(3) unsigned NOT NULL default '0',
 `sessionkey` longtext,
 `v` longtext,
 `s` longtext,
 `email` varchar(255) NOT NULL default '',
 `joindate` timestamp NOT NULL default CURRENT_TIMESTAMP,
 `banned` tinyint(3) unsigned NOT NULL default '0',
 `last_ip` varchar(30) NOT NULL default '127.0.0.1',
 `failed_logins` int(11) unsigned NOT NULL default '0',
 `locked` tinyint(3) unsigned NOT NULL default '0',
 `last_login` timestamp NOT NULL default '0000-00-00 00:00:00',
 `online` tinyint(4) NOT NULL default '0',
 `tbc` tinyint(3) unsigned NOT NULL default '0',
 PRIMARY KEY  (`id`),
 UNIQUE KEY `idx_username` (`username`),
 KEY `idx_banned` (`banned`),
 KEY `idx_gmlevel` (`gmlevel`)
 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Account System'

Error occured at:2007-06-11 23:20:40
Line no.:38
Error Code: 1050 - Table 'account' already exists---  :huh: :huh:

La cosa es que si lo ignoro, cuando voy a jugar inseerto los datos para acceder y me dice : "imposible conectar con el servidor de la lista de reinos"

QUE hAGO?????????????????????????

Si repondes, de verdad que se los agradezco
Que hago??????????????
Páginas: [1]
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines