Postingan

Menampilkan postingan dari Maret, 2012

Google AdSense Ads Script / HTML code Converter / Parser

Adsense Ad Code Converter converts the Adsense code and makes it suitable for adding it to your blog posts. This tool can also be used for displaying HTML and other code in your blog posts. Check the tutorial for Adding Adsense To Blogger Blog Posts Paste your Adsense Code or any HTML/Javascript/CSS code below and click on convert If you feel this is useful and can help you, maybe your friends are also needed. Please share Google Adsense Ads Script / HTML code Converter / Parser tools through social media button. Thank's.

Turn Off PHP Safe Mode In Cpanel

Gambar
While I was checking the site stats of this blog, I've noticed that some people are looking for ways on how to turn off PHP safe mode in Cpanel . On my previous post , I have mentioned that it can be done on a server-wide setting . But what if you want to disable safe mode on particular domains only on Cpanel ? This can be done by adding a simple line below the httpd.conf entry of that domain. php_admin_flag safe_mode On Output: ServerAdmin webmaster@yourdomain.com DocumentRoot /home/youruser/public_html BytesLog domlogs/yourdomain.com-bytes_log User youruser Group youruser ServerName http://www.yourdomain.com/ ServerAlias yourdomain.com http://www.yourdomain.com/ CustomLog domlogs/yourdomain.com combined ScriptAlias /cgi-bin/ /home/youruser/public_html/cgi-bin/ php_admin_flag safe_mode On On shared hosting accounts, just ask a request from your hosting provider. Most of the hosts are enabling safe mode in PHP for security purposes. Goodluck! Edit: From Dave : The proper way to d