<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IIXMedia.com - Blog</title>
	<atom:link href="http://iixmedia.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://iixmedia.com/blog</link>
	<description>Indonesia Hosting &#38; Media Center</description>
	<lastBuildDate>Thu, 18 Mar 2010 09:13:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>10 Tips for Tune and Secure your cPanel Server</title>
		<link>http://iixmedia.com/blog/10-tips-for-tune-and-secure-your-cpanel-server.im</link>
		<comments>http://iixmedia.com/blog/10-tips-for-tune-and-secure-your-cpanel-server.im#comments</comments>
		<pubDate>Thu, 18 Mar 2010 09:13:58 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://iixmedia.com/blog/?p=233</guid>
		<description><![CDATA[Please note that these tips are suggestions only and cPanel takes no  responsibility for modifications to individual servers, or the security  practices of individual servers. Server security is a collection of  compromises, as any server that allows connections could be insecure.  These tips are to be followed at your own risk.
1) [...]]]></description>
			<content:encoded><![CDATA[<p>Please note that these tips are suggestions only and cPanel takes no  responsibility for modifications to individual servers, or the security  practices of individual servers. Server security is a collection of  compromises, as any server that allows connections could be insecure.  These tips are to be followed at your own risk.</p>
<div>1) <strong>Use secure passwords!</strong></div>
<div>Insecure  passwords are the most common security vulnerability for most servers.  If an account password is insecure and is compromised, client sites can  be defaced, infected, or used to spread viruses. Having secure passwords  is paramount to having a secure server.</div>
<div>You can edit  /etc/login.defs to configure many password options on your system. It is  well do*****ented.</div>
<div>Generally, a password utilizing at  least 8 characters including alphanumeric and grammatical symbols is  sufficient. Never use passwords based upon dictionary words or  significant dates. If you are uncertain about the security of a  password, then you can test it using <a href="http://www.openwall.com/john/">JTR cracker</a>. If a password can  be broken in a few hours, then it is probably too insecure and should  not be used. You can also install tools like <a href="http://www.openwall.com/passwdqc/">pam_passwdqc</a> to check the  strength of passwords.</div>
<div>2) <strong>Secure SSH </strong></div>
<div>Enable  public key authentication for SSH and disable password authentication <a href="http://www.cpanel.net/security/publickeyauth.htm">read more  &gt;&gt;</a></div>
<div>Move SSH access to a different port. People  are looking for port 22 as a possible way to access your servers. Moving  SSH to a different port will add a simple way to deter those without  specific knowledge of your server from easily discovering your SSH port.</div>
<div>You  can modify the port that SSH runs on within /etc/ssh/sshd_config.  Change the line that says #Port 22 to a different port such as: <strong>Port  1653</strong><em>. </em>Make sure to keep your current SSH session open  when testing the new port so you can change back to port 22 if the new  port doesn&#8217;t work.</div>
<div>You should always use SSHv2 only as  SSHv1 is not secure. Make sure to change the line in  /etc/ssh/sshd_config that says #Protocol 2,1 to <strong>Protocol 2</strong>.</div>
<div>You may also wish to set Shell Resource Limits for you  users to prevent applications and scripts from using all up your  resources and taking down your server. You can configure shell resource  limits in <em>/etc/security/limits.conf</em> on most Linux systems.</div>
<div>3)  <strong>Secure Apache</strong></div>
<div>The most readily available  way to access a web server, is of course, the web server application.  It is important to take steps to secure your Apache installation.</div>
<div>One  of the best tools for preventing malicious Apache use is mod_security.  This can be installed in <strong>Addon Modules</strong> in the <strong>cPanel</strong> section of WebHost Manager. You can find information about mod_security  at <a href="http://www.modsecurity.org/">http://www.modsecurity.org/</a>.</div>
<div>When  compiling Apache, you should include suexec to ensure that CGI  applications and scripts run as the user that owns / executes them. This  will help identify where malicious scripts are and who is running them.  It will also enforce permission and environment controls.</div>
<div>We  also recommend compiling Apache + PHP with PHPsuexec. PHPsuexec forces  all PHP scripts to run as the user who owns the script. This means that  you will be able to identify the owner of all PHP scripts running on  your server. If one is malicious, you will be able to find it&#8217;s owner  quickly and resolve the issue. To compile Apache + PHP with PHPsuexec,  select the PHPSuexec option in the Apache Upgrade interface in WHM or  when running /scripts/easyapache from the command line.</div>
<div>You  should enable PHP&#8217;s open_basedir protection. This protection will  prevent users from open files outside of their home directory with PHP.  This can be enabled in <strong>Tweak Security</strong> within WebHost  Manager.</div>
<div>You may also wish to include safe_mode for PHP  5.x and below. Safe_mode ensures that the owner of a PHP script matches  the owner of any files to be operated on. You can enable safe_mode by  changing the safe_mode = line in php.ini to <strong>safe_mode = On</strong>.</div>
<div>4) <strong>Secure your /tmp partition </strong></div>
<div>We  recommend that you use a separate partition for /tmp that is mounted  with<em> nosetuid</em>. Nosetuid will force a process to run with the  privileges of it&#8217;s executor. You may also wish to mount /tmp with <em>noexec</em> after installing cPanel. Check the mount man page for more information.</div>
<div>Also,  Running /scripts/securetmp will mount your /tmp partition to a  temporary file for extra security.</div>
<div>5) <strong>Upgrade  your mail to maildir format</strong></div>
<div>Maildir format adds  extra security and speed to your mail system. Newer installs use maildir  by default. If you&#8217;re running an older copy of cPanel, you&#8217;ll probably  want to upgrade using <em>/scripts/convert2maildir</em>. Make sure to  back up your current mail before converting to maildir, this can be done  within /scripts/convert2maildir. If you see <strong>maildir is enabled </strong>when  running /scripts/convert2maildir, you are already using maildir, and  will not need to convert.</div>
<div>6) <strong>Lock down your  system&#8217;s compilers</strong></div>
<div>Most users do not require the  use of C and C++ compilers. You can use the <strong>Compilers Tweak </strong>within  <strong>Tweak Security</strong> in WebHost Manager to turn off use of  the compilers for all unprivileged users, or to disable them for  specific users only. Many pre-packaged exploits require working  compilers. Disabling compilers will help protect against many exploits.</div>
<div>7)<strong> Turn off unused services and daemons</strong></div>
<div>Any service  or daemon that allows a connection to be established to your server is  away for hackers to gain access. To reduce security risks, you should  disable all services and daemons that are not being used.</div>
<div>For  Daemons on Linux:</div>
<div>Check /etc/xinetd.conf for services you  are not using. For example, cupsd (printing daemon) and nfs/statd  (network file system daemons) are not used on many systems.</div>
<div>For  Services:</div>
<div>Go to the <strong>Service Manager </strong>in  the <strong>Service Configuration</strong> section of WHM and disable  any services that you are not using.</div>
<div> <img src='http://iixmedia.com/blog/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> <strong>Monitor  your system</strong></div>
<div>It is important to be up to date on  what is going on with your system. Make sure that you know when accounts  are being created, what software is being installed, when software  needs updates, etc.</div>
<div>Check your system frequently to  ensure it is functioning in the way you expect. Make sure to check  things like:</div>
<div><strong>netstat -anp</strong> : Look for  programs attached to ports that you did not install / authorize</div>
<div><strong>find  / ( -perm -a+w ) ! -type l &gt;&gt; world_writable.txt</strong> <strong>: </strong>Look at world_writable.txt to see all world writable files and  directories. This will reveal locations where an attacker can store  files on your system. NOTE: Fixing permissions on some PHP/CGI scripts  that are not properly coded will break them.</div>
<div><strong>find /  -nouser -o -nogroup </strong><strong>&gt;&gt; no_owner.txt </strong>:  Look at no_owner for all files that do not have a user or group  associated with them. All files should be owned by a specific user or  group to restrict access to them.</div>
<div><strong>ls /var/log/</strong>:  There are many different logs on your system which can be valuable  resources. Check your system logs, apache logs, mail logs, and other  logs frequently to make sure your system is functioning as expected.</div>
<div>There  are many readily available utilities to monitor your system and to  detect rootkits, backdoors, etc. Here are some commonly available  utilities:</div>
<ul>
<li>Tripwire &#8211; Monitors checksums of files and  reports changes.<br />
http://tripwire.com or  http://sourceforge.net/projects/tripwire</li>
<li>Chrookit &#8211; Scans for  common rootkits, backdoors, etc.<br />
http://www.chkrootkit.org</li>
<li>Rkhunter  &#8211; Scans for common rootkits, backdoors, etc.<br />
http://www.rootkit.nl/projects/rootkit_hunter.html</li>
<li>Logwatch &#8211; Monitors and reports on daily system activity.<br />
http://logwatch.org</li>
</ul>
<div>9)<strong> Enable a Firewall</strong></div>
<div>Installing  a firewall to limit access to your server is useful. Removing all  unused software on your system is more useful. Before you have the  chance to remove all unused services and daemons, or the chance to  figure out which services / daemons are unused, you can enable a  firewall to prevent unwanted access.</div>
<div>The following will  show the ports cPanel and WHM need open to function properly and what  the port is used for:</div>
<div><a href="http://faq.cpanel.net/show.cgi?qa=104689180407630">http://faq.cpanel.net/show.cgi?qa=104689180407630</a></div>
<div>If  you are using APF, see:</div>
<div><a href="http://faq.cpanel.net/show.cgi?qa=108499296901804">http://faq.cpanel.net/show.cgi?qa=108499296901804</a></div>
<div>Please note that these ports are for all services that  can be used by cPanel and WHM, you may or may not be using all of these  services or other services and should adjust your rules accordingly.</div>
<div>Remember  to set a cron job to disable your firewall every 5 minutes when testing  your rules, or you may be locked out of your server.</div>
<div>10)  <strong>Stay up to date</strong></div>
<div>It is important to make  sure that you are running the latest stable versions of the software on  your system to ensure that it has been patched of any security issues  that past versions may be susceptible to. Make sure to keep on top of  updates for:</div>
<ul>
<li>Kernel</li>
<li>cPanel and WHM*</li>
<li>User  Applications (bulletin boards, CMS, blog engines, etc)**</li>
<li>System  Software*</li>
</ul>
<div>*These can be set to automatically update  in WebHost Manager under <strong>Update Config </strong>in the <strong>Server  Configuration</strong> section.</div>
<div>**You can upgrade all  cPAddon installations through <strong>Manage cPAddons</strong> in the <strong>cPanel</strong> section of WebHost Manager.</div>
]]></content:encoded>
			<wfw:commentRss>http://iixmedia.com/blog/10-tips-for-tune-and-secure-your-cpanel-server.im/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Akhirnya jadi juga theme baru blog IIXMEDIA :D</title>
		<link>http://iixmedia.com/blog/akhirnya-jadi-juga-theme-baru-blog-iixmedia-d.im</link>
		<comments>http://iixmedia.com/blog/akhirnya-jadi-juga-theme-baru-blog-iixmedia-d.im#comments</comments>
		<pubDate>Thu, 18 Mar 2010 08:56:41 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[inovation]]></category>
		<category><![CDATA[pengumuman]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[welcome]]></category>

		<guid isPermaLink="false">http://iixmedia.com/blog/?p=230</guid>
		<description><![CDATA[He2, nih sekarang yang Anda lihat merupakan tampilan iixmedia yang baru, lebih seragam, lebih teratur, dan lebih unique.
He2 semoga semakin betah mengunjungi blog iixmedia  
Salam,
Ahlul
]]></description>
			<content:encoded><![CDATA[<p>He2, nih sekarang yang Anda lihat merupakan tampilan iixmedia yang baru, lebih seragam, lebih teratur, dan lebih unique.</p>
<p>He2 semoga semakin betah mengunjungi blog iixmedia <img src='http://iixmedia.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Salam,<br />
Ahlul</p>
]]></content:encoded>
			<wfw:commentRss>http://iixmedia.com/blog/akhirnya-jadi-juga-theme-baru-blog-iixmedia-d.im/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VPN (Virtual Private Network) :)</title>
		<link>http://iixmedia.com/blog/vpn-virtual-private-network.im</link>
		<comments>http://iixmedia.com/blog/vpn-virtual-private-network.im#comments</comments>
		<pubDate>Thu, 18 Mar 2010 08:45:52 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[Download]]></category>
		<category><![CDATA[inovation]]></category>
		<category><![CDATA[gratis]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://iixmedia.com/blog/?p=225</guid>
		<description><![CDATA[Info produk bisa anda dapatkan di: http://iixmedia.com/vpn.html
Gratis Online sepuasnya&#8230;.!!!!!*
Mengapa Anda harus memakai VPN?
VPN, merupakan teknologi yang sudah lama dan memang jarang dipakai.
Namun belakangan VPN menjadi alternatif karena dapat mempercepat  akses internet dikarenakan kebanyakan jaringan tidak memberikan batas  untuk penggunaan sistem VPN.
Apa beda VPN iixmedia dengan VPN lainnya?
IIXMEDIA adalah hosting datacenter, artinya kami rajanya [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Info produk bisa anda dapatkan di: <a href="http://iixmedia.com/vpn.html">http://iixmedia.com/vpn.html</a></p></blockquote>
<h3>Gratis Online sepuasnya&#8230;.!!!!!*</h3>
<p>Mengapa Anda harus memakai VPN?</p>
<p>VPN, merupakan teknologi yang sudah lama dan memang jarang dipakai.</p>
<p>Namun belakangan VPN menjadi alternatif karena dapat mempercepat  akses internet dikarenakan kebanyakan jaringan tidak memberikan batas  untuk penggunaan sistem VPN.</p>
<p>Apa beda VPN iixmedia dengan VPN lainnya?</p>
<p>IIXMEDIA adalah hosting datacenter, artinya kami rajanya bandwith.<br />
Kami satu-satunya yang menyediakan Bandwith Premium international  tidak terbatas untuk penggunaan VPN ini, hal ini yang tidak berani  dilakukan penyedia lainnya. Sehingga kebanyakan penyedia VPN menaruh VPN  server diluar negeri. Sehingga tentu saja kita akan kesulitan mengakses  situs lokal jika telalu jauh diluar negeri.</p>
<p>Nah, kami solusinya karena semuanya menjadi sama, lokal lancar,  international tidak ada kendala lagi <img src='http://iixmedia.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So, kenapa harus menunggu&#8230;.</p>
<p><strong>Hasil pake koneksi Indosat, dari dan ke server local</strong></p>
<p><img src="http://www.speedtest.net/result/727014081.png" alt="" /></p>
<p><strong>Hasil pake koneksi Indosat, dari dan ke server international</strong></p>
<p><img src="http://www.speedtest.net/result/727019241.png" alt="" /></p>
<p><strong>Hasil pake koneksi Telkomsel, dari dan ke server local</strong></p>
<p><img src="http://www.speedtest.net/result/727033630.png" alt="" /></p>
<p><strong>Hasil pake koneksi Telkomsel, dari dan ke server  international</strong></p>
<p><img src="http://www.speedtest.net/result/727035165.png" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://iixmedia.com/blog/vpn-virtual-private-network.im/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perubahan Jam Support Sehubungan dengan bulan Ramadhan</title>
		<link>http://iixmedia.com/blog/perubahan-jam-support-sehubungan-dengan-bulan-ramadhan.im</link>
		<comments>http://iixmedia.com/blog/perubahan-jam-support-sehubungan-dengan-bulan-ramadhan.im#comments</comments>
		<pubDate>Fri, 21 Aug 2009 15:10:50 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Berita]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://iixmedia.com/blog/?p=220</guid>
		<description><![CDATA[Sebelumnya kami ingin mengucapkan Mohon Maaf Lahir batin untuk seluruh klien iixmedia yang menunaikan Ibadah Puasa.
Berhubung Ramadhan sudah masuk, maka ada perubahan jam jika Anda memerlukan support di mana berhubung mulai jam 5 sampai jam 9 malam Kami melaksanakan ibadah buka puasa dan shalat tarwih maka pada jam 5 sampai jam 9 malam tersebut support [...]]]></description>
			<content:encoded><![CDATA[<p>Sebelumnya kami ingin mengucapkan Mohon Maaf Lahir batin untuk seluruh klien iixmedia yang menunaikan Ibadah Puasa.</p>
<p>Berhubung Ramadhan sudah masuk, maka ada perubahan jam jika Anda memerlukan support di mana berhubung mulai jam 5 sampai jam 9 malam Kami melaksanakan ibadah buka puasa dan shalat tarwih maka pada jam 5 sampai jam 9 malam tersebut support YM tidak aktif.</p>
<p>Jadi mohon dikirimkan saja email baik ke sales@iixmedia.com atau support@iixmedia.com.</p>
<p>Sebelumnya mohon maaf atas hal ini.</p>
<p>Salam,<br />
Manajemen</p>
]]></content:encoded>
			<wfw:commentRss>http://iixmedia.com/blog/perubahan-jam-support-sehubungan-dengan-bulan-ramadhan.im/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wajah dan Inovasi Baru IIXMEDIA.COM</title>
		<link>http://iixmedia.com/blog/wajah-dan-inovasi-baru-iixmediacom.im</link>
		<comments>http://iixmedia.com/blog/wajah-dan-inovasi-baru-iixmediacom.im#comments</comments>
		<pubDate>Thu, 30 Jul 2009 05:14:21 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[baru]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Iixmedia.com]]></category>

		<guid isPermaLink="false">http://iixmedia.com/blog/?p=216</guid>
		<description><![CDATA[
Simplicity&#8230;
Itulah tema design iixmedia.com kali ini.
Penataan halaman depan yang lebih tertata rapi dan simple semoga membuat pengunjung tidak terlalu diribetkan dengan view.
Selain itu iixmedia juga mengangkat tema beberapa icon, icon manusia blankon ini diartikan bahwa IIXMEDIA merupakan milik orang Indonesia seutuhnya dan akan selalu hadir dan mencoba untuk memberikan yang terbaik bagi rakyat Indonesia.
Kenapa musti [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://iixmedia.com/blog/wp-content/uploads/2009/07/newim.jpg"><img class="size-medium wp-image-217 aligncenter" style="margin: 10px;" title="newim" src="http://iixmedia.com/blog/wp-content/uploads/2009/07/newim-300x209.jpg" alt="newim" width="300" height="209" /></a></p>
<p><strong><em>Simplicity&#8230;</em></strong></p>
<p>Itulah tema design iixmedia.com kali ini.<br />
Penataan halaman depan yang lebih tertata rapi dan simple semoga membuat pengunjung tidak terlalu diribetkan dengan view.</p>
<p>Selain itu iixmedia juga mengangkat tema beberapa icon, icon manusia blankon ini diartikan bahwa IIXMEDIA merupakan milik orang Indonesia seutuhnya dan akan selalu hadir dan mencoba untuk memberikan yang terbaik bagi rakyat Indonesia.</p>
<p>Kenapa musti blankon? <img src='http://iixmedia.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  karena saat ini design masih berjalan, artinya nanti akan ada icon-icon daerah lain yang akan kami buat semampu kami.</p>
<p>Selain itu berbarengan dengan peluncuran inovasi baru kami yaitu hosting per kategori, jadi anda bisa pilih sesuai kebutuhan, adapun ketersediaan paket baru adalah:</p>
<ul>
<li><a href="http://iixmedia.com/hosting-perusahaan.html">Perusahaan</a></li>
<li><a href="http://iixmedia.com/hosting-bisnis-online.html">Bisnis Online</a></li>
<li><a href="http://iixmedia.com/hosting-netpreneur.html">Netpreneur</a></li>
<li><a href="http://iixmedia.com/hosting-instansi.html">Sekolah/Instansi</a></li>
<li><a href="http://iixmedia.com/hosting-pribadi.html">Blog/Situs Pribadi</a></li>
</ul>
<p>Semoga Inovasi ini akan menambah kredibelitas iixmedia.com dimata konsumen.</p>
]]></content:encoded>
			<wfw:commentRss>http://iixmedia.com/blog/wajah-dan-inovasi-baru-iixmediacom.im/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sekarang orderan anda bisa disetup Otomatis dalam 3 langkah saja</title>
		<link>http://iixmedia.com/blog/sekarang-orderan-anda-bisa-disetup-otomatis-dalam-3-langkah-saja.im</link>
		<comments>http://iixmedia.com/blog/sekarang-orderan-anda-bisa-disetup-otomatis-dalam-3-langkah-saja.im#comments</comments>
		<pubDate>Fri, 03 Jul 2009 02:41:22 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[Domain]]></category>
		<category><![CDATA[Fantastico]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Member]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[inovation]]></category>

		<guid isPermaLink="false">http://iixmedia.com/blog/?p=210</guid>
		<description><![CDATA[Bagaimana anda biasanya melakukan tahapan agar hostingan anda aktif?
Hmm, umumnya hosting lain mempunyai beberapa tahapan seperti berikut:

Melakukan order
Melakukan pembayaran
Konfirmasi Pembayaran
Menunggu aktifasi dari hosting bersangkutan
Dan mengecek informasi cPanel lewat email

Nah itu kan biasa&#8230;
Bagaimana kalau iixmedia menawarkan 3 langkah saja untuk anda:

Melakukan order
Melakukan pembayaran
Konfirmasi Pembayaran
Menunggu aktifasi dari hosting bersangkutan
Dan mengecek informasi cPanel lewat email

Artinya, anda cukup:

Melakukan order
Melakukan [...]]]></description>
			<content:encoded><![CDATA[<p>Bagaimana anda biasanya melakukan tahapan agar hostingan anda aktif?</p>
<p>Hmm, umumnya hosting lain mempunyai beberapa tahapan seperti berikut:</p>
<ol>
<li>Melakukan order</li>
<li>Melakukan pembayaran</li>
<li>Konfirmasi Pembayaran</li>
<li>Menunggu aktifasi dari hosting bersangkutan</li>
<li>Dan mengecek informasi cPanel lewat email</li>
</ol>
<p>Nah itu kan biasa&#8230;</p>
<p>Bagaimana kalau iixmedia menawarkan 3 langkah saja untuk anda:</p>
<ol>
<li>Melakukan order</li>
<li>Melakukan pembayaran</li>
<li><span style="text-decoration: line-through;">Konfirmasi Pembayaran</span></li>
<li><span style="text-decoration: line-through;">Menunggu aktifasi dari hosting bersangkutan</span></li>
<li>Dan mengecek informasi cPanel lewat email</li>
</ol>
<p>Artinya, anda cukup:</p>
<ol>
<li>Melakukan order</li>
<li>Melakukan pembayaran</li>
<li>Dan mengecek informasi cPanel lewat email</li>
</ol>
<p>Tanpa perlu konfirmasi kepada kami..</p>
<p>Nah ini baru bukan biasa&#8230; he2</p>
<p>Yap,</p>
<p>Saat ini anda dapat lebih menghemat waktu anda tanpa perlu menunggu kami aktifasi, karena sistem kami akan melakukan pengecekan pembayaran anda langsung ke bank pembayaran, sehingga apabila pembayaran anda terdeteksi maka pesanan anda akan langsung diaktifkan.</p>
<p>Adapun ketentuannya dalam setiap pembayaran anda harus menyertakan keterangan:</p>
<p><code>INVOICE-[nomor-invoice]</code></p>
<p>contoh:</p>
<p><code>INVOICE-2009</code></p>
<p>Gampang bukan <img src='http://iixmedia.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  jadi sangat menghemat waktu anda dan yang penting lebih simple</p>
<p>Sekali lagi saatnya hosting berinovasi dan tunggu inovasi lain dari kami <img src='http://iixmedia.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>&#8212;-<br />
FYI: Saat ini tersedia hanya untuk transfer malalui bank BCA, untuk yang lainnya dalam pengerjaan</p>
]]></content:encoded>
			<wfw:commentRss>http://iixmedia.com/blog/sekarang-orderan-anda-bisa-disetup-otomatis-dalam-3-langkah-saja.im/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[solved] Gambar di blog Wordpress hilang saat pindah hosting</title>
		<link>http://iixmedia.com/blog/solved-gambar-di-blog-wordpress-hilang-saat-pindah-hosting.im</link>
		<comments>http://iixmedia.com/blog/solved-gambar-di-blog-wordpress-hilang-saat-pindah-hosting.im#comments</comments>
		<pubDate>Sun, 07 Jun 2009 16:22:12 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Solved]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Worpress]]></category>

		<guid isPermaLink="false">http://iixmedia.com/blog/?p=205</guid>
		<description><![CDATA[Jika ada yang menemui kalimat &#8220;Configured WordPress upload directory doesn&#8217;t exist Please make sure that the directory exists and is writeable&#8221; setelah pindah hosting, bisa jadi kasusnya sama dengan yang di alami salah satu klien kami.
Klien kami memiliki domain yang di addon di salah satu akun hostingya di iixmedia, karena sesuatu hal diy memutuskan untuk [...]]]></description>
			<content:encoded><![CDATA[<p>Jika ada yang menemui kalimat <strong>&#8220;Configured WordPress upload directory doesn&#8217;t exist Please make sure that the directory exists and is writeable&#8221; </strong>setelah pindah hosting, bisa jadi kasusnya sama dengan yang di alami salah satu klien kami.<br />
Klien kami memiliki domain yang di addon di salah satu akun hostingya di iixmedia, karena sesuatu hal diy memutuskan untuk memindahkan domain tersebut di akun hosting diy yang lain dan masalah timbul ketika semua proses telah selesai dilakukan. Gambar -gambar hasil postingan yang telah di upload tidak lagi tampil di lokasinya yang baru itu.<br />
Setelah kami cek kami jumpai kalimat di dashboard blognya <strong>&#8220;Configured WordPress upload directory doesn&#8217;t exist Please make sure that the directory exists and is writeable&#8221; </strong>Ada 3 kemungkinan yang terjadi bila ada pesan seperti yang ada di atas<br />
1. Konfigurasi file directori upload salah<br />
2. Permision folder untuk file uploadnya tidak writeable<br />
3. Folder upload memang hilang alias tidak exist lagi<br />
Ok akan kita bahas 1 demi satu<br />
1. Bila kasus ternyata terjadi karena no 1 , maka segera masuk ke Admin WP anda kemudian menuju ke Setting &#8211;&gt; Misscellaneous &#8211;&gt; Path<br />
disana di sesuaikan lagi dengan posisi yang benar setelah pindah hosting misal &#8220;wp-content/upload&#8221;. Perhatikan : Hilangkan &#8220;/&#8221; di depan jika,<br />
anda jumpai misal &#8220;/wp-content/upload&#8221; maka itu masalah anda segera hilangkan tanda &#8220;/&#8221; di depan.<br />
2. Bila kasus ternyata terjadi bukan karena no 1 , maka kemungkinan adalah karena maslah permision filenya. Segera cek permison file anda,<br />
755 untul folder dan 644 untuk filenya.<br />
3. Jika no 1 dan 2 sudah di lakuakan dan terjadi masalah, kemungkinan terjadi adalah yang ketiga. Jika itu yang bener benar terjadi segera<br />
hubungi support hosting anda <img src='http://iixmedia.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Semoga Bermanfaat!</p>
]]></content:encoded>
			<wfw:commentRss>http://iixmedia.com/blog/solved-gambar-di-blog-wordpress-hilang-saat-pindah-hosting.im/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress 2.7.1 SMTP Enabled [repacked by Ahlul Faradish]</title>
		<link>http://iixmedia.com/blog/wordpress-271-smtp-enabled-repacked-by-ahlul-faradish.im</link>
		<comments>http://iixmedia.com/blog/wordpress-271-smtp-enabled-repacked-by-ahlul-faradish.im#comments</comments>
		<pubDate>Wed, 27 May 2009 07:07:12 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[SMTP]]></category>

		<guid isPermaLink="false">http://iixmedia.com/blog/?p=202</guid>
		<description><![CDATA[Why use SMTP
Sometime if you use your own domain or php script mail provider like Yahoo &#38; Gmail will send your mail to their bulk or spam folder. With this you can solve that problem 
Hot Feature

Complete SMTP settings.
You can use secure option or no (SSL &#38; TLS)

Screen Shoot

I added that features under “Miscellaneous” Settings

You [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Why use SMTP</strong></p>
<p>Sometime if you use your own domain or php script mail provider like Yahoo &amp; Gmail will send your mail to their bulk or spam folder. With this you can solve that problem <img class="wp-smiley" src="http://ahlul.web.id/blog/wp-includes/images/smilies/smileys68.gif" alt=";)" /></p>
<p><strong>Hot Feature</strong></p>
<ul>
<li>Complete SMTP settings.</li>
<li>You can use secure option or no (SSL &amp; TLS)</li>
</ul>
<p><strong>Screen Shoot</strong></p>
<p><a href="http://ahlul.web.id/blog/wp-content/uploads/2009/05/screenhunter_02-may-23-1507.jpg"><img class="aligncenter size-full wp-image-560" title="screenhunter_02-may-23-1507" src="http://ahlul.web.id/blog/wp-content/uploads/2009/05/screenhunter_02-may-23-1507.jpg" alt="screenhunter_02-may-23-1507" width="171" height="212" /></a></p>
<p style="text-align: center;"><em>I added that features under “Miscellaneous” Settings</em></p>
<p style="text-align: center;"><a href="http://ahlul.web.id/blog/wp-content/uploads/2009/05/screenhunter_01-may-23-1502.gif"><img class="aligncenter size-medium wp-image-559" title="screenhunter_01-may-23-1502" src="http://ahlul.web.id/blog/wp-content/uploads/2009/05/screenhunter_01-may-23-1502-300x115.gif" alt="screenhunter_01-may-23-1502" width="300" height="115" /></a></p>
<p style="text-align: center;"><em>You can find SMTP Settings section under Uploading Files section</em></p>
<p><strong>English</strong></p>
<p>When your server is not support for PHPMail you can solve with this wordpress version.</p>
<p>I’ve rewrite wordpress code and now i release Wordpress 2.7.1  SMTP Enabled.</p>
<p>Yap, there is some plugins that you can use to enabled SMTP on your Wordpress. But if you use plugin it will consume more resources of server.</p>
<p>Oh this package i not add some functions, but i just used functions that already added on current wordpress so i think this not consume more resources if we compare with non SMTP enable.</p>
<p>So if you want to use my package you can download here <img class="wp-smiley" src="http://ahlul.web.id/blog/wp-includes/images/smilies/smileys65.gif" alt=":)" /> : <a href="http://ahlul.web.id/blog/download-manager.php?id=28">Wordpress-2.7.1-smtp-enabled.zip</a></p>
<p>If you want to modify your installed Wordpress i can help you just for $3, so you do not need to reinstall your wordpress blog.</p>
<p><strong>Support &amp; Donate</strong></p>
<p>If you have bugs or some questions please sent mail to me: ceo.ahlul[at]yahoo.com</p>
<p>I spend my time for this. If you find this plugin is usefull and want make donation for me you can send it to my paypal <img class="wp-smiley" src="http://ahlul.web.id/blog/2009/05/wp-includes/images/smilies/smileys68.gif" alt=";)" /></p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input name="cmd" type="hidden" value="_s-xclick" />
<input name="hosted_button_id" type="hidden" value="3397364" />
<input alt="PayPal - The safer, easier way to pay online." name="submit" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG_global.gif" type="image" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /><br />
</form>
<p>Or you can send directly to my paypal account: ahlul_amc@yahoo.co.id</p>
<p>Thanks before for donation.</p>
<p><strong>Bahasa Indonesia</strong></p>
<p>Kadangkala kita menemukan bahwa PHPMail pada server tidak aktif sehingga anda tidak bisa mengirim email dengan wordpress anda, oleh karena itu saya melakukan perubahan pada beberapa fungsi wordpress sehingga saat ini anda dimungkinkan untuk mengaktifkan fitur SMTP pada wordpress anda.</p>
<p>Yap, anda tentu bisa gunakan plugin SMTP untuk wordpress. Tapi plugin berarti menambah pemakaian resources server anda sehingga tentu tidak efisien. Berbeda dengan fitur yang saya aktifkan adalah masih memakai fungsi asli wordpress sehingga tidak ada bedanya terhadap pemakaian memori terhadap yang non SMTP dan yang memakai SMTP.</p>
<p>Jika anda ingin mendownload anda bisa download di sini <img class="wp-smiley" src="http://ahlul.web.id/blog/wp-includes/images/smilies/smileys65.gif" alt=":)" /> <a href="http://ahlul.web.id/blog/download-manager.php?id=28">Wordpress-2.7.1-smtp-enabled.zip</a></p>
<p>Atau jika anda ingin mengaktifkan SMTP pada wordpress anda yang telah terinstall anda bisa hubungi saya untuk bantuannya, anda hanya perlu membayar uang jasa pemasangan dan pengubahan Rp. 25.000, sehingga anda tidak perlu melakukan reinstall terhadap wordpress anda.</p>
<p><strong>Dukungan &amp; Donasi</strong></p>
<p>Jika anda menemukan kekurangan atau pertanyaan silahkan email saya di: ceo.ahlul[at]yahoo.com</p>
<p>Jika anda menghargai waktu saya dan menemukan plugin ini bermanfaat silahkan donasi lewat paypal saya  <img class="wp-smiley" src="http://ahlul.web.id/blog/2009/05/wp-includes/images/smilies/smileys68.gif" alt=";)" /></p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input name="cmd" type="hidden" value="_s-xclick" />
<input name="hosted_button_id" type="hidden" value="3397364" />
<input alt="PayPal - The safer, easier way to pay online." name="submit" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG_global.gif" type="image" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /><br />
</form>
<p>Atau anda yang di Indonesia bisa mengirim lewat rekening yang ada di halaman:<br />
<a href="http://ahlul.web.id/blog/2009/05/donasi-untuk-saya">http://ahlul.web.id/blog/donasi-untuk-saya</a></p>
<p>Terimakasih untuk donasi anda.</p>
]]></content:encoded>
			<wfw:commentRss>http://iixmedia.com/blog/wordpress-271-smtp-enabled-repacked-by-ahlul-faradish.im/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Catatan Seorang Klien IIXMEDIA: &#8220;Akhirnya iPhone datang Juga&#8221;</title>
		<link>http://iixmedia.com/blog/catatan-seorang-klien-iixmedia-akhirnya-iphone-datang-juga-2.im</link>
		<comments>http://iixmedia.com/blog/catatan-seorang-klien-iixmedia-akhirnya-iphone-datang-juga-2.im#comments</comments>
		<pubDate>Thu, 21 May 2009 06:33:27 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Member]]></category>
		<category><![CDATA[Berita]]></category>
		<category><![CDATA[klien]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Promo]]></category>

		<guid isPermaLink="false">http://iixmedia.com/blog/?p=162</guid>
		<description><![CDATA[Berikut ini merupakan catatan seorang klien iixmedia setelah beliau mendapatkan iphone promo iixmedia   Semoga menginspirasi.
Tulisan ini diambil dari: http://www.vaseppi.com/meracau/akhirnya-iphone-datang-juga/
&#8212;
Akhirnya setelah menunggu 1,5 bulan-an, iPhone yang merupakan hadiah dari IIX Media sampai juga ke tangan saya. Hari Sabtu kemarin saya dikabari Mas Ahlul bahwa iPhone sudah ready dan dapat diambil pada hari Selasa. So, [...]]]></description>
			<content:encoded><![CDATA[<p>Berikut ini merupakan catatan seorang klien iixmedia setelah beliau mendapatkan iphone promo iixmedia <img src='http://iixmedia.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Semoga menginspirasi.</p>
<p>Tulisan ini diambil dari: http://www.vaseppi.com/meracau/akhirnya-iphone-datang-juga/</p>
<p>&#8212;</p>
<p>Akhirnya setelah menunggu 1,5 bulan-an, <a href="http://www.vaseppi.com/meracau/iphone-3g-16gb-dari-iix-media/">iPhone yang merupakan hadiah dari IIX Media</a> sampai juga ke tangan saya. Hari Sabtu kemarin saya dikabari Mas Ahlul bahwa iPhone sudah ready dan dapat diambil pada hari Selasa. So, hari Selasa saya meluncur ke Cyber Building &#8211; Kuningan untuk mengambil hadiah tersebut, bertemu dengan Pak Leonardus dan … (aduh, saya lupa menanyakan nama rekan Pak Leo <img class="wp-smiley" title=":(" src="http://www.vaseppi.com/smilies/yahoo_sad.gif" alt=":(" width="18" height="18" /> ).</p>
<p>Agak kaget juga saat melihat Pak Leo dan rekannya ternyata masih muda, namun hal itu justru menghilangkan kikuk saya yang sempat menerjang. Karena kami berasal dari “generasi” yang sama, situasi menjadi cepat akrab dan lebih santai. Setelah beramah-tamah, wawancara ringan, dan proses dokumentasi singkat, saya pun akhirnya pamit dan pulang bersama iPhone baru saya <img class="wp-smiley" title=":D" src="http://www.vaseppi.com/smilies/yahoo_bigsmile.gif" alt=":D" width="18" height="18" /></p>
<p style="text-align: center;"><a rel="lightbox" href="http://vaseppi.com/iPhone.jpg"><img class="aligncenter" src="http://vaseppi.com/iPhone.jpg" alt="iPhone" width="100" /></a></p>
<p>iPhone tersebut dibeli dari Singapura dan sudah unlocked, jadi tidak memiliki ikatan dengan Telkomsel dan dapat digunakan oleh semua GSM. Hal ini memudahkan saya, karena saya bukan pengguna produk telkomsel <img class="wp-smiley" title=":p" src="http://www.vaseppi.com/smilies/yahoo_tongue.gif" alt=":p" width="18" height="18" /> , simcard Three saya resmi pindah rumah dari Nokia 5700 ke iPhone baru. Agak ringkih menggenggam ponsel yang di Indonesia dibanderol seharga laptop ini, tampilannya minimalis tanpa banyak tombol dan terlihat elegan (tapi mudah kotor karena sidik jari mudah menempel di permukaannya yang licin).</p>
<p>Rencananya saya akan menulis review dan mencari tahu apakah harga yang selangit sesuai dengan fitur dan fungsinya, insya Allah review tersebut akan saya publikasikan pada catatan berikutnya.</p>
<p>Thanks for <a href="http://www.vaseppi.com/go/iixmedia" target="_blank">IIX Media</a> yang sepertinya saat ini menjadi satu-satunya penyedia layanan webhosting yang memberikan hadiah iPhone 16GB bagi konsumennya.</p>
<p>&#8212;</p>
<p>Berikut dokumentasi kami <img src='http://iixmedia.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://iixmedia.com/blog/wp-content/uploads/2009/05/dsc045541.jpg"><img class="aligncenter size-full wp-image-131" title="dsc045541" src="http://iixmedia.com/blog/wp-content/uploads/2009/05/dsc045541.jpg" alt="dsc045541" width="448" height="336" /></a></p>
<p><a href="http://iixmedia.com/blog/wp-content/uploads/2009/05/dsc04555.jpg"><img class="aligncenter size-full wp-image-132" title="dsc04555" src="http://iixmedia.com/blog/wp-content/uploads/2009/05/dsc04555.jpg" alt="dsc04555" width="336" height="448" /></a></p>
<p><a href="http://iixmedia.com/blog/wp-content/uploads/2009/05/dsc04556.jpg"><img class="aligncenter size-full wp-image-133" title="dsc04556" src="http://iixmedia.com/blog/wp-content/uploads/2009/05/dsc04556.jpg" alt="dsc04556" width="448" height="336" /></a></p>
<p>&#8212;</p>
<p>He2 selamat yah untuk masnya yang dapat iPhone <img src='http://iixmedia.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://iixmedia.com/blog/catatan-seorang-klien-iixmedia-akhirnya-iphone-datang-juga-2.im/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meeting Team IIXMedia</title>
		<link>http://iixmedia.com/blog/meeting-team-iixmedia.im</link>
		<comments>http://iixmedia.com/blog/meeting-team-iixmedia.im#comments</comments>
		<pubDate>Mon, 04 May 2009 14:26:08 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[Featured]]></category>

		<guid isPermaLink="false">http://iixmedia.com/blog/?p=126</guid>
		<description><![CDATA[Dalam 2 hari ini senin &#8211; selasa, team IIXMedia sedang melakukan Meeting dengan team Jakarta. Mohon maaf untuk sementara team support belum bisa membantu OL via YM, jika ada masalah silahkan submit ke tiket support, nanti secepatnya kami bantu, Terimakasih atas perhatiannya
Salam,
IIXMedia Team
]]></description>
			<content:encoded><![CDATA[<p>Dalam 2 hari ini senin &#8211; selasa, team IIXMedia sedang melakukan Meeting dengan team Jakarta. Mohon maaf untuk sementara team support belum bisa membantu OL via YM, jika ada masalah silahkan submit ke tiket support, nanti secepatnya kami bantu, Terimakasih atas perhatiannya</p>
<p>Salam,</p>
<p>IIXMedia Team</p>
]]></content:encoded>
			<wfw:commentRss>http://iixmedia.com/blog/meeting-team-iixmedia.im/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
