<?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>system reboot! &#187; cpanel api</title>
	<atom:link href="http://ibnuyahya.com/tag/cpanel-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://ibnuyahya.com</link>
	<description>echo help::answer($question)</description>
	<lastBuildDate>Thu, 23 Feb 2012 02:55:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>cpanel xmlapi with codeigniter</title>
		<link>http://ibnuyahya.com/cpanel-xmlapi-with-codeigniter/</link>
		<comments>http://ibnuyahya.com/cpanel-xmlapi-with-codeigniter/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 04:25:48 +0000</pubDate>
		<dc:creator>ibnuyahya</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[cpanel api]]></category>
		<category><![CDATA[whm api]]></category>
		<category><![CDATA[xmlapi]]></category>

		<guid isPermaLink="false">http://ibnuyahya.com/?p=158</guid>
		<description><![CDATA[You can download cpanel xmlapi php wrapper from this link http://forums.cpanel.net/f42/xml-api-php-class-version-1-0-a-136449.html to integrate with codeigniter, you can put xmlapi.php file inside your plugins folder. If that folder is not exist.. you need to create yourself. make sure you rename it into xmlapi_pi.php. systemapplicationpluginsxmlapi.php after that.. you can use it in your controller like this $this-&#62;load-&#62;plugin('xmlapi'); [...]]]></description>
			<content:encoded><![CDATA[<div class="simplesocialbuttons">
<div class="simplesocialbutton ssb-button-googleplus"><!-- Google Plus One--><div class="g-plusone" data-size="medium" data-href="http://ibnuyahya.com/cpanel-xmlapi-with-codeigniter/"></div></div>
<div class="simplesocialbutton ssb-button-fblike"><!-- Facebook like--><div class="fb-like" data-href="http://ibnuyahya.com/cpanel-xmlapi-with-codeigniter/" data-send="false" data-layout="button_count" data-width="100" data-show-faces="false"></div></div>
<div class="simplesocialbutton ssb-buttom-twitter"><!-- Twitter--><a href="https://twitter.com/share" class="twitter-share-button" data-text="cpanel xmlapi with codeigniter" data-url="http://ibnuyahya.com/cpanel-xmlapi-with-codeigniter/" rel="nofollow"></a></div>
</div>
<p>You can download cpanel xmlapi php wrapper from this link <a href="http://forums.cpanel.net/f42/xml-api-php-class-version-1-0-a-136449.html" target="_blank">http://forums.cpanel.net/f42/xml-api-php-class-version-1-0-a-136449.html</a></p>
<p>to integrate with codeigniter, you can put <strong>xmlapi.php</strong> file inside your plugins folder. If that folder is not exist.. you need to create yourself. make sure you rename it into <strong>xmlapi_pi.php</strong>.</p>
<blockquote><p><strong>systemapplicationpluginsxmlapi.php</strong></p></blockquote>
<p>after that.. you can use it in your controller like this</p>
<pre class="brush:php">    $this-&gt;load-&gt;plugin('xmlapi');
    $xmlapi = new xmlapi($ip);
    $xmlapi-&gt;password_auth($cpanelUser,$cpanelPwd);
    $xmlapi-&gt;set_port(2083);
    $xmlapi-&gt;set_debug(1);</pre>
<p>For more detail about cpanel api, you can read <a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/AutomationIntegration/WebHome" rel="nofollow">http://docs.cpanel.net/twiki/bin/view/AllDocumentation/AutomationIntegration/WebHome</a> . Do not hesitate to ask me here if you want to know more detail or sample how to use it.</p>]]></content:encoded>
			<wfw:commentRss>http://ibnuyahya.com/cpanel-xmlapi-with-codeigniter/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc (Feed is rejected)
Page Caching using apc
Database Caching 10/18 queries in 0.002 seconds using apc
Object Caching 356/365 objects using apc

Served from: _ @ 2012-02-23 11:01:32 -->
