Page 1 of 5 12345>
Topic Options
#89416 - 2002-11-14 08:59 PM BBChecker II 1.5.2
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
as the topic name changes, so changes the version...

seriously, our BBchecker (KiXtart Bulleting Board New Post Checker) gets to new version.
changes after 1.5 are:
in 1.5.1 done multiple buggie fixes and fine tuning and enchanging old features.
1.5.2 has also some fixes but the main thing is Private Message functions (PMchecker and PMessenger)


those fixes are so intensive that this build when used without slider should run just fine 24/7 some weeks (haven't tested longer)

whit slider the estimated time is 1-4 days depending on new post amount and memory size.
this is due to leak in memory management which can't be pointed towards neither kixforms nor kix... yet.

anyway, don't want to talk too much, I'll let the "program" speak for itself.

download:
http://www.gwspikval.com/jooel/scripts/bbChecker/BBChecker.exe

sources:
http://www.gwspikval.com/jooel/scripts/bbChecker/sources/

[Razz]
_________________________
!

download KiXnet

Top
#89417 - 2002-11-14 09:12 PM Re: BBChecker II 1.5.2
Howard Bullock Offline
KiX Supporter
*****

Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
[Cool] the Private message functionality is awesome. [Eek!]
_________________________
Home page: http://www.kixhelp.com/hb/

Top
#89418 - 2002-11-14 09:18 PM Re: BBChecker II 1.5.2
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
ok, first quick update 1.5.2.1 loaded.
only affected files are installer and checker.kix

if you already downloaded the 1.5.2 just go to misc and set the pm-check interval and that's it.
_________________________
!

download KiXnet

Top
#89419 - 2002-11-14 09:23 PM Re: BBChecker II 1.5.2
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
What Howard said ! This latest build just knocked my socks off - I've fallen and I can't get up ! This PM thingy is brilliant - cudos to you and Les ...
Top
#89420 - 2002-11-14 09:25 PM Re: BBChecker II 1.5.2
Radimus Moderator Offline
Moderator
*****

Registered: 2000-01-06
Posts: 5187
Loc: Tampa, FL
you need to get this to the UBB guys...

Or, perhaps they need to get with you [Big Grin]
_________________________
How to ask questions the smart way <-----------> Before you ask

Top
#89421 - 2002-11-15 02:14 AM Re: BBChecker II 1.5.2
Les Offline
KiX Master
*****

Registered: 2001-06-11
Posts: 12734
Loc: fortfrances.on.ca
Sorry to report the PM check routine in Function Update() bombs with the following error:
array reference out of bounds!
if $c[3][0]+$c[3][2]+$c[3][3]>$PMnewist[3][0]+$PMnewist[3][2]+$PMnewist[3][3] and instr($c[3][1],@month)
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.

Top
#89422 - 2002-11-15 02:16 AM Re: BBChecker II 1.5.2
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
les, I need help on this as thought I fixed that already [Mad]

do you have any incoming messages?
_________________________
!

download KiXnet

Top
#89423 - 2002-11-15 02:24 AM Re: BBChecker II 1.5.2
Les Offline
KiX Master
*****

Registered: 2001-06-11
Posts: 12734
Loc: fortfrances.on.ca
Not at the moment but Shawn sent me two and it bombed both times.

Send me one.
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.

Top
#89424 - 2002-11-15 02:27 AM Re: BBChecker II 1.5.2
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
dunno, there is array check...
are you locked of?

have to see, but if it bombs it says that there is something wrong with the parse.udf
_________________________
!

download KiXnet

Top
#89425 - 2002-11-15 03:42 PM Re: BBChecker II 1.5.2
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
ok, there is in the update() line:
if 3=ubound($c)

this checks that the data is correct but it does not check if there is no previous data.
so, changing it to:
if 3=ubound($c) and 3=ubound($PMnewist)

should fix that...
_________________________
!

download KiXnet

Top
#89426 - 2002-11-15 03:45 PM Re: BBChecker II 1.5.2
Les Offline
KiX Master
*****

Registered: 2001-06-11
Posts: 12734
Loc: fortfrances.on.ca
OK, replaced the errant line... send me a PM.
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.

Top
#89427 - 2002-11-15 03:49 PM Re: BBChecker II 1.5.2
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
les, inform here or sending new pm that the first came so can send you other...
_________________________
!

download KiXnet

Top
#89428 - 2002-11-15 03:52 PM Re: BBChecker II 1.5.2
Les Offline
KiX Master
*****

Registered: 2001-06-11
Posts: 12734
Loc: fortfrances.on.ca
...and translated to Canadian English? [Confused]
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.

Top
#89429 - 2002-11-15 03:56 PM Re: BBChecker II 1.5.2
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
???

did the Private Message arrive and did your checker notify you about it?

what is your check interval?
if it is really long, I will have to wait little longer.

good enough? [Big Grin]
_________________________
!

download KiXnet

Top
#89430 - 2002-11-15 03:59 PM Re: BBChecker II 1.5.2
Les Offline
KiX Master
*****

Registered: 2001-06-11
Posts: 12734
Loc: fortfrances.on.ca
Yeah, default 5 min. out-of-the-box setting. Don't want to fiddle with it now so it comes natural.

I will reply to the PM.
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.

Top
#89431 - 2002-11-15 04:18 PM Re: BBChecker II 1.5.2
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
didn't get them?

if it hasn't popped the messagebox, could you check your profile.
I sent the first 30 mins ago.
_________________________
!

download KiXnet

Top
#89432 - 2002-11-15 04:37 PM Re: BBChecker II 1.5.2
Kdyer Offline
KiX Supporter
*****

Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
Whoa.. This looks really cool!

Kent
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's

Top
#89433 - 2002-11-15 04:40 PM Re: BBChecker II 1.5.2
Les Offline
KiX Master
*****

Registered: 2001-06-11
Posts: 12734
Loc: fortfrances.on.ca
Changed the time to 2 min. and it changes to 20. [Frown]

Changed the time to 3 min. and it sticks.
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.

Top
#89434 - 2002-11-15 05:00 PM Re: BBChecker II 1.5.2
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
checked that.
indeed, but, it's bug in kixforms.

the value is correctly transferred as two and it comes back correctly but feeding it to box makes kixforms add a zero to it.

shawn?

{edit} going home... online after a while...

[ 15. November 2002, 17:03: Message edited by: Lonkero ]
_________________________
!

download KiXnet

Top
#89435 - 2002-11-15 08:05 PM Re: BBChecker II 1.5.2
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
for those who are experiencing this PM-related crash I suggest getting from the current sources directory new checker.kix and parser.udf

seems to be working ok (not sure as need some PM's to test)
_________________________
!

download KiXnet

Top
Page 1 of 5 12345>


Moderator:  Shawn, ShaneEP, Ruud van Velsen, Arend_, Jochen, Radimus, Glenn Barnas, Allen, Mart 
Hop to:
Shout Box

Who's Online
1 registered (Allen) and 466 anonymous users online.
Newest Members
gespanntleuchten, DaveatAdvanced, Paulo_Alves, UsTaaa, xxJJxx
17864 Registered Users

Generated in 0.078 seconds in which 0.027 seconds were spent on a total of 13 queries. Zlib compression enabled.

Search the board with:
superb Board Search
or try with google:
Google
Web kixtart.org