cgi-bin script - athena.txt

Web discussions, including project website, forums, wiki, and others.


Post Reply
Blamoo
Novice
Novice
Posts: 98
Joined: 03 Feb 2006, 22:07

cgi-bin script - athena.txt

Post 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
Last edited by Blamoo on 23 Sep 2008, 22:17, edited 1 time in total.
Blamoo
Novice
Novice
Posts: 98
Joined: 03 Feb 2006, 22:07

Post by Blamoo »

thx for ignoring :D
User avatar
ElvenProgrammer
Founder
Founder
Posts: 2526
Joined: 13 Apr 2004, 19:11
Location: Italy
Contact:

Post by ElvenProgrammer »

You're welcome
Post Reply