What's new

problem z acc makerem

Adiis

User
Joined
Apr 12, 2009
Messages
16
Reaction score
0
Gdy wchodze w account wyskakuje mi takie cos:
Unable to connect to mysql server. Please make sure it is up and running and you have correct user/password in config.inc.php.
sql.php on line: 32
Script was terminated because something unexpected happened. You can report this, if you think it's a bug.
Co mam zrobic :curse:
 

Poufny

Senior User
Joined
Jul 31, 2009
Messages
662
Reaction score
46
Age
31
Odp: problem z acc makerem

wejdz w plik config.inc i wpisz Nazwe bazy danych, oraz haslo do niej.
37 linijka < podpowiem...
 

Adiis

User
Joined
Apr 12, 2009
Messages
16
Reaction score
0
Odp: problem z acc makerem

jest takie cos i gdzie to jest
<?php
##################################################
# CONFIGURATION #
##################################################
# Congratulations on finding configuration file. #
# This is very simililar to config.lua as it #
# follows same basic principles. Text in between #
# /* */ or starting with # is ignored. Text #
# values must be 'qouted'. Logical values are #
# true/false. All statements end with ; #
##################################################

# Set data directory of your OT server
$cfg['dirdata'] = 'C:\Documents and Settings\XxxADIxxX\Pulpit\Sp33derOT XML\data';

$cfg['house_file'] = '\world\Mapka-house.xml';

# MySQL server settings
$cfg['SQL_Server'] = '85.198.208.52';
$cfg['SQL_User'] = 'LIPSKO';
$cfg['SQL_Password'] = 'LIPA';
$cfg['SQL_Database'] = 'testdb';

# Must correspond to your OTServ configuration
# Options: plain, md5, sha1
$cfg['password_type'] = 'plain';

# Not currently supported by OTServ, leave empty
$cfg['password_salt'] = 'Mordacz';

# Skin files can be found in skins folder.
# Each css file represents a skin
$cfg['skin'] = 'inferno';

# In case you want to upload skins somewhere else
$cfg['skin_url'] = 'skins/';

# Captcha is used to prevent automated software from flooding server with accounts
$cfg['use_captcha'] = true;

# Secure session will disable 'remember me' box
$cfg['secure_session'] = false;

# Seconds until session expires
$cfg['timeout_session'] = 15*60;

# Maximum number of characters on account
$cfg['maxchars'] = 10;

# Players per highscore page
$cfg['ranks_per_page'] = 50;

# This access and above will not be in highscores
$cfg['ranks_access'] = 2;

# Home page
$cfg['start_page'] = 'notes.php';
 
Top