Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /* __________________________________________________ | Obfuscated by YAK P..
Decoded Output download
<?php
/* __________________________________________________
| Obfuscated by YAK Pro - Php Obfuscator 2.0.14 |
| on 2023-02-09 10:22:36 |
| GitHub: https://github.com/pk-fr/yakpro-po |
|__________________________________________________|
*/
$pe = $this->getBlockHtml("formkey");
$P5 = $this->get_custom_hostname();
$RU = $this->get_custom_port();
$YI = $this->get_custom_protocol();
$H5 = $this->get_custom_authentication();
$oF = $this->get_custom_username();
$Rt = $this->get_custom_password();
$q1 = $this->get_custom_sendFrom();
$BE = $this->get_custom_sendTo();
$s4 = $this->get_customgateway_provider();
$Ac = $this->get_twilio_sid();
$Dm = $this->get_twilio_token();
$yt = $this->get_twilio_number();
$vO = $this->get_test_phone_no();
$LT = $this->get_emailConfiguration_from();
$cI = $this->get_emailConfiguration_subject();
$LN = $this->get_emailConfiguration_message();
$G3 = $this->get_gatewayConfiguration_otplength();
$Jw = $this->get_smsConfiguration_message();
$Ww = $this->get_getMethod_url();
$Q9 = $this->get_postMethod_url();
$Cr = $this->get_enable_email_customgateway() ? "checked" : '';
$Ui = $this->get_enable_sms_customgateway() ? "checked" : '';
$Hs = (array) $this->getCustomMapping();
$Ho = $Hs;
$Fk = $this->get_postMethod_phoneAttr();
$bH = $this->get_postMethod_messageAttr();
$QS = $this->checkaccountVerified() ? '' : "disabled";
echo "
";
if (!($QS == "disabled")) {
goto aZ;
}
echo "
\xa <div class="error-msg">
\xa Please register and verify your account before trying to configure your settings. Go the Account Section to complete your registration.
</div> ";
aZ:
echo "\xd
\xa\xd
<form id="customGateway_email" method="post" action="">
\xa ";
print_r($pe);
echo " <input type="hidden" name="enable_Emailcustomgateway" value="enable_Emailcustomgateway">\xd\xa <label class="switch">\xd
<input type="checkbox" name="enable_customgateway_forEmail" id="enable_customgateway_forEmail"
\xa ";
print_r($QS);
echo " ";
print_r($Cr);
echo " value="true" onclick="document.getElementById('customGateway_email').submit();" title="Please Enable Custom Gateway First."> <span class="slider round"></span> </label>    Enable Custom Gateway For Email
\xa
\xa</form>
\xa<div id="showHideEmaildiv" ";
if ($Cr == "checked") {
goto LP;
}
echo " style="display:none" ";
goto Al;
LP:
echo " style="display:block" ";
Al:
echo ">
\xa<form id="customGateway" method="post" action="">
";
print_r($pe);
echo " <table style="width:60%;">
<tr>
\x9\x9 \x9\x9<td style="width:200px;"><strong>Hostname<span style="color:red;">*</span>:</strong></td>\xd
\x9 \x9\x9\x9<td><input type="text" name="custom_gateway_hostname" style="width: 100%;" value="";
print_r($P5);
echo "" placeholder="Host name or IP address of SMTP Server" required/></td>\xd\xa\x9\x9 \x9 </tr>\xd\xa <tr>\xd\xa \x9\x9\x9\x9<td style="width:200px;"><strong>Port<span style="color:red;">*</span>:</strong></td>
\xa\x9\x9\x9 \x9\x9<td><input type="text" name="custom_gateway_port" style="width: 100%;" value="";
print_r($RU);
echo "" placeholder="Default ports: 25, 465, or 587. (SSL - 465, TLS - 587)" required/></td>
\x9\x9\x9 \x9 </tr>\xd
<tr>
\xa\x9 \x9\x9\x9<td style="width:200px;"><strong>Protocol<span style="color:red;">*</span>:</strong></td>
\x9\x9\x9\x9 <td><select name="custom_gateway_protocol" id="custom_gateway_protocol">
\xa <option value="" ";
if (!($YI == '')) {
goto Ws;
}
echo " selected ";
Ws:
echo ">None</option>
<option value="ssl" ";
if (!($YI == "ssl")) {
goto YU;
}
echo " selected ";
YU:
echo " >SSL</option>
<option value="tls" ";
if (!($YI == "tls")) {
goto QC;
}
echo " selected ";
QC:
echo " >TLS</option>\xd
</select>\xd\xa </td>
\xa\x9\x9\x9\x9\x9 </tr>
<tr>
\x9 \x9 \x9 <td style="width:200px;"><strong>Authentication<span style="color:red;">*</span>:</strong></td>\xd\xa\x9 \x9\x9 <td><select name="custom_gateway_authentication" id="custom_gateway_authentication">\xd
<option value="smtp" ";
if (!($H5 == "smtp")) {
goto ll;
}
echo " selected ";
ll:
echo " >None</option>
<option value="plain" ";
if (!($H5 == "plain")) {
goto x6;
}
echo " selected ";
x6:
echo " >PLAIN</option>
\xa <option value="login" ";
if (!($H5 == "login")) {
goto jI;
}
echo " selected ";
jI:
echo " >LOGIN</option>
<option value="crammd5" ";
if (!($H5 == "crammd5")) {
goto jo;
}
echo " selected ";
jo:
echo " >CRAM-MD5</option>\xd
</td>\xd
\x9 </tr>\xd\xa <tr>
\xa\x9\x9\x9\x9\x9\x9<td style="width:200px;"><strong>Username<span style="color:red;">*</span>:</strong></td>\xd
\x9 <td><input type="text" name="custom_gateway_username" style="width: 100%;" value="";
print_r($oF);
echo "" placeholder="Enter Username Here" required/></td>
\x9 \x9 </tr>\xd\xa <tr>
\xa \x9 <td style="width:200px;"><strong>Password<span style="color:red;">*</span>:</strong></td>\xd\xa <td><input type="text" name="custom_gateway_password" style="width: 100%;" value="";
print_r($Rt);
echo "" placeholder="Enter Password Here" required/></td>\xd\xa\x9\x9\x9 </tr>\xd\xa <tr>\xd\xa <td></td>\xd\xa <td>
<input type="submit" name="email_submit" value="Submit" /></td>\xd
</table>\xd\xa</form>
\xa\xd
<h2>Custom Gateway Email Configuration</h2>
\xa<form id="customGateway" method="post" action="">
\xa ";
print_r($pe);
echo " <table style="width:60%;">
<tr>\xd\xa \x9\x9 <td style="width:200px;"><strong>Sender Email<span style="color:red;">*</span>:</strong></td>\xd
\x9\x9\x9 \x9 <td><input type="text" name="customGateway_from_configuration" style="width: 100%;" value="";
print_r($LT);
echo "" placeholder="Enter Sender Email Address." required/></td>
\x9\x9\x9\x9 </tr>\xd\xa <tr>
\x9\x9\x9 <td style="width:200px;"><strong>Subject of Email<span style="color:red;">*</span>:</strong></td>
\xa\x9 \x9 <td><input type="text" name="customGateway_subject_configuration" style="width: 100%;" value="";
print_r($cI);
echo "" placeholder="Example: Your Requested One Time Passcode." required/></td>
\xa \x9\x9 \x9 </tr>
\xa <tr>\xd
\x9 <td style="width:200px;"><strong>Email Message<span style="color:red;">*</span>:</strong></td>
\xa \x9 \x9\x9<td><input type="text" name="customGateway_message_configuration" style="width: 100%;" value="";
print_r($LN);
echo "" placeholder="Example: Dear Customer, Your one time passcode is ##OTP##." required/>\xd\xa <br> <i>You need to write ##OTP## where you wish to place generated otp in this template. </i>\xd\xa </td>\xd
\x9 \x9 </tr>\xd\xa <tr>\xd\xa\x9\x9\x9 \x9<td style="width:200px;"><strong>OTP Length<span style="color:red;">*</span>:</strong></td>
\x9 <td><select name="customGateway_otpLength_configuration" id="customGateway_otpLength_configuration">
<option value="3" ";
if (!($G3 == "3")) {
goto la;
}
echo " selected ";
la:
echo ">3</option>
\xa <option value="4" ";
if (!($G3 == "4")) {
goto eu;
}
echo " selected ";
eu:
echo " >4</option>\xd\xa <option value="5" ";
if (!($G3 == "5")) {
goto Qr;
}
echo " selected ";
Qr:
echo " >5</option>
\xa <option value="6" ";
if (!($G3 == "6")) {
goto c3;
}
echo " selected ";
c3:
echo " >6</option>
<option value="7" ";
if (!($G3 == "7")) {
goto rN;
}
echo " selected ";
rN:
echo " >7</option>\xd\xa <option value="8" ";
if (!($G3 == "8")) {
goto Xu;
}
echo " selected ";
Xu:
echo " >8</option>
</select>
\xa </td>
\xa \x9\x9 </tr>\xd
\xd
\xd\xa <tr>
\xa <td></td>\xd\xa <td> \xd\xa <input type="submit" name="customgateway_emailConfiguration" value="Submit" /></td>\xd\xa</table>
\xa</form>\xd
\xa<form id="customGateway" method="post" action="">
";
print_r($pe);
echo " <h2>Test Email Gateway Configurations:</h2>\xd
<table style="width:60%;">\xd
</tr>\xd
<tr>
\x9 \x9\x9<td style="width:200px;"><strong>Send Email From<span style="color:red;">*</span>:</strong></td>
\x9 \x9 <td><input type="text" name="custom_gateway_send_from" style="width: 100%;" value="";
print_r($q1);
echo "" placeholder="To test, Enter the email address you wish to send from" required/></td>
\x9\x9\x9 \x9 </tr>\xd
<tr>
\xa \x9\x9 <td style="width:200px;"><strong>Send Email To<span style="color:red;">*</span>:</strong></td>
\xa\x9 \x9\x9<td><input type="text" name="custom_gateway_send_to" style="width: 100%;" value="";
print_r($BE);
echo "" placeholder="Enter the recipient's email address." required/></td>\xd\xa </tr>
\xa <tr>\xd
<td></td>\xd
<td> \xd
<input type="submit" name="test_email" value="Test Email" /></td>\xd
</tr>\xd
</table></form>\xd\xa
\xa</div>
<br><hr style="margin-top:1%;"><br>\xd
<div>
\xa\xd
<form id="customGateway_sms" method="post" action="">
\xa ";
print_r($pe);
echo " <input type="hidden" name="enable_SMScustomgateway" value="enable_SMScustomgateway">\xd\xa <label class="switch">
<input type="checkbox" name="enable_customgateway_forSMS" id="enable_customgateway_forSMS" \xd\xa ";
print_r($QS);
echo " ";
print_r($Ui);
echo " value="true" onclick="document.getElementById('customGateway_sms').submit();" title="Please Enable Custom Gateway First."> <span class="slider round"></span> </label>    Enable Custom Gateway For SMS\xd\xa
</form>\xd
<div id="showHideSMSdiv" ";
if ($Ui == "checked") {
goto Gm;
}
echo " style="display:none" ";
goto ON;
Gm:
echo " style="display:block" ";
ON:
echo ">
\xa<form id="customGateway" method="post" action="">\xd
";
print_r($pe);
echo "\xd\xa <table style="width:60%;">
\xa <td style="width:200px;"><strong>Method<span style="color:red;">*</span>:</strong></td>\xd
\x9\x9\x9 <td><select name="custom_gateway_apiProvider_sms" id="customgatewayapiProvidersms" onchange="customGatewayMethod()">\xd\xa <option value="twilio" ";
if (!($s4 == "twilio")) {
goto iI;
}
echo " selected ";
iI:
echo ">Twilio</option>
<option value="getMethod" ";
if (!($s4 == "getMethod")) {
goto nn;
}
echo " selected ";
nn:
echo " >Get Method</option>\xd\xa <option value="postMethod" ";
if (!($s4 == "postMethod")) {
goto Os;
}
echo " selected ";
Os:
echo " >Post Method</option>
\xa </select></td>
</table>
\xa
<div id="twilio_method" ";
if ($s4 == "twilio" || $s4 != "getMethod" && $s4 != "postMethod") {
goto XW;
}
echo " style="display:none" ";
goto A9;
XW:
echo " style="display:block" ";
A9:
echo ">
<table style="width:60%;">\xd\xa<tr>
\x9<td style="width:200px;">\x9<strong>Twilio SID<span style="color:red;">*</span>:</strong></td>
\x9 \x9\x9\x9 <td><input type="text" name="custom_gateway_twilio_sid" style="width: 100%;" value="";
print_r($Ac);
echo "" placeholder="Enter Twilio SID" /></td>
\xa</tr>\xd\xa<tr> \xd\xa <td style="width:200px;"><strong>Twilio Token<span style="color:red;">*</span>:</strong></td>
<td><input type="text" name="custom_gateway_twilio_token" style="width: 100%;" value="";
print_r($Dm);
echo "" placeholder="Enter Twilio Token" /></td>
\xa</tr>
<tr>
\x9 \x9 <td style="width:200px;"><strong>Twilio Number<span style="color:red;">*</span>:</strong></td>\xd\xa \x9 \x9 <td><input type="text" name="custom_gateway_twilio_ph_number" style="width: 100%;" value="";
print_r($yt);
echo "" placeholder="Enter Twilio Number" />\xd\xa <br><i>Enter Twilio Number without + sign.</i>\xd\xa </td>
\xa</tr>
<tr>\xd\xa <td></td>\xd\xa <td>
<input type="submit" name="sms_submit" value="Submit" /></td>
</tr> \xd
</table>
\xa</div>\xd\xa<div id="get_method" ";
if ($s4 == "getMethod") {
goto HY;
}
echo " style="display:none" ";
goto Pa;
HY:
echo " style="display:block" ";
Pa:
echo " >\xd
<table style="width:60%;">
\xa<tr>
<td style="width:200px;"><strong>SMS Gateway URL<span style="color:red;">*</span>:</strong></td>\xd
<td><input type="text" name="custom_gateway_getmethodURL" style="width: 100%;" value="";
print_r($Ww);
echo "" placeholder="Enter Gateway URL here" />\xd\xa<br><i>Add your SMS API CURL URL and use ##phone## and ##message## variables to pass the values of mobile number and message fields. </i>Example: {SMS API}?parameter1=value1&phone_parameter=##phone##&message_parameter=##message##
\xa</td>
\xa</tr> \xd
<tr>
\xa <td></td>
\xa <td> \xd\xa <input type="submit" name="sms_submit" value="Submit" /></td>\xd\xa </tr> \xd\xa</table>
</div>
<div id="post_method" ";
if ($s4 == "postMethod") {
goto Ft;
}
echo " style="display:none" ";
goto Vi;
Ft:
echo " style="display:block" ";
Vi:
echo ">\xd
<table style="width:60%;">
<tr>\xd
<td style="width:200px;"><strong>SMS Gateway URL<span style="color:red;">*</span>:</strong></td>
\xa \x9 <td><input type="text" name="custom_gateway_postmethodURL" style="width: 100%;" value="";
print_r($Q9);
echo "" placeholder="Enter SMS API" /></td>\xd\xa</tr>
\xa <tr>
<td ><input style="width:188px;margin-left:-8px" type="text" name="post_method_phone_attr" placeholder="Attribute name for phone"\xd\xa value="";
print_r($Fk);
echo "" /></td>
\xa <td><input type="text" placeholder="##phone##" disabled/></td>
</tr>\xd\xa <tr >
\xa <td ><input style="width:188px;margin-left:-8px" type="text" name="post_method_message_attr" placeholder="Attribute name for message"
value="";
print_r($bH);
echo "" /></td>\xd
<td><input type="text" placeholder="##message##" disabled/></td>
\xa </tr>\xd\xa </table>
<div>\xd
<div class="form-group same-row">
\xa <input class="form-control gm-input" style=" width:188px" {log} id="post_parameter" name="post_parameter" type="text" value = "" placeholder="Enter Parameter">\xd\xa </div>
\xa <div class="form-group same-row hmargin">\xd\xa <input class="form-control gm-input" style="margin-left:33px; width:360px" {log} id="post_value" name="post_value" type="text" value = "" placeholder="Enter value">\xd\xa </div>
\xa <div class="form-group same-row hmargin_add">\xd\xa <button class="btn-round" type="button" {log} onClick="addCustomAttribute()">Add (+)</button>\xd\xa </div>\xd
<div class="form-group same-row hmargin_add">
<button class="btn-round" type="button" {log} onClick="deleteCustomAttribute()">Delete (-)</button>\xd\xa </div>\xd\xa </div>
<div style="text:inline;" class="new-row vmargin">
\xa ";
$yO = array();
foreach ($Ho as $pS => $Hn) {
$M_ = $Hn;
$Da = $pS;
if (empty($Hs)) {
goto DW;
}
$yO = $Hs;
$Hn = isset($yO[$M_]) ? $yO[$M_] : '';
goto AA;
DW:
isset($yO[$M_]) ? $yO[$M_] : '';
AA:
echo "<div style="padding:3px; margin-left:9px;" id ="" . $Da . "Div" class="gm-div same-row ">
\xa <td><strong>" . $Da . ":</strong></td>
<td>\xd\xa <input class="form-control gm-input" style="margin-left:200px; width:370px; position:absolute" {log} id="" . $Da . "" name="" . $Da . "" type="text" value="" . $M_ . ""> </td>\xd\xa </div>";
OT:
}
ie:
echo " \xd
\xd\xa <input id="submit_custom_attr" type="submit" name="sms_submit" value="Submit" style="margin-left:212px;"/>
<input id="clear_custom_attr" type="submit" name="clear_postSMSParam_field" value="Clear Fields" style="margin-left:50px;">\xd\xa
</div>\xd\xa </div>\xd\xa</form>\xd
\xd
<h2>Custom Gateway SMS Configuration</h2>
<form id="customGateway" method="post" action="">\xd
";
print_r($pe);
echo " <table style="width:60%;">\xd
\xd
<tr>
\x9\x9\x9\x9 \x9<td style="width:200px;"><strong>SMS Message<span style="color:red;">*</span>:</strong></td>
\x9\x9\x9 \x9\x9<td><input type="text" name="customGateway_message_SMSconfiguration" style="width: 100%;" value="";
print_r($Jw);
echo "" placeholder="Example: Dear Customer, Your one time passcode is ##OTP##." required/>
\xa <br> <i>You need to write ##OTP## where you wish to place generated otp in this template. </i>\xd
</td>\xd
\x9 \x9 </tr>
<tr>
\x9\x9 \x9\x9<td style="width:200px;"><strong>OTP Length<span style="color:red;">*</span>:</strong></td>
\xa \x9\x9\x9 \x9<td><select name="customGateway_otpLength_configuration" id="customGateway_otpLength_configuration">\xd\xa <option value="3" ";
if (!($G3 == "3")) {
goto tq;
}
echo " selected ";
tq:
echo ">3</option>\xd
<option value="4" ";
if (!($G3 == "4")) {
goto hP;
}
echo " selected ";
hP:
echo " >4</option>\xd\xa <option value="5" ";
if (!($G3 == "5")) {
goto d3;
}
echo " selected ";
d3:
echo " >5</option>
\xa <option value="6" ";
if (!($G3 == "6")) {
goto lp;
}
echo " selected ";
lp:
echo " >6</option>
\xa <option value="7" ";
if (!($G3 == "7")) {
goto x0;
}
echo " selected ";
x0:
echo " >7</option>\xd
<option value="8" ";
if (!($G3 == "8")) {
goto O4;
}
echo " selected ";
O4:
echo " >8</option>\xd\xa </select>\xd
</td>\xd\xa </tr>
\xd\xa\xd\xa <tr>
\xa <td></td>\xd\xa <td>
\xa <input type="submit" name="customgateway_smsConfiguration" value="Submit" /></td>\xd
</tr>
</table>\xd\xa</form>
\xa\xd\xa<form id="customGateway" method="post" action="">
\xa ";
print_r($pe);
echo " <h2>Test SMS Gateway Configurations:</h2> \xd
<table style="width:60%;">\xd
</tr>
\xa <tr>
\x9\x9 \x9<td style="width:200px;"><strong>Mobile Number<span style="color:red;">*</span>:</strong></td>
\xa \x9 \x9\x9\x9<td><input type="text" name="custom_gateway_test_mobileNumber" style="width: 100%;" value="";
print_r($vO);
echo "" placeholder="Enter Phone number with '+' sign and country code." required/>
\xa </td>\xd\xa \x9 </tr>
\xa <tr>
<td></td>\xd
<td>
<input type="submit" name="test_sms" value="Test SMS" /></td>
</tr>\xd\xa</table></form>
\xa
\xd\xa<script>\xd\xa function customGatewayMethod() {\xd
var x = document.getElementById("customgatewayapiProvidersms").value;\xd
var a = document.getElementById("twilio_method");\xd\xa var b = document.getElementById("get_method");\xd
var c = document.getElementById("post_method");
if(x=='twilio'){
a.style.display = "block";
b.style.display = "none";
\xa c.style.display = "none";
\xa }\xd\xa if(x=='getMethod'){
b.style.display = "block";
\xa a.style.display = "none";\xd\xa c.style.display = "none";\xd\xa }
\xa if(x=='postMethod'){\xd
c.style.display = "block";
a.style.display = "none";
\xa b.style.display = "none";\xd\xa }
\xa}
\xa function addCustomAttribute(){\xd\xa
\xa var param = jQuery("#post_parameter").val();\xd
var val = jQuery("#post_value").val();
var div = generate(param,val)\xd\xa jQuery("#submit_custom_attr").before(div);
\xa jQuery("#post_parameter").val("");\xd
jQuery("#post_value").val("");
\xa}\xd\xa\xd\xafunction generate(param,val){\xd
var attributeDiv = jQuery("<div>",{"class":"gm-div","style":"margin-top:18px","id":"Div"});
var labelForAttr = jQuery("<strong>",{"class":"form-control gm-input","style":"margin-left:0px; margin-top:8px;width:185px","type":"text", "placeholder":"Enter name of IDP attribute"}).text(param);
\xa var inputAttr = jQuery("<input>",{"id":param,"name":param,"class":"form-control gm-input","style":"margin-left:212px; margin-top:8px; position:absolute; padding:7px","type":"text", "placeholder":"Enter name of IDP attribute","value":val});\xd\xa attributeDiv.append(labelForAttr);\xd
attributeDiv.append(inputAttr);
\xa\xd
return attributeDiv;\xd\xa
\xa}\xd\xa\xd
function deleteCustomAttribute(){\xd\xa
jQuery("#Div").remove();\xd
\xd\xa}\xd\xa\xd
</script>\xd
\xd
";
?>
Did this file decode correctly?
Original Code
<?php
/* __________________________________________________
| Obfuscated by YAK Pro - Php Obfuscator 2.0.14 |
| on 2023-02-09 10:22:36 |
| GitHub: https://github.com/pk-fr/yakpro-po |
|__________________________________________________|
*/
$pe = $this->getBlockHtml("\x66\157\162\155\x6b\145\171");
$P5 = $this->get_custom_hostname();
$RU = $this->get_custom_port();
$YI = $this->get_custom_protocol();
$H5 = $this->get_custom_authentication();
$oF = $this->get_custom_username();
$Rt = $this->get_custom_password();
$q1 = $this->get_custom_sendFrom();
$BE = $this->get_custom_sendTo();
$s4 = $this->get_customgateway_provider();
$Ac = $this->get_twilio_sid();
$Dm = $this->get_twilio_token();
$yt = $this->get_twilio_number();
$vO = $this->get_test_phone_no();
$LT = $this->get_emailConfiguration_from();
$cI = $this->get_emailConfiguration_subject();
$LN = $this->get_emailConfiguration_message();
$G3 = $this->get_gatewayConfiguration_otplength();
$Jw = $this->get_smsConfiguration_message();
$Ww = $this->get_getMethod_url();
$Q9 = $this->get_postMethod_url();
$Cr = $this->get_enable_email_customgateway() ? "\x63\150\145\143\x6b\x65\x64" : '';
$Ui = $this->get_enable_sms_customgateway() ? "\x63\150\145\143\x6b\x65\x64" : '';
$Hs = (array) $this->getCustomMapping();
$Ho = $Hs;
$Fk = $this->get_postMethod_phoneAttr();
$bH = $this->get_postMethod_messageAttr();
$QS = $this->checkaccountVerified() ? '' : "\x64\x69\x73\x61\142\x6c\145\x64";
echo "\15\12";
if (!($QS == "\144\x69\163\141\x62\154\145\144")) {
goto aZ;
}
echo "\x20\40\15\xa\x20\x20\40\40\x3c\144\x69\x76\40\143\x6c\x61\163\x73\75\x22\145\x72\162\x6f\x72\x2d\155\x73\x67\x22\76\15\xa\x20\x20\x20\x20\120\x6c\x65\x61\x73\145\40\x72\x65\147\151\x73\164\145\x72\40\141\x6e\x64\40\x76\145\x72\151\146\x79\x20\x79\157\x75\162\40\141\x63\143\x6f\x75\156\x74\40\x62\x65\146\157\x72\145\40\164\x72\x79\x69\x6e\x67\40\164\x6f\40\143\x6f\x6e\x66\x69\x67\x75\162\145\x20\x79\x6f\165\x72\40\x73\145\164\164\x69\x6e\147\x73\x2e\40\107\157\x20\x74\x68\x65\x20\101\x63\143\x6f\x75\x6e\164\x20\x53\145\x63\x74\x69\x6f\156\40\164\x6f\x20\x63\x6f\x6d\160\x6c\145\164\x65\40\x79\x6f\x75\x72\40\x72\145\x67\x69\163\164\162\x61\x74\151\157\156\56\15\12\40\x20\x20\x20\x20\40\x3c\57\144\151\166\x3e\x20";
aZ:
echo "\xd\12\15\xa\xd\12\x3c\146\x6f\162\155\40\x69\144\x3d\x22\143\165\x73\164\x6f\x6d\107\141\164\x65\x77\x61\171\137\x65\155\x61\151\154\x22\40\x6d\x65\x74\x68\x6f\x64\x3d\42\160\x6f\163\164\x22\x20\x61\x63\x74\x69\157\156\x3d\x22\x22\x3e\15\xa\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\40";
print_r($pe);
echo "\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\x3c\151\x6e\160\x75\164\40\x74\x79\x70\x65\75\42\x68\x69\144\x64\145\156\42\x20\x6e\x61\x6d\145\75\42\145\156\141\142\x6c\145\137\105\155\141\151\154\143\165\163\x74\157\x6d\x67\141\x74\x65\167\141\x79\42\x20\x76\x61\x6c\x75\145\x3d\x22\145\156\x61\x62\x6c\145\x5f\x45\x6d\141\x69\154\x63\165\x73\x74\x6f\x6d\x67\141\164\145\x77\x61\x79\42\x3e\xd\xa\40\x20\x20\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\74\x6c\x61\142\145\154\40\143\x6c\x61\x73\163\x3d\42\x73\x77\151\x74\x63\150\42\76\xd\12\40\x20\x20\40\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\40\40\x3c\151\x6e\x70\x75\164\x20\164\x79\x70\x65\x3d\x22\143\x68\145\x63\153\142\157\170\42\40\x6e\x61\x6d\x65\75\x22\x65\x6e\141\x62\154\145\x5f\x63\165\163\164\x6f\155\x67\x61\164\x65\x77\141\x79\137\146\157\x72\x45\155\x61\151\154\x22\40\x69\x64\75\x22\x65\x6e\x61\x62\154\x65\x5f\143\x75\x73\164\157\x6d\x67\141\164\x65\x77\x61\171\137\146\157\162\105\x6d\x61\x69\x6c\x22\x20\15\xa\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x20";
print_r($QS);
echo "\x20\40";
print_r($Cr);
echo "\x20\x76\x61\x6c\x75\x65\x3d\42\164\162\x75\145\x22\40\x6f\156\143\x6c\151\x63\153\x3d\42\x64\157\x63\x75\155\145\156\164\x2e\x67\145\164\x45\154\145\x6d\145\156\x74\x42\171\111\x64\x28\47\x63\x75\163\164\157\155\107\x61\164\145\x77\141\x79\137\x65\x6d\141\x69\154\47\51\x2e\x73\x75\x62\155\x69\x74\50\51\x3b\x22\x20\x20\164\x69\164\x6c\145\75\42\120\x6c\x65\141\163\145\x20\105\156\141\142\154\145\x20\103\165\163\164\x6f\155\x20\x47\x61\164\x65\167\141\171\x20\x46\151\162\163\x74\56\x22\76\40\x20\x3c\163\160\141\x6e\40\143\154\141\x73\x73\x3d\42\x73\154\x69\x64\145\x72\x20\x72\x6f\165\156\144\x22\x3e\x3c\57\x73\160\x61\156\76\x20\x20\74\x2f\154\141\x62\x65\x6c\76\x26\x6e\x62\163\160\40\x26\x6e\x62\163\x70\40\x45\156\141\x62\x6c\145\x20\x43\165\x73\x74\157\x6d\40\x47\x61\164\145\x77\x61\171\40\106\x6f\162\40\105\x6d\141\x69\154\15\xa\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\15\xa\x3c\x2f\146\157\x72\155\x3e\15\xa\74\x64\x69\x76\40\151\144\x3d\42\x73\150\157\167\x48\151\x64\x65\105\x6d\141\x69\x6c\144\x69\166\42\40\x20";
if ($Cr == "\x63\150\145\143\153\x65\x64") {
goto LP;
}
echo "\x20\x73\x74\x79\154\145\x3d\42\x64\151\x73\x70\x6c\x61\171\72\x6e\x6f\x6e\x65\x22\40";
goto Al;
LP:
echo "\x20\x73\164\x79\x6c\x65\x3d\x22\x64\x69\x73\160\154\141\x79\72\x62\154\x6f\143\x6b\x22\40";
Al:
echo "\x3e\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\40\40\40\x20\40\x20\40\40\x20\40\x20\15\xa\x3c\146\157\x72\x6d\x20\x69\x64\75\42\143\165\163\x74\x6f\x6d\107\141\x74\145\x77\x61\171\42\40\155\x65\164\150\x6f\144\x3d\42\160\x6f\163\164\42\x20\x61\x63\x74\151\157\x6e\x3d\x22\x22\76\15\12\40\40\x20\x20\40\40\40\x20\x20\x20\40\40\x20";
print_r($pe);
echo "\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\x20\x3c\164\x61\x62\154\145\40\163\x74\171\x6c\x65\75\x22\167\151\x64\x74\x68\72\x36\x30\x25\73\x22\76\15\12\40\x20\40\40\x20\x20\40\40\40\40\40\x20\74\164\162\x3e\15\12\11\x9\x9\11\x9\x9\x3c\164\x64\40\163\x74\x79\154\x65\x3d\42\167\x69\144\x74\x68\72\x32\60\x30\x70\170\x3b\42\76\74\x73\164\162\x6f\156\147\x3e\x48\157\x73\164\x6e\x61\x6d\x65\x3c\163\160\141\156\x20\163\164\x79\x6c\145\x3d\42\143\x6f\154\x6f\162\72\x72\145\x64\73\x22\76\52\74\x2f\x73\160\141\x6e\76\x3a\x3c\x2f\x73\164\x72\x6f\x6e\147\76\x3c\x2f\164\144\76\xd\12\11\x9\11\x9\x9\x9\74\x74\x64\x3e\x3c\151\156\x70\x75\x74\40\164\x79\x70\145\75\42\x74\x65\x78\x74\42\x20\x6e\x61\155\145\x3d\42\x63\x75\x73\x74\157\x6d\x5f\147\x61\164\x65\167\x61\171\x5f\150\x6f\163\164\x6e\141\x6d\x65\42\40\x73\164\171\x6c\145\75\42\167\151\x64\164\150\x3a\x20\x31\60\x30\45\x3b\42\x20\x76\x61\x6c\x75\145\x3d\42";
print_r($P5);
echo "\x22\x20\x70\x6c\141\143\145\x68\x6f\x6c\x64\x65\x72\x3d\42\110\x6f\x73\x74\x20\156\x61\155\x65\x20\x6f\x72\x20\111\120\x20\x61\144\x64\162\145\163\x73\40\157\x66\40\x53\x4d\124\120\40\x53\145\162\166\x65\x72\42\40\x72\x65\161\165\x69\x72\145\x64\x2f\x3e\74\57\164\x64\x3e\xd\xa\x9\x9\11\11\x9\40\x20\74\57\x74\x72\x3e\xd\xa\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\74\164\162\76\xd\xa\11\11\x9\x9\x9\x9\x3c\x74\x64\40\163\164\x79\154\145\75\x22\x77\151\144\x74\150\x3a\62\60\x30\160\x78\x3b\x22\x3e\x3c\x73\x74\162\x6f\156\x67\x3e\x50\157\x72\x74\x3c\163\160\x61\156\x20\163\164\x79\154\x65\x3d\x22\143\x6f\154\x6f\162\72\x72\145\144\x3b\x22\x3e\x2a\x3c\x2f\163\160\141\156\x3e\x3a\x3c\57\163\x74\162\x6f\x6e\x67\x3e\74\57\x74\144\x3e\15\xa\x9\x9\x9\11\x9\x9\74\x74\144\x3e\74\151\x6e\x70\x75\164\x20\x74\x79\x70\x65\x3d\42\164\x65\170\x74\42\40\156\x61\x6d\x65\x3d\42\x63\165\163\x74\157\155\x5f\147\141\164\x65\167\x61\x79\x5f\160\157\162\x74\x22\40\163\x74\x79\154\x65\x3d\42\167\x69\x64\164\x68\72\40\x31\x30\x30\x25\73\42\x20\166\141\154\165\145\x3d\x22";
print_r($RU);
echo "\42\x20\x70\x6c\x61\143\145\x68\x6f\154\144\145\162\x3d\x22\x44\145\146\x61\165\x6c\164\40\160\157\162\164\163\x3a\40\62\65\x2c\x20\64\x36\65\54\x20\x6f\162\x20\x35\70\x37\56\40\50\x53\123\x4c\x20\55\40\x34\66\x35\x2c\x20\124\114\123\40\x2d\x20\x35\x38\x37\51\42\x20\x72\145\161\165\x69\162\x65\x64\57\76\74\57\x74\144\x3e\15\12\x9\x9\x9\11\x9\40\40\74\x2f\x74\x72\x3e\xd\12\40\40\40\40\x20\x20\x20\x20\40\x20\40\40\74\x74\x72\x3e\15\xa\x9\11\11\x9\x9\x9\x3c\x74\144\40\x73\164\x79\x6c\145\75\x22\x77\151\x64\164\150\72\62\x30\x30\x70\x78\x3b\x22\x3e\74\163\x74\162\157\x6e\x67\76\x50\x72\157\164\x6f\x63\157\x6c\x3c\x73\x70\x61\x6e\40\x73\164\x79\154\x65\x3d\42\x63\x6f\x6c\x6f\162\72\x72\145\144\73\42\76\x2a\x3c\57\163\160\x61\x6e\x3e\x3a\74\57\x73\164\162\x6f\156\x67\76\74\x2f\164\x64\76\15\12\x9\x9\x9\x9\11\11\74\x74\x64\76\74\x73\145\x6c\x65\143\164\x20\156\141\x6d\x65\75\42\x63\x75\163\x74\157\155\x5f\147\141\164\145\x77\x61\171\137\160\162\157\x74\157\143\x6f\154\42\40\151\144\x3d\x22\x63\165\163\x74\x6f\155\x5f\x67\141\164\145\167\141\171\x5f\160\162\x6f\x74\157\x63\157\154\42\x3e\15\xa\x20\40\x20\40\40\x20\40\40\40\x20\40\x20\40\x20\x3c\x6f\x70\x74\151\157\156\x20\166\141\x6c\x75\x65\x3d\42\x22\40";
if (!($YI == '')) {
goto Ws;
}
echo "\x20\163\x65\154\x65\143\164\x65\x64\40";
Ws:
echo "\x3e\116\x6f\156\145\x3c\x2f\x6f\160\164\x69\x6f\156\76\15\12\x20\40\x20\40\40\x20\40\40\x20\40\40\40\x20\40\x3c\x6f\x70\164\x69\157\x6e\x20\x76\x61\x6c\165\145\x3d\42\x73\163\154\x22\40";
if (!($YI == "\x73\x73\154")) {
goto YU;
}
echo "\40\x73\x65\154\x65\143\164\145\144\x20";
YU:
echo "\x20\x3e\x53\x53\114\x3c\57\157\x70\164\x69\157\156\76\15\12\x20\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x3c\157\160\x74\151\157\x6e\40\166\141\x6c\165\145\x3d\x22\x74\154\x73\x22\40";
if (!($YI == "\164\154\163")) {
goto QC;
}
echo "\40\163\145\x6c\x65\143\164\145\144\x20";
QC:
echo "\x20\76\124\x4c\x53\x3c\57\x6f\x70\164\x69\x6f\156\x3e\xd\12\40\40\x20\40\x20\x20\x20\40\40\40\40\40\40\x20\74\x2f\x73\x65\154\x65\143\164\76\xd\xa\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\x3c\x2f\164\x64\76\15\xa\x9\x9\x9\x9\x9\40\x20\74\x2f\x74\x72\x3e\15\12\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\74\x74\162\x3e\15\12\x9\11\x9\11\x9\11\74\x74\x64\x20\x73\164\171\x6c\145\x3d\x22\x77\151\x64\164\150\x3a\x32\x30\x30\160\x78\x3b\42\76\74\x73\x74\162\x6f\x6e\147\x3e\x41\x75\x74\150\x65\156\164\x69\x63\141\164\x69\157\x6e\74\163\x70\141\x6e\x20\x73\164\171\x6c\x65\x3d\42\143\157\x6c\x6f\x72\x3a\x72\145\144\x3b\x22\76\52\74\x2f\x73\160\x61\156\x3e\x3a\x3c\x2f\x73\164\x72\x6f\x6e\x67\x3e\x3c\57\164\144\x3e\xd\xa\x9\11\11\x9\x9\11\x3c\164\144\76\x3c\x73\x65\x6c\145\x63\x74\40\156\x61\155\x65\x3d\42\143\x75\x73\x74\x6f\x6d\x5f\x67\141\164\145\x77\x61\x79\137\141\x75\164\150\x65\x6e\x74\151\143\141\x74\x69\x6f\x6e\42\x20\151\144\x3d\x22\x63\x75\x73\164\x6f\155\x5f\147\x61\x74\x65\167\141\171\137\x61\x75\164\x68\x65\x6e\x74\x69\x63\141\164\x69\157\x6e\42\x3e\xd\12\x20\x20\40\40\40\40\40\x20\40\40\x20\x20\40\40\x3c\157\x70\164\x69\157\156\x20\x76\x61\154\165\145\75\x22\x73\155\164\160\42\x20";
if (!($H5 == "\x73\155\x74\160")) {
goto ll;
}
echo "\x20\x73\x65\x6c\145\x63\164\145\x64\40";
ll:
echo "\x20\x3e\x4e\157\x6e\145\x3c\57\157\x70\x74\x69\157\156\x3e\15\12\40\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x3c\x6f\x70\x74\x69\x6f\156\x20\x76\x61\154\x75\145\75\42\x70\x6c\x61\x69\156\42\40";
if (!($H5 == "\160\x6c\141\151\156")) {
goto x6;
}
echo "\x20\163\145\x6c\145\143\x74\x65\x64\40";
x6:
echo "\x20\76\120\114\101\x49\116\x3c\57\157\160\164\151\157\x6e\76\15\xa\x20\40\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x20\74\x6f\160\x74\151\x6f\156\40\x76\141\x6c\x75\145\x3d\x22\154\157\x67\x69\x6e\42\x20";
if (!($H5 == "\154\157\x67\x69\156")) {
goto jI;
}
echo "\40\163\x65\154\145\143\164\x65\144\40";
jI:
echo "\x20\76\114\x4f\x47\111\x4e\x3c\57\157\160\164\x69\x6f\x6e\76\15\12\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\x3c\157\160\164\151\x6f\x6e\x20\x76\141\154\165\145\x3d\x22\143\162\141\x6d\155\144\65\42\40";
if (!($H5 == "\x63\x72\141\x6d\155\144\x35")) {
goto jo;
}
echo "\40\163\x65\154\145\x63\164\x65\x64\x20";
jo:
echo "\40\76\103\x52\101\x4d\55\115\104\x35\74\x2f\157\160\164\151\x6f\156\x3e\xd\12\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\74\57\x74\144\76\xd\12\x9\11\11\11\11\x20\40\74\x2f\x74\x72\x3e\xd\xa\x20\40\x20\x20\40\x20\40\40\x20\x20\40\x20\x3c\164\162\x3e\15\xa\x9\x9\x9\x9\x9\x9\74\164\x64\40\163\164\x79\x6c\x65\75\x22\x77\151\x64\164\x68\72\62\60\60\x70\170\x3b\42\x3e\x3c\163\164\162\x6f\156\147\x3e\x55\163\145\x72\x6e\x61\155\x65\x3c\x73\x70\141\156\x20\x73\x74\x79\154\x65\x3d\x22\x63\157\154\x6f\x72\x3a\162\x65\144\x3b\42\x3e\52\74\x2f\163\160\x61\156\76\72\x3c\x2f\163\x74\162\157\x6e\147\76\x3c\x2f\164\144\x3e\xd\12\11\11\x9\11\11\11\x3c\164\144\x3e\x3c\151\x6e\x70\165\164\40\x74\x79\160\x65\75\x22\x74\x65\170\x74\42\x20\156\x61\155\145\x3d\42\x63\x75\x73\164\x6f\x6d\x5f\147\141\x74\x65\167\141\171\137\165\163\145\162\x6e\x61\x6d\145\x22\x20\163\164\x79\154\145\75\x22\x77\151\x64\164\x68\72\40\61\60\x30\45\x3b\x22\x20\x76\141\x6c\x75\x65\x3d\42";
print_r($oF);
echo "\42\40\x70\154\x61\143\145\150\x6f\x6c\144\145\x72\x3d\x22\105\x6e\164\x65\x72\x20\x55\163\x65\x72\156\x61\x6d\145\40\x48\145\x72\145\x22\x20\162\x65\161\165\x69\x72\145\x64\x2f\x3e\74\x2f\164\x64\x3e\15\12\x9\11\11\x9\11\40\40\74\57\164\x72\76\xd\xa\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x3c\x74\162\x3e\15\xa\11\11\11\11\x9\11\74\x74\x64\40\163\164\171\154\x65\x3d\x22\167\x69\x64\x74\x68\72\62\60\x30\x70\170\x3b\42\x3e\74\163\164\162\157\x6e\147\76\x50\141\x73\163\x77\x6f\162\x64\x3c\x73\160\x61\156\x20\x73\x74\171\154\145\75\x22\143\x6f\x6c\157\x72\x3a\x72\145\x64\x3b\42\x3e\52\74\x2f\x73\x70\x61\156\76\72\x3c\57\163\x74\162\157\x6e\x67\76\74\x2f\x74\x64\x3e\xd\xa\11\11\11\11\11\11\x3c\x74\144\x3e\74\151\x6e\160\x75\x74\40\164\171\160\145\75\42\164\x65\x78\164\x22\40\x6e\x61\x6d\145\75\42\143\x75\x73\164\x6f\155\x5f\x67\141\x74\145\167\x61\171\137\160\x61\163\163\x77\x6f\x72\144\x22\x20\x73\x74\171\x6c\145\x3d\42\167\x69\144\x74\x68\72\x20\x31\60\60\45\x3b\x22\40\166\x61\154\x75\x65\x3d\x22";
print_r($Rt);
echo "\x22\40\160\154\x61\143\x65\150\x6f\154\144\x65\162\x3d\x22\105\x6e\x74\145\162\x20\x50\x61\x73\163\167\x6f\x72\144\x20\x48\x65\162\x65\x22\40\x72\x65\161\x75\x69\x72\145\x64\57\76\74\x2f\164\x64\x3e\xd\xa\x9\x9\x9\11\11\x20\40\x3c\57\x74\x72\76\xd\xa\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x3c\x74\162\x3e\xd\xa\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\x3c\x74\144\x3e\74\57\x74\144\76\xd\xa\x20\x20\40\x20\x20\40\40\40\40\x20\x20\x20\74\164\144\x3e\x20\15\12\40\40\40\x20\40\40\40\x20\x20\40\40\x20\74\151\156\x70\x75\164\40\x74\171\160\145\75\42\x73\x75\x62\155\x69\164\x22\40\156\x61\155\x65\75\42\145\155\141\x69\154\137\x73\x75\142\155\x69\164\x22\40\166\x61\154\165\145\75\42\x53\x75\142\155\151\164\x22\x20\x2f\x3e\74\x2f\164\x64\x3e\xd\12\x3c\57\x74\x61\142\x6c\145\x3e\xd\xa\74\x2f\146\157\x72\155\x3e\15\xa\xd\12\x3c\x68\x32\76\x43\x75\163\164\x6f\x6d\40\107\x61\164\145\167\141\171\x20\x45\155\141\151\154\40\x43\157\156\146\151\147\x75\162\x61\x74\151\x6f\x6e\x3c\x2f\150\62\76\15\xa\74\146\x6f\x72\155\40\151\144\75\x22\x63\165\163\164\157\155\x47\141\x74\145\x77\x61\x79\42\40\155\x65\164\150\157\x64\x3d\42\x70\157\163\x74\42\40\141\143\x74\x69\157\156\x3d\42\42\x3e\15\xa\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20";
print_r($pe);
echo "\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\x3c\164\x61\142\x6c\145\40\163\x74\x79\x6c\x65\x3d\42\167\151\144\x74\x68\72\x36\x30\45\73\x22\76\15\12\40\x20\40\40\40\40\40\40\40\x20\x20\x20\74\164\162\x3e\xd\xa\11\x9\x9\11\11\11\x3c\164\144\40\x73\164\171\154\145\75\42\167\151\144\x74\150\x3a\62\60\60\160\x78\73\x22\76\74\163\164\162\x6f\x6e\x67\76\123\x65\156\x64\145\x72\x20\105\x6d\x61\x69\154\x3c\x73\x70\141\156\x20\163\164\171\x6c\145\x3d\42\143\157\x6c\x6f\x72\72\x72\145\144\73\x22\x3e\x2a\x3c\x2f\x73\x70\x61\156\76\72\x3c\57\163\x74\162\157\x6e\x67\x3e\x3c\57\164\x64\x3e\xd\12\x9\x9\x9\11\x9\11\74\164\x64\76\74\151\156\160\x75\164\x20\x74\x79\160\x65\x3d\42\164\145\170\164\x22\x20\156\141\x6d\145\x3d\42\143\165\x73\x74\x6f\155\x47\x61\164\145\x77\141\x79\x5f\146\x72\x6f\155\137\x63\157\156\146\x69\147\x75\x72\x61\x74\151\x6f\x6e\42\x20\x73\164\x79\x6c\145\x3d\42\167\151\144\164\x68\72\x20\61\60\60\45\x3b\x22\x20\166\x61\154\165\x65\75\x22";
print_r($LT);
echo "\x22\40\160\x6c\141\x63\x65\x68\157\154\144\145\162\x3d\x22\105\x6e\164\145\x72\40\123\x65\156\144\x65\x72\40\105\x6d\141\x69\x6c\x20\x41\144\144\162\x65\x73\163\56\42\x20\162\x65\x71\x75\151\x72\145\x64\57\x3e\x3c\57\x74\144\76\15\12\11\x9\x9\x9\x9\x20\x20\x3c\57\164\162\76\xd\xa\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\x3c\164\x72\76\15\12\x9\x9\x9\11\11\11\x3c\164\x64\x20\x73\x74\171\154\x65\75\42\167\151\x64\164\150\x3a\x32\60\60\x70\x78\x3b\x22\76\74\x73\x74\x72\157\x6e\147\x3e\x53\x75\x62\x6a\x65\x63\x74\40\157\x66\x20\x45\155\x61\x69\x6c\x3c\163\x70\x61\x6e\40\163\164\x79\x6c\145\x3d\42\x63\x6f\x6c\x6f\162\72\162\x65\x64\73\x22\x3e\52\x3c\x2f\163\x70\x61\156\76\x3a\x3c\x2f\163\164\x72\157\156\x67\76\74\x2f\x74\x64\76\15\xa\x9\11\x9\11\11\11\x3c\x74\x64\76\74\151\156\160\165\x74\40\164\171\160\145\x3d\42\x74\x65\x78\164\42\x20\156\141\x6d\x65\75\42\143\x75\163\164\x6f\155\107\x61\x74\145\167\141\171\137\163\x75\142\152\x65\x63\x74\137\143\x6f\x6e\x66\x69\147\x75\162\x61\x74\x69\x6f\x6e\42\x20\163\x74\x79\154\x65\x3d\42\x77\x69\144\164\x68\x3a\40\61\60\60\45\x3b\x22\x20\166\x61\154\x75\145\75\42";
print_r($cI);
echo "\42\x20\160\154\x61\143\x65\150\x6f\154\x64\x65\162\x3d\x22\105\170\x61\155\x70\x6c\145\x3a\40\x59\157\165\162\40\122\145\x71\165\x65\163\164\x65\x64\40\x4f\x6e\x65\x20\124\151\x6d\145\x20\120\141\163\163\143\x6f\x64\x65\56\42\40\x72\145\x71\165\x69\x72\x65\144\x2f\76\74\x2f\164\144\76\15\xa\11\x9\x9\11\x9\x20\40\74\57\164\162\76\15\xa\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\74\x74\x72\76\xd\12\11\x9\11\11\11\11\x3c\164\x64\x20\x73\x74\x79\154\x65\75\42\167\151\x64\164\x68\72\x32\60\x30\160\x78\73\x22\x3e\x3c\163\x74\x72\x6f\x6e\x67\76\105\x6d\x61\151\x6c\x20\115\x65\x73\x73\141\x67\145\74\x73\160\141\x6e\x20\163\x74\x79\x6c\x65\75\42\143\x6f\154\157\162\72\162\145\144\73\x22\76\52\74\57\163\160\141\156\76\72\x3c\x2f\163\164\x72\157\x6e\147\x3e\74\x2f\164\144\76\15\xa\11\11\x9\11\x9\x9\74\164\x64\x3e\x3c\151\x6e\160\165\x74\x20\x74\171\160\145\75\42\x74\145\170\x74\42\40\156\141\x6d\x65\x3d\42\143\165\163\x74\157\155\107\141\164\x65\167\x61\171\x5f\x6d\145\163\x73\x61\147\145\x5f\x63\x6f\x6e\x66\151\147\x75\x72\141\164\x69\157\x6e\x22\x20\x73\x74\x79\154\145\x3d\x22\167\x69\144\x74\x68\x3a\40\x31\x30\x30\45\x3b\42\x20\x76\141\x6c\x75\145\75\x22";
print_r($LN);
echo "\x22\x20\160\x6c\x61\143\145\x68\x6f\154\144\x65\162\x3d\x22\x45\170\x61\155\x70\154\145\x3a\x20\104\x65\141\x72\40\103\x75\x73\164\157\x6d\x65\x72\54\40\131\157\x75\162\40\157\156\x65\40\x74\151\155\145\x20\x70\x61\x73\163\143\x6f\x64\x65\40\x69\x73\x20\43\x23\x4f\124\x50\x23\43\x2e\42\x20\x72\145\161\165\151\162\x65\144\x2f\x3e\xd\xa\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\x3c\142\162\76\40\74\x69\x3e\x59\x6f\x75\40\x6e\x65\145\x64\x20\164\x6f\x20\x77\x72\151\x74\145\x20\x23\43\x4f\124\x50\x23\x23\x20\x77\x68\145\162\145\x20\x79\157\x75\x20\167\x69\163\x68\x20\164\x6f\x20\160\x6c\x61\x63\145\40\147\x65\x6e\x65\162\141\x74\x65\x64\40\157\164\160\40\151\156\40\164\x68\151\163\x20\x74\x65\155\160\x6c\x61\x74\x65\56\x20\74\57\x69\x3e\xd\xa\40\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\x3c\57\164\x64\x3e\xd\12\11\x9\11\x9\11\40\x20\x3c\x2f\x74\x72\x3e\xd\xa\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\74\164\162\x3e\xd\xa\x9\x9\x9\11\11\x9\x3c\164\144\40\163\164\171\154\145\x3d\x22\167\151\144\164\150\x3a\x32\x30\60\x70\x78\73\42\x3e\x3c\x73\x74\x72\x6f\x6e\x67\76\x4f\x54\120\40\114\x65\156\x67\164\x68\x3c\x73\x70\141\x6e\x20\163\164\x79\154\x65\75\42\143\x6f\x6c\x6f\162\x3a\162\x65\x64\73\42\76\x2a\74\x2f\x73\160\141\156\76\x3a\x3c\57\x73\164\162\x6f\x6e\x67\x3e\x3c\x2f\164\x64\76\15\12\11\x9\11\11\11\11\74\x74\x64\76\74\x73\145\154\x65\x63\164\x20\156\141\155\x65\75\x22\x63\165\163\164\x6f\x6d\107\x61\164\145\167\x61\x79\x5f\x6f\164\x70\x4c\x65\156\x67\164\150\137\x63\x6f\x6e\x66\x69\147\165\162\x61\x74\x69\157\156\42\40\x69\144\75\x22\143\165\x73\164\x6f\x6d\107\141\164\145\x77\141\171\x5f\x6f\164\x70\x4c\x65\156\147\x74\x68\x5f\143\157\x6e\146\151\x67\x75\x72\141\164\x69\x6f\156\x22\76\15\12\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\74\x6f\160\x74\151\x6f\156\x20\166\x61\154\165\x65\75\42\x33\x22\x20";
if (!($G3 == "\x33")) {
goto la;
}
echo "\x20\163\x65\x6c\x65\143\x74\145\144\x20";
la:
echo "\x3e\63\74\57\157\160\x74\x69\x6f\156\76\15\xa\40\40\40\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x3c\x6f\x70\x74\151\157\x6e\x20\x76\141\154\x75\x65\75\x22\64\x22\40";
if (!($G3 == "\64")) {
goto eu;
}
echo "\40\x73\x65\154\x65\x63\164\145\144\x20";
eu:
echo "\40\76\64\x3c\x2f\x6f\x70\x74\151\157\156\x3e\xd\xa\x20\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\74\x6f\160\164\x69\x6f\x6e\x20\x76\x61\154\165\x65\x3d\42\65\x22\40";
if (!($G3 == "\65")) {
goto Qr;
}
echo "\40\x73\x65\154\145\143\164\145\144\40";
Qr:
echo "\x20\76\x35\74\x2f\x6f\160\164\151\x6f\x6e\76\15\xa\x20\x20\40\40\x20\40\x20\40\40\x20\40\40\x20\40\x3c\157\160\164\x69\x6f\156\40\166\141\154\165\x65\x3d\x22\66\42\x20";
if (!($G3 == "\66")) {
goto c3;
}
echo "\x20\x73\145\154\x65\143\164\145\144\40";
c3:
echo "\x20\76\66\74\x2f\157\160\x74\x69\x6f\x6e\76\15\12\40\x20\40\x20\40\40\40\x20\40\40\40\40\x20\40\74\x6f\160\x74\151\x6f\x6e\x20\x76\x61\x6c\165\145\75\42\67\x22\x20";
if (!($G3 == "\67")) {
goto rN;
}
echo "\x20\163\145\154\x65\x63\x74\x65\x64\40";
rN:
echo "\x20\x3e\x37\x3c\57\157\x70\x74\151\157\156\76\xd\xa\x20\40\x20\x20\x20\x20\x20\40\40\40\40\40\40\40\x3c\157\160\x74\x69\x6f\x6e\x20\166\x61\154\165\x65\75\x22\x38\42\x20";
if (!($G3 == "\70")) {
goto Xu;
}
echo "\x20\163\x65\x6c\x65\143\x74\x65\x64\40";
Xu:
echo "\40\x3e\70\x3c\x2f\x6f\160\x74\x69\157\156\x3e\15\12\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\74\57\x73\x65\154\x65\x63\164\76\15\xa\40\x20\40\40\40\40\x20\40\x20\x20\x20\x20\74\x2f\x74\x64\x3e\15\xa\11\x9\x9\11\11\40\40\74\57\164\162\x3e\xd\12\xd\12\xd\xa\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x3c\164\162\76\15\xa\40\40\40\40\x20\x20\x20\40\40\40\40\x20\74\164\x64\x3e\74\x2f\164\x64\76\xd\xa\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x3c\x74\x64\x3e\40\xd\xa\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\x3c\x69\156\x70\x75\164\40\164\x79\x70\145\x3d\42\163\165\142\155\x69\164\42\40\156\x61\x6d\145\x3d\x22\x63\165\163\x74\157\x6d\147\x61\164\x65\x77\141\x79\137\x65\x6d\141\x69\x6c\103\x6f\156\x66\x69\147\x75\x72\x61\x74\x69\x6f\156\42\x20\x76\x61\154\x75\x65\75\42\x53\165\142\x6d\151\164\42\40\57\x3e\x3c\x2f\x74\144\76\xd\xa\74\x2f\x74\141\142\154\145\x3e\15\xa\x3c\57\x66\157\x72\x6d\x3e\xd\12\15\xa\74\x66\x6f\162\x6d\40\x69\x64\x3d\x22\x63\165\x73\x74\x6f\155\107\x61\x74\x65\167\141\171\42\x20\x6d\x65\164\x68\157\x64\75\42\160\x6f\163\x74\42\x20\x61\143\x74\x69\x6f\x6e\75\x22\x22\x3e\15\12\40\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20";
print_r($pe);
echo "\40\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\74\x68\62\x3e\124\145\163\164\40\x45\155\141\x69\x6c\40\107\x61\164\x65\x77\x61\x79\40\x43\x6f\x6e\x66\x69\x67\165\162\141\x74\x69\157\x6e\163\72\x3c\x2f\x68\x32\x3e\xd\12\x3c\x74\141\142\154\x65\40\x73\x74\x79\x6c\145\75\x22\167\151\144\x74\150\x3a\x36\60\45\x3b\42\76\xd\12\40\40\40\x20\40\x20\x20\40\40\x20\x20\x20\74\57\x74\x72\x3e\xd\12\40\x20\x20\40\40\40\x20\x20\40\40\40\40\74\164\162\76\15\12\11\x9\11\11\x9\x9\74\x74\144\x20\163\164\171\x6c\145\x3d\42\x77\151\x64\x74\x68\x3a\62\x30\x30\x70\170\73\42\x3e\74\163\164\x72\157\156\x67\76\x53\x65\x6e\144\40\x45\x6d\x61\x69\x6c\40\x46\162\157\x6d\74\163\x70\x61\x6e\x20\x73\x74\171\154\145\75\42\143\157\154\x6f\162\72\162\x65\x64\73\x22\76\52\x3c\x2f\x73\x70\x61\x6e\76\x3a\x3c\x2f\x73\x74\162\x6f\156\x67\x3e\x3c\57\x74\x64\x3e\15\12\x9\11\x9\11\11\11\74\164\144\76\x3c\151\x6e\x70\x75\164\x20\x74\x79\160\145\x3d\x22\164\145\170\164\x22\x20\156\141\155\145\75\42\x63\165\x73\164\x6f\x6d\137\x67\141\x74\145\167\x61\171\x5f\163\x65\156\144\x5f\146\162\157\x6d\x22\x20\x73\x74\x79\x6c\145\75\x22\x77\x69\x64\x74\x68\72\40\x31\60\60\x25\x3b\42\40\x76\x61\x6c\x75\x65\75\x22";
print_r($q1);
echo "\42\40\160\154\x61\x63\145\150\x6f\154\144\145\x72\x3d\x22\124\x6f\x20\x74\145\163\164\54\40\x45\x6e\164\145\162\x20\164\x68\x65\40\145\155\141\151\154\40\x61\144\x64\162\145\163\163\x20\x79\x6f\165\40\167\x69\163\x68\x20\x74\157\x20\163\x65\156\144\40\146\x72\x6f\x6d\42\x20\x72\145\x71\165\x69\x72\145\x64\x2f\76\74\57\164\144\76\15\12\x9\x9\x9\11\x9\40\40\74\57\x74\x72\76\xd\12\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\74\164\x72\x3e\15\xa\11\11\11\x9\x9\11\x3c\164\x64\x20\x73\164\x79\x6c\145\x3d\42\x77\151\144\164\x68\x3a\62\60\60\x70\170\x3b\x22\76\x3c\163\x74\162\157\x6e\147\x3e\x53\145\x6e\x64\x20\x45\x6d\141\x69\x6c\40\x54\157\x3c\163\x70\141\x6e\40\163\x74\171\x6c\x65\x3d\42\143\157\x6c\157\162\72\x72\x65\x64\x3b\x22\x3e\x2a\74\x2f\x73\x70\141\156\76\x3a\74\57\x73\x74\162\157\156\x67\76\74\x2f\164\144\76\15\xa\x9\11\11\11\x9\x9\x3c\164\x64\x3e\74\x69\156\x70\165\x74\x20\164\x79\x70\x65\75\42\164\145\170\x74\42\x20\x6e\141\x6d\x65\x3d\42\x63\x75\x73\164\157\x6d\x5f\x67\141\164\145\x77\141\171\137\163\145\156\144\137\x74\157\42\40\x73\164\x79\x6c\x65\x3d\x22\167\x69\144\164\150\x3a\40\x31\x30\60\45\73\x22\40\x76\x61\x6c\x75\x65\x3d\42";
print_r($BE);
echo "\x22\40\x70\154\x61\143\x65\x68\157\x6c\x64\x65\x72\75\x22\x45\156\x74\145\x72\40\x74\x68\x65\x20\x72\145\x63\x69\x70\151\145\156\164\47\163\x20\x65\x6d\x61\151\x6c\x20\141\144\x64\x72\x65\x73\163\56\42\40\x72\145\x71\165\x69\x72\145\x64\57\x3e\x3c\57\x74\144\x3e\xd\xa\11\11\11\11\11\40\40\74\x2f\x74\162\x3e\15\xa\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\74\x74\162\76\xd\12\40\40\x20\40\x20\40\x20\x20\40\x20\40\40\74\x74\x64\x3e\x3c\x2f\x74\x64\x3e\xd\12\x20\x20\40\40\x20\40\40\40\40\40\40\x20\74\x74\x64\76\40\xd\12\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\74\x69\x6e\x70\x75\x74\x20\x74\x79\x70\x65\75\x22\163\x75\x62\x6d\151\164\42\40\156\141\155\145\x3d\42\x74\145\163\x74\x5f\145\x6d\141\x69\154\42\40\x76\141\154\165\145\75\x22\124\x65\x73\x74\40\105\155\x61\151\x6c\x22\x20\57\x3e\74\57\x74\144\76\xd\12\40\x20\40\40\x20\x20\x20\40\40\40\x20\x20\74\57\x74\162\76\xd\12\x3c\x2f\164\141\x62\x6c\x65\76\74\57\x66\157\162\155\x3e\xd\xa\15\xa\74\57\144\151\x76\76\15\12\74\142\162\76\74\x68\162\x20\163\164\x79\x6c\x65\75\42\155\141\162\x67\151\x6e\x2d\x74\157\160\72\61\x25\x3b\x22\x3e\74\x62\x72\76\xd\12\x3c\144\x69\x76\76\15\xa\xd\12\x3c\146\157\162\x6d\x20\x69\x64\75\x22\143\165\163\x74\157\x6d\107\141\x74\x65\167\x61\x79\x5f\163\x6d\163\x22\40\x6d\145\x74\x68\157\144\x3d\x22\x70\157\x73\164\x22\40\x61\x63\x74\x69\x6f\156\75\x22\x22\76\15\xa\40\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20";
print_r($pe);
echo "\x20\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\x3c\151\156\x70\x75\164\40\164\x79\x70\145\x3d\42\x68\x69\144\x64\x65\156\42\40\x6e\141\x6d\x65\x3d\x22\145\156\141\142\x6c\x65\x5f\x53\115\123\x63\165\x73\164\x6f\x6d\x67\x61\164\x65\x77\x61\171\42\x20\x76\141\154\x75\x65\x3d\42\145\x6e\x61\x62\154\x65\x5f\123\x4d\x53\143\x75\163\164\x6f\x6d\147\x61\x74\x65\167\141\171\42\76\xd\xa\40\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\40\x3c\154\x61\142\145\154\x20\x63\154\141\163\163\x3d\x22\x73\x77\151\164\x63\150\x22\x3e\15\12\40\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x3c\x69\156\x70\165\164\40\164\x79\x70\145\x3d\42\143\x68\x65\143\x6b\142\157\x78\x22\x20\156\x61\x6d\x65\75\42\x65\156\x61\x62\154\x65\137\143\165\x73\164\x6f\155\147\141\164\x65\167\141\x79\x5f\x66\157\162\123\x4d\x53\42\40\151\x64\75\42\x65\x6e\x61\x62\x6c\145\137\143\165\x73\164\157\x6d\x67\141\x74\x65\167\x61\171\137\146\x6f\162\x53\115\123\42\40\xd\xa\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40";
print_r($QS);
echo "\x20";
print_r($Ui);
echo "\x20\x76\x61\x6c\165\145\75\42\x74\x72\165\x65\42\x20\x6f\x6e\143\154\151\x63\x6b\x3d\42\x64\157\143\165\x6d\x65\x6e\x74\x2e\147\145\x74\x45\154\145\155\x65\156\x74\x42\x79\x49\x64\x28\47\x63\165\x73\164\157\x6d\107\x61\x74\x65\167\x61\x79\x5f\x73\x6d\x73\47\x29\56\163\165\x62\155\x69\164\50\51\73\42\40\164\151\164\154\x65\75\42\x50\x6c\145\141\163\145\40\x45\156\x61\x62\x6c\145\x20\103\x75\x73\x74\157\x6d\x20\107\x61\x74\x65\167\x61\171\x20\x46\x69\162\x73\164\x2e\x22\x3e\x20\x20\74\163\x70\x61\x6e\x20\143\154\x61\163\163\75\x22\x73\x6c\151\x64\x65\162\x20\x72\157\165\156\144\x22\76\x3c\x2f\x73\x70\x61\x6e\76\40\40\74\x2f\x6c\141\x62\x65\154\76\46\156\142\163\x70\x20\x26\x6e\142\163\160\x20\x45\156\141\142\x6c\x65\40\x43\165\163\x74\x6f\155\40\x47\141\164\145\x77\141\171\40\x46\157\x72\x20\x53\x4d\123\xd\xa\15\12\x3c\57\x66\x6f\162\x6d\76\xd\12\74\144\x69\x76\x20\151\x64\75\42\163\150\x6f\167\110\151\144\x65\x53\115\x53\x64\151\x76\42\40";
if ($Ui == "\x63\x68\x65\x63\x6b\x65\x64") {
goto Gm;
}
echo "\40\x73\x74\171\x6c\x65\x3d\x22\x64\151\163\x70\154\141\171\x3a\156\x6f\156\145\x22\40";
goto ON;
Gm:
echo "\40\x73\x74\x79\x6c\x65\x3d\x22\144\x69\x73\160\154\141\x79\x3a\142\154\157\x63\153\42\x20";
ON:
echo "\x3e\15\xa\74\146\157\x72\155\40\151\x64\x3d\42\x63\165\x73\x74\x6f\155\107\141\164\x65\167\141\171\42\40\155\145\x74\x68\157\x64\x3d\42\x70\157\163\164\42\x20\141\143\x74\151\157\156\75\42\42\x3e\xd\12\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20";
print_r($pe);
echo "\xd\xa\40\40\x20\40\x20\x20\x20\x20\40\40\40\40\x20\x3c\x74\x61\142\x6c\145\40\163\x74\171\154\x65\x3d\x22\x77\151\144\164\150\x3a\66\60\x25\73\x22\76\15\xa\40\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\x3c\x74\x64\40\163\x74\171\154\x65\x3d\x22\x77\151\x64\x74\x68\72\62\60\60\160\170\x3b\42\76\74\x73\164\162\x6f\156\x67\x3e\x4d\145\164\x68\157\x64\x3c\163\x70\x61\156\x20\x73\x74\x79\x6c\145\75\42\143\x6f\154\x6f\162\x3a\162\x65\x64\x3b\x22\76\52\x3c\x2f\163\160\141\x6e\x3e\72\74\x2f\163\164\x72\157\156\147\x3e\74\57\164\144\76\xd\12\11\x9\x9\x9\11\11\x3c\164\144\x3e\x3c\163\145\x6c\145\x63\x74\x20\156\x61\155\145\75\x22\x63\165\163\164\x6f\x6d\137\147\141\x74\145\167\141\x79\x5f\x61\x70\151\x50\162\x6f\x76\x69\144\x65\162\x5f\x73\155\x73\x22\x20\151\144\75\x22\143\x75\163\164\x6f\x6d\147\x61\164\x65\167\141\171\x61\160\x69\x50\162\157\x76\151\144\145\x72\163\155\163\x22\x20\157\156\143\x68\141\x6e\x67\x65\75\42\x63\x75\163\x74\x6f\155\107\141\164\145\167\x61\171\115\x65\164\150\x6f\144\50\x29\x22\76\xd\xa\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\74\x6f\160\x74\151\x6f\x6e\40\x76\141\x6c\x75\145\75\42\164\167\x69\x6c\151\157\x22\40";
if (!($s4 == "\164\x77\x69\154\151\157")) {
goto iI;
}
echo "\40\x73\x65\x6c\x65\143\164\145\x64\x20";
iI:
echo "\76\124\x77\x69\x6c\x69\x6f\x3c\x2f\157\160\164\x69\x6f\x6e\x3e\15\12\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\x3c\x6f\160\164\151\157\x6e\40\166\141\x6c\x75\145\x3d\42\x67\x65\x74\x4d\145\164\150\x6f\x64\42\x20";
if (!($s4 == "\x67\145\x74\x4d\x65\x74\150\157\144")) {
goto nn;
}
echo "\x20\x73\145\x6c\145\143\164\145\x64\40";
nn:
echo "\x20\76\107\x65\164\40\115\x65\164\150\x6f\144\74\x2f\x6f\160\164\151\x6f\156\76\xd\xa\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\74\x6f\x70\x74\x69\157\x6e\40\166\141\x6c\x75\145\x3d\42\160\x6f\x73\164\115\145\x74\150\x6f\x64\x22\40";
if (!($s4 == "\160\157\x73\x74\115\145\x74\150\157\x64")) {
goto Os;
}
echo "\x20\x73\x65\x6c\x65\143\x74\145\144\40";
Os:
echo "\40\76\120\157\163\x74\x20\x4d\x65\164\x68\157\144\74\x2f\157\x70\x74\151\157\x6e\76\15\xa\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x20\x3c\57\x73\x65\154\145\143\164\76\x3c\x2f\x74\x64\76\15\12\74\x2f\164\141\x62\x6c\x65\x3e\15\xa\15\12\74\144\x69\166\40\x69\x64\75\42\164\167\151\154\x69\157\137\x6d\x65\x74\x68\x6f\144\x22\40";
if ($s4 == "\x74\167\151\154\151\x6f" || $s4 != "\147\x65\164\115\x65\164\150\157\x64" && $s4 != "\x70\157\x73\x74\x4d\145\x74\x68\157\144") {
goto XW;
}
echo "\40\163\164\171\x6c\145\75\42\144\151\x73\160\154\141\171\72\x6e\157\156\145\x22\40";
goto A9;
XW:
echo "\x20\163\164\171\154\145\75\x22\x64\151\163\x70\154\x61\x79\x3a\x62\x6c\157\x63\153\x22\40";
A9:
echo "\x3e\15\12\x3c\164\x61\142\154\x65\x20\163\164\x79\154\145\x3d\x22\167\151\144\x74\150\72\x36\x30\45\x3b\42\x3e\xd\xa\74\164\162\76\15\12\11\11\11\11\x9\74\164\x64\40\163\x74\171\x6c\x65\75\x22\167\x69\x64\164\150\72\62\x30\60\160\x78\73\x22\76\x9\x3c\x73\164\162\x6f\x6e\147\76\x54\167\151\154\151\157\x20\123\111\x44\x3c\x73\160\141\x6e\40\163\x74\171\x6c\145\x3d\42\x63\157\x6c\x6f\x72\x3a\x72\145\144\x3b\42\76\52\74\x2f\x73\x70\x61\x6e\76\x3a\x3c\57\x73\x74\x72\157\156\147\76\74\57\x74\144\x3e\15\12\x9\11\x9\x9\x9\40\x20\74\x74\144\x3e\x3c\151\x6e\160\165\x74\x20\x74\x79\x70\145\x3d\x22\x74\145\170\164\42\40\x6e\x61\155\145\75\42\x63\165\163\164\x6f\155\x5f\x67\x61\x74\x65\x77\x61\x79\137\164\x77\151\x6c\151\x6f\137\163\x69\x64\x22\40\163\x74\x79\x6c\145\x3d\42\x77\151\144\164\x68\72\x20\x31\60\x30\x25\73\x22\x20\166\141\154\165\x65\75\x22";
print_r($Ac);
echo "\42\40\x70\154\x61\x63\145\150\157\154\x64\145\x72\75\x22\x45\156\164\x65\162\40\124\x77\x69\154\x69\157\x20\123\x49\104\x22\x20\x2f\x3e\74\57\164\x64\76\15\xa\x3c\x2f\x74\162\76\xd\xa\74\164\x72\x3e\x20\x20\x20\40\40\40\40\40\40\xd\xa\x20\x20\40\x20\x20\x20\x20\40\40\x20\x3c\164\x64\40\163\x74\171\154\x65\x3d\x22\167\151\144\x74\x68\72\x32\x30\60\160\x78\x3b\42\x3e\x3c\163\x74\x72\x6f\156\x67\76\x54\167\151\154\x69\x6f\40\124\x6f\153\x65\x6e\74\x73\160\x61\156\x20\x73\164\x79\x6c\x65\75\42\x63\157\x6c\x6f\x72\x3a\x72\145\144\73\x22\x3e\x2a\x3c\x2f\163\x70\141\x6e\76\x3a\x3c\57\163\164\162\x6f\x6e\x67\76\x3c\x2f\164\144\76\15\12\40\40\x20\40\40\40\x20\40\40\40\x3c\x74\144\76\x3c\151\x6e\160\x75\x74\40\x74\171\x70\145\x3d\x22\164\145\170\164\42\40\x6e\x61\155\x65\x3d\x22\143\165\163\164\157\x6d\x5f\147\x61\x74\x65\x77\141\x79\137\164\167\151\154\x69\x6f\x5f\164\x6f\x6b\x65\x6e\42\x20\163\164\x79\x6c\x65\75\x22\x77\151\x64\x74\x68\x3a\40\x31\x30\60\45\x3b\42\x20\x76\x61\x6c\165\145\75\42";
print_r($Dm);
echo "\42\x20\x70\x6c\141\x63\x65\x68\x6f\x6c\144\x65\x72\75\42\105\156\164\x65\x72\x20\124\167\x69\154\151\157\40\x54\x6f\x6b\x65\x6e\42\x20\x2f\76\x3c\x2f\164\x64\x3e\15\xa\x3c\57\164\x72\x3e\15\12\74\164\162\x3e\40\40\x20\40\x20\x20\x20\40\40\x20\x20\15\12\x9\11\x9\11\11\11\74\164\144\x20\x73\x74\171\x6c\x65\75\42\167\x69\144\164\x68\x3a\x32\x30\x30\x70\170\73\42\x3e\74\x73\164\162\157\x6e\x67\x3e\x54\x77\151\x6c\x69\157\40\116\165\x6d\142\145\x72\74\163\x70\141\156\40\x73\x74\x79\154\145\x3d\42\143\x6f\154\157\x72\72\x72\x65\x64\73\x22\76\52\74\x2f\x73\x70\x61\156\76\72\x3c\57\163\x74\x72\x6f\x6e\x67\x3e\74\x2f\x74\x64\x3e\xd\xa\11\x9\11\x9\11\11\74\x74\144\x3e\x3c\x69\x6e\x70\165\164\x20\164\x79\160\145\75\x22\164\145\170\x74\x22\x20\x6e\141\x6d\x65\x3d\42\x63\165\x73\x74\157\155\137\147\x61\x74\145\167\x61\171\x5f\x74\x77\151\154\x69\157\x5f\x70\150\x5f\156\165\155\142\145\162\42\x20\x73\x74\x79\154\145\75\42\x77\151\x64\x74\150\72\x20\61\60\x30\45\x3b\42\40\166\x61\x6c\x75\x65\75\x22";
print_r($yt);
echo "\42\x20\x70\154\x61\143\x65\x68\x6f\154\x64\x65\162\x3d\42\x45\156\164\145\x72\40\124\167\x69\x6c\151\x6f\x20\116\x75\x6d\142\145\x72\42\40\x2f\76\xd\xa\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\74\x62\x72\x3e\x3c\x69\x3e\105\156\164\x65\162\40\x54\x77\x69\x6c\x69\x6f\40\116\x75\155\142\145\x72\40\x77\x69\164\150\157\165\164\x20\x2b\40\163\x69\147\156\56\74\x2f\151\x3e\xd\xa\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x3c\x2f\164\144\x3e\15\xa\x3c\x2f\164\162\76\15\12\x3c\164\x72\x3e\xd\xa\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x3c\x74\144\76\74\x2f\x74\x64\x3e\xd\xa\40\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x3c\164\x64\76\x20\15\12\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\x3c\151\156\x70\x75\x74\40\164\x79\160\x65\x3d\42\x73\165\142\155\151\164\42\40\x6e\141\155\145\x3d\42\163\x6d\163\x5f\x73\x75\x62\155\x69\x74\x22\x20\x76\x61\154\165\145\x3d\42\x53\165\x62\x6d\x69\164\x22\40\x2f\x3e\74\x2f\x74\144\x3e\15\12\40\x20\40\40\40\40\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\40\x20\40\x3c\57\x74\162\x3e\40\40\40\x20\40\x20\x20\x20\40\40\x20\40\xd\12\74\57\x74\x61\x62\154\145\76\15\xa\74\57\x64\151\x76\76\xd\xa\74\144\151\166\40\151\144\x3d\42\x67\x65\x74\x5f\155\x65\x74\x68\157\x64\x22\x20";
if ($s4 == "\147\145\x74\x4d\145\164\x68\x6f\144") {
goto HY;
}
echo "\x20\163\x74\171\154\145\75\42\x64\151\x73\x70\x6c\x61\171\x3a\x6e\157\156\145\x22\x20";
goto Pa;
HY:
echo "\x20\163\x74\171\154\145\x3d\x22\144\x69\x73\x70\154\141\171\x3a\142\x6c\x6f\143\153\42\40";
Pa:
echo "\x20\76\xd\12\x3c\x74\141\x62\x6c\145\40\163\x74\171\x6c\x65\75\42\x77\151\144\x74\x68\x3a\66\x30\x25\73\x22\76\15\xa\x3c\164\162\x3e\15\12\x3c\164\x64\x20\163\164\x79\x6c\x65\x3d\42\x77\151\144\x74\150\72\62\x30\x30\160\x78\x3b\x22\76\74\163\x74\x72\x6f\x6e\x67\x3e\x53\115\x53\40\107\x61\164\145\167\141\x79\40\x55\122\114\x3c\x73\x70\x61\156\x20\163\164\x79\x6c\145\75\42\x63\x6f\154\x6f\162\72\162\x65\x64\73\x22\76\52\x3c\57\x73\160\141\156\76\72\x3c\57\163\x74\x72\x6f\156\147\76\x3c\x2f\x74\x64\76\xd\12\x3c\x74\x64\x3e\x3c\x69\156\160\165\164\40\164\171\x70\x65\x3d\x22\x74\145\170\x74\42\40\x6e\141\155\x65\75\x22\143\165\x73\x74\x6f\155\x5f\x67\141\164\145\x77\x61\x79\x5f\147\x65\164\x6d\x65\164\x68\x6f\x64\x55\x52\x4c\x22\x20\163\x74\171\154\145\75\x22\167\151\144\x74\150\72\40\61\60\60\x25\x3b\x22\x20\x76\141\154\x75\x65\75\x22";
print_r($Ww);
echo "\x22\x20\160\x6c\x61\143\x65\x68\157\x6c\x64\145\162\75\x22\x45\156\164\x65\x72\40\107\x61\x74\145\x77\x61\x79\40\x55\122\x4c\40\150\145\x72\x65\x22\40\57\x3e\xd\xa\x3c\x62\162\76\x3c\x69\x3e\101\x64\144\40\x79\157\165\x72\40\x53\115\123\x20\x41\120\111\40\x43\125\x52\x4c\40\125\122\114\x20\x61\156\x64\40\x75\x73\x65\x20\43\43\160\x68\x6f\x6e\x65\43\43\40\141\x6e\x64\x20\43\43\155\x65\x73\x73\x61\147\x65\43\x23\x20\166\x61\162\151\x61\142\x6c\x65\163\x20\x74\157\x20\x70\x61\163\x73\x20\x74\150\x65\40\166\141\154\165\145\x73\40\x6f\x66\x20\x6d\x6f\x62\151\x6c\x65\x20\x6e\165\155\142\x65\x72\x20\x61\156\144\x20\155\x65\x73\x73\x61\147\x65\x20\146\151\145\154\x64\x73\x2e\x20\74\x2f\151\x3e\x45\170\x61\x6d\x70\154\x65\72\x20\x7b\123\115\x53\x20\x41\120\111\x7d\77\x70\x61\162\141\155\145\164\x65\x72\x31\x3d\166\141\x6c\x75\145\61\46\x70\x68\157\156\145\137\160\x61\162\141\x6d\x65\164\x65\162\x3d\x23\43\160\x68\157\156\x65\x23\x23\46\155\x65\163\x73\141\147\145\137\160\x61\x72\x61\x6d\145\164\145\162\75\x23\43\155\x65\163\163\141\x67\145\x23\43\15\xa\x3c\x2f\164\x64\x3e\15\xa\x3c\x2f\164\x72\x3e\x20\xd\12\74\x74\162\76\15\xa\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x3c\164\x64\x3e\x3c\x2f\164\x64\76\15\xa\x20\x20\x20\40\40\40\40\40\40\40\x20\40\74\x74\144\x3e\40\xd\xa\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\x3c\x69\156\x70\165\164\x20\x74\x79\160\x65\75\42\163\165\142\155\x69\164\42\x20\156\x61\155\x65\x3d\x22\x73\155\x73\x5f\163\165\142\x6d\151\164\x22\x20\x76\141\x6c\x75\145\75\x22\x53\165\142\x6d\151\x74\42\40\57\x3e\x3c\x2f\x74\x64\76\xd\xa\x20\40\40\40\40\x20\x20\40\40\x20\x20\40\40\40\40\40\40\x20\40\x20\40\x20\74\57\x74\162\x3e\x20\xd\xa\74\57\164\141\x62\154\x65\x3e\40\x20\40\40\40\x20\40\x20\x20\x20\x20\15\12\74\x2f\x64\x69\x76\76\15\12\74\144\x69\166\x20\x69\x64\x3d\x22\160\x6f\x73\164\x5f\155\x65\164\x68\x6f\144\x22\x20";
if ($s4 == "\x70\157\x73\x74\115\145\x74\150\157\144") {
goto Ft;
}
echo "\x20\x73\164\x79\154\145\75\42\144\x69\x73\x70\154\141\171\x3a\x6e\157\156\145\42\40";
goto Vi;
Ft:
echo "\40\x73\164\x79\x6c\145\x3d\42\x64\x69\163\x70\x6c\x61\171\72\x62\154\157\143\x6b\x22\x20";
Vi:
echo "\76\xd\12\74\x74\141\142\154\145\x20\x73\164\171\154\145\75\x22\x77\151\x64\x74\150\72\x36\x30\45\73\x22\x3e\15\12\74\x74\x72\x3e\xd\12\x3c\164\x64\x20\x73\x74\171\154\145\75\x22\167\x69\144\164\x68\72\x32\x30\60\160\x78\73\42\76\74\163\x74\x72\157\156\147\76\123\115\123\40\x47\x61\164\145\167\x61\171\40\125\122\114\74\163\x70\x61\x6e\40\163\164\171\x6c\x65\75\x22\x63\157\x6c\x6f\x72\72\x72\145\x64\x3b\42\76\52\74\57\163\160\141\156\x3e\x3a\x3c\57\163\x74\x72\157\x6e\x67\x3e\74\x2f\164\144\76\15\xa\11\11\x9\11\11\11\x3c\x74\x64\76\74\151\x6e\160\x75\164\x20\164\x79\160\145\x3d\42\164\x65\x78\164\x22\40\x6e\x61\155\145\x3d\x22\x63\165\163\164\x6f\155\x5f\147\141\x74\x65\x77\141\171\137\160\157\163\164\155\x65\164\x68\157\x64\x55\122\x4c\x22\x20\163\x74\171\154\145\x3d\42\167\x69\x64\x74\150\x3a\40\61\60\x30\45\x3b\42\40\x76\x61\x6c\165\x65\x3d\x22";
print_r($Q9);
echo "\42\40\x70\x6c\141\143\x65\x68\157\x6c\144\x65\162\75\42\105\x6e\164\145\x72\40\x53\x4d\x53\40\101\x50\x49\x22\40\57\76\x3c\x2f\164\x64\76\xd\xa\x3c\x2f\x74\162\x3e\15\12\15\xa\40\40\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\40\x3c\x74\x72\x3e\15\12\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\40\x20\x20\74\x74\x64\40\x3e\74\151\x6e\160\x75\164\40\x20\163\x74\x79\x6c\x65\x3d\x22\x77\x69\x64\164\150\x3a\x31\70\70\160\170\73\155\141\162\x67\151\x6e\55\x6c\x65\x66\x74\x3a\x2d\70\160\x78\42\40\164\171\160\145\75\x22\164\x65\x78\164\x22\40\x6e\x61\155\145\75\42\160\x6f\x73\x74\x5f\x6d\145\164\x68\x6f\x64\x5f\x70\x68\157\156\x65\137\141\x74\x74\x72\42\40\160\154\x61\143\145\x68\x6f\154\144\145\162\x3d\x22\x41\x74\x74\162\151\x62\x75\x74\145\x20\x6e\x61\x6d\145\40\x66\157\162\40\x70\150\x6f\156\x65\42\xd\xa\40\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\166\141\x6c\165\x65\x3d\x22";
print_r($Fk);
echo "\x22\x20\x2f\x3e\x3c\x2f\164\144\76\15\xa\x20\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\x20\40\40\x20\74\x74\x64\76\x3c\x69\156\x70\x75\x74\40\164\x79\160\145\75\x22\164\145\170\164\42\x20\x70\154\141\x63\x65\x68\157\154\144\x65\162\75\42\43\43\x70\x68\x6f\156\x65\43\x23\x22\x20\40\x64\x69\x73\141\142\154\x65\x64\x2f\76\x3c\x2f\164\x64\x3e\15\12\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\x20\74\x2f\x74\x72\76\xd\xa\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x3c\x74\x72\x20\x3e\15\xa\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x3c\164\x64\x20\76\x3c\x69\x6e\160\165\164\40\x73\164\171\154\145\x3d\x22\x77\x69\x64\164\x68\x3a\x31\x38\x38\160\170\x3b\155\141\162\x67\151\156\x2d\x6c\145\x66\x74\x3a\55\70\x70\170\x22\x20\x20\x74\x79\x70\x65\x3d\42\164\145\170\164\x22\x20\x6e\141\x6d\145\75\42\160\x6f\x73\x74\x5f\155\x65\164\x68\x6f\x64\x5f\155\x65\163\163\141\x67\x65\x5f\141\164\x74\162\x22\x20\160\x6c\141\143\x65\150\157\154\x64\x65\162\x3d\42\x41\x74\x74\x72\x69\142\165\x74\x65\40\x6e\141\x6d\145\40\146\157\x72\x20\155\x65\163\163\141\x67\x65\x22\15\12\40\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\166\141\x6c\x75\x65\x3d\42";
print_r($bH);
echo "\x22\40\57\x3e\x3c\57\x74\x64\76\xd\12\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\x20\74\x74\144\x3e\x3c\x69\156\160\x75\x74\x20\x20\x74\x79\x70\x65\75\42\x74\145\x78\x74\x22\x20\160\154\x61\143\x65\x68\x6f\154\x64\145\162\75\42\43\x23\x6d\x65\x73\x73\141\147\145\x23\x23\x22\x20\x64\151\x73\141\142\154\145\x64\57\x3e\74\57\x74\144\x3e\15\xa\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x3c\57\x74\x72\x3e\xd\xa\40\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\40\x20\74\57\x74\141\142\x6c\x65\76\15\12\x20\x20\x20\40\40\40\40\x20\x20\x3c\144\x69\166\x3e\xd\12\x20\40\40\40\x20\40\40\40\40\40\40\74\x64\x69\166\x20\x63\x6c\141\x73\163\75\42\x66\157\x72\x6d\x2d\x67\x72\x6f\x75\160\x20\163\x61\x6d\145\55\x72\x6f\x77\42\76\15\xa\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\74\x69\x6e\160\165\164\x20\143\154\141\x73\x73\75\x22\x66\x6f\162\155\x2d\143\x6f\156\164\162\x6f\x6c\40\x67\x6d\55\x69\156\160\x75\164\x22\40\163\x74\171\x6c\145\x3d\x22\40\167\151\144\x74\x68\72\x31\x38\x38\x70\x78\x22\40\173\154\x6f\147\x7d\x20\151\x64\75\x22\160\157\163\164\x5f\160\x61\162\141\155\145\164\145\162\42\40\x6e\141\155\145\x3d\x22\160\157\163\x74\x5f\160\141\162\x61\155\x65\164\145\x72\x22\40\164\171\160\x65\x3d\x22\x74\x65\x78\x74\42\40\x76\141\154\165\145\40\75\40\x22\42\40\160\x6c\141\143\145\x68\x6f\x6c\x64\x65\x72\75\x22\105\x6e\x74\145\162\x20\x50\x61\162\141\x6d\x65\164\x65\x72\x22\x3e\xd\xa\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\x3c\x2f\144\151\166\x3e\15\xa\x20\x20\x20\40\40\40\40\x20\40\40\x20\74\x64\x69\x76\40\143\x6c\x61\x73\163\75\42\146\157\162\x6d\x2d\147\162\157\165\x70\40\163\x61\x6d\x65\55\x72\157\x77\40\x68\155\141\162\147\x69\x6e\x22\x3e\xd\xa\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\74\x69\156\x70\165\164\x20\x63\154\141\163\x73\x3d\x22\146\157\162\x6d\55\x63\x6f\x6e\x74\162\x6f\154\x20\x67\155\55\x69\156\160\x75\164\x22\40\163\x74\171\154\x65\x3d\42\155\x61\x72\x67\151\156\55\x6c\x65\x66\164\72\x33\63\x70\170\73\x20\167\151\144\x74\x68\72\63\66\x30\160\170\42\x20\173\x6c\157\147\175\40\x69\144\x3d\42\160\x6f\x73\164\137\166\141\x6c\x75\145\x22\x20\x6e\141\155\x65\75\42\x70\x6f\x73\x74\x5f\166\141\154\165\x65\x22\x20\x74\x79\160\145\x3d\x22\164\145\170\164\42\x20\166\141\154\x75\145\40\75\x20\42\x22\40\x70\x6c\141\x63\145\150\157\154\x64\x65\x72\x3d\x22\x45\156\x74\145\162\x20\x76\x61\154\165\x65\x22\x3e\xd\xa\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x3c\57\x64\x69\x76\76\15\xa\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x3c\x64\x69\x76\40\143\x6c\141\x73\x73\75\x22\146\157\x72\155\55\x67\x72\157\x75\x70\x20\x73\141\x6d\145\x2d\162\157\167\40\150\x6d\141\x72\147\151\x6e\137\x61\x64\144\42\76\xd\xa\x20\x20\x20\40\40\x20\x20\40\40\40\40\40\40\40\40\x3c\x62\x75\164\164\x6f\156\40\x63\154\141\163\163\75\x22\142\164\x6e\x2d\x72\157\x75\156\144\42\x20\x74\x79\x70\x65\x3d\42\x62\x75\164\164\x6f\x6e\x22\x20\x7b\154\x6f\x67\x7d\40\157\x6e\103\x6c\151\x63\x6b\75\42\x61\x64\144\103\165\x73\x74\157\155\101\x74\x74\x72\x69\142\x75\x74\x65\50\x29\42\76\101\x64\x64\40\50\x2b\x29\74\x2f\x62\165\x74\x74\157\156\x3e\xd\xa\40\40\40\40\40\40\x20\40\40\40\40\74\x2f\x64\x69\x76\x3e\xd\12\40\x20\40\x20\x20\x20\40\40\40\40\x20\x3c\x64\x69\166\40\x63\x6c\141\163\163\75\42\146\x6f\162\155\55\147\x72\157\x75\160\x20\163\x61\x6d\145\x2d\162\157\x77\40\150\x6d\141\x72\147\x69\156\x5f\141\x64\x64\x22\x3e\15\12\40\40\x20\40\40\40\x20\40\40\40\40\x20\40\x20\x20\x3c\142\165\x74\x74\x6f\x6e\x20\143\154\x61\x73\x73\x3d\x22\142\164\x6e\x2d\162\x6f\x75\x6e\x64\42\x20\x74\171\160\x65\x3d\x22\142\165\x74\164\x6f\156\x22\40\173\154\157\x67\175\40\x6f\x6e\103\x6c\151\143\x6b\x3d\x22\x64\145\154\x65\x74\145\x43\x75\163\x74\x6f\155\101\164\164\x72\151\x62\x75\x74\145\x28\x29\x22\76\x44\x65\x6c\145\164\x65\40\x28\55\51\x3c\x2f\x62\x75\164\x74\157\156\76\xd\xa\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x3c\57\x64\x69\x76\x3e\xd\xa\40\40\40\x20\x20\40\x20\x20\x3c\57\144\x69\x76\76\15\12\x20\40\x20\40\x20\x20\40\40\x3c\144\x69\x76\40\x73\x74\x79\154\145\75\x22\x74\x65\170\164\x3a\151\156\x6c\151\156\145\x3b\42\x20\x63\154\x61\163\163\75\x22\156\145\x77\55\162\157\x77\40\x76\155\x61\x72\147\151\156\42\x3e\15\xa\40\40\40\40\40\x20\x20\40\40\40\40";
$yO = array();
foreach ($Ho as $pS => $Hn) {
$M_ = $Hn;
$Da = $pS;
if (empty($Hs)) {
goto DW;
}
$yO = $Hs;
$Hn = isset($yO[$M_]) ? $yO[$M_] : '';
goto AA;
DW:
isset($yO[$M_]) ? $yO[$M_] : '';
AA:
echo "\x3c\x64\x69\x76\x20\x73\164\x79\154\145\75\42\160\141\144\x64\x69\x6e\x67\72\x33\160\170\73\40\x6d\141\x72\x67\151\x6e\55\x6c\x65\146\164\72\x39\x70\x78\x3b\42\40\x69\144\x20\75\42" . $Da . "\x44\151\x76\42\40\143\154\x61\163\x73\x3d\42\x67\155\x2d\144\151\166\40\163\x61\x6d\145\x2d\x72\157\x77\40\x22\x3e\15\xa\40\40\40\40\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\40\x20\x20\40\x20\x3c\164\144\76\74\x73\164\x72\x6f\x6e\147\x3e" . $Da . "\72\x3c\x2f\x73\x74\162\157\156\147\x3e\x3c\x2f\164\x64\76\15\12\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\x20\74\164\x64\x3e\xd\xa\x20\40\x20\x20\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\40\x20\40\x3c\x69\156\x70\x75\x74\x20\143\x6c\141\x73\163\x3d\42\x66\157\162\155\55\143\x6f\x6e\x74\x72\157\x6c\40\147\155\55\x69\156\160\165\164\42\40\163\x74\171\x6c\145\x3d\x22\x6d\141\x72\x67\x69\156\x2d\154\145\x66\x74\x3a\x32\60\x30\160\170\73\x20\x77\151\144\164\150\x3a\63\x37\60\x70\170\x3b\x20\160\x6f\x73\x69\x74\x69\157\156\x3a\x61\142\x73\157\x6c\x75\164\145\42\40\x7b\154\x6f\x67\x7d\x20\151\x64\75\42" . $Da . "\x22\40\156\x61\x6d\145\75\x22" . $Da . "\42\x20\164\171\160\x65\x3d\42\x74\145\x78\164\42\40\x76\141\154\165\x65\x3d\42" . $M_ . "\x22\76\40\74\57\164\x64\x3e\xd\xa\x20\x20\40\40\x20\40\40\x20\40\40\x20\40\40\x20\40\40\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\40\x3c\57\144\x69\166\76";
OT:
}
ie:
echo "\x20\x20\40\40\40\xd\12\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\xd\xa\x20\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\40\40\x20\40\x3c\x69\156\160\165\164\40\151\x64\75\42\163\165\142\155\x69\164\x5f\143\x75\x73\164\x6f\x6d\137\x61\x74\x74\x72\42\40\164\x79\160\x65\x3d\42\163\165\x62\x6d\151\164\x22\x20\x6e\x61\x6d\x65\75\x22\163\155\163\x5f\163\165\x62\x6d\151\164\42\x20\166\x61\154\165\x65\75\42\123\165\142\x6d\x69\164\x22\40\x73\x74\171\x6c\145\75\42\155\141\x72\147\x69\x6e\x2d\x6c\145\146\x74\x3a\x32\61\x32\x70\x78\73\x22\x2f\76\x20\x26\x6e\x62\x73\x70\73\15\12\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\74\x69\x6e\160\x75\x74\x20\x69\144\75\x22\143\x6c\x65\141\x72\137\143\x75\163\164\x6f\x6d\137\x61\164\x74\162\x22\x20\x74\x79\x70\x65\x3d\x22\x73\x75\142\x6d\151\x74\x22\x20\156\141\x6d\x65\75\42\143\154\145\x61\162\137\160\x6f\x73\164\123\x4d\x53\120\x61\162\141\x6d\x5f\146\x69\145\154\144\x22\40\166\x61\154\x75\x65\75\x22\103\x6c\x65\141\162\40\x46\x69\145\x6c\144\163\x22\40\x73\x74\x79\x6c\x65\x3d\x22\155\141\162\x67\x69\156\x2d\x6c\145\146\x74\72\x35\x30\x70\x78\x3b\42\x3e\xd\xa\15\12\x3c\57\144\151\x76\76\xd\xa\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x20\40\74\x2f\x64\151\166\76\xd\xa\x3c\57\x66\157\x72\x6d\76\xd\12\xd\12\x3c\150\62\76\103\165\x73\x74\x6f\x6d\x20\107\141\x74\x65\167\x61\x79\40\123\115\123\x20\x43\157\x6e\x66\151\147\x75\162\141\164\x69\157\156\x3c\57\x68\62\x3e\15\12\x3c\146\x6f\x72\155\x20\x69\144\x3d\42\x63\x75\x73\x74\x6f\x6d\x47\x61\164\x65\x77\x61\171\42\40\x6d\145\164\x68\x6f\144\75\42\x70\157\163\x74\42\x20\x61\143\164\x69\157\156\x3d\42\42\x3e\xd\12\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40";
print_r($pe);
echo "\x20\40\40\40\x20\x20\x20\40\40\40\40\40\40\74\x74\x61\x62\154\x65\40\x73\164\x79\x6c\145\x3d\x22\x77\x69\144\164\150\x3a\x36\60\x25\x3b\x22\76\xd\12\xd\12\x20\x20\40\40\40\x20\x20\x20\40\40\40\40\74\164\x72\x3e\15\12\x9\x9\x9\x9\11\x9\x3c\x74\x64\40\163\x74\171\x6c\145\75\x22\x77\151\144\164\x68\72\62\x30\x30\x70\170\73\42\76\74\163\164\162\157\x6e\147\76\123\x4d\123\x20\115\x65\163\163\141\x67\x65\74\163\160\141\156\x20\x73\164\171\x6c\145\x3d\42\143\x6f\154\x6f\x72\72\x72\x65\x64\x3b\42\76\52\x3c\57\x73\160\x61\156\x3e\x3a\x3c\57\163\164\x72\x6f\156\x67\76\x3c\x2f\x74\144\76\15\12\x9\x9\x9\11\x9\x9\74\164\x64\76\74\x69\156\x70\x75\164\x20\x74\171\160\x65\75\42\x74\145\x78\164\x22\x20\156\141\155\145\75\x22\143\x75\163\x74\x6f\x6d\107\141\164\145\x77\141\x79\137\155\145\x73\x73\x61\147\x65\x5f\x53\x4d\x53\x63\157\x6e\x66\151\147\x75\x72\x61\x74\x69\x6f\156\x22\40\x73\164\x79\x6c\x65\x3d\x22\167\x69\144\x74\150\72\x20\61\60\60\45\73\42\x20\x76\141\x6c\165\145\75\x22";
print_r($Jw);
echo "\42\x20\160\x6c\141\143\x65\150\157\154\x64\145\x72\x3d\42\105\170\x61\x6d\x70\x6c\145\72\40\x44\145\141\x72\40\103\x75\163\x74\x6f\155\145\162\x2c\40\131\x6f\x75\x72\40\x6f\156\145\x20\x74\x69\155\145\x20\x70\x61\163\163\143\x6f\144\x65\40\151\x73\40\43\43\x4f\x54\120\43\x23\x2e\42\40\162\x65\161\165\x69\162\x65\x64\57\76\15\xa\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\74\x62\162\x3e\40\x3c\151\x3e\x59\157\165\40\156\145\145\144\40\164\x6f\40\x77\162\151\x74\x65\40\x23\x23\117\x54\120\x23\x23\x20\x77\150\x65\162\x65\40\171\x6f\x75\x20\167\151\x73\150\40\x74\157\x20\160\x6c\141\143\x65\x20\147\145\156\x65\x72\x61\x74\145\x64\x20\157\164\160\x20\151\x6e\x20\164\150\151\163\x20\164\145\155\160\154\141\x74\x65\56\x20\74\57\x69\x3e\xd\12\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\74\x2f\164\x64\x3e\xd\12\11\x9\11\x9\11\40\x20\74\x2f\x74\x72\76\15\12\x20\x20\40\40\40\40\40\40\x20\x20\40\40\74\x74\x72\76\15\12\x9\x9\11\11\x9\x9\74\x74\x64\40\x73\164\171\154\145\x3d\42\167\x69\144\164\x68\72\62\x30\x30\160\x78\x3b\42\76\74\163\x74\162\x6f\156\147\x3e\x4f\124\x50\40\114\x65\156\x67\x74\150\x3c\x73\160\x61\156\x20\163\x74\171\x6c\x65\75\42\x63\157\x6c\157\162\72\x72\145\144\73\42\76\52\74\x2f\x73\x70\141\156\x3e\72\x3c\x2f\x73\x74\x72\157\156\147\x3e\74\x2f\x74\144\76\15\xa\11\x9\x9\x9\11\x9\74\x74\x64\76\74\163\145\154\145\143\x74\40\x6e\141\155\x65\75\42\x63\165\163\164\157\x6d\107\141\164\145\167\141\x79\x5f\157\x74\160\114\x65\x6e\x67\x74\150\137\143\x6f\x6e\x66\x69\147\165\x72\x61\x74\x69\x6f\x6e\x22\x20\151\x64\x3d\x22\143\x75\163\164\x6f\x6d\107\141\164\145\167\x61\x79\137\157\x74\160\114\x65\x6e\147\164\150\137\143\157\x6e\146\x69\147\165\x72\141\x74\151\x6f\156\42\x3e\xd\xa\40\40\x20\40\40\40\40\x20\40\40\40\40\40\40\74\x6f\x70\164\x69\x6f\156\40\166\x61\154\x75\145\75\x22\x33\42\x20";
if (!($G3 == "\x33")) {
goto tq;
}
echo "\40\x73\x65\x6c\x65\143\x74\145\x64\x20";
tq:
echo "\76\63\x3c\57\x6f\160\x74\x69\x6f\156\x3e\xd\12\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x3c\x6f\160\164\x69\157\156\40\x76\x61\154\x75\x65\75\42\64\x22\40";
if (!($G3 == "\x34")) {
goto hP;
}
echo "\x20\x73\x65\x6c\x65\x63\164\145\144\x20";
hP:
echo "\x20\76\x34\74\x2f\x6f\x70\164\x69\157\x6e\76\xd\xa\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\74\x6f\160\x74\151\157\156\40\x76\x61\x6c\x75\x65\75\x22\x35\x22\x20";
if (!($G3 == "\65")) {
goto d3;
}
echo "\40\163\145\x6c\145\x63\164\x65\144\x20";
d3:
echo "\x20\x3e\x35\74\57\x6f\160\x74\x69\x6f\156\76\15\xa\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\40\74\x6f\160\x74\x69\x6f\x6e\40\x76\141\154\x75\x65\75\x22\x36\x22\x20";
if (!($G3 == "\x36")) {
goto lp;
}
echo "\40\x73\145\154\x65\x63\164\x65\x64\40";
lp:
echo "\40\76\x36\x3c\x2f\x6f\x70\164\151\157\156\76\15\xa\x20\40\40\x20\40\x20\40\x20\40\40\x20\40\40\x20\x3c\157\x70\x74\151\x6f\x6e\40\166\141\x6c\165\145\75\x22\x37\42\40";
if (!($G3 == "\x37")) {
goto x0;
}
echo "\40\x73\145\x6c\x65\143\x74\x65\x64\x20";
x0:
echo "\x20\76\67\74\x2f\x6f\160\x74\x69\157\x6e\76\xd\12\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\x3c\x6f\160\x74\151\x6f\x6e\x20\166\141\154\165\145\x3d\x22\x38\x22\x20";
if (!($G3 == "\70")) {
goto O4;
}
echo "\40\x73\145\154\x65\143\164\x65\x64\x20";
O4:
echo "\x20\x3e\x38\74\x2f\157\x70\164\151\x6f\x6e\76\xd\xa\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\x3c\57\x73\x65\154\145\143\x74\x3e\xd\12\x20\40\40\x20\x20\40\x20\40\x20\x20\40\40\x3c\57\x74\144\x3e\xd\xa\11\11\11\11\11\40\x20\74\57\164\x72\x3e\15\12\xd\xa\xd\xa\x20\40\40\40\40\40\40\x20\40\40\x20\40\74\x74\162\76\15\xa\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x3c\x74\x64\x3e\x3c\x2f\164\144\x3e\xd\xa\x20\40\x20\40\40\40\40\x20\x20\40\x20\40\74\x74\x64\76\40\15\xa\40\40\40\x20\40\x20\x20\x20\40\x20\40\40\74\x69\156\160\x75\164\x20\x74\171\x70\x65\75\42\x73\165\142\155\x69\x74\42\40\x6e\141\x6d\x65\x3d\x22\x63\x75\163\x74\157\x6d\x67\141\x74\145\167\x61\171\137\163\155\163\103\x6f\x6e\x66\x69\147\165\162\141\164\x69\x6f\x6e\42\x20\166\x61\x6c\x75\x65\75\x22\123\165\x62\155\151\164\42\x20\57\x3e\74\57\x74\x64\76\xd\12\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\x3c\57\164\162\x3e\15\12\x3c\x2f\x74\141\142\154\x65\x3e\xd\xa\x3c\57\146\157\162\155\76\15\xa\xd\xa\74\146\x6f\x72\x6d\x20\151\144\75\x22\x63\x75\x73\x74\x6f\x6d\x47\x61\164\x65\x77\141\171\x22\x20\155\145\x74\150\157\x64\x3d\42\160\x6f\163\164\x22\40\x61\x63\x74\x69\x6f\156\75\x22\x22\x3e\15\xa\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\40";
print_r($pe);
echo "\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\74\x68\62\x3e\124\145\163\x74\40\x53\x4d\x53\40\x47\141\164\145\x77\x61\x79\x20\x43\x6f\156\x66\x69\x67\x75\162\x61\x74\151\x6f\x6e\163\x3a\x3c\57\x68\x32\76\40\x20\40\40\x20\40\x20\40\x20\x20\40\40\xd\12\74\x74\x61\x62\154\145\40\x73\x74\171\154\145\x3d\x22\x77\151\144\164\x68\72\x36\60\45\73\42\x3e\xd\12\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\74\57\x74\x72\x3e\15\xa\40\40\40\x20\x20\x20\40\40\40\40\40\x20\74\x74\x72\76\15\12\11\x9\x9\11\11\x9\74\164\x64\x20\163\x74\171\x6c\x65\75\x22\167\x69\144\x74\150\72\62\x30\60\x70\x78\73\x22\76\74\163\164\x72\x6f\156\147\76\115\157\x62\x69\x6c\x65\x20\116\165\x6d\142\145\x72\x3c\x73\x70\141\x6e\40\x73\164\171\x6c\145\75\42\x63\x6f\154\x6f\162\72\x72\x65\144\x3b\x22\76\x2a\74\57\x73\x70\141\156\x3e\72\74\x2f\163\164\x72\x6f\156\147\76\74\x2f\164\144\x3e\15\xa\11\x9\11\x9\x9\x9\x3c\x74\144\x3e\74\x69\x6e\x70\165\164\40\x74\171\160\145\x3d\42\x74\145\170\x74\42\40\156\x61\x6d\x65\75\42\143\x75\163\164\157\155\137\147\x61\164\x65\167\x61\x79\x5f\164\145\163\x74\x5f\x6d\157\142\x69\x6c\x65\116\x75\155\x62\145\162\x22\40\163\x74\x79\x6c\145\75\x22\x77\151\144\x74\150\x3a\x20\61\60\60\x25\73\x22\x20\166\141\x6c\165\145\x3d\x22";
print_r($vO);
echo "\42\40\160\x6c\141\143\x65\x68\x6f\x6c\x64\145\x72\x3d\42\x45\156\x74\145\162\x20\x50\x68\x6f\x6e\145\x20\x6e\165\x6d\142\145\162\40\x77\x69\164\150\40\x27\x2b\47\x20\x73\151\147\x6e\40\x61\156\144\40\x63\157\165\x6e\164\162\171\40\x63\x6f\144\145\56\42\40\162\x65\161\x75\151\162\x65\144\57\x3e\15\xa\x20\40\40\40\x20\x20\x20\x20\40\40\x20\40\x3c\x2f\x74\x64\76\xd\xa\11\11\x9\11\11\40\x20\74\57\x74\x72\x3e\15\xa\x20\40\40\40\40\40\x20\x20\x20\40\40\40\x3c\x74\x72\76\15\12\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\74\164\144\x3e\x3c\57\x74\144\x3e\xd\12\40\40\40\x20\x20\40\x20\40\x20\x20\40\40\x3c\x74\144\76\40\15\12\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\x3c\151\156\160\x75\x74\40\164\x79\160\x65\x3d\42\163\165\x62\x6d\x69\x74\42\x20\156\x61\x6d\x65\75\x22\164\145\x73\164\137\x73\155\x73\x22\40\166\141\154\x75\145\x3d\42\x54\145\x73\164\40\123\115\x53\x22\x20\57\x3e\74\x2f\x74\x64\x3e\15\12\40\40\40\40\x20\x20\x20\40\x20\40\40\x20\74\57\x74\x72\x3e\xd\xa\74\57\x74\141\x62\x6c\x65\x3e\x3c\x2f\146\157\x72\x6d\76\15\xa\15\12\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\xd\xa\74\x73\143\x72\x69\x70\164\x3e\xd\xa\40\x20\146\x75\x6e\x63\x74\x69\157\156\40\143\165\x73\x74\157\155\x47\x61\164\x65\x77\x61\x79\x4d\x65\x74\x68\157\144\x28\51\40\173\xd\12\x20\x20\166\x61\x72\x20\x78\40\x3d\x20\144\x6f\x63\165\x6d\145\x6e\164\56\147\145\x74\x45\x6c\145\155\145\156\164\102\171\111\144\50\x22\143\x75\x73\164\157\155\x67\x61\164\x65\167\x61\x79\141\160\151\120\162\x6f\166\151\x64\x65\162\163\x6d\163\42\51\x2e\166\141\x6c\x75\x65\73\xd\12\40\x20\166\141\162\x20\x61\40\x3d\x20\x64\157\143\165\x6d\145\x6e\164\56\x67\145\164\105\x6c\x65\155\145\x6e\x74\x42\x79\x49\144\x28\42\x74\167\x69\154\x69\x6f\137\155\145\x74\x68\157\144\x22\51\73\xd\xa\40\40\x76\141\162\40\142\40\x3d\40\x64\x6f\143\165\x6d\145\x6e\164\56\x67\x65\x74\105\x6c\x65\x6d\145\156\x74\102\171\111\144\50\x22\147\145\x74\137\155\x65\x74\x68\x6f\144\x22\x29\73\xd\12\40\x20\x76\x61\162\40\143\x20\75\x20\144\157\x63\165\155\145\156\x74\56\147\145\x74\x45\x6c\145\x6d\145\156\164\x42\171\111\x64\50\42\160\x6f\163\x74\x5f\x6d\145\x74\x68\x6f\x64\x22\x29\73\15\12\15\12\40\40\x69\x66\x28\x78\x3d\75\47\x74\167\151\x6c\151\157\47\x29\x7b\15\12\x20\40\40\40\x61\56\163\164\x79\154\145\x2e\x64\x69\x73\160\x6c\x61\x79\x20\75\x20\42\x62\x6c\157\143\x6b\x22\73\15\12\x20\x20\x20\40\142\x2e\163\164\171\x6c\x65\x2e\144\x69\x73\160\154\141\171\x20\75\40\42\156\x6f\156\x65\42\73\15\xa\x20\x20\x20\40\x63\x2e\163\164\171\154\x65\56\x64\x69\x73\x70\x6c\x61\171\40\x3d\40\x22\156\157\156\x65\42\73\15\xa\x20\x20\x7d\xd\xa\40\40\x69\x66\x28\x78\75\x3d\x27\x67\145\x74\115\x65\164\x68\157\144\47\51\x7b\15\12\40\x20\40\x20\142\56\x73\x74\171\x6c\x65\x2e\144\x69\x73\x70\x6c\x61\x79\x20\x3d\x20\42\142\x6c\x6f\143\153\x22\x3b\15\xa\40\40\40\x20\x61\x2e\x73\x74\171\154\145\x2e\x64\x69\163\x70\x6c\x61\171\40\75\x20\42\156\x6f\x6e\145\x22\x3b\xd\xa\40\x20\x20\x20\x63\x2e\x73\x74\x79\x6c\x65\56\144\151\x73\160\x6c\141\x79\x20\75\40\42\x6e\157\156\x65\42\x3b\xd\xa\40\x20\x7d\15\xa\40\40\x69\146\50\x78\x3d\x3d\x27\160\x6f\163\x74\115\x65\164\x68\x6f\144\x27\x29\173\xd\12\40\x20\x20\x20\143\x2e\163\164\x79\x6c\145\x2e\144\x69\163\x70\154\x61\171\40\x3d\40\x22\142\x6c\157\143\153\x22\x3b\15\12\40\x20\x20\40\x61\x2e\163\x74\x79\x6c\145\x2e\144\151\x73\160\x6c\x61\171\x20\75\x20\x22\156\x6f\156\145\x22\73\15\xa\x20\40\40\40\142\56\x73\x74\x79\x6c\x65\x2e\x64\x69\x73\x70\x6c\x61\171\x20\75\40\x22\156\157\x6e\x65\42\73\xd\xa\40\x20\x7d\15\xa\175\15\12\15\xa\40\x20\x66\165\x6e\x63\x74\151\157\x6e\x20\141\144\144\x43\x75\163\164\157\155\101\164\164\x72\x69\142\x75\164\x65\50\51\173\xd\xa\15\xa\x20\x20\40\x20\x76\x61\162\40\x70\x61\162\x61\x6d\40\75\40\x6a\121\165\145\x72\171\50\42\43\160\x6f\163\x74\137\x70\141\162\x61\x6d\x65\x74\145\162\42\x29\56\166\141\x6c\50\x29\73\xd\12\x20\x20\40\40\x76\141\x72\x20\166\x61\x6c\x20\75\x20\x6a\x51\165\145\x72\171\50\x22\x23\x70\x6f\163\164\x5f\x76\x61\x6c\x75\145\x22\x29\x2e\x76\141\154\x28\51\x3b\15\12\40\40\40\x20\166\141\162\x20\x64\x69\166\40\x3d\40\x67\x65\156\x65\162\x61\164\x65\x28\160\x61\x72\x61\155\x2c\x76\x61\x6c\x29\xd\xa\x20\40\x20\x20\40\x6a\x51\165\145\x72\x79\x28\42\x23\163\165\142\155\x69\164\x5f\x63\165\163\164\x6f\x6d\x5f\x61\164\164\x72\42\51\x2e\x62\145\146\x6f\162\145\50\x64\x69\x76\x29\73\15\xa\40\40\x20\x20\x20\x6a\x51\165\x65\x72\x79\50\x22\43\160\157\163\x74\x5f\x70\141\162\x61\155\145\164\145\x72\42\x29\x2e\166\141\x6c\50\x22\42\x29\73\xd\12\x20\x20\x20\x20\x20\x6a\x51\165\145\162\x79\x28\x22\43\160\157\x73\x74\x5f\166\141\x6c\x75\145\42\x29\x2e\166\x61\154\50\42\42\51\73\15\12\15\xa\175\xd\xa\xd\xa\146\x75\x6e\x63\x74\x69\x6f\x6e\40\147\x65\x6e\145\x72\141\x74\x65\x28\160\141\x72\x61\155\x2c\x76\141\x6c\x29\x7b\xd\12\40\40\40\x20\x76\141\162\x20\141\x74\x74\x72\x69\x62\165\164\145\x44\151\x76\x20\x3d\40\40\152\121\165\145\x72\171\x28\42\74\144\x69\x76\x3e\42\54\173\42\x63\154\141\x73\163\x22\72\42\x67\x6d\55\x64\x69\x76\42\54\42\163\x74\171\x6c\x65\x22\72\x22\155\141\x72\147\x69\156\x2d\x74\x6f\160\72\61\x38\x70\170\42\x2c\42\151\x64\x22\x3a\x22\x44\151\x76\x22\x7d\51\x3b\15\12\x20\40\40\x20\x76\x61\x72\x20\x6c\x61\142\145\154\x46\157\162\101\164\x74\162\40\x3d\x20\x6a\x51\165\x65\x72\x79\50\x22\x3c\x73\x74\162\x6f\156\x67\76\42\x2c\173\x22\x63\x6c\x61\x73\x73\42\72\x22\146\157\x72\155\55\x63\157\x6e\x74\x72\157\154\40\x67\x6d\55\x69\156\x70\165\164\x22\54\x22\x73\x74\171\x6c\145\42\x3a\42\x6d\x61\162\x67\151\x6e\55\x6c\145\146\x74\72\60\x70\x78\x3b\x20\155\x61\x72\147\151\x6e\x2d\164\x6f\x70\x3a\70\x70\170\x3b\167\x69\144\x74\150\72\x31\70\x35\x70\170\x22\x2c\x22\164\x79\160\145\42\x3a\42\164\x65\170\x74\x22\x2c\40\42\160\154\x61\143\x65\x68\157\154\x64\145\x72\42\x3a\42\105\x6e\x74\x65\x72\40\x6e\141\x6d\x65\x20\157\146\x20\111\104\120\x20\141\164\164\x72\151\x62\x75\164\x65\x22\175\51\56\164\145\170\164\x28\x70\x61\x72\x61\x6d\51\x3b\15\xa\40\x20\x20\x20\x76\141\x72\40\151\156\x70\165\164\x41\164\164\x72\x20\x3d\40\152\x51\165\x65\x72\171\x28\x22\x3c\151\x6e\160\x75\x74\x3e\42\54\x7b\x22\x69\x64\x22\x3a\x70\141\x72\141\x6d\x2c\x22\x6e\141\155\x65\x22\x3a\x70\x61\x72\141\155\54\x22\x63\x6c\x61\x73\x73\x22\x3a\42\x66\157\x72\155\55\143\157\x6e\164\162\157\x6c\x20\x67\x6d\x2d\x69\156\x70\x75\x74\x22\54\42\163\164\x79\154\145\x22\x3a\42\x6d\141\x72\147\151\x6e\x2d\x6c\145\146\x74\72\62\x31\x32\x70\170\73\40\x6d\x61\162\147\x69\156\x2d\164\157\x70\72\x38\160\170\x3b\40\x70\x6f\163\151\164\x69\157\x6e\x3a\x61\x62\163\157\154\x75\x74\x65\x3b\40\x70\141\x64\144\151\156\147\x3a\67\160\x78\42\x2c\x22\164\171\160\145\x22\x3a\x22\164\x65\170\x74\x22\54\x20\x22\160\154\x61\143\145\150\x6f\154\144\145\162\42\x3a\x22\x45\x6e\164\x65\162\x20\156\x61\x6d\145\x20\157\146\40\x49\x44\120\40\141\x74\164\x72\151\x62\x75\x74\145\x22\54\42\x76\x61\154\x75\x65\42\72\x76\141\x6c\x7d\51\x3b\xd\xa\40\40\40\x20\141\164\164\162\151\x62\x75\x74\x65\x44\151\166\x2e\141\x70\160\x65\156\144\x28\x6c\141\142\145\x6c\106\157\x72\x41\164\x74\162\x29\x3b\xd\12\40\40\x20\x20\141\x74\x74\x72\151\142\165\164\x65\x44\x69\x76\56\x61\160\160\145\156\x64\x28\x69\x6e\160\x75\x74\x41\164\x74\162\x29\x3b\15\xa\xd\12\x20\40\40\40\162\145\x74\x75\162\x6e\x20\141\x74\164\x72\151\x62\x75\x74\x65\x44\x69\166\x3b\xd\xa\15\xa\x7d\xd\xa\xd\12\x66\165\156\x63\164\151\x6f\x6e\40\x64\x65\154\x65\164\x65\x43\x75\x73\164\x6f\x6d\x41\164\x74\162\x69\x62\x75\164\x65\x28\51\173\xd\xa\15\12\x20\40\40\x20\x20\x20\x20\x20\x6a\121\x75\x65\162\x79\x28\42\43\104\x69\x76\x22\x29\56\x72\x65\x6d\x6f\x76\x65\x28\x29\73\xd\12\xd\xa\x7d\xd\xa\xd\12\40\40\x3c\x2f\x73\143\x72\x69\160\x74\x3e\xd\12\x20\40\x20\40\x20\xd\12\15\12";
Function Calls
None |
Stats
MD5 | c5294e3aa4feabd2b0d9eb64c9ba1ee1 |
Eval Count | 0 |
Decode Time | 67 ms |