amuck-landowner

Little project I'm starting

bizzard

Active Member
I think theres more value in that than a web based gui particularly for this as it's not meant for end users or clients - it's an 'admin' panel...and all admins should have access anyway, right?
If its something that integrates well with a web based panel, it will be great. Features like adding a domain from the cli interface will reflect in the web based one too.
 

wcypierre

New Member
$username = $_POST['username'];
$username = mysql_real_escape_string($username);
$username = strip_tags($username);
$username = htmlspecialchars($username, ENT_QUOTES);
$username = str_replace('exec', '', $username);
$username = str_replace('eval', '', $username);
<script> is a perfectly valid password so you can't actually do a strip tag on the password. So, you'd better read up more on PDO instead.

nonetheless, please accept my pull requests ;)
 
Last edited by a moderator:

SrsX

Banned
I haven't had time to push out an update yet, I'm close to finishing the whole thing then I plan to get someone to aduit it to make sure its secure :).
 
Top
amuck-landowner