• 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 ACC]Aeron Layout: Assassin

Aeron

www.Asgard-World.com
Joined
Jul 23, 2009
Messages
231
Reaction score
3
Location
Spain
This is my second layout. Is basen in "Assassins Creed" game.
It has got a java script and you cam move the menu to the place you as you want.
Vote please!

Screenshot (Normal):



Screenshot (Script In Action):



Download:
Click Here



Installing:
In config.php change this:

Code:
$config['site']['layout'] = "XXXX"; // layout name

And replace by:

Code:
$config['site']['layout'] = "Aeron Layout-Assassin"; // layout name
 
Very cool layout, it's nice colors, very comfortable to look at. But at the shop offers, then the "shop offer windows" are showing "outside the main content of website", I hope you understand.. I don't got time atm to post a screen :p
 
This layout is great, but can you tell me what to edit so it would not shove PORT and IP? And I would like that Uptime would be in place of monsters. I dont like that there is something in center/top of page. Otherwise, its perfect. :)

Thank you :) repp++
 
Seach this in layout.php

Code:
                if($config['status']['serverStatus_online'] == 1)
                    echo '
					<font color="green"><b>Server Online</b></font><br />
					Players Online: '.$config['status']['serverStatus_players'].' / '.$config['status']['serverStatus_playersMax'].'<br />
					Monsters: '.$config['status']['serverStatus_monsters'].'<br />Uptime: '.$config['status']['serverStatus_uptime'].'<br />
					IP: '.$config['server']['ip'].'<br />
					PORT: '.$config['server']['port'];
                else
                    echo '<font color="red"><b>Server Offline</b></font>';

and replace for:

Code:
                if($config['status']['serverStatus_online'] == 1)
                    echo '
					<font color="green"><b>Server Online</b></font><br />
					Players Online: '.$config['status']['serverStatus_players'].' / '.$config['status']['serverStatus_playersMax'].'<br />
					Monsters: '.$config['status']['serverStatus_monsters'].'<br />Uptime: '.$config['status']['serverStatus_uptime'].'<br />
               else
                    echo '<font color="red"><b>Server Offline</b></font>';


And only players online, monsters and uptime will be showed
 
Seach this in layout.php

Code:
                if($config['status']['serverStatus_online'] == 1)
                    echo '
					<font color="green"><b>Server Online</b></font><br />
					Players Online: '.$config['status']['serverStatus_players'].' / '.$config['status']['serverStatus_playersMax'].'<br />
					Monsters: '.$config['status']['serverStatus_monsters'].'<br />Uptime: '.$config['status']['serverStatus_uptime'].'<br />
					IP: '.$config['server']['ip'].'<br />
					PORT: '.$config['server']['port'];
                else
                    echo '<font color="red"><b>Server Offline</b></font>';

and replace for:

Code:
                if($config['status']['serverStatus_online'] == 1)
                    echo '
					<font color="green"><b>Server Online</b></font><br />
					Players Online: '.$config['status']['serverStatus_players'].' / '.$config['status']['serverStatus_playersMax'].'<br />
					Monsters: '.$config['status']['serverStatus_monsters'].'<br />Uptime: '.$config['status']['serverStatus_uptime'].'<br />
               else
                    echo '<font color="red"><b>Server Offline</b></font>';


And only players online, monsters and uptime will be showed

Yeh, I that it will work, but it didnt, thats why I asked it here. WHole website isnt working anymore after that. The error I get is:

PHP:
Parse error: parse error, expecting `','' or `';'' in C:\xampp\htdocs\layouts\Aeron Layout-Assassin\layout.php on line 52

it seems simple and self-explaining, but I can't get it work :s. Tried to put commas and ";" and different places on line 52 but still the same error.

Here is the line 52

PHP:
echo '<font color="red"><b>Server Offline</b></font>';
 
Last edited:
@up
It works fine and isnt missing anything(I think) if you download and do not edit it. Lol...
 
@Richux

Here you have the layout.php without uptime, ip and port.
|
|
V
 

Attachments

Nice, but i released it. You not did it :S

Yeah I know, just telling I'm personnaly missing some functions.
Like you see in the screenshot.

*fast login
*Featured Screenshot
*Latest Deaths
*Server Status,better then in header

This are just my personal thoughts:) Else it looks great:). Does al the colors fit after pressing some links or not?
 
I'm looking your web server... it have a nice template xD
 
-.-! the 99% of the layouts are css templates edited...
If is too easy why not do it? ;)

Oh, and i'm not stupid :)
 
Back
Top