22-11-2009, 05:28 PM
|
#1 (permalink)
|
|
Membro - General
Registrado em: May 2009
Localização: belém
Posts: 234
Agradecido 238 Vezes em 77 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:
|
Site não aceita as configs o.O
Ae galera SE, tou com um problema na minha web...segue abaixo
index.php ... aparece isso quando se tenta acessa o site
Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on '69.162.83.81' (10061) in W:\www\config\_config_procs.php on line 3
Couldn't connect to MySQL
Aqui o arquivo que ele dis que ta dando erro
<?php
$L2JBS_config["javascript_sort_method"]="bubble";
$link = mysql_connect($L2JBS_config['mysql_host'].":".$L2JBS_config['mysql_port'], $L2JBS_config['mysql_login'], $L2JBS_config['mysql_password']);
if (!$link)
die("Couldn't connect to MySQL");
@mysql_select_db($L2JBS_config['mysql_db'], $link)
or die ('Error '.mysql_errno().': '.mysql_error());
?>
e aqui a minha config.php da pasta config
<?php
$L2JBS_config["mysql_host"]="69.162.83.84"; // MySQL IP
$L2JBS_config["mysql_port"]=3306; // MySQP port
$L2JBS_config["mysql_db"]="l2jdb_dot"; // l2jnet_db or your lineage 2 server database name
$L2JBS_config["mysql_login"]="root"; // MySQL Login name
$L2JBS_config["mysql_password"]="root"; // MySQL Password
$htitle="L2genesis - Interlude private server"; // Site Title
$fut="L2genesis - Interlude Private Server 2009"; // You can change only server name . You must leave Napas ©
$top="100"; // How many players must be in top100
$hserver="69.162.83.84"; // Server IP
$portgame="7777"; // Game Server Port
$portlogin="2106"; // Server Port
$where='1=1';
$shat="D:/~[Server]~/gameserver_Dot/log/audit.log";
//Skin
$skin1="shok-world"; // Skin
//Serever Rates
$exp="200";
$sp="200";
$adena="900";
$items="35";
$spoil="35";
include("_config_procs.php");
error_reporting(0);
?>
Aqui o site: [Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
Se vocês querem ver o arquivo aqui o lugar :[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
EU uso o Easyphp
|
|
|