The Official GBBS Pro Repository

  • Home
  • ACOS GBBS Pro
    • Welcome to the GBBS Pro Archive
    • Apple II RoundTable – Lance Taylor-Warren
    • GBBS Pro System Software Version 2.1
    • GBBS Pro System Software 2.11 And Source Code
    • Legacy GBBS Pro System Software
    • Legacy DOS Based GBBS II Version 1.7
  • ACOS Utility Segs
    • Advanced Transfer System for GBBS
    • ACOS Boss
    • ACOS GBBS Editor Version 1.1
    • DarkFire 2000 BBS Version 2.41
    • Day of the week mod
    • SysOp Mail Dashboard – Mail Utility v4.0
    • ACOS Device list
    • Top of screen stats
    • Midnight call counter fix
    • Mail fix utility
    • E-Mail subject mod
    • Speed with HST Modems
  • ACOS Game Segs
    • Calculate Medical Age
  • Misc Utilities
    • TCPSER Package
    • Exfer 4.3b Delta13
    • Crash Proofing GBBS II Systems
    • Message Tracking Mod
    • ACOS Math
    • Email to multiple or all users
    • Preventing unauthorized access to site via malicious upload

Midnight call counter fix

Author: Unknown
——————————————————————————————————————

Bug at Midnight

I keep count of the number of calls per day and limit callers to 2 calls.
This info on number of calls is stored in nibble(2). I had a couple of
complaints from users that if they called just before midnight and then logged
off after midnight, then they did not have proper access that following day.

So I took a look at the code, and yes indeed, if you dial in prior to midnight
and terminate after midnight, then the calls per day count is from the
preceding day. So you are penalized for the following day, since nibble(2)
is not updated properly in this circumstance.

Here's the fix:
This is the coding in the Main segment --
 term2
 open #1,"b.users" etc, etc, etc
So put in this line following the above line
 if left$(cm$,8)><date$ then nibble(2)=0

That line will check to see if the logoff date is the same as the logon date,
and if not, will reset nibble(2) to zero.

Recent Posts

  • GBBS Pro 2.4 Software & Manual
  • GBBS Pro 2.3 Software & Manual
  • GBBS Pro 2.2 Beta 1 Software & Book Now Available
  • GBBS Pro System Software Version 2.14 and Source
  • GBBS Pro System Software 2.11 And Source Code

Recent Comments

    Archives

    • November 2024
    • July 2023
    • July 2019
    • February 2017
    • January 2017

    Categories

    • Bulletin Board Systems
    • GBBS System
    • General

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    (c) 2015-2025 GBBS Pro Repository