1 Attachment(s)
htaccess.PHP Manager v0.1
Unzip it to your /www/ or /htdocs/ or any other folder in your Apache server.
Go to : http:// your ip /htaccessPHP/ or to any other location you may have unzipped it to.
Access it with user : admin ; pass: admin.
( login data located in : login.php )
It will manage your .htaccess ( banned IPs only ) file located one folder up ( ../, if it`s located in /www/htaccessPHP/ it will manage /www/.htaccess and so on... ), so make sure that file does not exist or you`ll probably encounter some problems.
Tested with XAMPP 1.6.2 ( PHP version : 5.2.2; Apache version : 2.0 ? )
Options :
- ban IP;
- unban IP;
- see banned IPs;
- change pass;
ToDo :
- add a better looking design;
- make script be smarter;
- see suggestions :juggle:;
Have fun...
P.S. : It might not be the best, but I think it`s much better than what i`ve seen ...
Re: [Release] htaccess.PHP Manager v0.1
Don't forget to trigger the AllowOverride apache config var... to make sure that the server will have the '.htaccess' files "in mind"
w00t
Re: [Release] htaccess.PHP Manager v0.1
Re: [Release] htaccess.PHP Manager v0.1
Re: [Release] htaccess.PHP Manager v0.1
The login.php which include the login and pass is not so safe .... you can always sniff the site and find the user and password .... Try encrypting the password at least.
Otherwise good job 8/10
Re: [Release] htaccess.PHP Manager v0.1
Re: [Release] htaccess.PHP Manager v0.1
thanks !
of course i could and base64_encode() or md5() or any other encode method to the password, but I think some ppl would want their password plain text, so if the forget it, they`l be able to find it out with no problems
Quote:
Originally Posted by syko
The login.php which include the login and pass is not so safe .... you can always sniff the site and find the user and password .... Try encrypting the password at least.
Otherwise good job 8/10
what are the chances to that? you can allways rename the folder in which the files are located, and even rename "login.php" to whatever ( if you do so, change the include("login.php"); to include("what ever.php"); )
Re: [Release] htaccess.PHP Manager v0.1
nice :] but xampp no recomend to work .. when full online in web site is take full memory -_-
Re: [Release] htaccess.PHP Manager v0.1
i`m not sure what you`re trying to say .. but it works fine for me ^_^
Re: [Release] htaccess.PHP Manager v0.1
Here
I secure this script and i remove some parts to can run it on all webserver.
Instructions:
1.Extract in www
2.Run http://localhost/securing/install.php
3.Run http://localhost/securing/index.php and setup your script
4.You dont need to delete or modify install.php because its deleting automatical by my install system and password is encrypted in md5 system(ex: shadowking in md5 is: c3b53a5df6dd59538ca80ac02d1f995d , you can login with shadowking but if you try to login with c3b53a5df6dd59538ca80ac02d1f995d its dont work,so its secure)
P.S: nu credeam k te voi corecta vreo data :D dilibau gg 9/10
Re: [Release] htaccess.PHP Manager v0.1
lol... you don`t need a install script ^_^
it self installs.. that`s the way the code was written...
i said i tested it with XAMP 1.6.2, i didn`t say it would work on other servers
and.. like i said in my script ... Stop stealing and f*cking invent!
P.S. : web page for mu coming up soon ^_^ and thank you for appreciating a script that took me 20 minutes to write :D
Re: [Release] htaccess.PHP Manager v0.1
Re: [Release] htaccess.PHP Manager v0.1
Re: [Release] htaccess.PHP Manager v0.1
Quote:
Originally Posted by
DiliBau
lol... you don`t need a install script ^_^
it self installs.. that`s the way the code was written...
i said i tested it with XAMP 1.6.2, i didn`t say it would work on other servers
and.. like i said in my script ... Stop stealing and f*cking invent!
P.S. : web page for mu coming up soon ^_^ and thank you for appreciating a script that took me 20 minutes to write :D
this install script have the job to encrypt your password an put it in .php file
Re: [Release] htaccess.PHP Manager v0.1
Quote:
Originally Posted by
FCV2005
not working (Easyphp)
i wouldn`t recommend EasyPHP , not even to my enemies :punch:
get XAMPP it`s the best :P
Quote:
Originally Posted by [RCZ]ShadowKing
this install script have the job to encrypt your password an put it in .php file
that ain`t needed... you`ll see why in the mu web site script that i`ll release soon :P
Re: [Release] htaccess.PHP Manager v0.1
i`m trying to help you with securing your script,sorry i dont know if you have to release it later :biggrinth
Re: [Release] htaccess.PHP Manager v0.1