• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Modern Acc

Hrsha

Member
Joined
May 30, 2010
Messages
450
Reaction score
21
Location
Egypt
Hi guys

Today's Questions Are :


2- how to setup new payment method?
which files i have to modify it ?
and which lines or scripts i have to add into it ?


::. Abdo .::
 
Last edited:
1- How to install modern acc ?

i have downloaded full modern acc but i cant reinstall it into my pc
and its not like gesior acc so i dont know what to do

its not normal installation because its already installed but in other pc its packup
so i dont know how to install it into my pc
 
its not normal installation because its already installed but in other pc its packup
so i dont know how to install it into my pc

Lol, dude go to Control Panel / Add Or Remove Programs
and choose xampp, then remove..
Then install it again?
Or I think I'm wrong?
Or just remove 'Modern AAC' from your services in control panel!
 
Hi guys

Today's Questions Are :

1- How to install modern acc ?

i have downloaded full modern acc but i cant reinstall it into my pc
and its not like gesior acc so i dont know what to do

2- how to setup new payment method?
which files i have to modify it ?
and which lines or scripts i have to add into it ?

3- how to add empty lines between the top line and other one to make its look better?


::. Abdo .::

I've asked this question about one year ago.
Here.
http://otland.net/f16/how-reinstall-modern-acc-105611/

Solution by
in config.php retire the part with ur database and etc...and replace with:
PHP:
$config['database']['host'] = "%DB_HOST%";
$config['database']['login'] = "%DB_LOGIN%";
$config['database']['password'] = "%DB_PASS%";
$config['database']['database'] = "%DB_NAME%";

/*Name of server*/
$config['server_name'] = "%SERVER_NAME%";
 
Back
Top