• 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

Code:
CREATE TABLE IF NOT EXISTS `news` (
  `id` INT(11) NOT NULL AUTO_INCREMENT,
  `title` VARCHAR(150) DEFAULT '',
  `body` text,
  `time` INT(11) DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
 
Do i really need to have a premium account on speedshare to download this?

Speedyshare added a new rule, u have to be premium to download shit. If ive knew that from the day I uploaded it i would had uploaded it to mediafire :/
Ask people who have it to re up on another website
 
Not downloadable anymore without speedyshare premium account:(

Please, reupload it to mediafire or another hosting :$
 
Help i get this error!

A Database Error Occurred
Error Number: 1146

Table 'fbrenga.newsticker' doesn't exist

SELECT * FROM (`newsticker`) ORDER BY `id` desc LIMIT 10
 
Help i get this error!

A Database Error Occurred
Error Number: 1146

Table 'fbrenga.newsticker' doesn't exist

SELECT * FROM (`newsticker`) ORDER BY `id` desc LIMIT 10

Your database is not created correctly, you should create the missing tables in order to get the installation work fine :)
 
Back
Top