What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Release] ePenis Uptime (Internet Ego Script)

[Release] ePenis Uptime (Internet Ego Script)
Author: Message:
andrey
elite shoutboxer
****

Avatar

Posts: 795
Reputation: 48
– / Male / Flag
Joined: Aug 2004
RE: [Release] ePenis Uptime (Internet Ego Script)
strange that no one else is experiencing this:

the first time I type /epenis, it sends
quote:
Based on my uptime, my e-Penis is 0.003 inches (0.00762 cm) erect! My largest erection ever was 0.003 inches (0.00762 cm)!
but the second time and from there on is sends
quote:
Based on my uptime, my e-Penis is 0.0055 inches (0.01397 cm) erect! My largest erection ever was 0,003 inches (NaN cm)!
Untill I uninstall the script or delete the 'Record' value in the registry..
there's no error message whatsoever

To recreate the bug:
Uninstall and then install the script, type /epenis and then again /epenis in any convo
or simply delete the 'Record' value in the registry, then type /epenis, and /epenis again


Edit: I've found the bug :cheesy:
The problem was that the 'inch' variable couldn't properly be saved in the registry as a string, because it was a number. Two tiny additions to the CheckRecord(inch) function fixes that

code:
function CheckRecord(inch)
{
var WSH = new ActiveXObject('WScript.Shell');
try {
var Record = WSH.RegRead(MsgPlus.ScriptRegPath + Messenger.MyEmail + '\\Record');
}
catch(exception){
    WSH.RegWrite(MsgPlus.ScriptRegPath + Messenger.MyEmail + '\\Record', inch + "");     // added +"" to convert the number to a string
    Record = inch;
}
if(Record < inch)
{
    WSH.RegWrite(MsgPlus.ScriptRegPath + Messenger.MyEmail + '\\Record', inch + "");     // added +"" to convert the number to a string
    Record = inch;
}
return Record;
}

This post was edited on 07-18-2006 at 05:07 AM by andrey.
[Image: w2kzw8qp-sq2_dz_b_xmas.png]
07-18-2006 03:20 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Release] ePenis Uptime (Internet Ego Script) - by Stigmata on 07-17-2006 at 09:47 AM
RE: [Release] ePenis Uptime (Internet Ego Script) - by Felu on 07-17-2006 at 09:49 AM
RE: [Release] ePenis Uptime (Internet Ego Script) - by NiteMare on 07-17-2006 at 09:50 AM
RE: [Release] ePenis Uptime (Internet Ego Script) - by Eljay on 07-17-2006 at 09:50 AM
RE: [Release] ePenis Uptime (Internet Ego Script) - by ddunk on 07-17-2006 at 09:55 AM
RE: [Release] ePenis Uptime (Internet Ego Script) - by NiteMare on 07-17-2006 at 09:56 AM
RE: [Release] ePenis Uptime (Internet Ego Script) - by P4R4D0x on 07-17-2006 at 09:59 AM
RE: [Release] ePenis Uptime (Internet Ego Script) - by NiteMare on 07-17-2006 at 09:59 AM
RE: [Release] ePenis Uptime (Internet Ego Script) - by Stigmata on 07-17-2006 at 10:09 AM
RE: [Release] ePenis Uptime (Internet Ego Script) - by Rik on 07-17-2006 at 11:07 AM
RE: [Release] ePenis Uptime (Internet Ego Script) - by andrey on 07-18-2006 at 03:20 AM
RE: RE: [Release] ePenis Uptime (Internet Ego Script) - by Melarish on 07-18-2006 at 03:39 PM
RE: [Release] ePenis Uptime (Internet Ego Script) - by Chestah on 07-18-2006 at 10:04 AM
RE: [Release] ePenis Uptime (Internet Ego Script) - by Fr@nKy on 07-18-2006 at 12:17 PM
RE: [Release] ePenis Uptime (Internet Ego Script) - by andrey on 07-18-2006 at 04:20 PM
RE: [Release] ePenis Uptime (Internet Ego Script) - by Zerosan on 07-18-2006 at 05:39 PM
RE: [Release] ePenis Uptime (Internet Ego Script) - by Thor on 07-18-2006 at 05:48 PM
RE: [Release] ePenis Uptime (Internet Ego Script) - by Stigmata on 07-18-2006 at 06:08 PM
RE: [Release] ePenis Uptime (Internet Ego Script) - by vaccination on 07-18-2006 at 06:20 PM
RE: [Release] ePenis Uptime (Internet Ego Script) - by Zerosan on 07-18-2006 at 07:09 PM
RE: [Release] ePenis Uptime (Internet Ego Script) - by Stigmata on 07-18-2006 at 08:08 PM
RE: [Release] ePenis Uptime (Internet Ego Script) - by andrey on 07-18-2006 at 08:41 PM
RE: [Release] ePenis Uptime (Internet Ego Script) - by cloudhunter on 07-19-2006 at 12:32 AM
RE: [Release] ePenis Uptime (Internet Ego Script) - by Terry_X on 07-19-2006 at 07:35 AM
RE: [Release] ePenis Uptime (Internet Ego Script) - by Stigmata on 07-19-2006 at 09:01 AM
RE: [Release] ePenis Uptime (Internet Ego Script) - by andrey on 07-19-2006 at 11:51 AM
RE: [Release] ePenis Uptime (Internet Ego Script) - by Chris4 on 07-20-2006 at 08:06 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