GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Site protection. Whats as good or better than StrongBox (https://gfy.com/showthread.php?t=1105815)

pornguy 04-09-2013 08:44 AM

Site protection. Whats as good or better than StrongBox
 
Title says it all.

So what other options are out there?

Porko 04-09-2013 08:52 AM

I tried everything and strongbox is great imo.
you can try http://www.pennywize.com/

pornguy 04-09-2013 10:48 AM

We already use SB but I am always looking for something better. Most likely will stick with what we have.

Harmon 04-09-2013 10:50 AM

It's pretty simple, don't allow access to your database file (lock it up), do not allow surfers to choose their on password. It really is that simple.

spiederman 04-09-2013 11:14 AM

strongerbox

pornguy 04-09-2013 11:15 AM

Quote:

Originally Posted by Harmon (Post 19569629)
It's pretty simple, don't allow access to your database file (lock it up), do not allow surfers to choose their on password. It really is that simple.

Sadly right now we are using ccbill. sooo.

Porko 04-09-2013 11:15 AM

Quote:

Originally Posted by Harmon (Post 19569629)
It's pretty simple, don't allow access to your database file (lock it up), do not allow surfers to choose their on password. It really is that simple.

That will help with part of the problem only. We saw many users who joined and share their logins on boards. Then you have 1000* users downloading your entire members area (for free). Strongbox protects you very well.

Harmon 04-09-2013 11:30 AM

Quote:

Originally Posted by Porko (Post 19569682)
That will help with part of the problem only. We saw many users who joined and share their logins on boards. Then you have 1000* users downloading your entire members area (for free). Strongbox protects you very well.

Damn, I really need to go public with my shit. I could probably retire :1orglaugh

pornguy 04-09-2013 11:58 AM

Quote:

Originally Posted by Harmon (Post 19569707)
Damn, I really need to go public with my shit. I could probably retire :1orglaugh

Well we are not interested in Shit :winkwink: But if you have a system and support it we might be interested.

pornguy 04-09-2013 03:35 PM

Anyone else?

SplatterMaster 04-09-2013 04:37 PM

Password Sentry is good and has a decent price.

pornguy 04-09-2013 05:39 PM

Quote:

Originally Posted by SplatterMaster (Post 19570265)
Password Sentry is good and has a decent price.

thanks I will take a look at it.

borked 04-09-2013 11:17 PM

The iptables firewall will do a good job of banning IPs that try to rip your site! Something like:
Code:

iptables -A INPUT -p tcp --dport 80 -i eth0 -m state --state NEW -m recent --set
iptables -A INPUT -p tcp --dport 80 -i eth0 -m state --state NEW -m recent --update --seconds 60 --hitcount 50 -j DROP


epitome 04-09-2013 11:18 PM

Nobody has mentioned proxy pass?

CHMOD 04-09-2013 11:44 PM

Sliiing has an anti-password sharing solution with automated password recovery function :)

fitzmulti 04-10-2013 12:39 AM

Quote:

Originally Posted by pornguy (Post 19570188)
Anyone else?

The CMS I use has a p/w prevention built in...never have had an issue w/ mutiple IP's using p/w getting out of hand. I can choose the max # of IP's allowed, then the username is blocked for 24 hours.
I have it set to 2 and if more get used...they are denied.
I've had this set up for 5 years, never an issue...

Not that everyone would wanna swap to a new CMS over this...but, it's
a great option for folks starting on a new site / network!
Awiz ;-)

pornguy 04-10-2013 06:59 AM

thanks guys.


All times are GMT -7. The time now is 06:31 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123