Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
DSLan Ranglisten/Statistiken/etc neu Berrechen
#19
PHP Code:
<?php
include("../include.inc.php");
if (empty(
$_GET)) {
echo 
"Öffne localhost/reload/index.php?done";
}
if (isset(
$_GET['done'])) {
reload_all_village_points();
reload_all_player_points();
reload_all_ally_points();
reload_ally_rangs();
reload_player_rangs(); 
reload_kill_player();
echo 
"Alles wurde aktuellisiert";
Header("Location: index.php?done"); 
}
?>

so geht es
PHP Code:
Header("Location: index.php?done"); 

Habs oben eingebaut
✝ RiP 
Weiter geht's  Cool
Reply


Messages In This Thread
RE: DSLan Ranglisten/Statistiken/etc neu Berrechen - by Milu2K - 15.02.2009, 09:51



Users browsing this thread: 1 Guest(s)