WoW-Realm
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.
Visitas
Contador Gratis
Conectarse

Recuperar mi contraseña

Últimos temas
» Nuevo Servidor wotlk progresivo: Utgarde blizzlike 3.3.5a
Web ascent CMS by N2Dark EmptyLun Nov 14, 2016 3:41 pm por ragnarosxd

» WoW server ragnaros 3.3.5a high reates
Web ascent CMS by N2Dark EmptyMiér Jun 24, 2015 11:12 pm por ragnarosxd

» WoW server ragnaros 3.3.5a high reates
Web ascent CMS by N2Dark EmptyMiér Jun 24, 2015 11:11 pm por ragnarosxd

» Traducciones WhyDB
Web ascent CMS by N2Dark EmptyVie Mayo 02, 2014 10:54 pm por tubafonos

» realmlist
Web ascent CMS by N2Dark EmptyJue Ago 29, 2013 5:36 pm por locoiii

» cual es el realmist????
Web ascent CMS by N2Dark EmptyMar Mayo 14, 2013 3:15 am por bosz

» Presentacion
Web ascent CMS by N2Dark EmptyLun Abr 01, 2013 6:40 am por danigraful

» holaa me podeis ayudarr
Web ascent CMS by N2Dark EmptyDom Mar 31, 2013 5:34 pm por alejandro9696

» WOWPlus - Excelente Servidor WoW 3.3.5 a (WOTLK)
Web ascent CMS by N2Dark EmptyMiér Mar 27, 2013 2:33 am por Galawowplus

GratisWoWTodo Sobre Servidores WoW

Web ascent CMS by N2Dark

4 participantes

Ir abajo

Web ascent CMS by N2Dark Empty Web ascent CMS by N2Dark

Mensaje por asfoone Vie Abr 17, 2009 8:45 am

Aquí les dejo una web buenisima para sus servidores, espero que les funcione y aquí les paso la guía para poder instalarla .
Web
Y aquí anexo su Base .sql para la web
Portal.sql
Incluye muchas cosas...(creación de cuenta,foro,etc...)
Installing

)1 -Descarguen y reemplazen todos los archivos httdocs de XAMPP
2) -Abran MySQL, creen una nueva base de datos llamada portal y executen "portal.sql"
3) -Vayan al folder HTTDOCS y configuren

*config.php(<?php
// database settings - Do NOT CHANGE LAST TWO LINES $db_prefix"
$db_host="localhost";
$db_user="root";
$db_pass="tu contraseña";
$db_name="portal";
$db_prefix="fusion_";
define("DB_PREFIX", "fusion_");
?>
*game_config.php(<?php
//Game Account Config Settings
$Host = 'localhost'; // This is by default localhost or 127.0.0.1, if your MySQL server is not hosted
// on the same machine you are putting this one, you will need to put the IP of that server here.
// Default = localhost or 127.0.0.1
$Username = 'root'; // Database username, default = root
$Password = 'Aquí su contraseña de la BD'; // Database password
$Database = 'logon'; // If your Antrix database is not called Antrix, please put its name here in place of Antrix. default = antrix

$UserLevel = '0'; // Default starting user access level, default = 0 (Player), 1 - 3 are GM levels (And i think az is full rights, or was, not sure about later revs).
$AllowTBC = true; // If you do not want them to have access to TBC Characters set this to false. default = true
$AllowReg = true; // If you want to turn the registration off, change this to false, default = true
$ForceTBC = false; // If this is set to true, it will override $AllowTBC and make any character TBC without displaying an option to make or not to make.
$AccsPerIP = 1000; // Sets the ammount of accounts per IP a user can make. default = 1
$Title = 'Server Registration Page'; // Title of the site.
$ShowWarning = false; // Turn this to false if you wish to not display the warning on the registration page. default = true
// For now I would recommend showing it, unless you feel it will scare your members off, however Antrix does not encrypt
// Account passwords, therefore any vulnerable site you may be using (Vulnerable to SQL injection) may be used by
// a hacker to gain your users account information.
?>)
*infusions\realms_status_panel\settings.php(<?php
// Db settings this is need to take out how many players are online from db
$host='localhost';
$user='root';
$pass='Aquí va la contraseña;
$db='Character';
$logondb='logon';

//Text Settings
$realmname='[Nombre de tu servidor]; // Server Name or Realm name if only 1 realm
$realmadress='[La dirección del realm: set realmlist wow.loquesea.loquesea]'; //realmlist adress
$patch='[El parche que soporta tu server]'; // Your Server supported patch
$rates='[Los rates]'; //server rates
?>)
*include\settings.php(<?php
/*
* 2007 (c) -={ MikeP }=-
* Settings class for setting up everything on the site.
* The class is a singleton so that we always have one and only instance of settings.
*/

class gSettings {
// the only instance of the class
private static $instance;

private function __construct(){
//
// here we define all the settings
//
$this->db_user = 'root'; // database user
$this->db_password = 'contraseña de la db'; // database password
$this->db_host = 'localhost'; // database host:port
$this->db_cname = 'character'; // character database
$this->db_wname = 'world'; // world database
$this->db_sname = ''; //Will be used latertime
$this->statfile = 'stats.xml';//Will be used latertime
$this->realm = '[Nombre del realm]';
}

private function __clone(){
trigger_error('Clone is not allowed.', E_USER_ERROR);
}

// this is the only way to get properties:
// $props = gSettings::get();
public static function get(){
if(!isset(self::$instance)){
$c = __CLASS__;
self::$instance = new $c;
}
return self::$instance;
}
}

?>)
4) -Abran la web una vez lista (con localhost normalmente si lo desean).
5) -Cambien su nombre de usuario y contraseña
6) -Remplazen el: edit_profile\edit_profile.php con el original en el webfolder. ( Esto detiene a los jugadores de cambiar su nombre.)
7) -Editen todo desde el sitio

Y esta listo

Usuario: Admin
Contraseña: Warsong


Cualquier duda o comentario me lo postean, gracias a N2Dark por esta gran web...

asfoone
Novato

Cantidad de envíos : 14
Oro : 217
Reputación : 30
Fecha de inscripción : 16/04/2009

Volver arriba Ir abajo

Web ascent CMS by N2Dark Empty Re: Web ascent CMS by N2Dark

Mensaje por Clerigon Vie Abr 17, 2009 7:14 pm

mmmm la probare a ver que tal y le echare un ojo al codigo
y gracias por el aporte
Clerigon
Clerigon
Aprendiz

Cantidad de envíos : 587
Oro : 2468
Reputación : 150
Fecha de inscripción : 27/01/2009
Localización : no

Volver arriba Ir abajo

Web ascent CMS by N2Dark Empty Re: Web ascent CMS by N2Dark

Mensaje por KorK Mar Mayo 05, 2009 2:36 pm

como se traduce a español?

KorK
Aprendiz

Cantidad de envíos : 64
Oro : 655
Reputación : 30
Fecha de inscripción : 05/05/2009

Volver arriba Ir abajo

Web ascent CMS by N2Dark Empty Re: Web ascent CMS by N2Dark

Mensaje por wowtito Mar Mayo 05, 2009 2:46 pm

Por cierto no estaria mal que pusieses algunas fotos para ver como es la web Wink

wowtito
Aprendiz

Cantidad de envíos : 215
Oro : 563
Reputación : 110
Fecha de inscripción : 07/02/2009
Edad : 35
Localización : Madrid (ESPAÑA)

http://imperioardiente.no-ip.org

Volver arriba Ir abajo

Web ascent CMS by N2Dark Empty Re: Web ascent CMS by N2Dark

Mensaje por KorK Mar Mayo 05, 2009 2:49 pm

mira es asi..


http://wow-lod.servegame.com

echale un ojo y aver si se puede traducir porque e visto webs iguales que estas y estan en español puro.. me da asco el ingles. xDD

saludos!

KorK
Aprendiz

Cantidad de envíos : 64
Oro : 655
Reputación : 30
Fecha de inscripción : 05/05/2009

Volver arriba Ir abajo

Web ascent CMS by N2Dark Empty Re: Web ascent CMS by N2Dark

Mensaje por wowtito Mar Mayo 05, 2009 3:01 pm

seguro que se puede traducir ahora me la bajo y le exo un ojo aver

wowtito
Aprendiz

Cantidad de envíos : 215
Oro : 563
Reputación : 110
Fecha de inscripción : 07/02/2009
Edad : 35
Localización : Madrid (ESPAÑA)

http://imperioardiente.no-ip.org

Volver arriba Ir abajo

Web ascent CMS by N2Dark Empty Re: Web ascent CMS by N2Dark

Mensaje por wowtito Mar Mayo 05, 2009 3:04 pm

(perdon por el doble post) Si se puede traducir pero tienes que ir mirando todos los archivos php para ver que es lo que esta en ingles y que es lo que no xD la que tengo yo era entera en ingles y me toco traducirla enterita Wink

wowtito
Aprendiz

Cantidad de envíos : 215
Oro : 563
Reputación : 110
Fecha de inscripción : 07/02/2009
Edad : 35
Localización : Madrid (ESPAÑA)

http://imperioardiente.no-ip.org

Volver arriba Ir abajo

Web ascent CMS by N2Dark Empty Re: Web ascent CMS by N2Dark

Mensaje por KorK Mar Mayo 05, 2009 3:07 pm

pasamela.. la mia esta full ingles XDD te digo mi msn q quiero ablar contigo en privado.. agregame sonny_uo@hotmail.com

KorK
Aprendiz

Cantidad de envíos : 64
Oro : 655
Reputación : 30
Fecha de inscripción : 05/05/2009

Volver arriba Ir abajo

Web ascent CMS by N2Dark Empty Re: Web ascent CMS by N2Dark

Mensaje por Contenido patrocinado


Contenido patrocinado


Volver arriba Ir abajo

Volver arriba

- Temas similares

 
Permisos de este foro:
No puedes responder a temas en este foro.