
If you want to block an IP address or a range of IP addresses, and you don’t have access to the router or firewall of the network you could use Windows’ IP Security Policy Management instead. Follow the steps bellow to learn how to do so: Read more…

If you want to block an IP address or a range of IP addresses, and you don’t have access to the router or firewall of the network you could use Windows’ IP Security Policy Management instead. Follow the steps bellow to learn how to do so: Read more…
Ionic’s ISAPI Rewrite Filter is an URL rewriting ISAPI filter for IIS 5.0, 5.1, 6.0 and 7.0. It could be found at http://www.codeplex.com/IIRF. It has a detailed online help file, a long list of examples, and a discussion board that has more than 650 discussions. With the help of this filter we have been able to use WordPress in Windows with Pretty Permalinks enabled for nearly a year now without problems. Below are the contents of the iirf.ini file we use. Read more…
ionCube Loader is a free PHP extension used to decode PHP files encrypted using ionCube’s PHP Encoder. Follow the steps below to install it in a Windows machine. Read more…
Read more…
Batch files have been around since the early Ms DOS days. They are text files that contain a list of command-line executables. They can be compared to UNIX shell scripting, but are much simpler. For a file to be recognized by command.com (Microsoft’s DOS shell) it needs to have a .bat extension.