W3bTrackerRR - W3bTracker GPS Tracking Plugin for the RoadRunner Frontend. Created by the W3bMa5t3r http://w3bdesignz.com W3bTrackerRR is dependent on RoadRunner for GPS Data, but you can control W3bTrackerRR from the included skin (limited) or through the application itself. The included skin allows you to start / stop Live GPS Tracking (data uploaded to server) and GPS Logging (data saved to log file for upload at a later time). ################################################################################################### #!!! FIRST THINGS FIRST !!!# ############################ Run W3bTrackerRR itself, outside of RoadRunner. Input your settings: * Username * UserID(UID) * Tracking URL (http://w3btracker.com/tracker.php) * Upload / Save Interval. * Minimize to Tray on Start (optional but suggested) * Auto-Start Logging on Load (optional) * Auto-Start Tracking on Load (optional but suggested) ################################################################################################### To Call The W3bTrackerRR skin, use this button code: (ensure you have the correct path to your W3bTrackerRR.exe file.) "RUN;C:\Program Files\Road Runner\W3bTrackerRR\W3bTrackerRR.exe;||LOAD;W3bTrackerRR.skin||SETVAR;CUSTOMW3bTrackerRRCMD;W3bTrackerRRLoaded" For those creating their own W3bTrackerRR Skin, the following codes may be used: ########################### # Buttons 'Start Live GPS Tracking "SETVAR;CUSTOMW3bTrackerRRCMD;StartLiveGPSTracking" 'Stop Live GPS Tracking "SETVAR;CUSTOMW3bTrackerRRCMD;StopLiveGPSTracking" 'Start GPS Logging "SETVAR;CUSTOMW3bTrackerRRCMD;StartLogging" 'Stop GPS Logging "SETVAR;CUSTOMW3bTrackerRRCMD;StopLogging" 'Upload Current GPS Log to Server "SETVAR;CUSTOMW3bTrackerRRCMD;UploadCurrentLog" 'Close W3bTrackerRR "SETVAR;CUSTOMW3bTrackerRRCMD;Close" ########################## # Indicators 'Live GPS Tracking Status "CUSTOMW3bTrackerRR_LiveIND" 'GPS Logging Status "CUSTOMW3bTrackerRR_LoggingIND" ########################## # Labels 'W3bTrackerRR Status "CUSTOMW3bTrackerRR_Status" 'YOUR W3bTrackerRR Username "CUSTOMW3bTrackerRR_Username" 'W3bTrackerRR URL in use "CUSTOMW3bTrackerRR_URL" 'Upload / Save Interval "CUSTOMW3bTrackerRR_interval"