Description:
A SITE HELP script for ioFTPD, with extended info for SITE HELP <command>.
- Easily customizable.
- Extra site help commands can be simply added by creating a file.
- Flag system so only siteops, vfs admins, nukers see their commands.
- Coded in TCL which offers very fast speeds and customizable output.
Output:
Code:
site help
200-.-------------------------------------------------------------.
200-| SITE HELP |
200-'-------------------------------------------------------------'
200- | RULES - Show site rules. |
200- | REQUEST - Add a request. |
200- | REQFILLED - Mark a request as filled. |
200- | RESCAN - Rescan a release. |
200- | PRE - PRE a release. |
200- | INVITE - Invite yourself to the IRC channel. |
200- | ONEL - Add or view onliners. |
200- | MSG - Send a message to a user or group. |
200- | TRANSFER - Transfer credits from a section. |
200- | DUPE - Search dupe database. |
200- | SEARCH - Search for a directory on the site. |
200- | NEW - Show recent directories. |
200- | NUKES - Show recent nukes. |
200- | UNNUKES - Show recent unnukes. |
200- | PASSWD - Change your password. |
200- | STATS - Show user stats. |
200- | TAGLINE - Change your tagline. |
200- | WHO - Show who is online. |
200-.-------------------------------------------------------------.
200-| For extended help, use SITE HELP [command]. |
200-'-------------------------------------------------------------'
site help adduser
200-.-[AddUser]---------------------------------------------------.
200-| Usage: SITE ADDUSER <username> <password> [ident@ip] |
200-| |
200-| <username> The username to add. |
200-| <password> The password to set for this user. |
200-| [ident@ip] Optional, a few addresses may be specified here. |
200-| |
200-| Notes: If you need to add more IPs, use SITE ADDIP. |
200-| |
200-| Examples: SITE ADDUSER someuser mypass someuser@192.168.1.1 |
200-| SITE ADDUSER someuser mypass *@192.* *@127.* |
200-'----------------------------------------------------[ioHelp]-'
Download:
http://code.google.com/p/nxscripts/downloads/list
Notes:
- If I made any spelling, grammatical or alignment errors please report them.
- The next version will include more site commands for scripts, this one covers the core ioFTPD commands.