Updated, works with DFX3.0.
The online status checker I was previously using wasn't working correct because I visit many places that block ICMP (ping). So I created this one that doesn't use ping. I've been using this one for a month or so, thought I'd share.... From the readme.txt:
Detects Online status and runs commands, set's vars, and set's indicators. This program runs the background with
Road Runner, and needs to be started with RR (exectbl.ini) Extract the files into a folder
(/Road Runner/onlinestatus for example). Configure the ini and set it up to start with Road Runner.
It detects when RR exits and terminates itself (as with my other scripts, no need to killtask)
The included ini is checking every 5 seconds and doing a simple weather refresh every 15 minutes when online...After 30 minutes without being online the weather becomes "outdated". Times are approximate. From the shock skin I use:
weather button
"BYVAR;NOTOUTDATED;=WTH<<w_tmp"
Web button
"BYVAR;ONLINE;=web<<=WEB"
SETVARONLINE=ONLINE
SETLABEL=ONLINESTATUS
LABELONLINE=ONLINE
LABELOFFLINE=""
ONLINEIND=CUSTOM_ONLINE
SETVARNOTOUTDATED=NOTOUTDATED
NOTOUTDATEDIND=CUSTOM_NOTOUTDATED
URL=http://image.weather.com/web/blank.gif
CMDONLINE1=
CMDONLINE2=
CMDONLINE3=
RRONLINE1=RELOADWEATHER
RRONLINE2=
RRONLINE3=
CMDONLINEONCE1=no
CMDONLINEONCE2=no
CMDONLINEONCE3=no
RRONLINEONCE1=no
RRONLINEONCE2=no
RRONLINEONCE3=no
CMDOFFLINE1=
CMDOFFLINE2=
CMDOFFLINE3=
RROFFLINE1=
RROFFLINE2=
RROFFLINE3=
CMDOFFLINEONCE1=no
CMDOFFLINEONCE2=no
CMDOFFLINEONCE3=no
RROFFLINEONCE1=no
RROFFLINEONCE2=no
RROFFLINEONCE3=no
SLEEPTIME=5
EXECUTEEVERY=16
OUTDATED=30
NOTRAYICON=TRUE
Version 0.6
http://n8sgarage.com/download/chevyn8/
CarPC in my 82 Camaro. Dual core atom, M4-ATX, 7 lilliput, bu353 GPS, Reborn skin, punch 40/100ix
MediaLaunch for RR
Online Check for RR
Locker for RR
Updated, works with DFX3.0.
CarPC in my 82 Camaro. Dual core atom, M4-ATX, 7 lilliput, bu353 GPS, Reborn skin, punch 40/100ix
MediaLaunch for RR
Online Check for RR
Locker for RR
Hi Chevyn8, Thanks for this, I'm having an issue with Netcheck.exe in DFX 3.0 where it just stays running, even though I have exited DFX.
I wonder if you can help a newby out and show me what to configure in the ini and how to make it start with RR? Thanks a lot!![]()
Lots of different ways to do that....in DFX 3.0...open the exectbl.ini...
Then add (After the CdLaunch line would be a good place):
"ONLINECHECK","RUNQ;C:\Program Files\Road Runner\onlinecheck\onlinecheck.exe"
Then change Extra programs from :
"ExtraPrograms","CDLaunch||NetCheck||Counter"
To:
"ExtraPrograms","CDLaunch||ONLINECHECK"
This is assuming you put the onlinecheck folder in the C:\Program Files\Road Runner directory. The included ini should work with DFX 3.0 without a change.
CarPC in my 82 Camaro. Dual core atom, M4-ATX, 7 lilliput, bu353 GPS, Reborn skin, punch 40/100ix
MediaLaunch for RR
Online Check for RR
Locker for RR
Thanks for your help with this! - gonna give it a go tomorrow...
Is the little autoit icon on the systray hidden? I am trying this script with my own skin. Cant get it to work.
2008 350z GT Installed since April 22nd 2011 - Worklog
2000 Protege Installed Since April 2, 2005 - Intel D201GLY|Fusion Brain|ODBPros ODBII|Engenius|GPS Rikaline|Powermate|Motorized Lilli
Sound StageEclipse|MTX|Infinity
Riderunner / Genesis
Plugin Breaker in test BassRR Plugin Player, Wifiman_NET
New Home for Genesis & BassRR :adding to site ,, Hellfyre night
Bassrr Beta Release :Version 1.3.7
Movie_info Release :Version 3.1.0
Wifiman_NET:Version 1.0.0
Every Future, Needs A Beginning
Actually, the tray icon is optional....the default is hidden:
NOTRAYICON=TRUE --in the ini
You can push ctrl/shift/escape and see if the task is running....or use JohnWPB's skin helper and check the status of the variables:
http://www.mp3car.com/vbulletin/rr-p...rs-helper.html
CarPC in my 82 Camaro. Dual core atom, M4-ATX, 7 lilliput, bu353 GPS, Reborn skin, punch 40/100ix
MediaLaunch for RR
Online Check for RR
Locker for RR
2008 350z GT Installed since April 22nd 2011 - Worklog
2000 Protege Installed Since April 2, 2005 - Intel D201GLY|Fusion Brain|ODBPros ODBII|Engenius|GPS Rikaline|Powermate|Motorized Lilli
Sound StageEclipse|MTX|Infinity
That line 'tells' road runner that the command ONLINECHECK will run the command:
RUNQ;C:\Program Files\Road Runner\onlinecheck\onlinecheck.exe
Somewhere you need to have road runner run ONLINECHECK. For example onskinstart. You could have RUNQ;C:\Program Files\Road Runner\onlinecheck\onlinecheck.exe in onskinstart...however after you have some other onskinstart programs it looks messy. So, usually the run command is defined into a single word/command, then it's used in onskinstart or elsewhere in the skin.
CarPC in my 82 Camaro. Dual core atom, M4-ATX, 7 lilliput, bu353 GPS, Reborn skin, punch 40/100ix
MediaLaunch for RR
Online Check for RR
Locker for RR
Bookmarks