Simple PHP ad tracking app for XAMPP with Bootstrap and a red theme.
- Admin login and user creation
- User login for ad operators
- Ad library with copyable ad details
- Multi-photo upload for each ad
- Auto-resize uploaded photos to max 1600px when GD is available
- Schedule-based re-advertising tracker
- Re-advertise link tracking with undo for the latest re-advertise action
- Platforms: Carousell, mudah.my, Facebook Marketplace
- Username:
admin - Password:
admin123
- Place the project inside your XAMPP
htdocsfolder. - Start Apache in XAMPP.
- Open
http://localhost/adtrack/in your browser.
Data is stored in JSON files under data/:
users.jsonads.json
This keeps setup simple and avoids database configuration.