Outsource Support Blog
Hosting Con 2013
Raise Your Game at HostingCon 2013 Starting in just a few days, the HostingCon will provide education, events and more for those in the industry. Attending the Con will allow you to get the best information about the newest technology about hosting from an unbiased platform. This is the only event completely ready to serve …
Cpanel Exim How To Clear The Mail Queue
Here’s the proper way to clear the exim mail queue on a cpanel server. /etc/init.d/exim stop; sleep 10; killall -9 exim eximd sleep 5; #clean out the mail queue find /var/spool/exim -mindepth 2 -type f -exec rm -rf {} \; #clean out the mail db files find /var/spool/exim/db -type f -exec rm -rf {} \; …
Cleanup unused email accounts in cpanel
Here’s a great way to cleanup unused or unchecked email accounts in cpanel. find /home/*/mail/.*/new -name “1*” -mtime +180 -type f -exec rm -rf {} \; This assumes a few things, however the logic works. The assumptions are that you’re using cpanel and that your user’s websites are located on /home. The format for cpanel …
Limit access to website based on referrer
We use suphp on this server and here was the solution. In the user’s public_html file we created a .htaccess with the following: SetEnv PHPRC /home/$user/public_html/php.ini Then a php.ini file with: auto_prepend_file = /home/$user/public_html/checkrefer.php checkrefer.php <?php session_start(); echo $_SESSION[‘allowme’]; //First we check to see if a valid session exists if ($_SESSION[‘allowme’]==1){ //keep going and allow …
Hold Music
Human Fraud Verification Service
We are the first and only technical support company to offer you this beneficial program! Through our Human Fraud Verification Service, we can help you avoid fraudulent prospective clients. we will provide you with a simple, three step program that will allow you to run your business without the worry of fraudulent accounts: Step 1: …
Preferred Partners Program (PPP)
Maximize Your Revenue If you are looking to maximize your site revenue, then our Preferred Partners Program (PPP) is definitely for you! The PPP is a great program for NOC’s, Merchant Providers, Web Designers, and others who are interested in increasing their revenue. This program is very beneficial because it allows you to expand your …
Server Sitters featured in PingZine
Server Sitters will be featured in the upcoming Hosting Con Edition of PingZine!
Server Sitters Exhibit – HostingCon 2011
Server Sitters will be exhibiting at HostingCon 2011! Additional information to include our corporate attendees and booth number will follow. We’ll also have a custom network security game/challenge that allows you to face off against some of our top System Administrators. Please contact us if you have any suggestions on game ideas or prizes!
Outsourced French Support
Server Sitters is one of the first outsourced web hosting providers to offer technical support in French! Similar to our English support services you can now request French Support Agents that speak French as their first language. We will also be expanding our services to offer web hosting support in Spanish. Please contact us for …
- Apache (22)
- ASP (1)
- CGI-Perl (1)
- CloudFlare (2)
- Coldfusion (2)
- Cpanel (75)
- CPVLabs (1)
- Customer Service (11)
- DNS (9)
- Domains (1)
- DSM (2)
- Email (17)
- enom (1)
- Exim (13)
- FTP (8)
- Help Desk (2)
- Hosting (60)
- HSphere (7)
- Htaccess (11)
- Joomla (1)
- Linux (88)
- Miscellaneous (14)
- Miva (1)
- MySQL (15)
- Networking (1)
- OpenVZ (1)
- Outsourced Support (58)
- PHP (10)
- Plesk (13)
- Postfix (2)
- Recent News (37)
- Security (37)
- Sendmail (6)
- Spam (5)
- Thrive (1)
- VPS (7)
- Webmail (3)
- WHMCS (1)
- Windows Servers (9)
- Wordpress (7)