<?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>cpanel &#8211; Selman Tunc</title>
	<atom:link href="https://selmantunc.com.tr/tag/cpanel/feed/" rel="self" type="application/rss+xml" />
	<link>https://selmantunc.com.tr</link>
	<description></description>
	<lastBuildDate>Sun, 08 May 2022 10:44:51 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>

<image>
	<url>https://selmantunc.com.tr/wp-content/uploads/2023/07/cropped-tumblr_inline_oglumuMbgO1tyldvk_540-150x150-1-32x32.jpg</url>
	<title>cpanel &#8211; Selman Tunc</title>
	<link>https://selmantunc.com.tr</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>web admin panel</title>
		<link>https://selmantunc.com.tr/software/web-admin-panel/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 08 May 2022 10:44:51 +0000</pubDate>
				<category><![CDATA[software]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[panel]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2022/05/08/web-admin-panel/</guid>

					<description><![CDATA[https://www.guru99.com/best-cpanel-alternatives.html]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.guru99.com/best-cpanel-alternatives.html">https://www.guru99.com/best-cpanel-alternatives.html</a>
<br></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Cpanel api php (ftp hesapı oluşturmak) cpanel ftp create account</title>
		<link>https://selmantunc.com.tr/uncategorized/cpanel-api-php-ftp-hesapi-olusturmak-cpanel-ftp/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 14 Jun 2012 20:33:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2012/06/14/cpanel-api-php-ftp-hesapi-olusturmak-cpanel-ftp/</guid>

					<description><![CDATA[Cpanel api php (ftp hesapı oluşturmak) cpanel ftp create accountindirmek için [dm]110[/dmdaha fazla bilgi burada http://docs.cpanel.net/twiki/bin/view/ApiDocs/Api1/ set_port(2083);$xmlapi-&#62;password_auth($cpuser,$cppass);$xmlapi-&#62;set_debug(1);$xmlapi-&#62;set_output('array');//set this for browser output$acct = array( username =&#62; "someuser", password =&#62; "pass123", domain&#8230;]]></description>
										<content:encoded><![CDATA[<p>Cpanel api php (ftp hesapı oluşturmak) cpanel ftp create account<br /><br /><img decoding="async" class="alignnone" title="cpanel" src="http://www.selmantunc.com/wp-content/cpanel_2.jpg" alt="" width="314" height="147" /><br />indirmek için [dm]110[/dm<br /><strong>daha fazla bilgi burada </strong>
<a href="http://docs.cpanel.net/twiki/bin/view/ApiDocs/Api1/"><a href="http://docs.cpanel.net/twiki/bin/view/ApiDocs/Api1/">http://docs.cpanel.net/twiki/bin/view/ApiDocs/Api1/</a></a>
<br /><pre class="brush:php"><!--? include("xmlapi.php");  ///$db_host = "myDomainName.com";   $db_host = "localhost";  $cpuser = "";  $cppass =""; /* $xmlapi = new xmlapi($db_host);  $xmlapi-->set_port(2083);<br />$xmlapi-&gt;password_auth($cpuser,$cppass);<br />$xmlapi-&gt;set_debug(1);<br />$xmlapi-&gt;set_output('array');//set this for browser output<br /><br />$acct = array( username =&gt; "someuser", password =&gt; "pass123", domain =&gt; $db_host);<br />$a=$xmlapi-&gt;createacct($acct);<br />print_r( $a);<br /><br />       include("xmlapi.php"); */<br /><br />$ip =  "localhost";<br />$root_user =  "";<br />$root_pass = "";<br />$cpuser =  ""; <br /><br />$xmlapi = new xmlapi($ip);<br />$xmlapi-&gt;password_auth( $root_user, $root_pass );<br />$xmlapi-&gt;set_output('xml');<br />$xmlapi-&gt;set_port(2083);<br />$xmlapi-&gt;set_debug(1);<br /><br />//Ftp::addftp( user, pass, homedir, quota, disallowdot, homedir2 )<br />$args = array( 'ftpuser1', 'pass1', '../testdir1', '', '', 'testdir1' );<br /><br />//those are create homedir: /home/$cpuser/testdir1<br />//the third variable is relative to /home/$cpuser/public_html<br />//the sixth variable is relative to /home/$cpuser<br />//  as far as I know, you'll need to provide both for cPanel and the FTP<br />//   sub-system to function properly.<br /><br />$xmlapi-&gt;api1_query($cpuser, 'Ftp', 'addftp', $args);<br />?&gt;</pre></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Cpanel api php email hesapı oluşturmak (Email Account created cpanel )</title>
		<link>https://selmantunc.com.tr/uncategorized/cpanel-api-php-email-hesapi-olusturmak-email/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 14 Jun 2012 20:27:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2012/06/14/cpanel-api-php-email-hesapi-olusturmak-email/</guid>

					<description><![CDATA[cpanel de uzaktan erişim ile whm nizi kullanmadan cpanel api vasıtası ile alan adınızda email hesapı olşturmakindirmek için [dm]109[/dm] &#60;?php /*Yi Xu  08/17/2010  Ver 1.0This is a simple script for&#8230;]]></description>
										<content:encoded><![CDATA[<p>cpanel de uzaktan erişim ile whm nizi kullanmadan cpanel api vasıtası ile alan adınızda email hesapı olşturmak<br><img decoding="async" title="cpanel" src="http://www.selmantunc.com/wp-content/cpanel_2.jpg" alt="" width="314" height="147"><br>indirmek için [dm]109[/dm]<br></p>
<pre class="brush:php">&lt;?php <br><br>/*<br>Yi Xu  08/17/2010  Ver 1.0<br>This is a simple script for creating cpanel email accounts using cPanel XML API Client Class<br>I got the idea from <a href="http://www.zubrag.com/scripts/">http://www.zubrag.com/scripts/</a> cpanel email creator script.<br>However, their script uses fopen access cpanel directly and it doesn't work anymore.<br>Cpanel updated their version. It is better to use their client class to access cpanel functions externally.<br>Got any suggestions. please email me at andy3dfx@yahoo.com<br>*/<br>include("./xmlapi.php");   //XMLAPI cpanel client class<br><br>// Default whm/cpanel account info<br><br>$ip = "";           // should be WHM ip address<br>$account = "kullancı adı";        // cpanel user account name<br>$passwd ="şifre";        // cpanel user password<br>$port =2083;                 // cpanel secure authentication port unsecure port# 2082<br><br>$email_domain = 'domain.com'; // email domain (usually same as cPanel domain)<br>$email_quota = 50; // default amount of space in megabytes<br><br>/*************End of Setting***********************/<br><br>function getVar($name, $def = '') {<br>if (isset($_REQUEST[$name]))<br>return $_REQUEST[$name];<br>else<br>return $def;<br>}<br>// check if overrides passed<br>$email_user = getVar('user', '');<br>$email_pass = getVar('pass', $passwd);<br>$email_vpass = getVar('vpass', $vpasswd);<br>$email_domain = getVar('domain', $email_domain);<br>$email_quota = getVar('quota', $email_quota);<br><br>$msg = '';<br>if (!empty($email_user))<br>while(true) {<br><br>if ($email_pass !== $email_vpass){       //check password<br>$msg = "şifrleer uymuyr ";<br>break;<br>}<br><br>$xmlapi = new xmlapi($ip);<br><br>$xmlapi-&gt;set_port($port);  //set port number. cpanel client class allow you to access WHM as well using WHM port.<br><br>$xmlapi-&gt;password_auth($account, $passwd);   // authorization with password. not as secure as hash.<br><br>// cpanel email addpop function Parameters<br>$call = array(domain=&gt;$email_domain, email=&gt;$email_user, password=&gt;$email_pass, quota=&gt;$email_quota);<br><br>$xmlapi-&gt;set_debug(0);      //output to error file  set to 1 to see error_log.<br><br>$result = $xmlapi-&gt;api2_query($account, "Email", "addpop", $call ); // making call to cpanel api<br><br>if ($result-&gt;data-&gt;result == 1){<br>$msg = $email_user.'@'.$email_domain.' hesap oluşturuldu';<br><br>} else {<br>$msg = $result-&gt;data-&gt;reason;<br>break;<br>}<br><br>break;<br>}<br><br>?&gt;<br><br><title>cPanel email hesapı aç</title>
<br><br>&lt;?php echo &#039;<div style="color:red">'.$msg.''; ?&gt;<br><h1>cPanel Email </h1>
<br></div></pre>
<p><br /><table width="400" border="0"><br /><tr><td>kullncıı adı:</td></p>
<td></td>
<td></td>
<td></td>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Cpanel api php ( hesap oluşturmak ) cpanel account created</title>
		<link>https://selmantunc.com.tr/uncategorized/cpanel-api-php-hesap-olusturmak-cpanel-account/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 14 Jun 2012 20:21:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[cpanel account]]></category>
		<category><![CDATA[cpanel hesap]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2012/06/14/cpanel-api-php-hesap-olusturmak-cpanel-account/</guid>

					<description><![CDATA[eğer bir reseller yada vps iniz varsa whm arayuzunu kullanmadan cpanel in apisi ile hesap oluşturabilirsinizindirmek için[dm]111[/dm]init('whm link','usernama','hash key Setup Remote Access Key');//This will output the cpanel/whm version.$version= $test-&#62;version();echo "Cpanel/whm&#8230;]]></description>
										<content:encoded><![CDATA[<p>eğer bir reseller yada vps iniz varsa whm arayuzunu kullanmadan cpanel in apisi ile hesap oluşturabilirsiniz<br /><br /><img decoding="async" title="cpanel" src="http://www.selmantunc.com/wp-content/cpanel_2.jpg" alt="" width="314" height="147" /><br />indirmek için<br /><br />[dm]111[/dm]<br /><pre class="brush:php"><!--?php //include the whm class file.  require_once('whm.php');  if (isset ($_POST['submit'])){ // create a new instance of whm class $test= new whm; //initilize the whm object  //you can use you hostname or an IP below  //you can find you whm hash when yopu login into your whm account clickong on "Setup Remote Access Key" link. $test-->init('whm link','usernama','hash key Setup Remote Access Key');<br /><br />//This will output the cpanel/whm version.<br />$version= $test-&gt;version();<br />echo "Cpanel/whm version : $version<br />";<br /><a name="more"></a>
<br />//This way you can create an account.<br />//This function will return a result set as an array in success and will return false on fail.<br />$user = $_POST['user'];<br />$pass = $_POST['pass'];<br />$username = $_POST['username'];<br />$result=$test-&gt;createAccount($user,$username,$pass,'paket adı');<br /><br />//check if creating account was successfull or not.<br />if($result)<br />{<br />//print the result set<br />//print_r($result);<br />//echo $result-&gt;$status[0];<br /><br />}<br />else<br />{<br />//You can get the errors like this.<br />print_r($test-&gt;errors);<br />}<br /><br />}<br />?&gt;<br />cPanel hesap aç<br /><br /></pre></p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
