Page 1 of 1

cgi-bin script - athena.txt

Posted: 16 Jun 2007, 03:02
by Blamoo
i used delphi to create this cgi-bin that get information about a char in athena.txt

Compiled binaries
http://geocities.yahoo.com.br/blamoo2/Binary.zip - dead link
-to test it put athena.txt location on cgi-bin/eathena.ini file
-ur server should support cgi-bin scripts (works with Savant - http://savant.sourceforge.net/ )
-Template.htm is the template file used by my script. edit this file to customize the page sent to browser.
Warning:Tags are case sensitive


Tags:

Code: Select all

<CHARID> //Character ID number
<LOGINID> //Login ID number
<CHARNUM> //Character index (1,2 or 3)
<CHARNAME> //Character Name
<JOBID> //Job ID 0=beginner (not used)
<LEVEL> // Character base level
<JOBLEVEL> //Character job level
<HP> //Character total hp
<MAXHP> //Character max hp
<MP> //Character total mp(sp)
<MAXMP> //Character max mp(sp)
<STR> //Character strength
<AGI> //Character agility
<VIT> //Character vitality
<INT> //Character inteligence
<DEX> //Character dexterity
<LUK> //Character luck
<STATUSPOINTS> // Character not used status points
<SKILLPOINTS> //Character not used skill points

source code (delphi 7)
http://geocities.yahoo.com.br/blamoo2/source.zip - dead link


post any questions here

Posted: 19 Jun 2007, 15:57
by Blamoo
thx for ignoring :D

Posted: 20 Jun 2007, 10:57
by ElvenProgrammer
You're welcome