3 #################################################################################
4 ## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
5 ## --------------------------------------------------------------------------- ##
6 ## Filename logout.php ##
7 ## Developed by: Dzoki ##
8 ## License: TravianX Project ##
9 ## Copyright: TravianX (c) 2010-2011. All rights reserved. ##
11 #################################################################################
14 include("GameEngine/Account.php");
15 $start = $generator->pageLoadTimeStart();
17 <!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
20 <title
><?php
echo SERVER_NAME
; ?
></title
>
21 <meta name
="content-language" content
="en" />
22 <meta http
-equiv
="cache-control" content
="max-age=0" />
23 <meta http
-equiv
="imagetoolbar" content
="no" />
24 <meta http
-equiv
="content-type" content
="text/html; charset=UTF-8" />
25 <script src
="mt-core.js?2389c" type
="text/javascript"></script
>
27 <script src
="mt-more.js?2389c" type
="text/javascript"></script
>
28 <script src
="unx.js?2389c" type
="text/javascript"></script
>
29 <script src
="new.js?2389c" type
="text/javascript"></script
>
30 <link href
="<?php echo GP_LOCATE; ?>lang/en/lang.css?f4b7c" rel
="stylesheet" type
="text/css" />
31 <link href
="<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7c" rel
="stylesheet" type
="text/css" />
33 if($session->gpack
== null || GP_ENABLE
== false) {
35 <link href='".GP_LOCATE
."travian.css?e21d2' rel='stylesheet' type='text/css' />
36 <link href='".GP_LOCATE
."lang/en/lang.css?e21d2' rel='stylesheet' type='text/css' />";
39 <link href='".$session->gpack
."travian.css?e21d2' rel='stylesheet' type='text/css' />
40 <link href='".$session->gpack
."lang/en/lang.css?e21d2' rel='stylesheet' type='text/css' />";
43 <script type
="text/javascript">
45 window
.addEvent('domready', start
);
50 <body
class="v35 ie ie8">
52 <img style
="filter:chroma();" src
="img/x.gif" id
="msfilter" alt
="" />
53 <div id
="dynamic_header">
55 <div id
="header"></div
>
58 <?php
include("Templates/menu.tpl"); ?
>
59 <div id
="content" class="logout">
60 <h1
>Logout successful
.</h1
><img
class="roman" src
="img/x.gif" alt
=""><p
>Thank you
for your visit
.</p
>
62 <p
>If other people
use this computer too
, you should delete your cookies
for your own safety
:<br
/><a href
="login.php?del_cookie">»
; delete cookies
</a
></p
>
67 include("Templates/news.tpl");
70 <div
class="clear"></div
>
72 <div
class="footer-stopper"></div
>
73 <div
class="clear"></div
>
76 include("Templates/footer.tpl");
81 Calculated in
<b
><?php
82 echo round(($generator->pageLoadTimeEnd()-$start)*1000);
85 <br
/>Server time
: <span id
="tp1" class="b"><?php
echo date('H:i:s'); ?
></span
>