|
04/23/2010, 20:14
|
#46
|
elite*gold: 0
Join Date: Dec 2009
Posts: 484
Received Thanks: 95
|
bei mir komt das
---------------------------------------------
last_play; $year33 = substr($last_play,0,4); $month33 = substr($last_play,5,2); $day33 = substr($last_play,8,2); if($year33 == $year1 and $month12 == $month33 and $day == $day33){ $dayonline = $dayonline+1; }else{} } //################################################## ################################################## ############ $exec="select map_index,last_play from player"; $result=mysql_query($exec); while($row = mysql_fetch_object($result)) { $last_play = $row->last_play; $year33 = substr($last_play,0,4); $month33 = substr($last_play,5,2); $day33 = substr($last_play,8,2); $hour33 = substr($last_play,11,2); $min33 = substr($last_play,14,2); $map = $row->map_index; if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10){ $currentonline = $currentonline+1; }else{} if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map < 6){ $currentonlinered = $currentonlinered+1; }else{} if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map > 20 and $map < 26){ $currentonlineyel = $currentonlineyel+1; }else{} if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map > 40 and $map < 46){ $currentonlineblue = $currentonlineblue+1; }else{} if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map == 61){ $currentonlineeis = $currentonlineeis+1; }else{} if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map == 62){ $currentonlinefeuer = $currentonlinefeuer+1; }else{} if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map == 63){ $currentonlinewueste = $currentonlinewueste+1; }else{} if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map == 64){ $currentonlineot = $currentonlineot+1; }else{} if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map == 66){ $currentonlinedt = $currentonlinedt+1; }else{} if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map == 67){ $currentonlinegw = $currentonlinegw+1; }else{} if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map == 68){ $currentonlinerw = $currentonlinerw+1; }else{} if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map == 104){ $currentonlinesd = $currentonlinesd+1; }else{} if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map == 65){ $currentonlinetempel = $currentonlinetempel+1; }else{} } ?>
Heute waren bisher Spieler online.
Im moment sind Spieler online.
Blaues Reich
Rotes Reich
Gelbes Reich
Orktal
Eisland
Wüste
Feuerland
Tempel
last_play; $year33 = substr($last_play,0,4); $month33 = substr($last_play,5,2); $day33 = substr($last_play,8,2); $hour33 = substr($last_play,11,2); $min33 = substr($last_play,14,2); if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10){ $x = round(($row->x-921600)/500); $y = round(($row->y-204800)/500); $charname = $row->name; $level = $row->level; $id = $row->id; $accountid = $row->account_id; $exec1="select guild_id from guild_member where pid='$id'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $guildid = $row->guild_id; $exec1="select name from guild where id='$guildid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $gildenname = $row->name; $exec1="select empire from player_index where id='$accountid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $empire = $row->empire; if($empire==1){$empire="rotes Reich";} if($empire==2){$empire="gelbes Reich";} if($empire==3){$empire="blaues Reich";} ?>
.
Name:
Level
Gilde:
Reich
Möglicher back link.
last_play; $year33 = substr($last_play,0,4); $month33 = substr($last_play,5,2); $day33 = substr($last_play,8,2); $hour33 = substr($last_play,11,2); $min33 = substr($last_play,14,2); if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10){ $x = round(($row->x-819200)/400); $y = round(($row->y-204800)/400); $charname = $row->name; $level = $row->level; $id = $row->id; $accountid = $row->account_id; $exec1="select guild_id from guild_member where pid='$id'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $guildid = $row->guild_id; $exec1="select name from guild where id='$guildid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $gildenname = $row->name; $exec1="select empire from player_index where id='$accountid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $empire = $row->empire; if($empire==1){$empire="rotes Reich";} if($empire==2){$empire="gelbes Reich";} if($empire==3){$empire="blaues Reich";} ?>
.
Name:
Level
Gilde:
Reich
Möglicher back link.
last_play; $year33 = substr($last_play,0,4); $month33 = substr($last_play,5,2); $day33 = substr($last_play,8,2); $hour33 = substr($last_play,11,2); $min33 = substr($last_play,14,2); if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10){ $x = round(($row->x-409600)/500); $y = round(($row->y-896000)/500); $charname = $row->name; $level = $row->level; $id = $row->id; $accountid = $row->account_id; $exec1="select guild_id from guild_member where pid='$id'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $guildid = $row->guild_id; $exec1="select name from guild where id='$guildid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $gildenname = $row->name; $exec1="select empire from player_index where id='$accountid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $empire = $row->empire; if($empire==1){$empire="rotes Reich";} if($empire==2){$empire="gelbes Reich";} if($empire==3){$empire="blaues Reich";} ?>
.
Name:
Level
Gilde:
Reich
Möglicher back link.
last_play; $year33 = substr($last_play,0,4); $month33 = substr($last_play,5,2); $day33 = substr($last_play,8,2); $hour33 = substr($last_play,11,2); $min33 = substr($last_play,14,2); if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10){ $x = round(($row->x-307200)/400); $y = round(($row->y-819200)/400); $charname = $row->name; $level = $row->level; $id = $row->id; $accountid = $row->account_id; $exec1="select guild_id from guild_member where pid='$id'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $guildid = $row->guild_id; $exec1="select name from guild where id='$guildid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $gildenname = $row->name; $exec1="select empire from player_index where id='$accountid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $empire = $row->empire; if($empire==1){$empire="rotes Reich";} if($empire==2){$empire="gelbes Reich";} if($empire==3){$empire="blaues Reich";} ?>
.
Name:
Level
Gilde:
Reich
Möglicher back link.
last_play; $year33 = substr($last_play,0,4); $month33 = substr($last_play,5,2); $day33 = substr($last_play,8,2); $hour33 = substr($last_play,11,2); $min33 = substr($last_play,14,2); if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10){ $x = round(($row->x-0)/500); $y = round(($row->y-102400)/500); $charname = $row->name; $level = $row->level; $id = $row->id; $accountid = $row->account_id; $exec1="select guild_id from guild_member where pid='$id'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $guildid = $row->guild_id; $exec1="select name from guild where id='$guildid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $gildenname = $row->name; $exec1="select empire from player_index where id='$accountid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $empire = $row->empire; if($empire==1){$empire="rotes Reich";} if($empire==2){$empire="gelbes Reich";} if($empire==3){$empire="blaues Reich";} ?>
.
Name:
Level
Gilde:
Reich
Möglicher back link.
last_play; $year33 = substr($last_play,0,4); $month33 = substr($last_play,5,2); $day33 = substr($last_play,8,2); $hour33 = substr($last_play,11,2); $min33 = substr($last_play,14,2); if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10){ $x = round(($row->x-102400)/400); $y = round(($row->y-204800)/400); $charname = $row->name; $level = $row->level; $id = $row->id; $accountid = $row->account_id; $exec1="select guild_id from guild_member where pid='$id'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $guildid = $row->guild_id; $exec1="select name from guild where id='$guildid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $gildenname = $row->name; $exec1="select empire from player_index where id='$accountid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $empire = $row->empire; if($empire==1){$empire="rotes Reich";} if($empire==2){$empire="gelbes Reich";} if($empire==3){$empire="blaues Reich";} ?>
.
Name:
Level
Gilde:
Reich
Möglicher back link.
last_play; $year33 = substr($last_play,0,4); $month33 = substr($last_play,5,2); $day33 = substr($last_play,8,2); $hour33 = substr($last_play,11,2); $min33 = substr($last_play,14,2); if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10){ $x = round(($row->x-256000)/600); $y = round(($row->y-665600)/600); $charname = $row->name; $level = $row->level; $id = $row->id; $accountid = $row->account_id; $exec1="select guild_id from guild_member where pid='$id'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $guildid = $row->guild_id; $exec1="select name from guild where id='$guildid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $gildenname = $row->name; $exec1="select empire from player_index where id='$accountid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $empire = $row->empire; if($empire==1){$empire="rotes Reich";} if($empire==2){$empire="gelbes Reich";} if($empire==3){$empire="blaues Reich";} ?>
.
Name:
Level
Gilde:
Reich
Möglicher back link.
last_play; $year33 = substr($last_play,0,4); $month33 = substr($last_play,5,2); $day33 = substr($last_play,8,2); $hour33 = substr($last_play,11,2); $min33 = substr($last_play,14,2); if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10){ $x = round(($row->x-358400)/600); $y = round(($row->y-153600)/600); $charname = $row->name; $level = $row->level; $id = $row->id; $accountid = $row->account_id; $exec1="select guild_id from guild_member where pid='$id'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $guildid = $row->guild_id; $exec1="select name from guild where id='$guildid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $gildenname = $row->name; $exec1="select empire from player_index where id='$accountid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $empire = $row->empire; if($empire==1){$empire="rotes Reich";} if($empire==2){$empire="gelbes Reich";} if($empire==3){$empire="blaues Reich";} ?>
.
Name:
Level
Gilde:
Reich
Möglicher back link.
last_play; $year33 = substr($last_play,0,4); $month33 = substr($last_play,5,2); $day33 = substr($last_play,8,2); $hour33 = substr($last_play,11,2); $min33 = substr($last_play,14,2); if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10){ $x = round(($row->x-204800)/600); $y = round(($row->y-486400)/600); $charname = $row->name; $level = $row->level; $id = $row->id; $accountid = $row->account_id; $exec1="select guild_id from guild_member where pid='$id'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $guildid = $row->guild_id; $exec1="select name from guild where id='$guildid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $gildenname = $row->name; $exec1="select empire from player_index where id='$accountid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $empire = $row->empire; if($empire==1){$empire="rotes Reich";} if($empire==2){$empire="gelbes Reich";} if($empire==3){$empire="blaues Reich";} ?>
.
Name:
Level
Gilde:
Reich
Möglicher back link.
last_play; $year33 = substr($last_play,0,4); $month33 = substr($last_play,5,2); $day33 = substr($last_play,8,2); $hour33 = substr($last_play,11,2); $min33 = substr($last_play,14,2); if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10){ $x = round(($row->x-588800)/600); $y = round(($row->y-614400)/600); $charname = $row->name; $level = $row->level; $id = $row->id; $accountid = $row->account_id; $exec1="select guild_id from guild_member where pid='$id'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $guildid = $row->guild_id; $exec1="select name from guild where id='$guildid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $gildenname = $row->name; $exec1="select empire from player_index where id='$accountid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $empire = $row->empire; if($empire==1){$empire="rotes Reich";} if($empire==2){$empire="gelbes Reich";} if($empire==3){$empire="blaues Reich";} ?>
.
Name:
Level
Gilde:
Reich
Möglicher back link.
last_play; $year33 = substr($last_play,0,4); $month33 = substr($last_play,5,2); $day33 = substr($last_play,8,2); $hour33 = substr($last_play,11,2); $min33 = substr($last_play,14,2); if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10){ $x = round(($row->x-537600)/400); $y = round(($row->y-51200)/400); $charname = $row->name; $level = $row->level; $id = $row->id; $accountid = $row->account_id; $exec1="select guild_id from guild_member where pid='$id'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $guildid = $row->guild_id; $exec1="select name from guild where id='$guildid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $gildenname = $row->name; $exec1="select empire from player_index where id='$accountid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $empire = $row->empire; if($empire==1){$empire="rotes Reich";} if($empire==2){$empire="gelbes Reich";} if($empire==3){$empire="blaues Reich";} ?>
.
Name:
Level
Gilde:
Reich
|
|
|
04/23/2010, 20:29
|
#47
|
elite*gold: 41
Join Date: Oct 2007
Posts: 1,950
Received Thanks: 3,120
|
Quote:
Originally Posted by gael1509
bei mir komt das
---------------------------------------------
last_play; $year33 = substr($last_play,0,4); $month33 = substr($last_play,5,2); $day33 = substr($last_play,8,2); if($year33 == $year1 and $month12 == $month33 and $day == $day33){ $dayonline = $dayonline+1; }else{} } //################################################## ################################################## ############ $exec="select map_index,last_play from player"; $result=mysql_query($exec); while($row = mysql_fetch_object($result)) { $last_play = $row->last_play; $year33 = substr($last_play,0,4); $month33 = substr($last_play,5,2); $day33 = substr($last_play,8,2); $hour33 = substr($last_play,11,2); $min33 = substr($last_play,14,2); $map = $row->map_index; if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10){ $currentonline = $currentonline+1; }else{} if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map < 6){ $currentonlinered = $currentonlinered+1; }else{} if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map > 20 and $map < 26){ $currentonlineyel = $currentonlineyel+1; }else{} if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map > 40 and $map < 46){ $currentonlineblue = $currentonlineblue+1; }else{} if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map == 61){ $currentonlineeis = $currentonlineeis+1; }else{} if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map == 62){ $currentonlinefeuer = $currentonlinefeuer+1; }else{} if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map == 63){ $currentonlinewueste = $currentonlinewueste+1; }else{} if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map == 64){ $currentonlineot = $currentonlineot+1; }else{} if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map == 66){ $currentonlinedt = $currentonlinedt+1; }else{} if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map == 67){ $currentonlinegw = $currentonlinegw+1; }else{} if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map == 68){ $currentonlinerw = $currentonlinerw+1; }else{} if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map == 104){ $currentonlinesd = $currentonlinesd+1; }else{} if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map == 65){ $currentonlinetempel = $currentonlinetempel+1; }else{} } ?>
Heute waren bisher Spieler online.
Im moment sind Spieler online.
Blaues Reich
Rotes Reich
Gelbes Reich
Orktal
Eisland
Wüste
Feuerland
Tempel
last_play; $year33 = substr($last_play,0,4); $month33 = substr($last_play,5,2); $day33 = substr($last_play,8,2); $hour33 = substr($last_play,11,2); $min33 = substr($last_play,14,2); if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10){ $x = round(($row->x-921600)/500); $y = round(($row->y-204800)/500); $charname = $row->name; $level = $row->level; $id = $row->id; $accountid = $row->account_id; $exec1="select guild_id from guild_member where pid='$id'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $guildid = $row->guild_id; $exec1="select name from guild where id='$guildid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $gildenname = $row->name; $exec1="select empire from player_index where id='$accountid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $empire = $row->empire; if($empire==1){$empire="rotes Reich";} if($empire==2){$empire="gelbes Reich";} if($empire==3){$empire="blaues Reich";} ?>
.
Name:
Level
Gilde:
Reich
Möglicher back link.
last_play; $year33 = substr($last_play,0,4); $month33 = substr($last_play,5,2); $day33 = substr($last_play,8,2); $hour33 = substr($last_play,11,2); $min33 = substr($last_play,14,2); if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10){ $x = round(($row->x-819200)/400); $y = round(($row->y-204800)/400); $charname = $row->name; $level = $row->level; $id = $row->id; $accountid = $row->account_id; $exec1="select guild_id from guild_member where pid='$id'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $guildid = $row->guild_id; $exec1="select name from guild where id='$guildid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $gildenname = $row->name; $exec1="select empire from player_index where id='$accountid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $empire = $row->empire; if($empire==1){$empire="rotes Reich";} if($empire==2){$empire="gelbes Reich";} if($empire==3){$empire="blaues Reich";} ?>
.
Name:
Level
Gilde:
Reich
Möglicher back link.
last_play; $year33 = substr($last_play,0,4); $month33 = substr($last_play,5,2); $day33 = substr($last_play,8,2); $hour33 = substr($last_play,11,2); $min33 = substr($last_play,14,2); if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10){ $x = round(($row->x-409600)/500); $y = round(($row->y-896000)/500); $charname = $row->name; $level = $row->level; $id = $row->id; $accountid = $row->account_id; $exec1="select guild_id from guild_member where pid='$id'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $guildid = $row->guild_id; $exec1="select name from guild where id='$guildid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $gildenname = $row->name; $exec1="select empire from player_index where id='$accountid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $empire = $row->empire; if($empire==1){$empire="rotes Reich";} if($empire==2){$empire="gelbes Reich";} if($empire==3){$empire="blaues Reich";} ?>
.
Name:
Level
Gilde:
Reich
Möglicher back link.
last_play; $year33 = substr($last_play,0,4); $month33 = substr($last_play,5,2); $day33 = substr($last_play,8,2); $hour33 = substr($last_play,11,2); $min33 = substr($last_play,14,2); if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10){ $x = round(($row->x-307200)/400); $y = round(($row->y-819200)/400); $charname = $row->name; $level = $row->level; $id = $row->id; $accountid = $row->account_id; $exec1="select guild_id from guild_member where pid='$id'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $guildid = $row->guild_id; $exec1="select name from guild where id='$guildid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $gildenname = $row->name; $exec1="select empire from player_index where id='$accountid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $empire = $row->empire; if($empire==1){$empire="rotes Reich";} if($empire==2){$empire="gelbes Reich";} if($empire==3){$empire="blaues Reich";} ?>
.
Name:
Level
Gilde:
Reich
Möglicher back link.
last_play; $year33 = substr($last_play,0,4); $month33 = substr($last_play,5,2); $day33 = substr($last_play,8,2); $hour33 = substr($last_play,11,2); $min33 = substr($last_play,14,2); if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10){ $x = round(($row->x-0)/500); $y = round(($row->y-102400)/500); $charname = $row->name; $level = $row->level; $id = $row->id; $accountid = $row->account_id; $exec1="select guild_id from guild_member where pid='$id'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $guildid = $row->guild_id; $exec1="select name from guild where id='$guildid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $gildenname = $row->name; $exec1="select empire from player_index where id='$accountid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $empire = $row->empire; if($empire==1){$empire="rotes Reich";} if($empire==2){$empire="gelbes Reich";} if($empire==3){$empire="blaues Reich";} ?>
.
Name:
Level
Gilde:
Reich
Möglicher back link.
last_play; $year33 = substr($last_play,0,4); $month33 = substr($last_play,5,2); $day33 = substr($last_play,8,2); $hour33 = substr($last_play,11,2); $min33 = substr($last_play,14,2); if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10){ $x = round(($row->x-102400)/400); $y = round(($row->y-204800)/400); $charname = $row->name; $level = $row->level; $id = $row->id; $accountid = $row->account_id; $exec1="select guild_id from guild_member where pid='$id'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $guildid = $row->guild_id; $exec1="select name from guild where id='$guildid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $gildenname = $row->name; $exec1="select empire from player_index where id='$accountid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $empire = $row->empire; if($empire==1){$empire="rotes Reich";} if($empire==2){$empire="gelbes Reich";} if($empire==3){$empire="blaues Reich";} ?>
.
Name:
Level
Gilde:
Reich
Möglicher back link.
last_play; $year33 = substr($last_play,0,4); $month33 = substr($last_play,5,2); $day33 = substr($last_play,8,2); $hour33 = substr($last_play,11,2); $min33 = substr($last_play,14,2); if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10){ $x = round(($row->x-256000)/600); $y = round(($row->y-665600)/600); $charname = $row->name; $level = $row->level; $id = $row->id; $accountid = $row->account_id; $exec1="select guild_id from guild_member where pid='$id'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $guildid = $row->guild_id; $exec1="select name from guild where id='$guildid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $gildenname = $row->name; $exec1="select empire from player_index where id='$accountid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $empire = $row->empire; if($empire==1){$empire="rotes Reich";} if($empire==2){$empire="gelbes Reich";} if($empire==3){$empire="blaues Reich";} ?>
.
Name:
Level
Gilde:
Reich
Möglicher back link.
last_play; $year33 = substr($last_play,0,4); $month33 = substr($last_play,5,2); $day33 = substr($last_play,8,2); $hour33 = substr($last_play,11,2); $min33 = substr($last_play,14,2); if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10){ $x = round(($row->x-358400)/600); $y = round(($row->y-153600)/600); $charname = $row->name; $level = $row->level; $id = $row->id; $accountid = $row->account_id; $exec1="select guild_id from guild_member where pid='$id'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $guildid = $row->guild_id; $exec1="select name from guild where id='$guildid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $gildenname = $row->name; $exec1="select empire from player_index where id='$accountid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $empire = $row->empire; if($empire==1){$empire="rotes Reich";} if($empire==2){$empire="gelbes Reich";} if($empire==3){$empire="blaues Reich";} ?>
.
Name:
Level
Gilde:
Reich
Möglicher back link.
last_play; $year33 = substr($last_play,0,4); $month33 = substr($last_play,5,2); $day33 = substr($last_play,8,2); $hour33 = substr($last_play,11,2); $min33 = substr($last_play,14,2); if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10){ $x = round(($row->x-204800)/600); $y = round(($row->y-486400)/600); $charname = $row->name; $level = $row->level; $id = $row->id; $accountid = $row->account_id; $exec1="select guild_id from guild_member where pid='$id'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $guildid = $row->guild_id; $exec1="select name from guild where id='$guildid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $gildenname = $row->name; $exec1="select empire from player_index where id='$accountid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $empire = $row->empire; if($empire==1){$empire="rotes Reich";} if($empire==2){$empire="gelbes Reich";} if($empire==3){$empire="blaues Reich";} ?>
.
Name:
Level
Gilde:
Reich
Möglicher back link.
last_play; $year33 = substr($last_play,0,4); $month33 = substr($last_play,5,2); $day33 = substr($last_play,8,2); $hour33 = substr($last_play,11,2); $min33 = substr($last_play,14,2); if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10){ $x = round(($row->x-588800)/600); $y = round(($row->y-614400)/600); $charname = $row->name; $level = $row->level; $id = $row->id; $accountid = $row->account_id; $exec1="select guild_id from guild_member where pid='$id'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $guildid = $row->guild_id; $exec1="select name from guild where id='$guildid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $gildenname = $row->name; $exec1="select empire from player_index where id='$accountid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $empire = $row->empire; if($empire==1){$empire="rotes Reich";} if($empire==2){$empire="gelbes Reich";} if($empire==3){$empire="blaues Reich";} ?>
.
Name:
Level
Gilde:
Reich
Möglicher back link.
last_play; $year33 = substr($last_play,0,4); $month33 = substr($last_play,5,2); $day33 = substr($last_play,8,2); $hour33 = substr($last_play,11,2); $min33 = substr($last_play,14,2); if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10){ $x = round(($row->x-537600)/400); $y = round(($row->y-51200)/400); $charname = $row->name; $level = $row->level; $id = $row->id; $accountid = $row->account_id; $exec1="select guild_id from guild_member where pid='$id'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $guildid = $row->guild_id; $exec1="select name from guild where id='$guildid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $gildenname = $row->name; $exec1="select empire from player_index where id='$accountid'"; $result1=mysql_query($exec1); $row = mysql_fetch_object($result1); $empire = $row->empire; if($empire==1){$empire="rotes Reich";} if($empire==2){$empire="gelbes Reich";} if($empire==3){$empire="blaues Reich";} ?>
.
Name:
Level
Gilde:
Reich
|
Drücke "strg+h" im editor dann suche nach "<?" und ersetze durch "<?php"
dann alle ersetzen. speichern und sollte klappen :P
|
|
|
04/23/2010, 20:33
|
#48
|
elite*gold: 0
Join Date: Dec 2009
Posts: 484
Received Thanks: 95
|
geht auch net jetz komt das
-------------------------------------
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '2.0/DST' instead in C:\xampp\htdocs\maps\index.php on line 6
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '2.0/DST' instead in C:\xampp\htdocs\maps\index.php on line 7
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '2.0/DST' instead in C:\xampp\htdocs\maps\index.php on line 8
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '2.0/DST' instead in C:\xampp\htdocs\maps\index.php on line 9
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '2.0/DST' instead in C:\xampp\htdocs\maps\index.php on line 10
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '2.0/DST' instead in C:\xampp\htdocs\maps\index.php on line 11
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '2.0/DST' instead in C:\xampp\htdocs\maps\index.php on line 12
|
|
|
04/23/2010, 20:45
|
#49
|
elite*gold: 41
Join Date: Oct 2007
Posts: 1,950
Received Thanks: 3,120
|
doch es geht nur jetzt kommt ein anderer error  nutz die andere function steht doch eig wie dus beheben kannst wenn ich mich nicht irre :P
date() durch date_default_timezone_set() ersetzen teste mal oder so :P
|
|
|
04/23/2010, 20:49
|
#50
|
elite*gold: 0
Join Date: Dec 2009
Posts: 484
Received Thanks: 95
|
jetz das bin ich zu doof oder wat?
-_-
Warning: date_default_timezone_set() expects exactly 1 parameter, 2 given in C:\xampp\htdocs\maps\index.php on line 6
Warning: date_default_timezone_set() expects exactly 1 parameter, 2 given in C:\xampp\htdocs\maps\index.php on line 7
Warning: date_default_timezone_set() expects exactly 1 parameter, 2 given in C:\xampp\htdocs\maps\index.php on line 8
Warning: date_default_timezone_set() expects exactly 1 parameter, 2 given in C:\xampp\htdocs\maps\index.php on line 9
Warning: date_default_timezone_set() expects exactly 1 parameter, 2 given in C:\xampp\htdocs\maps\index.php on line 10
Warning: date_default_timezone_set() expects exactly 1 parameter, 2 given in C:\xampp\htdocs\maps\index.php on line 11
Warning: date_default_timezone_set() expects exactly 1 parameter, 2 given in C:\xampp\htdocs\maps\index.php on line 12
|
|
|
04/23/2010, 21:54
|
#51
|
elite*gold: 152
Join Date: Nov 2008
Posts: 1,369
Received Thanks: 2,233
|
schreib am anfang einfach mal das rein:
Quote:
|
date_default_timezone_set("Europe/London");
|
|
|
|
04/23/2010, 22:20
|
#52
|
elite*gold: 0
Join Date: Dec 2009
Posts: 484
Received Thanks: 95
|
immer noch das
kanst einen fertigen fur die ip 5.13.66.100 (5.13.66.185)
machen
id pw sind die standarten
Warning: date_default_timezone_set() expects exactly 1 parameter, 2 given in C:\xampp\htdocs\maps\index.php on line 7
Warning: date_default_timezone_set() expects exactly 1 parameter, 2 given in C:\xampp\htdocs\maps\index.php on line 8
Warning: date_default_timezone_set() expects exactly 1 parameter, 2 given in C:\xampp\htdocs\maps\index.php on line 9
Warning: date_default_timezone_set() expects exactly 1 parameter, 2 given in C:\xampp\htdocs\maps\index.php on line 10
Warning: date_default_timezone_set() expects exactly 1 parameter, 2 given in C:\xampp\htdocs\maps\index.php on line 11
Warning: date_default_timezone_set() expects exactly 1 parameter, 2 given in C:\xampp\htdocs\maps\index.php on line 12
|
|
|
04/24/2010, 10:45
|
#53
|
elite*gold: 41
Join Date: Oct 2007
Posts: 1,950
Received Thanks: 3,120
|
aber einmal ists jetzt weg oder nicht? vorher wars doch auch zeile 6 ^^
wua ich teste die func auch paar mal bei mir und gucke dann mal :/
|
|
|
04/24/2010, 10:53
|
#54
|
elite*gold: 0
Join Date: Dec 2009
Posts: 484
Received Thanks: 95
|
kanst mir eine dan hochladen wo man nur die ip und pw andern mus (so wie es meistens ist danke im vorraus)
|
|
|
07/17/2010, 14:48
|
#55
|
elite*gold: 0
Join Date: Jul 2010
Posts: 1,001
Received Thanks: 579
|
Gut erklärt, jedoch verstehe ich ned wie die ganze Dateien heißen sollen, und wo welche Datei hin soll..
|
|
|
09/01/2010, 12:19
|
#56
|
elite*gold: 50
Join Date: Dec 2009
Posts: 497
Received Thanks: 121
|
Hm kommt mir komisch vor.
Gabs da nicht auch nen werdernator script??????
|
|
|
04/29/2011, 20:06
|
#57
|
elite*gold: 0
Join Date: Aug 2010
Posts: 54
Received Thanks: 14
|
Copy
Code:
<?
require_once 'conn.php';
$i = 0;
$timestamp = time();
$year1 = date("Y",$timestamp);
$month12 = date("m",$timestamp);
$day = date("d",$timestamp);
$datum = date("d.m.Y",$timestamp);
$hour = date("H",$timestamp);
$min = date("i",$timestamp);
$uhrzeit = date("H:i:s",$timestamp);
$page = $_GET['page']; // linkbsp : test.de/index.php?page=index dann würde der untere inhalt angezeigt werden.
if($page=='index'){
$dayonline = 0;
$currentonline = 0;
$currentonlinered = 0;
$currentonlineyel = 0;
$currentonlineblue = 0;
$currentonlineeis = 0;
$currentonlinefeuer = 0;
$currentonlinewueste = 0;
$currentonlineot = 0;
$currentonlinedt = 0;
$currentonlinegw = 0;
$currentonlinerw = 0;
$currentonlinesd = 0;
$currentonlinetempel = 0;
//################################################################################################################
require_once 'conn.php';
mysql_select_db("player");
$exec="select id from player";
$result=mysql_query($exec);
$numplayer = mysql_numrows($result);
//################################################################################################################
$exec="select id,last_play from player";
$result=mysql_query($exec);
while($row = mysql_fetch_object($result))
{
$last_play = $row->last_play;
$year33 = substr($last_play,0,4);
$month33 = substr($last_play,5,2);
$day33 = substr($last_play,8,2);
if($year33 == $year1 and $month12 == $month33 and $day == $day33){
$dayonline = $dayonline+1;
}else{}
}
//################################################################################################################
$exec="select map_index,last_play from player";
$result=mysql_query($exec);
while($row = mysql_fetch_object($result))
{
$last_play = $row->last_play;
$year33 = substr($last_play,0,4);
$month33 = substr($last_play,5,2);
$day33 = substr($last_play,8,2);
$hour33 = substr($last_play,11,2);
$min33 = substr($last_play,14,2);
$map = $row->map_index;
if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10){
$currentonline = $currentonline+1;
}else{}
if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map < 6){
$currentonlinered = $currentonlinered+1;
}else{}
if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map > 20 and $map < 26){
$currentonlineyel = $currentonlineyel+1;
}else{}
if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map > 40 and $map < 46){
$currentonlineblue = $currentonlineblue+1;
}else{}
if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map == 61){
$currentonlineeis = $currentonlineeis+1;
}else{}
if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map == 62){
$currentonlinefeuer = $currentonlinefeuer+1;
}else{}
if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map == 63){
$currentonlinewueste = $currentonlinewueste+1;
}else{}
if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map == 64){
$currentonlineot = $currentonlineot+1;
}else{}
if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map == 66){
$currentonlinedt = $currentonlinedt+1;
}else{}
if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map == 67){
$currentonlinegw = $currentonlinegw+1;
}else{}
if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map == 68){
$currentonlinerw = $currentonlinerw+1;
}else{}
if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map == 104){
$currentonlinesd = $currentonlinesd+1;
}else{}
if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map == 65){
$currentonlinetempel = $currentonlinetempel+1;
}else{}
}
?>
<center>
<a href="map.php?page=rot1"><img src="Rot1.png" border="0" /></a>
<a href="map.php?page=rot2"><img src="Rot1.png" border="0" /></a>
<!-- Kann ausgebaut werden.-->
<br>
<table width="278" border="0">
<tr>
<td width="268" colspan="2"><p>Heute waren bisher <? echo $dayonline ?> Spieler online.</p>
<p>Im moment sind <? echo $currentonline ?> Spieler online.</p>
<table width="200" border="0" align="center">
<tr>
<td width="113">Blaues Reich</td>
<td width="71"><? echo $currentonlineblue ?></td>
</tr>
<tr>
<td>Rotes Reich</td>
<td><? echo $currentonlinered ?></td>
</tr>
<tr>
<td>Gelbes Reich</td>
<td><? echo $currentonlineyel ?></td>
</tr>
<tr>
<td>Orktal</td>
<td><? echo $currentonlineot ?></td>
</tr>
<tr>
<td>Eisland</td>
<td><? echo $currentonlineeis ?></td>
</tr>
<tr>
<td>Wüste</td>
<td><? echo $currentonlinewueste ?></td>
</tr>
<tr>
<td>Feuerland</td>
<td><? echo $currentonlinefeuer ?></td>
</tr>
<tr>
<td>Tempel</td>
<td><? echo $currentonlinetempel ?></td>
</tr>
</table>
<p> </p></td>
</tr>
</table>
</center>
<center>
<?
}
?>
No found and me delte lines.
Code:
<?
require_once 'conn.php';
$i = 0;
$timestamp = time();
$year1 = date("Y",$timestamp);
$month12 = date("m",$timestamp);
$day = date("d",$timestamp);
$datum = date("d.m.Y",$timestamp);
$hour = date("H",$timestamp);
$min = date("i",$timestamp);
$uhrzeit = date("H:i:s",$timestamp);
$dayonline = 0;
$currentonline = 0;
$currentonlinered = 0;
$currentonlineyel = 0;
$currentonlineblue = 0;
$currentonlineeis = 0;
$currentonlinefeuer = 0;
$currentonlinewueste = 0;
$currentonlineot = 0;
$currentonlinedt = 0;
$currentonlinegw = 0;
$currentonlinerw = 0;
$currentonlinesd = 0;
$currentonlinetempel = 0;
//################################################################################################################
require_once 'conn.php';
mysql_select_db("player");
$exec="select id from player";
$result=mysql_query($exec);
$numplayer = mysql_numrows($result);
//################################################################################################################
$exec="select id,last_play from player";
$result=mysql_query($exec);
while($row = mysql_fetch_object($result))
{
$last_play = $row->last_play;
$year33 = substr($last_play,0,4);
$month33 = substr($last_play,5,2);
$day33 = substr($last_play,8,2);
if($year33 == $year1 and $month12 == $month33 and $day == $day33){
$dayonline = $dayonline+1;
}else{}
}
//################################################################################################################
$exec="select map_index,last_play from player";
$result=mysql_query($exec);
while($row = mysql_fetch_object($result))
{
$last_play = $row->last_play;
$year33 = substr($last_play,0,4);
$month33 = substr($last_play,5,2);
$day33 = substr($last_play,8,2);
$hour33 = substr($last_play,11,2);
$min33 = substr($last_play,14,2);
$map = $row->map_index;
if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10){
$currentonline = $currentonline+1;
}else{}
if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map < 6){
$currentonlinered = $currentonlinered+1;
}else{}
if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map > 20 and $map < 26){
$currentonlineyel = $currentonlineyel+1;
}else{}
if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map > 40 and $map < 46){
$currentonlineblue = $currentonlineblue+1;
}else{}
if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map == 61){
$currentonlineeis = $currentonlineeis+1;
}else{}
if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map == 62){
$currentonlinefeuer = $currentonlinefeuer+1;
}else{}
if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map == 63){
$currentonlinewueste = $currentonlinewueste+1;
}else{}
if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map == 64){
$currentonlineot = $currentonlineot+1;
}else{}
if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map == 66){
$currentonlinedt = $currentonlinedt+1;
}else{}
if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map == 67){
$currentonlinegw = $currentonlinegw+1;
}else{}
if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map == 68){
$currentonlinerw = $currentonlinerw+1;
}else{}
if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map == 104){
$currentonlinesd = $currentonlinesd+1;
}else{}
if($year33 == $year1 and $month12 == $month33 and $day == $day33 and $hour33 == $hour and $min33 > $min-10 and $map == 65){
$currentonlinetempel = $currentonlinetempel+1;
}else{}
}
?>
<center>
<a href="map.php?page=rot1"><img src="Rot1.png" border="0" /></a>
<a href="map.php?page=rot2"><img src="Rot1.png" border="0" /></a>
<!-- Kann ausgebaut werden.-->
<br>
<table width="278" border="0">
<tr>
<td width="268" colspan="2"><p>Heute waren bisher <? echo $dayonline ?> Spieler online.</p>
<p>Im moment sind <? echo $currentonline ?> Spieler online.</p>
<table width="200" border="0" align="center">
<tr>
<td width="113">Blaues Reich</td>
<td width="71"><? echo $currentonlineblue ?></td>
</tr>
<tr>
<td>Rotes Reich</td>
<td><? echo $currentonlinered ?></td>
</tr>
<tr>
<td>Gelbes Reich</td>
<td><? echo $currentonlineyel ?></td>
</tr>
<tr>
<td>Orktal</td>
<td><? echo $currentonlineot ?></td>
</tr>
<tr>
<td>Eisland</td>
<td><? echo $currentonlineeis ?></td>
</tr>
<tr>
<td>Wüste</td>
<td><? echo $currentonlinewueste ?></td>
</tr>
<tr>
<td>Feuerland</td>
<td><? echo $currentonlinefeuer ?></td>
</tr>
<tr>
<td>Tempel</td>
<td><? echo $currentonlinetempel ?></td>
</tr>
</table>
<p> </p></td>
</tr>
</table>
</center>
<center>
No found
User online day 1
User online red 0
User online blue 0
etc etc :S
|
|
|
 |
|
Similar Threads
|
[Release] Faust Addon, This addon is gonna kill u
04/28/2010 - WoW Exploits, Hacks, Tools & Macros - 29 Replies
hiho. I made a little addon which will make your wow unable to connect to any server after it was run once. If you are now thinking about why someone made an addon that crashes your wow: sent some1 you dont like... or make him type: /script ConsoleExec("decorateAccountName 1")
here is the addon. have fun :D
Download
hell
ps. pls dont move it to addons section since its not a "normal" addon
|
[PLReleased]Polen haben worldmap released
03/22/2010 - Metin2 Private Server - 2 Replies
ich glaube zumindestens das die polen grad ne worldmap released haben der orginal Thread:
Ziemie Gildi Takie Jak Na Pl Gotowy Plik - MPC Forum - Cheaty, Boty, Bugi, Hacki do gier online
wenn ihr ihn haben wollt müsst ihr euch im mpc-forum anmelden
es kanna uch was anderes sein bin mirr nicht sicher deswegen farg ich euch^^
|
[Release]Worldmap
03/10/2010 - Metin2 PServer Guides & Strategies - 16 Replies
Hi
hab 2 scripte gemacht
1. mit server-seid cords (settings.txt)
2. mit client-seit cords (atlasinfo.txt)
das interresante daran ist
dass sich client und server cords unterscheiden
wichtig sind aber hauptsächlich die client-side cords
ich bin mir aber nicht ganz sicher ob ich die größe der maps richtig berechnet habe
|
[Suche] US-Amerikanische Worldmap-Texturen von Kalimdor und Östliche Königreiche
06/21/2009 - World of Warcraft - 0 Replies
Hi;
ich habe auf ein paar Bilder gesehen, dass seit 3.x.x die Kontinente Kalimdor und Östliche Königreiche auf der Weltkarte zu den Alpha Versionen geändert wurden, dies allerdings nur beim US-Client. Und ich hätte die gerne, besitze aber den US-Client nicht.
Kann einer, der den US-Clienten besitzt, mir die Dateien extrahieren und dann zu schicken? Sendet mir einfach eine PN, dann gibts meine e-Mail Adresse, und dann könnt ihr das ganze gezippt/gerart/ge-7zippt los schicken.^^
Hier...
|
suche namens änderungs addon =) / look for name change addon =)
01/13/2008 - World of Warcraft - 13 Replies
Hi
ich hatte mal ein addon was die deutschen namen wieder englisch macht. ich will aber keinen englischen client haben weil mein englisch dafür nicht reicht. ich hab aber wow gelöscht und wieder installiert. ich brauch dieses addon BITTE ich werde bei namen wie "sturmwind" oder "schlingendorntall" bekloppt =P.
hi
i had an addon that change the german names to the english names. i don't want to have the english client because my english is too bad for this. i have uninstall wow and...
|
All times are GMT +1. The time now is 16:49.
|
|