mirror of
https://git.code.sf.net/p/quake/website
synced 2025-03-13 21:21:59 +00:00
generated file sizes for the shareware dls
This commit is contained in:
parent
05797ac079
commit
06ef2a40c7
1 changed files with 10 additions and 2 deletions
12
files.php
12
files.php
|
@ -53,8 +53,16 @@
|
|||
Win32 QuakeForge binaries compiled using Borland C++ can be found <a href="http://personal.inet.fi/cool/quake1/">here</a>.
|
||||
|
||||
<H4>Quake Shareware files</H4>
|
||||
<A href="files/quake106.zip">Quake v1.06 (8.7MB)</A><BR>
|
||||
<A href="files/quake_sw.tar.gz">quake_sw.tar.gz w/ .exes and .dlls removed (8.3MB)</A>
|
||||
<A href="files/quake106.zip">Quake v1.06
|
||||
<?
|
||||
$size = filesize("files/quake106.zip"); $size /* 1024;
|
||||
echo '(' . round($size) . ' KB)</A><BR>';
|
||||
?>
|
||||
<A href="files/quake_sw.tar.gz">quake_sw.tar.gz without .exes or .dlls
|
||||
<?
|
||||
$size = filesize("files/quake_sw.tar.gz"); $size /* 1024;
|
||||
echo '(' . round($size) . ' KB)</A><BR>';
|
||||
?>
|
||||
|
||||
<H4>Miscellaneous Files</H4>
|
||||
Grab Taniwha's pak util replacement <a href="http://www.taniwha.org/">here.</a>
|
||||
|
|
Loading…
Reference in a new issue