Jump to content
  • 0

Acount Manager(Deadalus) help


sabas

Question

pedia mporei kapios na m pei ti na vale sto config php t deadalus acount manager????

 

<?php

 

defined( '_ACM_VALID' ) or die( 'Direct Access to this location is not allowed.' );

 

define ('DEBUG', false); // Enable debug mode ; for set on replace false by true

define ('LOG', false); // Enable log mode ; for set off replace true by false

 

//##########################################################################################

//############################### Login Server Configuration ###############################

//##########################################################################################

 

CONFIG::g()->ca('login_server', array(

'hostname' => 'localhost', // login host database DB

'user' => 'root', // login user

'password' => '', // login password

'database' => 'l2jdb' // login database name

));

 

//##########################################################################################

//############################### Game Server Configuration ################################

//##########################################################################################

 

CONFIG::g()->add_game_server(array(

'id' => 1, // game id

'hostname' => 'localhost', // game host database DB

'user' => 'root', // game user

'password' => '', // game password

'database' => 'l2jdb' // game database name

));

 

/*

CONFIG::g()->add_game_server(array(

'id' => 2, // game id (must be same as registred in gameservers table)

'hostname' => 'localhost', // game host database DB

'user' => 'root', // game user

'password' => '', // game password

'database' => 'l2jdb' // game database name

));

*/

 

//##########################################################################################

//################################### Web Configuration ####################################

//##########################################################################################

 

CONFIG::g()->cs('core_server_name', 'Private Server'); // server name

 

CONFIG::g()->cs('core_iso_type', 'utf-8'); // set the charset type

 

CONFIG::g()->cb('core_act_img', true); // Activate image verification ; set false if you want deactivate

 

CONFIG::g()->ci('core_spam_try', 5); // We allow to the user 5 times unsuccessfull login after that system block him IP.

CONFIG::g()->ci('core_spam_time', 30); // Need to wait 30 minutes after been blocked by anti spam system

 

CONFIG::g()->cb('core_act_email', true); // Activate email verification ; set false if you want deactivate

CONFIG::g()->cb('core_same_email', false); // Allow to have same email with different account ; set false if you want deactivate

CONFIG::g()->cb('core_can_chg_email', false); // User can change email ; set false if you want prohibit

 

CONFIG::g()->cbi('core_acc_limit', false); // How many account can be registered ; set false for unlimited

 

CONFIG::g()->cs('core_language', 'english'); // language use by the Account Manager ; name of language file in language folder

 

CONFIG::g()->cb('core_ack_cond', false); // User must accept before register ; conditions can be edited on the language file

 

CONFIG::g()->cs('core_template', 'gracia'); // template directory

 

CONFIG::g()->cb('core_interlude', false); // If you are using interlude database set to true

 

//##########################################################################################

//################################### Characters Config ####################################

//##########################################################################################

 

CONFIG::g()->cb('service_allow', false); // Enable Account Services

CONFIG::g()->cb('service_allow_with_karma', true); // Enable Account Services for player who have karma

 

CONFIG::g()->cs('service_server_name', './servername.xml'); // ServerName list (refer to the l2j xml list on datapack)

 

CONFIG::g()->cb('service_name', false); // Enable Account services feature (change name)

CONFIG::g()->cs('service_name_regex', '`^[[:alnum:]]{3,16}$`'); // allow alphanumeric character in char name (3-16 char.)

 

CONFIG::g()->cb('service_sex', false); // Enable Account services feature (change gender)

CONFIG::g()->ci('service_sex_time', 7); // Need to wait 7 days after change gender before to change another time

CONFIG::g()->ca('service_sex_item_female', array(8559,8913,8917)); // Check female-use only items before to change gender

CONFIG::g()->ca('service_sex_item_male', array(8923)); // Check male-use only items before to change gender

 

CONFIG::g()->cb('service_fix', false); // Enable fixing feature for offline character

CONFIG::g()->ci('service_fix_time', 24); // Need to wait 24 hours before to use fix or unstuck against

 

CONFIG::g()->cb('service_unstuck', false); // Enable unstuck feature for offline character

CONFIG::g()->cb('service_unstuck_static', false); // Use static coords when using unstuck and fix feature

CONFIG::g()->ca('service_unstuck_default', array(0,0,0)); // When coord static enable tp player to the coords (x,y,z)

 

//##########################################################################################

//######################################### Email ##########################################

//##########################################################################################

 

CONFIG::g()->ce('email_from', 'support@host.com'); // Specify an adress email source

 

CONFIG::g()->cb('email_smtp_use', false); // Set to true if you want use an smtp server

CONFIG::g()->cs('email_smtp_address', 'smtp.server.com'); // Address of the smtp server

CONFIG::g()->ci('email_smtp_port', 25); // Port of the smtp server

CONFIG::g()->cs('email_smtp_login', ''); // login of the smtp server if you need authentication

CONFIG::g()->cs('email_smtp_password', ''); // password of the smtp server if you need authentication

CONFIG::g()->cs('email_smtp_domain', ''); // domain of your host

 

//##########################################################################################

//####################################### End Config #######################################

//##########################################################################################

 

?>

 

 

Thanks gia to help

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Guest
This topic is now closed to further replies.


  • Posts

    • Customs being added to systextures/animation/texture influences the increase in virtual ram by a very small amount, which means you won't have a headache in the future with critical error issues, unless it's a dubious custom, there are 2 custom weapon packs available for H5 that are "compromised", they didn't make a very good adaptation, one of the packages is the weapons from the goddess of destruction for H5, another is the hero weapons from the goddess of destruction for H5, avoid these customs for your H5 server if you see it on any forum.   Now coming back to your question; one thing that the NCSoft developers never did was add files to their system, probably because they were aware of what could happen when doing that, now think about one thing: the game's system retail itself is no more than 70MB, every time there was an update made by NCSoft they always added the equipment/items/cloaks etc. in their folders intended for that, so why do we do this? I still have my client containing a system with almost 1GB, 1-2h online is the time I can stay online before the ram memory limit, but I have already redone my entire client with customs being destined for textures/systexture/animations, almost all the customs that I had on that client containing a 1GB system I have on my current server, with the difference that I removed everything from the system and critical error is now nothing more than legends, my current server has a total of 220MB in the system folder
    • Do you think that everything on the system is loaded regardless if you use it or not ? or even worst, are they loaded even if they exist as textures/meshes but not defined on the DAT files ?
    • DISCORD : utchiha_market telegram : https://t.me/utchiha_market SELLIX STORE : https://utchihamkt.mysellix.io/ Join our server for more products : https://discord.gg/hoodservices https://campsite.bio/utchihaamkt
    • Yes, it is, it's not hard to do (if you know what you're doing); just time consuming.   To make some things clear: 1. You can not create .ukx files with animated skeletalmeshes inside, by using any of the freeshared L2Editors (basically, no support for .psa files) 2. You need a patched UT2003/UT2004. You can either get your own ut2004 and download Gildor's patch from his web, or use any of these: When you use these, you should be able to import both .psk and .psa animations > link the skeletalmesh to the psa > save as .ukx > use ut2down to convert the file to l2 format > encrypt the .ukx with standard l2 encryption (you can use mxc encdec, you can find it in the folder of the l2editor i shared). Your best bet is to use pawnviewer (aka dev mode) to test that. If you have troubles with that process then leave a reply here, otherwise, if it works correctly, you can move on to adding missing animnotify classes to you unrealed, then proper animnotifies, sounds, effects or w/e is missing from your .ukx files. Keep in mind that this is overall not difficult but a huge amount of work (unless you're good at scripting/macros) since you'd need to manually re-create every single animnotify, by hand. If you have doubts or i wasn't clear enough let me know here. (in case you don't know what an animnotify is: UDN - Two - AnimNotifies (unrealengine.com) )  
    • Welcome to JewStor Service!!!   ❖Ready-made verified wallets, exchanges, business banks and to order accounts. ❖EU/UK/US/DE Stuff: 100% Verified! Reliable financial tools for your business. ❖Popular items available include: Stripe business + Payoneer, Deutshce Bank, BBVA ES, Xapo Bank, Revolut business / personal, Santander Bank, Wallester business, Bitsa EU, Binance EU, Qonto Business, Blackcatcard EU, Shopify Payments, ICard EU, N26 EU, Naga Pay EU, Paysera EU, Mistertango Business and many others.
  • Topics

×
×
  • Create New...