Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xenserver 7 NOT WORKING INSTALL #5

Open
gudge25 opened this issue Oct 3, 2019 · 3 comments
Open

Xenserver 7 NOT WORKING INSTALL #5

gudge25 opened this issue Oct 3, 2019 · 3 comments

Comments

@gudge25
Copy link

gudge25 commented Oct 3, 2019

image

@gudge25
Copy link
Author

gudge25 commented Nov 6, 2019

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

@yashodhank
Copy link

<?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
Copy link

<?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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants