• 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!

[RELEASE] Best ModernAAC Available for FREE

Just wondering, I already have ModernAAC running.
Can I just copy paste all these files over my current running ModernAAC?
Or is a clean install required?
 
Code:
A Database Error Occurred
Error Number: 1146

Table 'tfs0.4.videos' doesn't exist

SELECT `v`.*, `p`.`name` as author FROM (`videos` v) JOIN `players` p ON `p`.`id` = `v`.`author` ORDER BY `views` desc

Code:
A Database Error Occurred
Error Number: 1054

Unknown column 'nickname' in 'where clause'

SELECT `id` FROM (`accounts`) WHERE `nickname` = 'Guizinho_sz'
 
Code:
CREATE TABLE IF NOT EXISTS `videos` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `author` int(11) ,
  `title` varchar(120),
  `description` tinytext,
  `youtube` varchar(45),
  `views` int(11),
  `time` int(11),
  PRIMARY KEY (`id`),
  FOREIGN KEY (`author`) REFERENCES `players` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

Im not sure about the nickname tho, ask someone else? :p
 
this happens when I create a new account

Code:
A Database Error Occurred
Error Number: 1054

Unknown column 'nickname' in 'where clause'

SELECT `id` FROM (`accounts`) WHERE `nickname` = 'Guizinho_sz'
 
Hey amir you know the templates the one name is RPG i cant edit the header how to edit it wich file i most open to edit and where can i found the file??
 
Please bro, re-up, because only premium in speedyshare can download this :/
 
Bro why when i make account and creeate PLAYER why i can't Enter in GAME..... is just Loading and loading but on other Moners Acc it enter in 1 sec...
 
Hey amiroslo i really wanna test your template!
but!
can you make scan on !!
https://www.virustotal.com
idk why otland's users don't use virustotal.
i want be sure when i download something!

- - - Updated - - -

On other fourms if you start download thread without scan Link!
your thread will be deleted!
 
When its approved, it means its scanned -.-!
 
Bro why when i make account and creeate PLAYER why i can't Enter in GAME..... is just Loading and loading but on other Moners Acc it enter in 1 sec...
 
Dude need help with this one
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\config.php:298) in C:\xampp\htdocs\install\index.php on line 4

- - - Updated - - -

anyone?
 
Back
Top