$elem) echo ++$n.": $k => $elem
"; // No Caching... header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); header("Last-Modified: " . gmdate("D, d M Y H:i:s") ." GMT"); header("Cache-Control: no-cache"); header("Pragma: no-cache"); header("Cache-Control: post-check=0, pre-check=0"); // sent data compressed ...!!! //ob_start("ob_gzhandler"); import_request_variables("gp"); //// Configure... if(file_exists("hocup.def")) // read hocup definitions include("hocup.def"); else { // total number of regular teams $nteams = 60; // total number of regular groups $ngroups = 10; // Group names (including add. replacement group) $G=array("A","B","C","D","E","F","G","H","I","J","R"); // HT season $Season="??"; // date for deadline countdown $day = 0; // Day of the countdown $month = 0; // Month of the countdown $year = 0; // Year of the countdown $hour = 0; // Hour of the countdown $minute = 0; // Minute of the countdown $second = 0; // Second of the countdown // start of HO-Cup $CupDate="Month ??th, ????"; $CupDatum="??. Month ????"; // end of group stage $KODate="??-mon"; $KODatum="??. Month"; // final date $Final="??/??-mon-yr"; $Finale="??. oder ??. Month ??"; //forum address and registration topic $Forum="http://www.wow-auctions.net/ho/phpBB2/"; $Topic=0; } // default file names if(!isset($inputfile)) $inputfile="hocup.dat"; if(!isset($outputfile)) $outputfile="hocup.dat"; //// End of Configure! // language if(isset($lang)) setlocale("LC_TIME",$lang); // sometimes this is NOT set??? Browser dependent...? IExplorer? $maxdata = $_POST['maxdata']; if(!isset($maxdata)) $maxdata=0; // remember logged in HT server session_start(); if(!isset($Server) && isset($_SESSION["Server"])) $Server=$_SESSION["Server"]; if(isset($Server)) $_SESSION["Server"]=$Server; if(!isset($maxServer)) $maxServer=20; // password check? $md5pwd= "833037040d08c7741b68d89c552be47b"; $write = FALSE; $action = $_SERVER['PHP_SELF']; if(isset($Passwort)) { if(md5($Passwort) === $md5pwd) { echo "*** Passwort korrekt. SCHREIBMODUS AKTIV...***"; $write = TRUE; $action = $_SERVER['PHP_SELF']."?Passwort=".$Passwort; } else echo "*** FALSCHES Passwort!!! $Passwort ***"; } // write to team list if($write && isset($Name) && $Name != "") { if ( file_exists($outputfile) ) { if ( $datei=fopen($outputfile,"a") ) { flock($datei,2); $maxdata=$maxdata+1; if($maxdata<10) $teaminfo=array("0".$maxdata,$Name,$Manager,$ID,$League,$Country,$Comment,"\n"); else $teaminfo=array($maxdata,$Name,$Manager,$ID,$League,$Country,$Comment,"\n"); $output=implode("|",$teaminfo); fwrite($datei,$output); fclose($datei); } else echo "
Could not open File $outputfile!"; } else echo "
File $outputfile not found!"; } ?> The HO!-Cup Pages

The HO!-Cup (season )

A Hattrick Friendly Cup for the Members of the Hattrick Organizer Discussion >Forum!

".$G[$N]."\n"; else echo "\n"; ?>
Group Stage: ".$G[$N]."
Group is the Mini-Cup for the replacement teams and not part of the regular HO!-Cup!

Ranking

0) { $format = "last update: %m/%d/%y %I:%M %p

\n"; echo strftime($format,filemtime("Tabelle.".$LastStage)); } ?> Previous seasons: 21 22 23        Hall Of Fame


Questions/Fragen: HT-mail / PM @ RAGtime / qzmann
4.0) && (float_val(substr(stristr($userBrowser, "Mozilla"),8, 3)) < 5.0)); /* The first value of the substr() function determines after how characters the sub-string starts and latter defines the length of the sub-string. If in the end of the searched string would be empty space or character they are not harmful because that possibility has been taken account. It is not necessary to check tha value by using the ctype_digit() function. */ //echo "
Internet-Browser: $userBrowser
==> MSIE=$MSIE Opera=$Opera Moz4=$Moz4 Gecko=$Gecko NN4=$NN4 Moz4all=$Moz4All "; if($seconds<0) echo "

Sorry, too late. The DEADLINE has been expired already!

"; else { // Das get immer, da reines php! if($NN4 || $Moz4all || ($Moz4 && !$MSIE)) echo "

Es waren grade eben noch $days Tage, $hours Stunden, $minutes Minuten und $seconds Sekunden bis zur DEADLINE!!!

"; //... Aber Live-Counter ist cooler... (JS&PHP, aber: Nicht mit Netscape <5!) else echo "

Only seconds left until DEADLINE!!!

"; //echo "

Replacement players NEEDED for TOMORROW!!!

"; } echo "\n

\n"; if($write) { echo "

\n"; echo "Team Name: \n"; echo "Manager:
\n"; echo "Team ID: \n"; echo "Liga/Series: \n"; echo "Land/Country:
\n"; echo "Kommentar/Comment:

\n"; echo "
\n"; echo "


\n"; } echo "

"; echo "Teams which participated the last 3 times will be set automatically!"; $tablefile=$inputfile; $darklines=$nteams; include("readtable.php"); $maxdata=$tabledata; echo "\n"; $frei=$nteams-$maxdata; if($frei > 20) echo "

Noch $frei Plätze frei!

"; else if($frei > 10) echo "

Nur noch $frei Plätze frei!

"; else if($frei > 5) echo "

NUR NOCH $frei PLÄTZE FREI!

"; else if($frei > 0) { echo "

NUR NOCH $frei REGULÄRE PLÄTZ(E) FREI!!!

"; echo "

ONLY $frei REGULAR POSITION(S) LEFT!!!

"; } else { if($seconds>0) { echo "

SORRY, NO MORE REGULAR PLACES LEFT!

"; echo "

".min(-$frei,10)." teams are playing in the replacement group R... but maybe...

"; } else echo "

SORRY, THE CUP IS RUNNING ALREADY!

"; } echo "
"; // no display, just count $style=0; // referer of THIS page $ref = $_SERVER['REQUEST_URI']; $referer = (isset($ref) && $ref != '/') ? $ref : "Direct Request"; include("counter.php"); ?>