PHP with SuPHP on cPanel

Saturday, June 27th, 2009

When you activated SuPHP on cPanel servers, this is the normal output should be.

The MIME types associated with PHP may have changed.
If you experience problems with PHP related settings in .htaccess files, ensure
those files use the MIME types specified above (the first value listed after AddType.)

(more…)

SocialTwist Tell-a-Friend

“Nobody” prevented from sending emails

Tuesday, June 23rd, 2009

Forget what I said below, if your webhosting has disabled user “nobody” to sent email, then they should enable suphp. This way, all PHP script executes as user account and not nobody. And will deliver email correctly.

==========

So your webhosting provider activated “Prevent “nobody” from sending mail” which cause your PHP script can’t sent email? You can use PHP classes called XpertMailer or PHPMailer but somehow it’s not working well on my host. Weird… The previous version XPertMailer works like charm but somehow the new one never sent my emails.

So I googling around and found Webmaster World’s Forum, and luckily the ini_set function is not disabled. So I test the script and it works flawlessly. Below is the script
(more…)

SocialTwist Tell-a-Friend

Disk Space Usage on cPanel shows incorrect size

Saturday, June 6th, 2009

After you delete some big files on your cpanel hosting server, the Disk Space Usage information may not showing the correct size, usually the next day after the crontab running, it will then shows the correct size.

But if it is not, then you should ask your webhoster to fix it.

As for the hoster, you need to run this command to fix it:

 /scripts/fixquotas
SocialTwist Tell-a-Friend

hdd partition for cpanel server

Monday, February 9th, 2009

Simple Harddisk partition, assume only for vps and have or more 50GB of space

/boot    200MB
/tmp    2GB
/    20GB
/home    rest of partition

(more…)

SocialTwist Tell-a-Friend

Unlimited webhosting space?

Saturday, April 19th, 2008

am3n.net webhosting statisticI just login to my cPanel, and from what I saw I got unlimited webspace?? (see the red balloon) at first I don’t care and ignore it. Why? because sometime my webhosting provider has an error occured, then couple of next days it fixed. So I thought it was an error but then after several login to my cPanel it’s still unlimited webhosting. So I have 2 conclusion:

  • First it’s not an error but fixed program since I am also notice other changes (see blue balloon), I am no longer can host / park other domains.
  • Second it was an error but the admin is on honeymoon with his 100 concubine :)

Should I be happy or worried?? Well whatever it is, I am still glad my webhosting is up and running.

(more…)

SocialTwist Tell-a-Friend