r602 - trunk/web/include
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Tue Feb 28 19:19:31 EST 2006
Author: floam
Date: 2006-02-28 19:19:31 -0500 (Tue, 28 Feb 2006)
New Revision: 602
Modified:
trunk/web/include/getdata.php
Log:
yay. it did.
Modified: trunk/web/include/getdata.php
===================================================================
--- trunk/web/include/getdata.php 2006-03-01 00:16:24 UTC (rev 601)
+++ trunk/web/include/getdata.php 2006-03-01 00:19:31 UTC (rev 602)
@@ -1,19 +1,21 @@
<?php
-echo $_POST['agree'];
+
switch ($_POST['agree']) {
- case "0":
+ case "I Agree":
$html = "<h2>KEINE DATEN FÜR SIE!</h2>
<p>You'll need to agree to the EULA if you want the
updated data.</p>"; //nazi-german for "NO DATA FOR YOU!"
break;
- case "1":
+ case "I Do Not Agree":
$html = "<h2>You agree!</h2>
- <p>Good for you. Click here to download a tarball
- with the new data <tt>pk3</tt>s.</p>";
+ <p>Good for you. You can
+ <a href=\"http://www.icculus.org/~zakk/quake3-latest-pk3s.zip\">
+ download the <tt>pk3</tt>s</a> now.</p>";
break;
default:
- $html = "
+ $html = "<p>Newer <tt>pk3</tt> files from id pointrelease patches
+ are required to play Quake III: Arena on icculus.org/quake3.</p>
<h2>EULA</h2>
<p>In order for us to distribute the updated pk3 files from id
Software, you need to agree to their EULA. Read through it, then click Agree if
More information about the quake3-commits
mailing list