Download List
| # | Download count | Download now |
|---|---|---|
| 1 | 330 | |
| 2 | 80 | |
| 3 | 111 | |
| 4 | 155 | |
| 5 | 102 | |
| 6 | 16 | |
| 7 | 27 | |
| 8 | 65 | |
| 9 | 12 | |
| 10 | 4 | |
| Total | 902 | 10 files |
powered by Tetra-Team's
modified version of Schlabo's DL v2.01
modified version of Schlabo's DL v2.01
What is Plugin?
A plugin (or addon) is a small program that adds new function to your Tetra-WebBBS.
Tetra-WebBBS is independent of the plugins, making it possible for plugins to be added,
reused on upgrades, and updated dynamically without changes to Tetra-WebBBS.Tetra Team's plugins are all super easy to install. In most cases, it's as simple as [1] uploading the plugin script file(s) to your main scripts folder and [2] adding a few lines to Section (3) of your _config.pl(s).
Example 1 (one plugin installed):
use lib '/full/path/to/scripts/dir';
require 'this_plugin.pl';
Example 2 (two plugins installed):
require 'this_plugin.pl';
use lib '/full/path/to/scripts/dir';
require 'this_plugin.pl';
require 'that_plugin.pl';
require 'this_plugin.pl';
require 'that_plugin.pl';
Rate Tetra-WebBBS![[+]](/i/toc_collapsed.gif)
![[-]](/i/toc_expanded.gif)
Home






