LonkeroAdministrator
(KiX Master Guru)
2002-11-27 10:42 PM
BBCheckerII 1.6 enters public beta

for newcomers, this util is used to monitor the board events like new posts, logged on users and as newist thingies, read and write private messages (friendly name PMessenger)

anyway, this build is just beta1 so don't take it as stable.

as shortly as possible, beta1 installer can be downloaded from:
http://www.gwspikval.com/jooel/scripts/bbChecker/

and current sources (which at the moment are 1.6 beta1) can be found in:
http://www.gwspikval.com/jooel/scripts/bbChecker/sources/current/

best wishes.


MightyR1
(MM club member)
2002-11-27 11:07 PM
Re: BBCheckerII 1.6 enters public beta

As usual: Looks great!!! [Big Grin] [Big Grin]

Found a bug in the inst.kix though... [Frown]
code:
$=AddProgramItem('notepad "$dir'+'slider.udf"',"Slider Editor",$Dir+'sliderEditor.ico',0,"$dir",0,0,0)  

Must be:
code:
$=AddProgramItem('notepad "$dir'+'slider.kix"',"Slider Editor",$Dir+'sliderEditor.ico',0,"$dir",0,0,0)

So .udf ==> .kix


LonkeroAdministrator
(KiX Master Guru)
2002-11-27 11:21 PM
Re: BBCheckerII 1.6 enters public beta

well, got at least one reply [Eek!]

mm, better than nothing. btw, the PMsend thingie I was working for last 2 days, stupid microsofts http-translator screwed up things. now "everything" should work more smoothly...

oh, just remembered one change needed to do...


MightyR1
(MM club member)
2002-11-27 11:23 PM
Re: BBCheckerII 1.6 enters public beta

Please,

someone send me a PM to test the notifier....


LonkeroAdministrator
(KiX Master Guru)
2002-11-27 11:30 PM
Re: BBCheckerII 1.6 enters public beta

how this board can lag this much, is doc or kent collecting the udf's or what?

opening this reply window took 2 minutes!


MightyR1
(MM club member)
2002-11-27 11:32 PM
Re: BBCheckerII 1.6 enters public beta

Noticed it too,

thought it was my ISP, but since you've got it too...


LonkeroAdministrator
(KiX Master Guru)
2002-11-27 11:38 PM
Re: BBCheckerII 1.6 enters public beta

bug in the new code [Wink]

it queries every 5ms new topic [Big Grin]

huh, that would be nice [Eek!]


MightyR1
(MM club member)
2002-11-27 11:46 PM
Re: BBCheckerII 1.6 enters public beta

Bug where....

LonkeroAdministrator
(KiX Master Guru)
2002-11-27 11:55 PM
Re: BBCheckerII 1.6 enters public beta

dunno, you tell me [Wink]

anyway, there really seems to be some release issue with kixforms.
it might just be because of the lagging net but as stopped checker and started again it hanged and opened double form.
it let me to close both of them and once I restarted, it again opened 2 of them [Frown]

well, "kill wkix32 -f" was enough to put things in order...


MightyR1
(MM club member)
2002-11-28 12:00 AM
Re: BBCheckerII 1.6 enters public beta

And I got array ref out of bounds on:

$item.subitems(4).text=$forum[$]


LonkeroAdministrator
(KiX Master Guru)
2002-11-28 12:04 AM
Re: BBCheckerII 1.6 enters public beta

is that bbchecker code?
don't remember such line [Smile]


MightyR1
(MM club member)
2002-11-28 12:07 AM
Re: BBCheckerII 1.6 enters public beta

It's in the Update function...

LonkeroAdministrator
(KiX Master Guru)
2002-11-28 12:09 AM
Re: BBCheckerII 1.6 enters public beta

ok, restarted, trying again.

MightyR1
(MM club member)
2002-11-28 12:10 AM
Re: BBCheckerII 1.6 enters public beta

Jooel,

any luck???


LonkeroAdministrator
(KiX Master Guru)
2002-11-28 12:11 AM
Re: BBCheckerII 1.6 enters public beta

yep, now as the lagging level is lower, the checker runs just fine

LonkeroAdministrator
(KiX Master Guru)
2002-11-28 01:00 AM
Re: BBCheckerII 1.6 enters public beta

ok, because there has been a long period of good connection, I've been reducing the network checks but this seems to be time to put them back.

got 3-5 different crashes during the lagging period.


LonkeroAdministrator
(KiX Master Guru)
2002-11-30 02:10 AM
Re: BBCheckerII 1.6 enters public beta

heh he, heehe hee...
haa!

there is beta2 available for download.
main improvements:
-it's almost unpossible to crash the script. I haven't found any way to do that.
-network connections tested with cable off/cable on thingies and removed the erreneus array assumptions and placed real error checks.
-URLdecoder improved. no more <i> stuff in the PM's
-handling of URL-links and e-mail addresses improved.
-fixed installer
-others things forgotten by now


[ 30. November 2002, 02:48: Message edited by: Lonkero ]


Howard Bullock
(KiX Supporter)
2002-11-30 02:16 AM
Re: BBCheckerII 1.6 enters public beta

Let's see how it goes...will let you know of any bad things that happen. [Razz]

also the good too [Wink]


LonkeroAdministrator
(KiX Master Guru)
2002-11-30 02:17 AM
Re: BBCheckerII 1.6 enters public beta

hoby, how to set html-link colors in middle of text?

Howard Bullock
(KiX Supporter)
2002-11-30 02:19 AM
Re: BBCheckerII 1.6 enters public beta

I know that some text will set the color of "some text". What is the HMTL that you want to change?

{edit} Darn, forgot that this is an HTML forum.
code:
 <font color="#FF0000"><b> some text</b></font> 



[ 30. November 2002, 02:28: Message edited by: Howard Bullock ]


LonkeroAdministrator
(KiX Master Guru)
2002-11-30 02:20 AM
Re: BBCheckerII 1.6 enters public beta

my beta2 announcement above.

Howard Bullock
(KiX Supporter)
2002-11-30 02:24 AM
Re: BBCheckerII 1.6 enters public beta

See my edit above.

Les
(KiX Master)
2002-11-30 02:24 AM
Re: BBCheckerII 1.6 enters public beta

Howard,
You can show html code by wrapping UBB codes around parts of it, like you do withe the code tags.


Les
(KiX Master)
2002-11-30 02:32 AM
Re: BBCheckerII 1.6 enters public beta

Can it be fixed?

LonkeroAdministrator
(KiX Master Guru)
2002-11-30 02:52 AM
Re: BBCheckerII 1.6 enters public beta

well, what you think?

LonkeroAdministrator
(KiX Master Guru)
2002-11-30 05:53 AM
Re: BBCheckerII 1.6 enters public beta

new Beta.

the new PMcheck code was found unstable so rewrote it all.

all, partly rewrote checker.kix to understand those different parsing returns...

and most importantly.
if it still crashes, the crash line can't be same as that line was replaced [Razz]


ShawnAdministrator
(KiX Supporter)
2002-11-30 06:04 AM
Re: BBCheckerII 1.6 enters public beta

is it really -27 celcius there ?

LonkeroAdministrator
(KiX Master Guru)
2002-11-30 06:14 AM
Re: BBCheckerII 1.6 enters public beta

don't know...

but what I know is that I'm nowadays smoking inside and currently warming myself with a hair dryer...

[ 30. November 2002, 06:15: Message edited by: Lonkero ]


ShawnAdministrator
(KiX Supporter)
2002-11-30 06:23 AM
Re: BBCheckerII 1.6 enters public beta

Was just looking at this link:

http://uk.weather.yahoo.com/FIXX/FIXX0025/index_c.html

Thats got to be an error - it can be -27 there - more like -16 ? If it was -27 here, they would shut down our city and the mayor would call in the Army (Les knows what Im talking about [Wink] )

[ 30. November 2002, 06:24: Message edited by: Shawn ]


Les
(KiX Master)
2002-11-30 06:27 AM
Re: BBCheckerII 1.6 enters public beta

Well, you've got a candy-assed mayor! [Eek!]
Ours would cut a hole in the ice and go for a swim. [Cool]


LonkeroAdministrator
(KiX Master Guru)
2002-11-30 06:29 AM
Re: BBCheckerII 1.6 enters public beta

well, don't know about "current" info but check:
http://www.fmi.fi/weather/local.html?Keywords=¶m=T&neito=1&kunta=Jyv%E4skyl%E4

to see info from 40 mins ago.

this bloody checker. now it shows only my own posts [Mad]

btw, shawn could we have scrollbars forced in listview?


NTDOCAdministrator
(KiX Master)
2002-11-30 10:26 AM
Re: BBCheckerII 1.6 enters public beta

That's why you can code and post so much. It is too cold to go outside and do anything else. Might as well sit there and code. [Big Grin] [Big Grin]

LonkeroAdministrator
(KiX Master Guru)
2002-11-30 10:19 PM
Re: BBCheckerII 1.6 enters public beta

you are not totally wrong with that.
closest food store is 20 meters away and today as went there freezed almost to death!