I need to the blocking of a particular country is it possible?
Printable View
I need to the blocking of a particular country is it possible?
You'd need to look up the IP address ranges assigned to that country and enter each range within the plugin's admin tool.
Thanks @lat9 for the plugin.
Would like to add a phone number on the special_login page so that people coming across would see that, if you have a moment i would appreciate if you can help me add a line of text there. (maybe it can also be implemented as an option in admin to add a message, i think many users would make use of it)
@ShopVille, you'll need to edit the /special_login.php file (it's in the "root" of your store's file-system), towards the bottom of the file.
Find the following section
and add a <p></p> grouping to contain your custom text:Code:<div class="d_w">
<div class="d_t">Login to continue ...</div>
<form action="" name="i_l" method="POST" target="_self">
<div class="d_p">Password: <input type="password" name="pwd" size="35" value="" /> <input type="submit" value="Login" /></div>
Code:<div class="d_w">
<p>Any questions? Call xxx yyy-zzzz for more information.</p>
<div class="d_t">Login to continue ...</div>
<form action="" name="i_l" method="POST" target="_self">
<div class="d_p">Password: <input type="password" name="pwd" size="35" value="" /> <input type="submit" value="Login" /></div>
How can i block "ALL" Ip Addresses?
Why not just put the site into maintenance mode and then create "pin-holes" for your developer IPs?