What's new

(DBFO by Arkam Shadow) config.inc.php !

Status
Not open for further replies.

Qwanell

Active User
Joined
Dec 18, 2010
Messages
72
Reaction score
1
Prosz? help ni?ej macie moje ustawienia w cofing.inc i nie mog? wbi? na acc makera w zak?adk? accounts kto poprawi temu z g?ry dzi?kuj? :) :
PHP:
<?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'] = 'D:\Gry\wodbobs\DBFO Silnik\data';
$cfg['house_file'] = 'world/map-house.xml';
# MySQL server settings
$cfg['SQL_Server'] = 'localhost';
$cfg['SQL_User'] = 'root';
$cfg['SQL_Password'] = 'undead05';
$cfg['SQL_Database'] = 'qwanell ots';
# Must correspond to your OTServ configuration
# Options: plain, md5, sha1
$cfg['password_type'] = 'plain';
# Not currently supported by OTServ, leave empty
$cfg['password_salt'] = '';
$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'] = 12;
# 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'] = 'http://qwanellenfo.no-ip.org/notes.php';
# Name shown in window title
$cfg['server_name'] = 'Qwanell Enforced Team';
# Server ip and port for getting status. 
# In most cases localhost should be used
$cfg['server_ip'] = '192.168.2.62';
$cfg['server_port'] = 7171;
# Force users to validate their emails when registering?
# For email functions to work, SMTP server must be configured correctly
$cfg['Email_Validate'] = false;
#Allow email based account recovery?
$cfg['Email_Recovery'] = true;
# Enable extension=php_openssl.dll in php.ini in order to use gmail
$cfg['SMTP_Host'] = 'smtp.wp.pl';
$cfg['SMTP_Port'] = 25;
$cfg['SMTP_Auth'] = true;
$cfg['SMTP_User'] = 'jacolos_ots@wp.pl';
$cfg['SMTP_Password'] = 'JacekJacolos2';
$cfg['SMTP_From'] = 'jacolos_ots@wp.pl';
# Example configuration for mercury
/*
$cfg['SMTP_Host'] = 'localhost';
$cfg['SMTP_Port'] = 25;
$cfg['SMTP_Auth'] = false;
$cfg['SMTP_User'] = 'user@gmail.com';
$cfg['SMTP_Password'] = 'user';
$cfg['SMTP_From'] = 'user@gmail.com';
*/
# Whether to show skills in character search
$cfg['show_skills'] = true;
# Whether to show deathlist in character search, DevLand only
$cfg['show_deathlist'] = true;
$cfg['skill_names'] = array('speed', 'weapon', 'sword', 'glove', 'ki blasting', 'defense', 'fishing');
# Name formating was moved to globals.php
# Banned names
$cfg['invalid_names'] = array('^gm','^god','admin','fuck','gamemaster', 'owner');
# Accounts that are allowed to access admin panel
# Example: array(456456,jacek128);
$cfg['admin_accounts'] = array(3256364,kowalski132);
# Listed IPs always allowed to access admin panel, no matter if it has account or not
$cfg['admin_ip'] = array('127.0.0.1');
# Player can only delete himself after specified time (seconds)
$cfg['player_delete_interval'] = 24*3600;
# Minimum level to create own guild. Cannot be lower than $cfg['guild_level']
$cfg['guild_leader_level'] = 200;
# Please disable guild manager if your server features guild editing
$cfg['guild_manager_enabled'] = true;
# Online status update interval (seconds). Should match statustimeout in your otserv configuration
$cfg['status_update_interval'] = 5*60;
##################################################
#                 Town Config                    #
##################################################
/*
NOTICE
Town IDs must be correct and match those in your map
*/
# Town names
$cfg['temple'][1]['name'] = 'DBFO City';
# Now set which town(s) you want to use in character making
$cfg['temple'][1]['x'] = 306;
$cfg['temple'][1]['y'] = 46;
$cfg['temple'][1]['z'] = 5;
$cfg['temple'][1]['enabled'] = true;
##################################################

Da?em ca?y notatnik opr?cz Vocation Config bo to si? nie zmie?ci :)

Notka moderatorska:
U?ywaj znacznik?w code lub php
 

Dzwoniec

Advanced User
Joined
Sep 8, 2008
Messages
479
Reaction score
32
Odp: (DBFO by Arkam Shadow) config.inc.php !

@up A ten tw?j to mo?e jest?

Popraw z D:\Gry\wodbobs\DBFO Silnik\data' na ?cie?ke bez "\data" na ko?cu.
Powiedz dok?adnie co Ci si? pokazuje jak wchodzisz w t? zak?adke, jaki? b??d czy si? nie wczytuje wogule?
 
Status
Not open for further replies.
Top