What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » online time script

online time script
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15517
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: online time script
1) Simply edit the script to show a different line. The script is dead easy (even for those who don't know much about programming). The only line you should change is
code:
var OnlineTime = "Online Time: " + Sec + " Seconds " + Min + " Minutes " + Hrs + " Hours " + Days + " Days";
to
code:
var OnlineTime = "Online Time: " + Days + " Days " + Hrs + " Hours " + Min + " Minutes " + Sec + " Seconds";


2) Note that the script is poorly written. I would actually not suggest to use it in its current form as it doesn't take in account singular values, doesn't take in account flood limits, constantly needs JScript to change the type of variables (string and numbers are mixed), you can't turn it off, etc, etc...


3) The script is very very highly annoying to all your contacts since it changes your personal message every second; be prepared to get banned from your contacts' contactlists when you use it.


EDIT: I need to refresh before I reply

This post was edited on 08-12-2006 at 05:31 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
08-12-2006 05:29 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
online time script - by stuartbennett on 08-12-2006 at 03:21 PM
RE: online time script - by Chris4 on 08-12-2006 at 03:32 PM
RE: online time script - by stuartbennett on 08-12-2006 at 05:15 PM
RE: online time script - by matty on 08-12-2006 at 05:20 PM
RE: online time script - by CookieRevised on 08-12-2006 at 05:29 PM
RE: online time script - by stuartbennett on 08-12-2006 at 06:31 PM
RE: online time script - by matty on 08-12-2006 at 07:03 PM
RE: online time script - by stuartbennett on 08-12-2006 at 07:42 PM
RE: online time script - by matty on 08-12-2006 at 07:58 PM
RE: online time script - by stuartbennett on 08-12-2006 at 08:18 PM
RE: online time script - by matty on 08-12-2006 at 08:42 PM
RE: online time script - by stuartbennett on 08-12-2006 at 09:01 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On