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

Modern aac + tibiarl layout

vingo

Active Member
Joined
Oct 27, 2012
Messages
464
Reaction score
43
hey, I need help with this one thing that is that when i Setup my modern aac + tibia rl layout that I downloaded from lucas~ (Using Uniform server)

It keeps showing me Gameria servers or something as a landing page, and I have no idea how to remove it.

Please help me

EDIT

I thought it was a javascript maybe so i went through all javascripts in edit searching for "Gameria" but no luck...
 
Did you check template or config file?
I guess the page title is set in config.
 
PHP:
/*Template that should be used on website*/
$config['layout'] = "tibiacom";

/*Title of a website*/
$config['title'] = "Adaptia";

- - - Updated - - -

Still the same shit xD
 
Last edited by a moderator:
Push the whole Modern AAC folder into Notepad++ and search for Gameria in all opened files.
You will find it then :P
 
Well that is probably the background images..
If so you need to use your own one, or edit it.
 
Line 43: <title>Gameria Servers</title>
Line 62: <td width="220"><a href="http://gameria.servegame.com" border="0"><center><center><img src="Indexfiles/Devovorga.gif" width="61" height="60" border="0"></a><br>
Line 68: <td width="220"><a href="http://gameriawar.servegame.com" border="0"><center><center><img src="Indexfiles/Morik_the_Gladiator.gif" width="61" height="60" border="0"></a><br>
Line 74: <td width="220"><a href="http://gamerialine.servegame.com" border="0"><center><img src="Indexfiles/Lineage.png" width="61" height="60" border="0"></a><br>
Line 80: <td width="220"><a href="http://gameriacs.servegame.com" border="0"><center><img src="Indexfiles/cs.png" width="61" height="60" border="0"></a><br>


I found this, what should I change it to, to make it redirect to my website / aac ?

- - - Updated - - -

Those texts are in a file named Index.htm and I have no idea why my "website" is opening that file or showing that file?
 
Back
Top