Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
First commit
  • Loading branch information
M4shy authored Jul 6, 2020
1 parent 1ddd79b commit a17341f
Show file tree
Hide file tree
Showing 32 changed files with 10,288 additions and 0 deletions.
Binary file added bookmark.dcu
Binary file not shown.
Binary file added bookmark.ddp
Binary file not shown.
531 changes: 531 additions & 0 deletions bookmark.dfm

Large diffs are not rendered by default.

552 changes: 552 additions & 0 deletions bookmark.pas

Large diffs are not rendered by default.

Binary file added constants.dcu
Binary file not shown.
66 changes: 66 additions & 0 deletions constants.pas
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
(*----------------------------------------------------------------------------+
Winfragg(c) is created by Wash for A.M.U
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
The CsTiger searching feature is an exclusivity for Winfragg(c) only.
Amu's page : http://winfragg.sourceforge.net/
Dev Page : https://sourceforge.net/projects/winfragg/
Contact : amunit@users.sourceforge.net
CsTiger : http://www.cstiger.de
Borland : http://www.borland.com
+----------------------------------------------------------------------------*)

unit constants;

interface

const
VERSION = '20319001';
LOGFILENAME = 'Systemlog.log';
LICENCEFILE = 'Licence.txt';
VERSIONFILE = 'Version.txt';
HTTPREPORTDEST = 'http://membres.lycos.fr/amunit/';
HTTPMASTERQUERYTIMEOUT = 0;
HTTPSTATREPORTTIMEOUT = 5000;
BRUTALCLOKVALUE = 3000;
M28K=120;
M36K=90;
M56K=70;
ISDN=50;
DSL=10;
MAXPING = 9999;
MAXSERVER = 65535;
CSTIGERQ = 'http://www.cstiger.de/cgi-bin/nph-winfragg?';
VLMSIPEAST = 'half-life.east.won.net:27010';
VLMSIPWEST = 'half-life.west.won.net:27010';
VLMSIPCENTRAL = 'half-life.central.won.net:27010';
STEAMMSCENTRAL = '207.173.177.11:27010';
VLPING = 'ÿÿÿÿping';
VLQUERY = 'v';
IDMSIPMONSTER = 'monster.idsoftware.com:27950';
IDMSIPRTCWET = 'etmaster.idsoftware.com:27950';
IDMSIPSOF2 = 'master.sof2.ravensoft.com:20110';
IDMSIPST = 'master.stef1.ravensoft.com:27953';
IDMSIPJK2 = 'masterjk2.ravensoft.com:28060';
IDMSIPWOLF = 'wolf.idsoftware.com:27950';
IDPING = 'ping';
IDQUERY = 'i';
EPMASTERQUERY = 'http://ut2003master.epicgames.com/serverlist/full-all.txt';
EPPING = '\echo\';
EPQUERY = 'e';
LAUNCHINGCANVAS = '°±²ÛÛ Launching.. ÛÛ²±°';
NOSLOTSCANVAS = '°±²ÛÛ This server has no slots free.. ÛÛ²±°';
HTTPREPORTCANVAS = ' .: HTTP/1.1 basic reporting..';
implementation

end.
342 changes: 342 additions & 0 deletions licence.txt

Large diffs are not rendered by default.

Binary file added main.dcu
Binary file not shown.
Binary file added main.ddp
Binary file not shown.
Loading

0 comments on commit a17341f

Please sign in to comment.