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

Fixed Modern AAC and Tibiarl Layout

It was hard to me cuz i don't know php, mysql.. I had to study. I did my part and published a fixed version for free.
You just have to pay if you didn't helped me to make it. If you mean it an absurd just fix v1.5 yourself.

- - - Updated - - -



Obviously bro.

- - - Updated - - -

v1.7 being developed


Would you can send to me the 1.6 version?
 
Hello.

I have problem with error:


A Database Error Occurred

Error Number: 1146

Table 'otserv.newsticker' doesn't exist

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

Exactly what i have to do?
 
SQL:
 CREATE TABLE `newsticker` (
	 `id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY ,
	 `date` INT(11) NOT NULL ,
	 `text` TEXT NOT NULL 
	) ENGINE=MYISAM ;
 
A Database Error Occurred

Unable to select the specified database: database

- - - Updated - - -

$config['database']['database'] = "database";

- - - Updated - - -

A Database Error Occurred

Error Number: 1146

Table 'xanteria.news' doesn't exist

SELECT * FROM (`news`) ORDER BY `id` desc LIMIT 10
 
SQL:
CREATE TABLE IF NOT EXISTS `news` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(64) NOT NULL DEFAULT '',
  `body` text NOT NULL,
  `time` int(18) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
 
A Database Error Occurred

Error Number: 1146

Table 'xanteria.newsticker' doesn't exist

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

- - - Updated - - -

i copy ur text and paste in SQL php and GO
right ?
and it send to me

A Database Error Occurred

Error Number: 1146

Table 'xanteria.newsticker' doesn't exist

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

- - - Updated - - -

i copy ur text and paste in SQL php and GO
right ?
and it send to me

A Database Error Occurred

Error Number: 1146

Table 'xanteria.newsticker' doesn't exist

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

- - - Updated - - -

help please Ninja
:((
i take ur post copy and i paste in sql phpmyadmin
he send to me this when i open 127.0.0.1

A Database Error Occurred

Error Number: 1146

Table 'xanteria.poll' doesn't exist

SELECT p.id, p.question, GROUP_CONCAT(a.answer SEPARATOR ';') AS answers, GROUP_CONCAT(a.id SEPARATOR ';') AS answers_id FROM poll p JOIN poll_answer a ON p.id = a.poll_id WHERE p.status = 1 AND date_start <= NOW() AND date_end >= NOW()
 
A Database Error Occurred

Error Number: 1146

Table 'xanteria.newsticker' doesn't exist

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

- - - Updated - - -

i copy ur text and paste in SQL php and GO
right ?
and it send to me

A Database Error Occurred

Error Number: 1146

Table 'xanteria.newsticker' doesn't exist

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

- - - Updated - - -

i copy ur text and paste in SQL php and GO
right ?
and it send to me

A Database Error Occurred

Error Number: 1146

Table 'xanteria.newsticker' doesn't exist

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

- - - Updated - - -

help please Ninja
:((
i take ur post copy and i paste in sql phpmyadmin
he send to me this when i open 127.0.0.1

A Database Error Occurred

Error Number: 1146

Table 'xanteria.poll' doesn't exist

SELECT p.id, p.question, GROUP_CONCAT(a.answer SEPARATOR ';') AS answers, GROUP_CONCAT(a.id SEPARATOR ';') AS answers_id FROM poll p JOIN poll_answer a ON p.id = a.poll_id WHERE p.status = 1 AND date_start <= NOW() AND date_end >= NOW()

use my db
 
aha thx
now i got a problem with Druid simple and this vocations
only account manager in the phpmyadmin
 
What disto can i use with your db? i'm currently using TFS 9.1 but wont let me log into accounts.
 
Back
Top