ASSP – Better SPAM Protection
Is SPAM bothering you too? In the past we received numerous complaints from our clients, regarding SPAM mails. We tried all possible configurations on the spam software available with the…
Export Windows Event logs with PowerShell
1. Create a text file 2. Paste the following command in: Get-Eventlog -LogName application -EntryType Error,Warning | Export-csv application_logs.csv | Get-Eventlog -LogName System -EntryType Error,Warning | Export-Clixml system_logs.csv 3. Save…
Extending PHP Selector – Pecl Modules
If you have decided that you want to build your own PHP extension for your customers to use and include it in the PHP Selector, you might want to do…
How To Install Mailscanner On Cpanel Server
Installation. If you have the cPanel Clamavconnector installed (WHM > Add-on Modules) remove it – it will break MailScanner Login to your root account on your server via SSH Download the package, expand it…
How To Install PHP on Windows/IIS via Web Platform Install
Over the years PHP has gotten better and better running on Windows and IIS. The latest version of PHP for Windows includes dramatic improvements that come from a deep collaboration…
How to setup FastCGI Settings for Shared Hosting
There are tons of articles on how to optimize FastCGI setup. Yet, all of them talk about settings for a single site. The situation is much different in shared web…
Windows Hosting in South Africa
Windows hosting services in South Africa are available at Hosting. We know that finding a good hosting provider in South Africa that offers windows asp.net hosting is hard. There are only…
How to Enable a 32-bit Application Pool in IIS 7 (Dedicated/VPS)
1. Once logged into your server, open IIS Manager. You can do this by clicking your Windows Start button and entering “inetmgr” into the search box. Then press enter. 2. …
Problem using PEAR ping command
Problem using PEAR ping command If you use cPanel and you get the following error when calling PING from PEAR: Warning: popen() has been disabled for security reasons in /usr/lib/php/OS/Guess.php…