ungawd
New member
I have written a web application in PHP and sqlite3 for the purpose of mileage tracking, fuel efficiency calculation, statistics accumulation, and performance data among other things. It's in a nearly finished state right now to include secured individual logins and registration. When submitting a fuel fillup, users have the choice to include the fillup in their monthly aggregate for friendly competition. 2 fillups of at least 6.1 gallons are required to be entered monthly which is equivalent to one full tank. Users can choose to exclude all but their best tanks and the system will process an awards listing featuring the most efficient, and least efficient in some cases, tanks that have been submitted by month and overall. Diesel users and our friends overseas are not excluded; the system allows for the input of liters, imperial gallons, and kilometers then converts that to US gallons and miles. Optionally users can enter cost per fuel unit but only in us$ as currency conversion would cause unnecessary bloat. If fuel unit cost is entered the system will calculate that tank's Cost Per Mile and will present your overall average Cost Per Mile for all tanks which have been submitted with a listed fuel unit cost.
CarData is an integral part of this system. It allows users to create and store Loadouts for their vehicle that are task specific. An unlimited number of Loadouts can be created for purposes of fine tuning the efficiency and performance of your vehicle. Users may also browse other people's Loadouts to see what they have done to achieve high efficiency or performance. CarData in combination with the filtering tool allows users to fine tune a search that will present them with a listing of all fuel fillups, and soon to be dragstrip data, that meet their criteria. The data can be filtered to include or exclude by; style, trim, engine, transmission, model year, and a wide assortment of accessories and modifications.
The app is accessible here-> http://173.81.176.133:8080/
TODO:
Complete the dashboard, integrate awards and dragstrip data
Complete the admin code snippets and create an admin panel
Complete the Awards system
CarData is an integral part of this system. It allows users to create and store Loadouts for their vehicle that are task specific. An unlimited number of Loadouts can be created for purposes of fine tuning the efficiency and performance of your vehicle. Users may also browse other people's Loadouts to see what they have done to achieve high efficiency or performance. CarData in combination with the filtering tool allows users to fine tune a search that will present them with a listing of all fuel fillups, and soon to be dragstrip data, that meet their criteria. The data can be filtered to include or exclude by; style, trim, engine, transmission, model year, and a wide assortment of accessories and modifications.
The app is accessible here-> http://173.81.176.133:8080/
TODO:
Complete the dashboard, integrate awards and dragstrip data
Complete the admin code snippets and create an admin panel
Complete the Awards system
Last edited: