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

Dwarf Layout converted Gesior ACC

Acubens

Old Penguin
Joined
May 6, 2008
Messages
1,261
Solutions
13
Reaction score
184
Location
Venezuela
This layout now work with Gesior Acc all credits to this post [Modern AAC] & [Znote AAC] Dwarf Layout I just converted it

daZFu.png
 

Attachments

Last edited by a moderator:
why can't o creat an account? i get error "The page you requested was not found."
 
Untitled.jpg

Thats the error i get when i try to create a character. The AAC works on all other templates just not this one .
 
Hello ^^

Thanks a lot for this layout.
But... i found a little bug:

bugbk.png


The font size are very small.. just found it and im about check what's wrong x_x
Anyways if want to fix it for futher downloads of others users...

Thanks ^^

Edit:

main.css:

Code:
.TableContentAndRightShadow {
  position: relative;
  background-repeat: repeat-y;
  background-position: top right;
  margin-right: 3px;
  font-size: [COLOR="#FF0000"]10[/COLOR]px;
}

Edit:

Found another error...

layout_config.ini:
Code:
[COLOR="#FF0000"]darkborder = "#d4c0a1"
lightborder = "#f1e0c6"
vdarkborder = "#191919"[/COLOR]
news_title_color = "white"

Red = Change/Add
 
Last edited:
Hello ^^

Thanks a lot for this layout.
But... i found a little bug:

bugbk.png


The font size are very small.. just found it and im about check what's wrong x_x
Anyways if want to fix it for futher downloads of others users...

Thanks ^^

Edit:

main.css:

Code:
.TableContentAndRightShadow {
  position: relative;
  background-repeat: repeat-y;
  background-position: top right;
  margin-right: 3px;
  font-size: [COLOR="#FF0000"]10[/COLOR]px;
}

Edit:

Found another error...

layout_config.ini:
Code:
[COLOR="#FF0000"]darkborder = "#d4c0a1"
lightborder = "#f1e0c6"
vdarkborder = "#191919"[/COLOR]
news_title_color = "white"

Red = Change/Add


Thanks alot, fixed and updated the main post
 
Thanks alot, fixed and updated the main post

Np, i already have some bugs x_x still cant fix.

44663223.jpg


* Size of Topics Font
* Position of my custom account manager section / font size
* Size of main "Character Information"

Edit:
Fixed


PS. Ignore the missing image of the account management x)
 
Last edited:
Love it but is there anyway to add admin shop
(Srry not very good att websites.)
 
i get this errors!

Warning: ob_start(): output handler 'ob_gzhandler' conflicts with 'zlib output compression' in C:\xampp\htdocs\index.php on line 9

Notice: ob_start(): failed to create buffer in C:\xampp\htdocs\index.php on line 9

Notice: Undefined index: sqliteDatabase in C:\xampp\htdocs\config-and-functions.php on line 30

Notice: Undefined index: action in C:\xampp\htdocs\index.php on line 19

Notice: Undefined index: account_login in C:\xampp\htdocs\index.php on line 41

Notice: Undefined index: password_login in C:\xampp\htdocs\index.php on line 42

Warning: include(buypoints.php): failed to open stream: No such file or directory in C:\xampp\htdocs\index.php on line 195

Warning: include(): Failed opening 'buypoints.php' for inclusion (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\index.php on line 195


and this is in DONATE button.

Notice: Undefined variable: main_content in C:\xampp\htdocs\layouts\Dwarf\layout.php on line 80


Please help! :(
 
Put this this code in your index.php under session_start()

PHP:
error_reporting(E_STRICT);

Replace ob_start() with this

PHP:
@ob_start("ob_gzhandler");

If won't work try install different version of xampp (i think is that you're using now) to
 
Last edited:
Back
Top