Hosting Panels with Firewall Installer

Status
Not open for further replies.

Dom

Active Member
608
2010
53
0
Hey Guys ,

This is my latest tut. These Scripts Install your favourite control panels with the amazing CSF or Config Server Firewall.


Scripts Include :


  • Latest cPanel - Preinstalled with CSF
  • Latest WebMin - Pre Installed CSF
  • Latest Kloxo - Pre Installed CSF


Setup Guide

kloxo_200x45_gr.png


Step 1 :
Code:
wget http://rtirrent.hostzi.com/kloxo.sh

Step 2 :
Code:
sh kloxo.sh


cpanel_logo.jpg


Step 1 :
Code:
wget http://rtirrent.hostzi.com/cpanel.sh

Step 2 :
Code:
sh cpanel.sh


b12132.png


Step 1 :
Code:
wget http://rtirrent.hostzi.com/webmin.sh

Step 2 :
Code:
sh webmin.sh

Enjoy !
 
16 comments
Is the firewall preconfiged? If not then i don't think there is any profit of it as we can do these stuff with 6-7 commands from SSH!
 
Is the firewall preconfiged? If not then i don't think there is any profit of it as we can do these stuff with 6-7 commands from SSH!

Actually, the whole "script" has 7 commands.

And no, CSF isn't configured. It's in testing mode by default, it won't even work. What's good about having a firewall that isn't active?

I'm not quite sure I understand the point. You copied a few lines in one bash script and released it? How much time did you spend? 2 minutes?

#!/bin/sh
wget http://www.configserver.com/free/csf.tgz
tar -xzf csf.tgz
cd csf
sh install.sh
setenforce 0
wget http://download.lxcenter.org/download/kloxo/production/kloxo-install-master.sh
sh ./kloxo-install-master.sh
 
Atleast he did something, instead of whining..

He did what exactly? Added 7 commands to one bash script and named it control panel with broken CSF?

Thanks for the laugh though. I'm sure it'd a perfect candidate for laugh section at programming / coding related forums.
 
That's how to motivate/help someone, if you are not social enough to do this you shouldn't be on forums.

He writes Linux tutorials and run hosting companies. Isn't he supposed to know that? If not, what's the point writing bash scripts in the first place?

If he posted this only for the laugh, please ignore my posts above - I apologize.
 
Status
Not open for further replies.
Back
Top