Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

htaccess.PHP Manager v0.1

Newbie Spellweaver
Joined
Oct 31, 2006
Messages
24
Reaction score
0
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 ...
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Loyal Member
Joined
Dec 27, 2004
Messages
108
Reaction score
16
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
 
Newbie Spellweaver
Joined
Jun 29, 2007
Messages
16
Reaction score
0
Re: [Release] htaccess.PHP Manager v0.1

nice thx
 
Newbie Spellweaver
Joined
Apr 30, 2006
Messages
17
Reaction score
0
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
 
Experienced Elementalist
Joined
Dec 30, 2006
Messages
230
Reaction score
0
Re: [Release] htaccess.PHP Manager v0.1

Nice Release!
 
Newbie Spellweaver
Joined
Oct 31, 2006
Messages
24
Reaction score
0
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
syko said:
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"); )
 
Newbie Spellweaver
Joined
Aug 1, 2006
Messages
52
Reaction score
0
Re: [Release] htaccess.PHP Manager v0.1

nice :] but xampp no recomend to work .. when full online in web site is take full memory -_-
 
Newbie Spellweaver
Joined
Oct 31, 2006
Messages
24
Reaction score
0
Re: [Release] htaccess.PHP Manager v0.1

i`m not sure what you`re trying to say .. but it works fine for me ^_^
 
Kingdom of Shadows
Loyal Member
Joined
Jul 13, 2007
Messages
923
Reaction score
320
Re: [Release] htaccess.PHP Manager v0.1


I secure this script and i remove some parts to can run it on all webserver.
Instructions:
1.Extract in www
2.Run
3.Run 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
 
Newbie Spellweaver
Joined
Oct 31, 2006
Messages
24
Reaction score
0
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
 
Experienced Elementalist
Joined
Jul 3, 2007
Messages
200
Reaction score
3
Re: [Release] htaccess.PHP Manager v0.1

great. 10/10
 
Kingdom of Shadows
Loyal Member
Joined
Jul 13, 2007
Messages
923
Reaction score
320
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
this install script have the job to encrypt your password an put it in .php file
 
Newbie Spellweaver
Joined
Oct 31, 2006
Messages
24
Reaction score
0
Re: [Release] htaccess.PHP Manager v0.1

not working (Easyphp)
i wouldn`t recommend EasyPHP , not even to my enemies :punch:
get XAMPP it`s the best :p
[RCZ]ShadowKing said:
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
 
Kingdom of Shadows
Loyal Member
Joined
Jul 13, 2007
Messages
923
Reaction score
320
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
 
Back
Top