Skip to content
Selman Tunc
  • My Links
  • software
  • golang
  • article
  • c#
  • php
  • IT
  • facebook.com
  • twitter.com
  • t.me
  • instagram.com
  • youtube.com
Subscribe
  • Home
  • Uncategorized
  • Cpanel api php ( hesap oluşturmak ) cpanel account created
Posted inUncategorized

Cpanel api php ( hesap oluşturmak ) cpanel account created

Posted by admin June 14, 2012

eğer bir reseller yada vps iniz varsa whm arayuzunu kullanmadan cpanel in apisi ile hesap oluşturabilirsiniz


indirmek için

[dm]111[/dm]

init('whm link','usernama','hash key Setup Remote Access Key');

//This will output the cpanel/whm version.
$version= $test->version();
echo "Cpanel/whm version : $version
";

//This way you can create an account.
//This function will return a result set as an array in success and will return false on fail.
$user = $_POST['user'];
$pass = $_POST['pass'];
$username = $_POST['username'];
$result=$test->createAccount($user,$username,$pass,'paket adı');

//check if creating account was successfull or not.
if($result)
{
//print the result set
//print_r($result);
//echo $result->$status[0];

}
else
{
//You can get the errors like this.
print_r($test->errors);
}

}
?>
cPanel hesap aç

Tags:
cpanelcpanel accountcpanel hesapphp
admin
View All Posts

Post navigation

Previous Post
php xxs temizleme
Next Post
Cpanel api php email hesapı oluşturmak (Email Account created cpanel )

Recent Posts

  • Kohana Resources
  • Golang Notes
  • php new beginner framework list
  • Javascript Grid or Datatable
  • Guzel.Net outlook client

Categories

  • .net core
  • article
  • bookmark
  • c#
  • database
  • etherium
  • git
  • golang
  • It info
  • javascript nodejs
  • linux
  • mobil
  • php
  • software
  • tools
  • Uncategorized
Copyright 2025 — Selman Tunc. All rights reserved. Bloghash WordPress Theme
Scroll to Top