WordPress Meteor Slides Won’t show up after installing Members Plugin

How to fix Meteor Slideshow after installing while members plugin is enabled. Last week I was working on a site for a client; so before pushing the WordPress update I began a database back up.  The site in question runs with Meteor Slides enabled and has several slides needed to loop for advertising and branding […]

CDN – A content delivery network (CDN)

A content delivery network (CDN) is a collection of web servers distributed across multiple locations to deliver content more efficiently to users. Some large Internet companies own their own CDN, but it’s cost-effective to use a CDN service provider, such as Akamai Technologies, Mirror Image Internet, or Limelight Networks. For start-up companies and private web sites, the cost […]

Windows Server 2012 “Early Experts” Challenge – December Sweepstakes

You could win a FREE exam voucher pack for the MCSA on Windows Server 2012 certification! In December 2012, we are sponsoring an “Early Experts” Challenge Sweepstakes for IT Pros located in the US!  To be eligible, you’ll just need to complete one new Knowledge Quest on Windows Server 2012 between Dec 3rd and Dec […]

Fatal Memory Error on WordPress

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in /home/xyz/public_html/abc/tuv/wp-includes/kses.php(1005) : runtime-created function on line 1 1. Try adding this line to your wp-config.php file: define(‘WP_MEMORY_LIMIT’, ’64M’); 2. If you have access to your PHP.ini file, change the line in PHP.ini If your line shows 32M try 64M:  memory_limit = 64M […]

Cast-Control MediaCP – Free Control Panel for Streaming

  What is the Media Control Panel? Cast-Control MediaCP offers a fully featured web based media administration and automation utility allowing administrators, resellers and customers to manage their own services in a secure environment. Control Panel Features Compatible with Linux & Windows Supports 4 Major Streaming Server Types   Easy web based control panel Administration Interface, Reseller Interface & Customer Interface. One-Login Customer […]

WHMSonic – How to install

How to install ? Please login to your server root SSH and copy/paste type the following command in to your SSH command screen cd /root/; wget http://www.whmsonic.com/setupr/installr.sh; chmod +x installr.sh; ./installr.sh   Usage After Setup: You can access WHMSonic at WHM root under the plugins menu, at the bottom of your WHM Panel, near ‘Fantastico’. […]

WHMSonic – uninstall

If you want to uninstall WHMSonic: Uninstall: (Login to your root ssh and use this command:) cd /root/; wget http://www.whmsonic.com/setupr/uninstall.sh; chmod +x uninstall.sh; ./uninstall.sh

HOWTO create your own cloud server in 10 minutes

Find a sponsor for your web site. Get paid for your great content. shareasale.com. Eyveryone loves using services like Dropbox or Boxnet. It’s almost 2012 – everyone has some kind of Cloud (buzz buzz) storage! Half of us do have hardware laying around that we’d love to convert into our own ‘cloud server’ but never […]

Kloxo HostInaBox, a light and efficient webhosting platform, to Kloxo Enterprise, a truly distributed hosting platform

Features: CentOS 5 Support Integrates with billing software such as AWBS, WHMCS and HostBill Kloxo HostinABox: Feature Complete web hosting platform that uses 10MB RSS. Kloxo Enterprise: distributed hosting platform. View, Search and Manage your entire hosting, and every domain from a single page. Lxguard, advanced intrusion detection management interface. Supports apache/lighttpd, djbdns/bind and pure-ftpd On the fly Switch between applications Scale to million […]

XPanel is a web hosting control panel

XPanel is a web hosting control panel allows you to give your visitors a free web site on your server. XPanel is currently in use by many free web hosting providers (allow users to create websites on their servers in exchange for advertising space on the users website pages). Many of these free host providers […]

301 Page Redirects

301 redirect is the most efficient and Search Engine Friendly method for webpage redirection. It’s not that hard to implement and it should preserve your search engine rankings for that particular page. If you have to change file names or move pages around, it’s the safest option. The code “301” is interpreted as “moved permanently”. […]

Linux / UNIX Find Out What Your Dns Server Addresses is

The resolver is a set of routines in the C library that provide access to the Internet Domain Name System (DNS). The resolver configuration file contains information that is read by the resolver routines the first time they are invoked by a process. To see your DNS server address type following command as shell prompt: […]