removed errorlogs and populate oasis

This commit is contained in:
Novgorodschi Catalin
2013-08-13 10:10:50 +03:00
parent 0a5a35aa9b
commit a3fcacbba6
6 changed files with 0 additions and 612 deletions
-22
View File
@@ -1,22 +0,0 @@
[02-Jul-2013 08:27:50] PHP Warning: fopen(GameEngine/Prevention/cleardeleting.txt) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: No such file or directory in /home/outlet/public_html/shadowss.ro/travian/GameEngine/Automation.php on line 325
[02-Jul-2013 08:27:50] PHP Warning: fclose(): supplied argument is not a valid stream resource in /home/outlet/public_html/shadowss.ro/travian/GameEngine/Automation.php on line 326
[02-Jul-2013 08:27:50] PHP Warning: fopen(GameEngine/Prevention/demolition.txt) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: No such file or directory in /home/outlet/public_html/shadowss.ro/travian/GameEngine/Automation.php on line 3778
[02-Jul-2013 08:27:50] PHP Warning: fclose(): supplied argument is not a valid stream resource in /home/outlet/public_html/shadowss.ro/travian/GameEngine/Automation.php on line 3779
[02-Jul-2013 08:27:50] PHP Warning: fopen(GameEngine/Prevention/market.txt) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: No such file or directory in /home/outlet/public_html/shadowss.ro/travian/GameEngine/Automation.php on line 909
[02-Jul-2013 08:27:50] PHP Warning: fclose(): supplied argument is not a valid stream resource in /home/outlet/public_html/shadowss.ro/travian/GameEngine/Automation.php on line 910
[02-Jul-2013 08:27:50] PHP Warning: fopen(GameEngine/Prevention/research.txt) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: No such file or directory in /home/outlet/public_html/shadowss.ro/travian/GameEngine/Automation.php on line 3201
[02-Jul-2013 08:27:50] PHP Warning: fclose(): supplied argument is not a valid stream resource in /home/outlet/public_html/shadowss.ro/travian/GameEngine/Automation.php on line 3202
[02-Jul-2013 08:27:50] PHP Warning: fopen(GameEngine/Prevention/training.txt) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: No such file or directory in /home/outlet/public_html/shadowss.ro/travian/GameEngine/Automation.php on line 3617
[02-Jul-2013 08:27:50] PHP Warning: fclose(): supplied argument is not a valid stream resource in /home/outlet/public_html/shadowss.ro/travian/GameEngine/Automation.php on line 3618
[02-Jul-2013 08:27:50] PHP Warning: fopen(GameEngine/Prevention/starvation.txt) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: No such file or directory in /home/outlet/public_html/shadowss.ro/travian/GameEngine/Automation.php on line 4033
[02-Jul-2013 08:27:50] PHP Warning: fclose(): supplied argument is not a valid stream resource in /home/outlet/public_html/shadowss.ro/travian/GameEngine/Automation.php on line 4034
[02-Jul-2013 08:27:50] PHP Warning: fopen(GameEngine/Prevention/celebration.txt) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: No such file or directory in /home/outlet/public_html/shadowss.ro/travian/GameEngine/Automation.php on line 3756
[02-Jul-2013 08:27:50] PHP Warning: fclose(): supplied argument is not a valid stream resource in /home/outlet/public_html/shadowss.ro/travian/GameEngine/Automation.php on line 3757
[02-Jul-2013 08:27:50] PHP Warning: fopen(GameEngine/Prevention/sendunits.txt) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: No such file or directory in /home/outlet/public_html/shadowss.ro/travian/GameEngine/Automation.php on line 988
[02-Jul-2013 08:27:50] PHP Warning: fclose(): supplied argument is not a valid stream resource in /home/outlet/public_html/shadowss.ro/travian/GameEngine/Automation.php on line 989
[02-Jul-2013 08:27:50] PHP Warning: fopen(GameEngine/Prevention/sendreinfunits.txt) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: No such file or directory in /home/outlet/public_html/shadowss.ro/travian/GameEngine/Automation.php on line 3015
[02-Jul-2013 08:27:50] PHP Warning: fclose(): supplied argument is not a valid stream resource in /home/outlet/public_html/shadowss.ro/travian/GameEngine/Automation.php on line 3016
[02-Jul-2013 08:27:50] PHP Warning: fopen(GameEngine/Prevention/returnunits.txt) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: No such file or directory in /home/outlet/public_html/shadowss.ro/travian/GameEngine/Automation.php on line 3088
[02-Jul-2013 08:27:50] PHP Warning: fclose(): supplied argument is not a valid stream resource in /home/outlet/public_html/shadowss.ro/travian/GameEngine/Automation.php on line 3089
[02-Jul-2013 08:27:50] PHP Warning: fopen(GameEngine/Prevention/settlers.txt) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: No such file or directory in /home/outlet/public_html/shadowss.ro/travian/GameEngine/Automation.php on line 3149
[02-Jul-2013 08:27:50] PHP Warning: fclose(): supplied argument is not a valid stream resource in /home/outlet/public_html/shadowss.ro/travian/GameEngine/Automation.php on line 3150
-31
View File
@@ -1,31 +0,0 @@
<?php
#################################################################################
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
## --------------------------------------------------------------------------- ##
## Filename oasis.tpl ##
## Developed by: aggenkeech ##
## License: TravianX Project ##
## Copyright: TravianX (c) 2010-2012. All rights reserved. ##
## ##
#################################################################################
?>
<form action="../GameEngine/Admin/Mods/populateOases.php" method="POST">
<table id="member" cellpadding="1" cellspacing="1" >
<thead>
<tr>
<th colspan="2">Populate Oases</th>
</tr>
</thead>
<tbody>
<tr>
<td class="hab" colspan="2"><center><input type="image" src="../img/admin/b/ok1.gif" value="submit"></center></td>
</tr>
</tbody>
</table>
</form>
<?php
if(isset($_GET['g']))
{
echo '<font color="red">Oases Populated</font>';
}
?>
-86
View File
@@ -1,86 +0,0 @@
[17-Jun-2013 08:47:49] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[17-Jun-2013 08:47:49] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[17-Jun-2013 10:55:44] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[17-Jun-2013 10:55:44] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[17-Jun-2013 11:02:37] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/update.tpl on line 6
[17-Jun-2013 11:02:37] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/update.tpl on line 6
[17-Jun-2013 11:02:39] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/update.tpl on line 6
[17-Jun-2013 11:02:39] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/update.tpl on line 6
[17-Jun-2013 11:34:22] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[17-Jun-2013 11:34:22] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[17-Jun-2013 13:02:31] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[17-Jun-2013 13:02:31] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[17-Jun-2013 13:02:35] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[17-Jun-2013 13:02:35] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[18-Jun-2013 11:33:42] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[18-Jun-2013 11:33:42] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[19-Jun-2013 09:57:39] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[19-Jun-2013 09:57:39] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[19-Jun-2013 09:57:41] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[19-Jun-2013 09:57:41] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[19-Jun-2013 13:09:43] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[19-Jun-2013 13:09:43] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[20-Jun-2013 07:27:15] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[20-Jun-2013 07:27:15] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[20-Jun-2013 07:52:35] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[20-Jun-2013 07:52:35] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[20-Jun-2013 07:52:37] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[20-Jun-2013 07:52:37] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[20-Jun-2013 08:42:13] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[20-Jun-2013 08:42:13] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[21-Jun-2013 20:37:45] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[21-Jun-2013 20:37:45] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[21-Jun-2013 20:41:34] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/update.tpl on line 6
[21-Jun-2013 20:41:34] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/update.tpl on line 6
[21-Jun-2013 20:41:37] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/update.tpl on line 6
[21-Jun-2013 20:41:37] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/update.tpl on line 6
[21-Jun-2013 22:51:48] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[21-Jun-2013 22:51:48] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[23-Jun-2013 15:06:13] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[23-Jun-2013 15:06:13] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[26-Jun-2013 07:26:01] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[26-Jun-2013 07:26:01] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[26-Jun-2013 08:35:29] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[26-Jun-2013 08:35:29] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[27-Jun-2013 10:58:25] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[27-Jun-2013 10:58:25] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[27-Jun-2013 11:07:22] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[27-Jun-2013 11:07:22] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[27-Jun-2013 11:28:56] PHP Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/report.tpl on line 14
[27-Jun-2013 11:28:58] PHP Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/report.tpl on line 14
[27-Jun-2013 11:28:58] PHP Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/report.tpl on line 14
[27-Jun-2013 11:28:59] PHP Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/report.tpl on line 14
[27-Jun-2013 11:41:01] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[27-Jun-2013 11:41:01] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[28-Jun-2013 13:28:23] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[28-Jun-2013 13:28:23] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[28-Jun-2013 13:28:32] PHP Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/report.tpl on line 14
[28-Jun-2013 13:28:37] PHP Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/report.tpl on line 14
[02-Jul-2013 07:42:35] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[02-Jul-2013 07:42:35] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[02-Jul-2013 08:25:52] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[02-Jul-2013 08:25:52] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[02-Jul-2013 08:25:59] PHP Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/report.tpl on line 14
[02-Jul-2013 08:26:55] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/update.tpl on line 6
[02-Jul-2013 08:26:55] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/update.tpl on line 6
[02-Jul-2013 08:26:57] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/update.tpl on line 6
[02-Jul-2013 08:26:57] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/update.tpl on line 6
[02-Jul-2013 12:02:59] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[02-Jul-2013 12:02:59] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[02-Jul-2013 12:03:15] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[02-Jul-2013 12:03:15] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[02-Jul-2013 13:52:56] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[02-Jul-2013 13:52:56] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[02-Jul-2013 14:00:54] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[02-Jul-2013 14:00:54] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[02-Jul-2013 14:51:50] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[02-Jul-2013 14:51:50] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[02-Jul-2013 15:26:46] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[02-Jul-2013 15:26:46] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[02-Jul-2013 15:45:27] PHP Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/report.tpl on line 14
[02-Jul-2013 15:46:04] PHP Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/report.tpl on line 14
[03-Jul-2013 07:26:37] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[03-Jul-2013 07:26:37] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[03-Jul-2013 07:29:50] PHP Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/report.tpl on line 14
[03-Jul-2013 08:59:51] PHP Warning: copy() [<a href='function.copy'>function.copy</a>]: URL file-access is disabled in the server configuration in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14
[03-Jul-2013 08:59:51] PHP Warning: copy(http://travian.gamingcrazy.net/Update/update_latest.tpl) [<a href='function.copy'>function.copy</a>]: failed to open stream: no suitable wrapper could be found in /home/outlet/public_html/shadowss.ro/travian/Admin/Templates/login.tpl on line 14