mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-12 14:21:03 +00:00
credits
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
## Copyright: TravianZ (c) 2010-2014. All rights reserved. ##
|
## Copyright: TravianZ (c) 2010-2014. All rights reserved. ##
|
||||||
## Improved: aggenkeech ##
|
## Improved: aggenkeech ##
|
||||||
#################################################################################
|
#################################################################################
|
||||||
|
error_reporting(0);
|
||||||
if($_SESSION['access'] < 9) die("Access Denied: You are not Admin!");
|
if($_SESSION['access'] < 9) die("Access Denied: You are not Admin!");
|
||||||
$id = $_GET['did'];
|
$id = $_GET['did'];
|
||||||
if(isset($id))
|
if(isset($id))
|
||||||
|
|||||||
+13
-6
@@ -1,12 +1,19 @@
|
|||||||
<?php
|
<?php
|
||||||
#################################################################################
|
#################################################################################
|
||||||
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
## ##
|
||||||
|
## -= YOU MUST NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
||||||
|
## ##
|
||||||
## --------------------------------------------------------------------------- ##
|
## --------------------------------------------------------------------------- ##
|
||||||
## Filename admin.php ##
|
## ##
|
||||||
|
## Project: TravianZ ##
|
||||||
|
## Version: 05.03.2014 ##
|
||||||
|
## Filename: Admin/admin.php ##
|
||||||
## Developed by: Dzoki ##
|
## Developed by: Dzoki ##
|
||||||
## Reworked: aggenkeech ##
|
## Edited by: Shadow and ronix ##
|
||||||
## License: TravianX Project ##
|
## License: Creative Commons BY-NC-SA 3.0 ##
|
||||||
## Copyright: TravianX (c) 2010-2014. All rights reserved. ##
|
## Copyright: TravianZ (c) 2014 - All rights reserved ##
|
||||||
|
## URLs: http://travian.shadowss/ro ##
|
||||||
|
## Source code: https://github.com/Shadowss/TravianZ ##
|
||||||
## ##
|
## ##
|
||||||
#################################################################################
|
#################################################################################
|
||||||
|
|
||||||
@@ -152,7 +159,7 @@ $up_avl = $latest - $ver ;
|
|||||||
<a href="?p=server_info">Server Info</a>
|
<a href="?p=server_info">Server Info</a>
|
||||||
<a href="?p=online">Online Users</a>
|
<a href="?p=online">Online Users</a>
|
||||||
<a href="?p=notregistered">Players Not Activated</a>
|
<a href="?p=notregistered">Players Not Activated</a>
|
||||||
<a href="?p=[]inactive">Players Inactivate</a>
|
<a href="?p=inactive">Players Inactivate</a>
|
||||||
<a href="?p=report">Players Reported</a>
|
<a href="?p=report">Players Reported</a>
|
||||||
<a href="?p=map">Map</a>
|
<a href="?p=map">Map</a>
|
||||||
<br />
|
<br />
|
||||||
|
|||||||
+7
-7
@@ -5,15 +5,15 @@
|
|||||||
## ##
|
## ##
|
||||||
## --------------------------------------------------------------------------- ##
|
## --------------------------------------------------------------------------- ##
|
||||||
## ##
|
## ##
|
||||||
## Project: ZravianX ##
|
## Project: TravianZ ##
|
||||||
## Version: 2011.11.07 ##
|
## Version: 05.03.2014 ##
|
||||||
## Filename: GameEngine/Admin/database.php ##
|
## Filename: Admin/database.php ##
|
||||||
## Developed by: Dzoki ##
|
## Developed by: Dzoki ##
|
||||||
## Edited by: ZZJHONS ##
|
## Edited by: Shadow and ronix ##
|
||||||
## License: Creative Commons BY-NC-SA 3.0 ##
|
## License: Creative Commons BY-NC-SA 3.0 ##
|
||||||
## Copyright: ZravianX (c) 2011 - All rights reserved ##
|
## Copyright: TravianZ (c) 2014 - All rights reserved ##
|
||||||
## URLs: http://zravianx.zzjhons.com ##
|
## URLs: http://travian.shadowss/ro ##
|
||||||
## Source code: http://www.github.com/ZZJHONS/ZravianX ##
|
## Source code: https://github.com/Shadowss/TravianZ ##
|
||||||
## ##
|
## ##
|
||||||
#################################################################################
|
#################################################################################
|
||||||
if($gameinstall == 1){
|
if($gameinstall == 1){
|
||||||
|
|||||||
+12
-4
@@ -1,11 +1,19 @@
|
|||||||
<?php
|
<?php
|
||||||
#################################################################################
|
#################################################################################
|
||||||
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
## ##
|
||||||
|
## -= YOU MUST NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
||||||
|
## ##
|
||||||
## --------------------------------------------------------------------------- ##
|
## --------------------------------------------------------------------------- ##
|
||||||
## Filename function.php ##
|
## ##
|
||||||
|
## Project: TravianZ ##
|
||||||
|
## Version: 05.03.2014 ##
|
||||||
|
## Filename: Admin/function.php ##
|
||||||
## Developed by: Dzoki ##
|
## Developed by: Dzoki ##
|
||||||
## License: TravianX Project ##
|
## Edited by: Shadow and ronix ##
|
||||||
## Copyright: TravianX (c) 2010-2011. All rights reserved. ##
|
## License: Creative Commons BY-NC-SA 3.0 ##
|
||||||
|
## Copyright: TravianZ (c) 2014 - All rights reserved ##
|
||||||
|
## URLs: http://travian.shadowss/ro ##
|
||||||
|
## Source code: https://github.com/Shadowss/TravianZ ##
|
||||||
## ##
|
## ##
|
||||||
#################################################################################
|
#################################################################################
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,22 @@
|
|||||||
<?php################################################################################### -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- #### --------------------------------------------------------------------------- #### Filename admin.php #### Developed by: Dzoki #### License: TravianX Project #### Copyright: TravianX (c) 2010-2011. All rights reserved. #### ###################################################################################
|
<?php
|
||||||
|
#################################################################################
|
||||||
|
## ##
|
||||||
|
## -= YOU MUST NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
||||||
|
## ##
|
||||||
|
## --------------------------------------------------------------------------- ##
|
||||||
|
## ##
|
||||||
|
## Project: TravianZ ##
|
||||||
|
## Version: 05.03.2014 ##
|
||||||
|
## Filename: Admin/admin.php ##
|
||||||
|
## Developed by: Dzoki ##
|
||||||
|
## Edited by: Shadow and ronix ##
|
||||||
|
## License: Creative Commons BY-NC-SA 3.0 ##
|
||||||
|
## Copyright: TravianZ (c) 2014 - All rights reserved ##
|
||||||
|
## URLs: http://travian.shadowss/ro ##
|
||||||
|
## Source code: https://github.com/Shadowss/TravianZ ##
|
||||||
|
## ##
|
||||||
|
#################################################################################
|
||||||
|
|
||||||
session_start();
|
session_start();
|
||||||
include("../GameEngine/Database.php");
|
include("../GameEngine/Database.php");
|
||||||
include("../GameEngine/Admin/database.php");
|
include("../GameEngine/Admin/database.php");
|
||||||
|
|||||||
@@ -5,15 +5,15 @@
|
|||||||
## ##
|
## ##
|
||||||
## --------------------------------------------------------------------------- ##
|
## --------------------------------------------------------------------------- ##
|
||||||
## ##
|
## ##
|
||||||
## Project: ZravianX ##
|
## Project: TravianZ ##
|
||||||
## Version: 2011.11.07 ##
|
## Version: 05.03.2014 ##
|
||||||
## Filename: GameEngine/Admin/database.php ##
|
## Filename: GameEngine/Admin/database.php ##
|
||||||
## Developed by: Dzoki ##
|
## Developed by: Dzoki ##
|
||||||
## Edited by: ZZJHONS ##
|
## Edited by: Shadow and ronix ##
|
||||||
## License: Creative Commons BY-NC-SA 3.0 ##
|
## License: Creative Commons BY-NC-SA 3.0 ##
|
||||||
## Copyright: ZravianX (c) 2011 - All rights reserved ##
|
## Copyright: TravianZ (c) 2014 - All rights reserved ##
|
||||||
## URLs: http://zravianx.zzjhons.com ##
|
## URLs: http://travian.shadowss/ro ##
|
||||||
## Source code: http://www.github.com/ZZJHONS/ZravianX ##
|
## Source code: https://github.com/Shadowss/TravianZ ##
|
||||||
## ##
|
## ##
|
||||||
#################################################################################
|
#################################################################################
|
||||||
if(isset($gameinstall) && $gameinstall == 1){
|
if(isset($gameinstall) && $gameinstall == 1){
|
||||||
|
|||||||
@@ -1,11 +1,19 @@
|
|||||||
<?php
|
<?php
|
||||||
#################################################################################
|
#################################################################################
|
||||||
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
## ##
|
||||||
|
## -= YOU MUST NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
||||||
|
## ##
|
||||||
## --------------------------------------------------------------------------- ##
|
## --------------------------------------------------------------------------- ##
|
||||||
## Filename function.php ##
|
## ##
|
||||||
|
## Project: TravianZ ##
|
||||||
|
## Version: 05.03.2014 ##
|
||||||
|
## Filename: Admin/function.php ##
|
||||||
## Developed by: Dzoki ##
|
## Developed by: Dzoki ##
|
||||||
## License: TravianX Project ##
|
## Edited by: Shadow and ronix ##
|
||||||
## Copyright: TravianX (c) 2010-2011. All rights reserved. ##
|
## License: Creative Commons BY-NC-SA 3.0 ##
|
||||||
|
## Copyright: TravianZ (c) 2014 - All rights reserved ##
|
||||||
|
## URLs: http://travian.shadowss/ro ##
|
||||||
|
## Source code: https://github.com/Shadowss/TravianZ ##
|
||||||
## ##
|
## ##
|
||||||
#################################################################################
|
#################################################################################
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user