function auslesen($id)
{
$idvalue=FALSE;
$datei ="data/counter.txt";
if (file_exists($datei))
{
$file=file($datei);
$datei = fopen($datei, "r");
foreach ($file as $line)
{
$exp_line = explode("|", $line);
if ($exp_line[0] == $id)
{
$idvalue=TRUE;
$counter=$exp_line[1];
$date=$exp_line[2];
$time=$exp_line[3];
fclose($datei);
echo "$counter Download(s) - letzter: $date - $time Uhr";
}
}
if ($idvalue==FALSE)
{
echo "noch keine downloads";
}
}
else
{
echo "noch keine downloads";
}
}?>
Acromus' SE Mods
Here are a few Mods from me, for you.
Readme files with installation instruction are included in the download files.
Basically: Extract them to your Gore Main Folder if not stated differently
Boondock Pistol

* Romeo's Pistols from The Boondock Saints 2: All Saints Day
Download:
Boondock_Pistol.zip
auslesen("Boondock_Pistol");?>
Vision HUD - viHUD v1

* Improved Ammo Icons - the old ones were blurry, the new ones are sharp and clear
* Health Bar - you can now see your Health more visual
* Ammo Display - 1 useless number less to worry about
* NOTE: The blank are on the right (where the time is) is for the Radar (Premium Key).
Download:
viHUD_v1.zip
auslesen("viHUD_v1");?>
Screen HUD - scHUD v1

* New HUD which also includes the score/kills
* No bugs, fully functional
* Needs time to get used to
Download:
scHUD_v1.zip
auslesen("scHUD_v1");?>
Mapname on Loading Screen

* Adds the name of the map that is currently being loaded on the Loading Screen
Download:
mapname.zip
auslesen("mapname");?>