obfuscate command |
Use: Allows the user to submit an "agent" to the receiving server through the web interface. |
Syntax: obfuscate script |
Description: The script should not include handlers, declaration of globals or error handling. The script will be inserted into an existing handler structure. It is executed each time a message is sent. The script will be loaded into memory and will be deleted when the program shuts down (to prevent users of the system from getting access to the script). Does not trigger any messages to be sent from the server. |
Example: obfuscate put the itemdel into olddel set the itemdel to "," put " ;-( , :-# , :-% " into smileys put item random(5) of smileys after messageBodyOut set the itemdel to olddel |
CADRE|net | send a page (password needed) |