Here is some open source software that we have developped/modified. These scripts are provided as-is for free, without warranty or support from us. Use at your own risks!
Http_bl php class v0.1
-
This php class implement the http:bl API from projecthoneypot.org. This great project should help you to protect your site against spammers.
- Download httpbl.class.php.zip
portfw.cgi Enhanced v0.1 (SmoothWall 2.0)
-
This script adds the following features to the Port Forwarding page of SmoothWall Express 2.0
- Download portfw.gz
- Profile support (manage multiple rule's profiles)
- Description field to comment each rule.
- Edit function no longer delete the currently edited rule while editing
- Port names and host names displayed
- Rules can be sorted by any Columns (click column's title)
- Toggle rules on/off (from the rule "Enabled" icon)
INSTALL
Backup your original SmoothWall Script
scp -P 222 root@GREEN_INTERFACE_IP:/home/httpd/cgi-bin/portfw.cgi portfw.cgi_ORIGINAL
Unzip the downloaded filegunzip portfw.gz
Install the Scriptscp -P 222 portfw.cgi root@GREEN_INTERFACE_IP:/home/httpd/cgi-bin/
Edit the /var/smoothwall/langs/base.pl file using your favorite text editor, ie joe:ssh -p 222 root@GREEN_INTERFACE_IP
joe /var/smoothwall/langs/base.pl
# portfw.cgi editing update
'update current rule' => 'Update current rule:',
'update' => 'Update', # button
'any' => 'Any',
'forwarding rule updated' => 'Forwarding rule updated; restarting forwarder',
That's it !
If the script fails to load execute, Fix the file's permissions :
ssh -p 222 root@GREEN_INTERFACE_IP
chmod 755 /home/httpd/cgi-bin/portfw.cgi
IconBoard to IBF1 Member Converter
-
This modified script convert members from iB2 Version 2.1.x to Invision Board Forums 1.0.
- Download ib2_convert_soif.gz
INSTALL :ungzip the file, edit configurations variables, move the file to your IBF folder, and chmod it to 755. then launch it from your web browser.