A logbook for CQ contesting (WIP)
  • PHP 85.7%
  • CSS 14.3%
Find a file
2019-11-21 14:33:03 -06:00
admin remove un-needed commented code 2019-10-25 10:20:41 -05:00
files add ability to create a new user (add to users table, and create table for user) 2019-10-25 10:12:25 -05:00
styles fix header styles and colors 2019-11-21 09:14:08 -06:00
add-entry.php missing a the 3 new bind_param identifiers for rstr, rsts, and state 2019-10-25 10:37:33 -05:00
build.sql add comments to build.sql 2019-10-29 07:50:43 -05:00
config.php added callsign lookup link when clicking on a callsign in the logbook 2019-11-18 13:11:44 -06:00
cq-log.png update screenshot again 2019-11-21 10:41:40 -06:00
index.php fix header styles and colors 2019-11-21 09:14:08 -06:00
log.php color changes 2019-11-20 09:36:18 -06:00
logbook.php fix header styles and colors 2019-11-21 09:14:08 -06:00
logout.php modify sql build, login page, and add logout option 2019-10-22 15:10:26 -05:00
lookup-callsign.php rename lookup files, and add ability to search for any callsign/name/frn 2019-11-19 09:56:20 -06:00
lookup.php add category type 2019-11-21 14:33:03 -06:00
README.md update readme 2019-11-21 10:55:58 -06:00

CQ-Log

A simple web app using PHP and MySQL/MariaDB to log contacts when contesting in Amateur Radio!

It can be used to track the call sign, sequence number, frequency, band, state, country, RST (R/S), datetime, and any additional notes of contacts you make during your contesting. It has support for multiple users, and even has an FCC lookup option. You can search by FRN, FCC call sign, or even by name. This pulls directly from the FCC ULS, and displays the basic information of the contact. Once found, it will provide a link to the FCC ULS page with additional information on the contact.

If you experience issues with the site once you get it setup, be sure to white-list it in your pop-up blocker.

Files

build.sql

Once you get Apache, PHP, and MySQL/MariaDB setup, this will build your table needed for logging.

files (directory)

This should be placed one directory above your root.

If cq-log webroot is /var/www/html/cq-log/, then the files directory should be placed /var/www/html/files/

Screenshots

alt text