LogUp (ADIF) - Simple php upload script for your logbook data in ADIF format
Scope
LogUp (ADIF) is a simple upload script for your logbook data to your web server. It's thought to be used as a demonstration only and is very easy to adjust to your needs.
ADIF format
The script expects the ADIF data in following format:
<QSO_DATE:8> 20090411<TIME_ON:4> 1326<TIME_OFF:4> 1328<CALL:7> F1DVE/P<RST_SENT:2> 54<RST_RCVD:2> 53<BAND:2> 2m<FREQ:3> 144<BAND_RX:2> 2m<FREQ_RX:3> 144<MODE:3> SSB<SWL:1> N<QSL_SENT:1> N<QSL_RCVD:1> N<PROP_MODE:2> TR<GRIDSQUARE:6> JN38EV<QSO_COMPL:3> YES<OPERATOR:6> DG2KBC<OWN_GRIDSQ:6> JN58MI<DXCC:3> 227<CQZ:2> 14<ITUZ:2> 27<CONT:2> EU<RND_METEORS:1> N<MS_SHOWER:1> N<FORCE_INIT:1> N<EOR>
Following ADIF data fields are expected during upload:
<QSO_DATE:>
<TIME_ON:>
<CALL:>
<RST_SENT:>
<RST_RCVD:>
<BAND:>
<MODE:>
<QSL_SENT:>
<QSL_RCVD:>
<PROP_MODE:>
<GRIDSQUARE:>
<OWN_GRIDSQ:>
Please make sure, that your logfile contains such data fields. If required, it's easy to modify the scripts, in order to add or change the data fields.
Requirements
A web server including a MySQL database and PHP 4.x.
Screenshots
Installing the script
Uploading the data
Testing the uploaded data
Download
Feel free to download all files in one zip file here
Support
If you face any problems with the script, just drop me a note by using this form.