![]() [release] Letter Counter - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: [release] Letter Counter (/showthread.php?tid=62982) [release] Letter Counter by Ezra on 07-10-2006 at 03:13 PM
This script will keep track of all the letters and words you type.
TODO:
![]() Latest version: 1.03 EDIT: I made a Google Code page, with the newest trunk builds. http://code.google.com/p/lettercount/ Please add any bugs to the tracker there, that's better to follow bugs ![]() Notice: I'm not responsible for what the latest trunk build will do to your computer. It works fine on my pc else I wouldn't upload it to the repository, but it might have unwanted effects on your pc. If your computer explodes or anything else happens to it, you can't blame me... RE: [release] Letter Counter by Tobiaz on 07-10-2006 at 09:50 PM Great, I like this. It's like the MessengerRank thing. But it would be nice, if you could see how many letters you sent over all... RE: [release] Letter Counter by Ezra on 07-10-2006 at 09:52 PM
quote:That could be implemented as well, you mean instead of seperated per letter, how many letters all combined? This is possible, but remember it only counts letters so no numbers or other signs. RE: [release] Letter Counter by Tobiaz on 07-10-2006 at 09:53 PM
Yes... that's right. But how I said, it would be nice... RE: [release] Letter Counter by Ezra on 07-10-2006 at 10:33 PM
Allright, I made it, used a seperate command for it, thought later it could also be printed under the other stats, but hey, it's late and all... RE: [release] Letter Counter by Tobiaz on 07-11-2006 at 07:32 AM
Really great work RE: [release] Letter Counter by Ezra on 07-11-2006 at 11:11 AM
Got another version working
File from the first post is updated Found any bugs or have suggestions? Reply ![]() EDIT: I need help ![]() What do you guys think? RE: [release] Letter Counter by P4R4D0x on 07-15-2006 at 12:28 AM Will you be making a menu for it? RE: RE: [release] Letter Counter by Keikonium on 07-15-2006 at 12:37 AM
quote: Personally I think Plus! should have a silent "ping" that first checks if a contact has Plus! then if they don't return plain text. However the BB code would still show for 7.5 Plus! users, so a version check could be added. As for your question go with the BB code. Much easier to read expecally if surrounded by other letters and numbers ![]() RE: [release] Letter Counter by Ezra on 07-15-2006 at 11:23 AM
quote: There is a menu already... It's in the convo windows quote: Yeah, I thougt about it, BBcode is better ![]() If that silent ping or silent version check ever comes I'll add it, but untill then BBcode it is ![]() RE: [release] Letter Counter by Ezra on 07-15-2006 at 10:58 PM
quote: Yeah I'm thinking about the most practical way to implement this. Probably won't start on it until atleast monday when i'm back at work. Right now I think this is the best way: code: Simple and effective RE: [release] Letter Counter by AberNStein on 07-15-2006 at 11:20 PM
can we get a percentage maybe? RE: [release] Letter Counter by Chris4 on 07-16-2006 at 02:38 AM
code:I think Q is the most unused letter of the alphabet ![]() RE: [release] Letter Counter by Supersonicdarky on 07-16-2006 at 11:43 PM
it reset after restarting RE: [release] Letter Counter by Ezra on 07-17-2006 at 08:34 AM
quote: Was there any error notice in the debug window? RE: [release] Letter Counter by Ezra on 07-18-2006 at 01:58 PM
*bump, Released version 1.03 RE: [release] Letter Counter by Chris4 on 07-18-2006 at 02:07 PM
Very good RE: [release] Letter Counter by Ezra on 07-18-2006 at 02:08 PM
quote: Yeah, I made sure it didn't have to reset ![]() RE: [release] Letter Counter by kidwizz on 07-20-2006 at 08:01 AM good idea. how come !lettercount dosent work? it just sends !lettercount to the contact RE: [release] Letter Counter by Ezra on 07-20-2006 at 08:38 AM
quote: That's because !lettercount requests the lettercount of your contact, but that contact also needs plus! and my script to be installed. RE: [release] Letter Counter by Chris4 on 07-20-2006 at 06:44 PM
* Chris4 thinks of WhatPulse, then thinks of a Messenger version RE: [release] Letter Counter by ins4ne on 07-20-2006 at 08:03 PM
i used lettercount since 1.01. good to have an update. didnt realise it was released yet RE: [release] Letter Counter by Ezra on 07-31-2006 at 03:08 PM
I made a Google Code page, here you can download the latest trunk builds and submit bugs to the bugtracker. Please add every bug over there, it's better to follow. RE: [release] Letter Counter by Rule on 07-14-2008 at 08:00 PM
hi, how can i add more letters? RE: [release] Letter Counter by Ezra on 07-14-2008 at 11:15 PM
I didn't add support for non-ascii, in the current trunk I use the charCode to track the letters. You should be able to expand the code to let it track special characters too. However I guess you want the ö to be counted as a normal o right? That will be harder, you'll need some logic to map the ö to the normal o. |