• 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 AAC | v0.1

Status
Not open for further replies.
does this require xampp? do i extract this in htdocs?

No, but it require a web server, PHP5 and Mysql5. A web server and Mysql is provided by XAMPP, but not PHP5.3 (required on Windows).
 
No, but it require a web server, PHP5 and Mysql5. A web server and Mysql is provided by XAMPP, but not PHP5.3 (required on Windows).

Yes, it is.
 
Here:

We've released the new version of XAMPP 1.7.3, including:


  • Apache 2.2.14 (IPv6 enabled) + OpenSSL 0.9.8l
  • MySQL 5.1.41 + PBXT engine
  • PHP 5.3.1
  • phpMyAdmin 3.2.4
  • Perl 5.10.1
  • FileZilla FTP Server 0.9.33
  • Mercury Mail Transport System 4.72
 
ok but im a noob at modern aac, so whats a web server? is it any link to modern aac tutorial?
 
Install guide for (most) Linux distroes:

cd /var/www
svn checkout svn://svn.tech1.org/modernaac/trunk .

Just to fix permission the "easy way":
chmod 777 -R .

go to http://yourip and follow the installation. If you do not have a database, then you can create one in phpmyadmin or using:
mysql -u root -p "password"
create database theforgottenserver;
quit;

Now your done.
 
Install guide for (most) Linux distroes:



Just to fix permission the "easy way":


go to http://yourip and follow the installation. If you do not have a database, then you can create one in phpmyadmin or using:


Now your done.

Thanks for the Linux Guide stian :D.
 
[14/05/2010 18:09:51] mysql_real_query(): SELECT * FROM z_ots_comunication WHERE `type` = 'login'; - MYSQL ERROR: Table 'dark_faction.z_ots_comunication' doesn't exist (1146)
That comes out in my server browser, helpp me please
 
hey paxton
im put in my conf.lua
encryptionType = "sha1"

ando dont save the paswords ;/
 
PHP:
CREATE TABLE `z_ots_comunication` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(255) NOT NULL,
  `type` varchar(255) NOT NULL,
  `action` varchar(255) NOT NULL,
  `param1` varchar(255) NOT NULL,
  `param2` varchar(255) NOT NULL,
  `param3` varchar(255) NOT NULL,
  `param4` varchar(255) NOT NULL,
  `param5` varchar(255) NOT NULL,
  `param6` varchar(255) NOT NULL,
  `param7` varchar(255) NOT NULL,
  `delete_it` int(2) NOT NULL default '1',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1;

next time search a little bit more please :)
 
Another problem guys, in my website it says offline in server status. I have my server online and i have waited about 10 mins and refreshed page and it still doesnt say online :/ help PLAX :D
 
Status
Not open for further replies.
Back
Top