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

[Gesior AAC] Thora Layout

Pedrook

Advanced OT User
Joined
May 24, 2009
Messages
442
Solutions
3
Reaction score
183
Location
Brazil
this layout was available here in the forum, but with certain bugs, it was not finished, I got to finish and edit it, I would like to thank @slawkens directly for fixing all the bugs, he is a god!

Fixes:
  • Powergamers
  • Top 5 Guilds
  • Players Online
  • Botton Login/Logout

redesigned the entire site, adding glyphs, changing fonts, and colors, making the look more beautiful.

Screens:

Before.
M8ZlF20.png


fy46S0f.png

After.

J9Pte1U.png


x30trBw.png


A7D8w5R.png


Qeo7p1w.png


oyr0BZF.png

5h3PVGn.png
 

Attachments

Last edited by a moderator:
Last edited by a moderator:
Ty this works with MyAcc?

To make it work with MyAAC, you need to copy layouts/thora to templates/thora, then edit layout.php and replace all "layouts/" with "templates/".

Also execute this in your database (it adds missing fields for powergamers):
Code:
ALTER TABLE `players` ADD `exphist_lastexp` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist1` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist2` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist3` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist4` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist5` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist6` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist7` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetimetoday` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime1` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime2` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime3` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime4` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime5` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime6` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime7` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetimeall` BIGINT( 255 ) NOT NULL DEFAULT '0'
 
To make it work with MyAAC, you need to copy layouts/thora to templates/thora, then edit layout.php and replace all "layouts/" with "templates/".

Also execute this in your database (it adds missing fields for powergamers):
Code:
ALTER TABLE `players` ADD `exphist_lastexp` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist1` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist2` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist3` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist4` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist5` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist6` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist7` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetimetoday` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime1` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime2` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime3` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime4` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime5` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime6` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime7` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetimeall` BIGINT( 255 ) NOT NULL DEFAULT '0'

74e7273f022ae0722ece2d2a7d363525.png

Ive changed all layouts/ to templates/ and i doesn't work just blank page
 
Wystąpił błąd!
Identyfikator błędu: # C-2
Więcej informacji: ERROR: # C-2 : Class :: ConfigLUA - plik konfiguracyjny LUA nie istnieje. Ścieżka: C:? .90config.lua

Plik: C: \ xampp \ htdocs \ classes / configlua.php Linia: 24
Plik: C: \ xampp \ htdocs \ classes / configlua.php Linia: 12
Plik: C: \ xampp \ htdocs \ system / load.init.php Linia: 42
Plik: C: \ xampp \ htdocs / index.php Wiersz: 18
 
How I Can add "slider" or "carousel" with 3 image in this place???
Can you give me a code?

1.JPG
 
Error occured!
Error ID: #C-2
More info: ERROR: #C-2 : Class::ConfigLUA - LUA config file doesn't exist. Path: /home/otserv/config.lua

File: C:\xampp\htdocs\classes/configlua.php Line: 24
File: C:\xampp\htdocs\classes/configlua.php Line: 12
File: C:\xampp\htdocs\system/load.init.php Line: 42
File: C:\xampp\htdocs/index.php Line: 18
 
Back
Top