-
Notifications
You must be signed in to change notification settings - Fork 50
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
no more license.php #4
Comments
<?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; ?><? |
Any update on this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
no more license.php
now they name it as license2.php
so this dont work any more
The text was updated successfully, but these errors were encountered: