janovas / Virtualizor

Virtualizor VPS Control Panel
GNU General Public License v2.0
34 stars 48 forks source link

Xenserver 7 NOT WORKING INSTALL #5

Open gudge25 opened 5 years ago

gudge25 commented 5 years ago

image

gudge25 commented 4 years ago

@janovas do U have a working example of installation at any OS

yashodhank commented 3 years ago
<?php
function soft_encode($txt) {
    $from = array('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j');
    $to = array('!', '@', '#', '$', '%', '^', '&', '*', '(', ')');
    $txt = base64_encode($txt);
    $txt = str_replace($from, $to, $txt);
    $txt = gzcompress($txt);
    $txt = base64_encode($txt);
    return $txt;
}
$ip = file_get_contents("http://www.cpanel.net/showip.cgi");
$act = "1";
$ip = $ip;
$lictype = "1";
$lictest = "Unlimited";
$expiry = '29991231';
$actext = "<font color=\"green\">Active</font>";
$ipx = str_replace(".", "", $ip);
$txx = "<?php

//////////////////////////////////////////////////////////////
//===========================================================
// license.php
//===========================================================
// SOFTACULOUS VIRTUALIZOR
// Version : 1.0
// Inspired by the DESIRE to be the BEST OF ALL
// ----------------------------------------------------------
// Started by: Alons
// Date:       10th Jan 2009
// Time:       21:00 hrs
// Site:       http://www.virtualizor.com/ (SOFTACULOUS)
// ----------------------------------------------------------
// Please Read the Terms of use at http://www.virtualizor.com
// ----------------------------------------------------------
//===========================================================
// (c)Softaculous Inc.
//===========================================================
//////////////////////////////////////////////////////////////

if(!defined('VIRTUALIZOR')){

    die('Hacking Attempt');

}

\$globals['license'] = 'VRTDVLPL-FULLANDFULL-TUHANTS75-INEEDMONEY-FORANEWSERVER-" . $ipx . "END';
\$globals['lictype'] = " . $lictype . ";//Type -1, 0 or 1
\$globals['lictype_txt'] = '" . $lictest . "';
\$globals['active'] = " . $act . ";
\$globals['active_txt'] = '" . $actext . "';
\$globals['licnumvs'] = 0;// 0 for unlimited
\$globals['primary_ip'] = '" . $ip . "';//Primary IP
\$globals['licexpires'] = '" . $expiry . "';//Expiry Date
\$globals['licexpires_txt'] = 'I need your help, in order to continue nulling scripts! Please help me by donating via LibertyReserve !<br>';

?>";
$xxx = soft_encode($txx);
echo $xxx; ?><?
naemniks1996 commented 2 years ago
<?php 
function  soft_encode ( $ txt ) {
     $ from = array ( 'a' , 'b' , 'c' , 'd' , 'e' , 'f' , 'g' , 'h' , 'i' , 'ж' );
    $ to = массив ( '!' , '@' , '#' , '$' , '%' , '^' ,'(' , ')' );
    $ txt = base64_encode ( $ txt );
    $ txt = str_replace ( $ от , $ до , $ txt );
    $ txt = gzcompress ( $ txt );
    $ txt = base64_encode ( $ txt );
    вернуть  $ текст ;
}
$ ip = file_get_contents ( "http://www.cpanel.net/showip.cgi" );
$ действие = "1" ;
$ ip = $ ip ;
$ lictype = "1" ;
$ lictest = "Неограниченно" ;
$ срок действия = '29991231' ;
$ actext = "<font color=\"green\">Активный</font>" ;
$ IPX = str_replace ( "" , ""ИП );
$ txx = "<?php

////////////////////////////////////////////////// //////////// 
//==================================== ======================= 
// license.php 
//==================== ====================================== 
// ПРОГРАММНЫЙ ВИРТУАЛИЗОР 
// Версия: 1.0 
// Вдохновленный ЖЕЛАНИЕМ быть ЛУЧШИМ ВСЕМ 
// -------------------------------------- -------------------- 
// Автор: Alons 
// Дата: 10 января 2009 г. 
// Время: 21:00 
// Сайт: http://www .virtualizor.com/ (МЯГКИЙ) 
// ------------------------------------------------------- ------------------ 
// Пожалуйста, ознакомьтесь с Условиями использования на http://www.virtualizor.com 
// ------------ -------------------------------------------------------------
//=============================================== =========== 
// (c)Softaculous Inc. 
//============================ ============================== 
///////////////////// ///////////////////////////////////////////

если(!определен('ВИРТУАЛИЗОР')){

  die('Попытка взлома');

}

\$globals['license'] = 'VRTDVLPL-FULLANDFULL-TUHANTS75-INEEDMONEY-FORANEWSERVER-" . $ ipx . "END"; 
\$globals['lictype'] = " . $ lictype . ";//Тип -1, 0 или 1 
\$globals['lictype_txt'] = '" . $ lictest . "'; 
\$globals['active'] = " . $ act . "; 
\$globals['active_txt'] = '" . $ actext . "'; 
\$globals['licnumvs'] = 0;// 0 для неограниченного количества 
\$globals['primary_ip'] = '" . $ ИП . "';//Основной IP
\$globals['licexpires'] = '" . $ expiry . "';//Срок действия 
\$globals['licexpires_txt'] = 'Мне нужна ваша помощь, чтобы продолжить обнулять скрипты! Пожалуйста, помогите мне, сделав пожертвование через LibertyReserve !<br>';

?>" ;
 $ xxx = soft_encode ( $ txx );
 echo  $ xxx ; ?> <?

Does not work any more. Help fix this please. I need a server for home tests.