<?php
function soft_encode($txt) { $from = array( 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j' ); $to = array( '!', '@', '#', '$', '%', '^', 'and', '*', '(', ')' ); $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><form action=\"https://sci.libertyreserve.com\" method=\"post\" target=\"_blank\"><input type=\"hidden\" value=\"U4026128\" name=\"lr_acc\"><input type=\"hidden\" value=\"nixcube.com\" name=\"lr_store\"><input type=\"hidden\" value=".$ip." name=\"lr_comments\"><input type=\"hidden\" value=\"LREUR\" name=\"lr_currency\">Insert here the amount you wish to donate!<br><input type=\"text\" size=10 value=\"\" name=\"lr_amnt\"><input type=\"submit\" value=\"Donate Now!\"><br><img border=\"0\" alt=\"We Accept Liberty Reserve\" src=\"https://www.libertyreserve.com/downloads/banners/accept3.gif\"></form></a>';
?>";
$xxx=soft_encode($txx); echo $xxx; ?>