AT2k Design BBS Message Area
Casually read the BBS message area using an easy to use interface. Messages are categorized exactly like they are on the BBS. You may post new messages or reply to existing messages!

You are not logged in. Login here for full access privileges.

Previous Message | Next Message | Back to VBBS/VADV Support  <--  <--- Return to Home Page
   Networked Database  VBBS/VADV Support   [116 / 661] RSS
 From   To   Subject   Date/Time 
Message   Steve Winn    All   Internal File Triggers   May 15, 2006
 12:23 AM  

Starting with VADV32 v2.6 there will be some file triggers that are built into
VADV32. There is only one so far, but if you have any requests then let me
know. Basically these will be triggers to perform VADV32 actions.

All internal file triggers should be located in the main VADV directory and the
trigger will be deleted after it is executed.

In the 2.5.0605014 beta there is the trigger to kill nodes. This is a hardcore
terminate action and should only be used on nodes that are locked up. The
trigger is "KILLNODE.xxx" where "xxx" is the node number to kill. Below I've
written a short script that you can use to fix locked-up nodes from a remote
location (very useful). Make sure that only you the sysop can use this or your
users will have fun killing the other nodes :)

Steve

--- BEGIN SCRIPT ---
' Used to remotely kill a node.

  CLEAR
  SUSPENDPAGEBREAK

  ACTION "Doing SysOp Stuff!"

  CLS
  LOC 2,1
  ? "Aspect Technologies 2k � KillNode"
  ? "Press ENTER to quit..."
  ?
  RN I0, "Enter node to kill: "
  IF I0 = "" GOTO Exit_Script
  IF I0 = " " GOTO Exit_Script

  LET F0 = "KILLNODE." % I0
  OPEN F0, "O"
  WRITE "KILLNODE"
  CLOSE


Exit_Script:
  CLS
  RESUMEPAGEBREAK
  NEWPAGE
--- END SCRIPT ---


--
[AT2k] -- Your VBBS/VADV Support Center -- [www.at2k.org] -- [bbs.at2k.org]
  Show ANSI Codes | Hide BBCodes | Show Color Codes | Hide Encoding | Hide HTML Tags | Show Routing
Previous Message | Next Message | Back to VBBS/VADV Support  <--  <--- Return to Home Page

VADV-PHP
Execution Time: 0.0156 seconds

If you experience any problems with this website or need help, contact the webmaster.
VADV-PHP Copyright © 2002-2024 Steve Winn, Aspect Technologies. All Rights Reserved.
Virtual Advanced Copyright © 1995-1997 Roland De Graaf.
v2.1.241108