dark dude Posted June 18, 2006 Share Posted June 18, 2006 Ok, firstly, how do I block IP addresses from using my site? I know it has something to do with htaccess, but I dont know anything about htaccess files lol...Secondly, how do you get it so when you type in your password, it stars it out?Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/12297-2-small-things/ Share on other sites More sharing options...
poirot Posted June 18, 2006 Share Posted June 18, 2006 1. It's something like this:[code]Order Deny,AllowDeny from allAllow from 127.0.0.1[/code][a href=\"http://www.javascriptkit.com/howto/htaccess5.shtml\" target=\"_blank\"]http://www.javascriptkit.com/howto/htaccess5.shtml[/a][a href=\"http://www.kayodeok.co.uk/weblog/200312/denying_by_ip.html\" target=\"_blank\"]http://www.kayodeok.co.uk/weblog/200312/denying_by_ip.html[/a]2. [code]<input type="password">[/code][a href=\"http://www.w3.org/TR/html4/interact/forms.html#h-17.4\" target=\"_blank\"]http://www.w3.org/TR/html4/interact/forms.html#h-17.4[/a] Quote Link to comment https://forums.phpfreaks.com/topic/12297-2-small-things/#findComment-46971 Share on other sites More sharing options...
dark dude Posted June 18, 2006 Author Share Posted June 18, 2006 Wow, thanks, you answered everything in almost as few words as possible ^_^ Quote Link to comment https://forums.phpfreaks.com/topic/12297-2-small-things/#findComment-46990 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.