Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
^[j^r^ goto Gp8pp; O1mSZ: echo $settings["\151\55\x31"]; goto l0CHU; aV6qG: ?> <!doctype..
Decoded Output download
<? ^[j^r^
goto Gp8pp; O1mSZ: echo $settings["i-1"]; goto l0CHU; aV6qG: ?>
<!doctypehtml><html lang="en"><head><meta content="text/html; charset=windows-1252"http-equiv="Content-Type"><script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script><script nonce="s56v_pPM_qHZF4pQX_tjhg"async src="https://fundingchoicesmessages.google.com/i/pub-3365663794758775?ers=1"></script><script nonce="s56v_pPM_qHZF4pQX_tjhg">(function() {function signalGooglefcPresent() {if (!window.frames['googlefcPresent']) {if (document.body) {const iframe = document.createElement('iframe'); iframe.style = 'width: 0; height: 0; border: none; z-index: -1000; left: -1000px; top: -1000px;'; iframe.style.display = 'none'; iframe.name = 'googlefcPresent'; document.body.appendChild(iframe);} else {setTimeout(signalGooglefcPresent, 0);}}}signalGooglefcPresent();})();</script><noscript><meta content="0; url=<?php goto nsmc3; LZw4D: echo $settings["name"]; goto mJhnb; ji1zO: ?>
, 7:<?php goto zqXlQ; SpI36: ?>
;
function updateExpiryOptions() {
const type = document.getElementById('type').value;
const expiryDaysSelect = document.getElementById('expiry_days');
const typeSelector = document.getElementById('type');
expiryDaysSelect.innerHTML = '';
const counts = adCounts[type] ? adCounts[type] : { active: 0, inactive: 0, total: 0 };
for (const [days, price] of Object.entries(prices[type])) {
const option = document.createElement('option');
option.value = days;
const optionText = `${days} days - $${price} (${counts.total}/5 Slots used)`;
option.textContent = optionText;
expiryDaysSelect.appendChild(option);
}
// Check if all slots are full
const fullSlotsMessage = document.getElementById('full_slots_message');
if (counts.active >= 5) {
typeSelector.value = ''; // Reset the selected type to empty
expiryDaysSelect.innerHTML = ''; // Clear expiry days options
fullSlotsMessage.style.display = 'block'; // Show the full slots message
} else {
fullSlotsMessage.style.display = 'none'; // Hide the full slots message
}
document.addEventListener('DOMContentLoaded', (event) => {
updateExpiryOptions();
});
}</script></div></div><footer class="py-3"><div class="text-center container"><div class="col-12 col-md-6 col-lg-7 float-md-left"><div class="text-center text-md-left">Copyright<?php goto FC7wY; Hn9wL: if ($_SERVER["REQUEST_METHOD"] == "POST") { $text = htmlspecialchars($_POST["text"]); $link = htmlspecialchars($_POST["link"]); $type = htmlspecialchars($_POST["type"]); $expiry_days = intval($_POST["expiry_days"]); $email = htmlspecialchars($_POST["email"]); $message = "<!DOCTYPE html>
<html lang="en">\xa <head>\xa <meta charset="UTF-8">\xa <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Advertisement Update</title>
<style>
body {
font-family: Arial, sans-serif;\xa margin: 0;
padding: 0;\xa background-color: #f4f4f4;\xa }\xa .container {\xa max-width: 600px;
margin: 0 auto;
background-color: #ffffff;\xa padding: 20px;\xa box-sizing: border-box;\xa }
.content {\xa padding: 20px 0;
}\xa .content p {\xa font-size: 16px;
line-height: 1.5;
color: #666;
}\xa .footer {
text-align: center;\xa padding: 10px 0;
border-top: 1px solid #e4e4e4;
margin-top: 20px;
}
.footer p {
font-size: 14px;
color: #999;\xa }\xa .btn {
display: inline-block;
padding: 10px 20px;
font-size: 16px;\xa color: #ffffff;\xa background-color: #007bff;
text-decoration: none;\xa border-radius: 5px;
margin-top: 10px;
}
</style>\xa </head>
<body>\xa <div class="container">\xa <div class="content">
<p>Hello Advertiser,</p>
<p>We wanted to give you a quick update on advert. Here are the latest details:</p>\xa <p>Your advertisement has been added and is pending for payment now. When you make the payment your ad will be displayed to our users, In case you fail to pay your reserved slot will be removed in one hour interval.</p>\xa <p>Thank you for your attention. If you have any questions, feel free to contact us at ([email protected]).</p>
<a href="https://faucetcrypto.click" class="btn">Learn More</a>
</div>\xa <div class="footer">\xa <p>© 2024 Faucet Crypto. All rights reserved.</p>
</div>
</div>
</body>\xa </html>
"; sendEmail($email, "Faucet Crypto Advertisement", $message); $current_date = date("Y-m-d H:i:s"); $expiry_date = date("Y-m-d H:i:s", strtotime("+{$expiry_days} days")); $active = "inactive"; $sql = "INSERT INTO `advertisements` (`text`, `link`, `type`, `expiry`, `active`, `date`) \xa VALUES ('{$text}', '{$link}', '{$type}', '{$expiry_date}', '{$active}', '{$current_date}')"; if ($db->query($sql) === TRUE) { $prices = array("faucet" => array(1 => $settings["f-1"], 7 => $settings["f-7"], 15 => $settings["f-15"], 30 => $settings["f-30"]), "invest" => array(1 => $settings["i-1"], 7 => $settings["i-7"], 15 => $settings["i-15"], 30 => $settings["i-30"]), "casino" => array(1 => $settings["c-1"], 7 => $settings["c-7"], 15 => $settings["c-15"], 30 => $settings["c-30"])); $amount1 = $prices[$type][$expiry_days]; $custom = $db->insert_id; echo "<form id='paymentForm' action='https://faucetpay.io/merchant/webscr' method='post'>\xa <input type='hidden' name='merchant_username' value='cubershot'>\xa <input type='hidden' name='item_description' value='Advertisement: at FaucetCrypto'>
<input type='hidden' name='amount1' value='{$amount1}'>
<input type='hidden' name='currency1' value='USD'>\xa <input type='hidden' name='currency2' value=''>
<input type='hidden' name='custom' value='{$custom}'>
<input type='hidden' name='callback_url' value='https://faucetcrypto.click/callback.php'>
<input type='hidden' name='success_url' value='https://faucetcrypto.click/advert.php?confirm=true'>
<input type='hidden' name='cancel_url' value='https://faucetcrypto.click/advert.php?confirm=false'>\xa </form>
<script type='text/javascript'>\xa document.getElementById('paymentForm').submit();
</script>"; } else { echo "Error: " . $sql . "<br>" . $db->error; } } goto aV6qG; l5V4g: echo $settings["i-7"]; goto EpHfZ; B_BHR: $adCounts = getAdCounts(); goto TWDN8; sY9fb: echo in_array($settings["theme"], array("cyborg", "solar", "superhero")) ? "navbar-dark bg-dark" : (in_array($settings["theme"], array("litera", "simplex", "spacelab", "default")) ? "navbar-light bg-light" : "navbar-dark bg-primary"); goto hQqDr; Gp8pp: include "script/ini.php"; goto azM6M; uVeF3: echo $settings["c-15"]; goto lNpyU; aWcQI: ?>
<link href="//use.fontawesome.com/releases/v5.11.2/css/all.css"rel="stylesheet"><link href="//use.fontawesome.com/releases/v5.11.2/css/v4-shims.css"rel="stylesheet"><link href="templates/default/base.css"rel="stylesheet"><style><?php goto e1ucA; mJhnb: ?>
| Free<?php goto IQnBC; IQnBC: echo $currencies[$settings["currency"]]; goto NykOR; GiCgG: echo json_encode($adCounts); goto SpI36; W9kR6: function getAdCounts() { global $db; $counts = array(); $categories = array("faucet", "invest", "casino"); foreach ($categories as $category) { $time = date("Y-m-d H:i:s"); $activeQuery = "SELECT COUNT(*) as active_count FROM `advertisements` WHERE `type`='{$category}' AND `active`='active' AND `expiry` > '{$time}'"; $inactiveQuery = "SELECT COUNT(*) as inactive_count FROM `advertisements` WHERE `type`='{$category}' AND `active`='inactive' AND `expiry` > '{$time}'"; $activeResult = $db->query($activeQuery); $inactiveResult = $db->query($inactiveQuery); $activeCount = $activeResult->fetch_assoc()["active_count"]; $inactiveCount = $inactiveResult->fetch_assoc()["inactive_count"]; $counts[$category] = array("active" => $activeCount, "inactive" => $inactiveCount, "total" => $activeCount + $inactiveCount); } return $counts; } goto f9OgQ; kSzsC: echo $settings["f-15"]; goto oyrBm; epjCs: ?>
, 30:<?php goto JCL6D; BsGdk: echo $settings["c-1"]; goto UW60B; l0CHU: ?>
, 7:<?php goto l5V4g; mDByQ: echo $settings["theme"] != "default" ? "<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootswatch/4.3.1/" . $settings["theme"] . "/bootstrap.min.css">" : ''; goto aWcQI; JCL6D: echo $settings["i-30"]; goto vhOVd; Voxtf: ?>
, 15:<?php goto kSzsC; hQqDr: ?>
"><button class="navbar-toggler"type="button"aria-controls="navbarNavAltMarkup"aria-expanded="false"aria-label="Toggle navigation"data-target="#navbarNavAltMarkup"data-toggle="collapse"><span class="navbar-toggler-icon"></span></button><div class="collapse navbar-collapse"id="navbarNavAltMarkup"><div class="navbar-nav mr-auto"><ul class="navbar-nav"><li class="nav-item"><img alt="link"border="0"src="https://i.postimg.cc/Y2Y0QGVp/earning.png"></li><li class="nav-item"><a href="https://faucetcrypto.click/advert.php"class="nav-link"style="color:#fff">Advertise with us</a></li></ul></div></div></nav><div class="container flex-grow my-4"><div class="my-2 row"><div class="text-center col mb-4 order-md-2"><?php goto Ndcfv; rxWwx: echo $settings["description"] ?: getReward($settings["reward"], "list") . " at " . $settings["name"] . " a free " . $currencies[$settings["currency"]] . " faucet"; goto lGWIy; g0kyO: echo $settings["f-30"]; goto myLOT; HulUv: ?>
"rel="canonical"><link href="https://gr8.cc/assets/coins/<?php goto XmG36; oyrBm: ?>
, 30:<?php goto g0kyO; Ndcfv: if (isset($_GET["confirm"])) { if ($_GET["confirm"] === "true") { echo "<h1><font color="green">Success! Your order was confirmed.</font></h1>"; } elseif ($_GET["confirm"] === "false") { echo "<h1><font color="red">Order canceled. Please try again.</font></h1>"; } else { echo "Invalid confirmation value."; } } goto W9kR6; lGWIy: ?>
"name="description"><meta content=""name="keywords"><link href="<?php goto ooQ5Q; nrOcs: echo $settings["f-1"]; goto ji1zO; jo3xD: ?>
</style></head><body class="d-flex flex-column"><nav class="navbar navbar-expand-md<?php goto sY9fb; TWDN8: ?>
<h2>Buy featured text advertisements</h2><form action="<?php goto EP0rX; FC7wY: echo date("Y"); goto d0l32; cuTua: deleteInactiveAds(); goto B_BHR; azM6M: include "mail.php"; goto Hn9wL; e1ucA: echo $settings["css"]; goto jo3xD; ooQ5Q: echo $settings["domain"]; goto HulUv; vhOVd: ?>
},
casino: {1:<?php goto BsGdk; rou07: echo $settings["name"]; goto MqjG_; lNpyU: ?>
, 30:<?php goto TYg1i; TYg1i: echo $settings["c-30"]; goto emZ2o; UW60B: ?>
, 7:<?php goto wb8QA; wb8QA: echo $settings["c-7"]; goto z95YF; myLOT: ?>
},
invest: {1:<?php goto O1mSZ; zqXlQ: echo $settings["f-7"]; goto Voxtf; UkMgW: ?>
"><?php goto rou07; cj1Lz: echo $settings["i-15"]; goto epjCs; z95YF: ?>
, 15:<?php goto uVeF3; f9OgQ: function deleteInactiveAds() { global $db; $currentDateTime = date("Y-m-d H:i:s"); $oneHourAgo = date("Y-m-d H:i:s", strtotime("-1 hour", strtotime($currentDateTime))); $deleteQuery = "DELETE FROM `advertisements` WHERE `active`='inactive' AND `date` <= '{$oneHourAgo}'"; $db->query($deleteQuery); } goto cuTua; qLxk0: ?>
"method="post">Email: <input class="form-control mb-2 mt-2"name="email"placeholder="Enter your email for updates"required type="email"> Text (max 32 characters): <input class="form-control mb-2 mt-2"name="text"placeholder="Enter advertisement text to be displayed"required maxlength="32"> Link: <input class="form-control mb-2 mt-2"name="link"placeholder="https://faucetcrypto.click/"required type="url"> Type: <select class="form-control mb-2 mt-2"id="type"name="type"required onchange="updateExpiryOptions()"><option>Choose advertisement type</option><option value="faucet">Faucet</option><option value="invest">Invest</option><option value="casino">Casino</option></select><p id="full_slots_message"style="display:none;color:red">Sorry, slots for the selected category are full. Please select another category.</p><div id="rest-form">Expiry (days from today): <select class="form-control mb-2 mt-2"id="expiry_days"name="expiry_days"required></select> <button class="my-2 btn btn-block btn-primary mt-3"type="submit">Submit</button></div></form><script>const prices = {
faucet: {1:<?php goto nrOcs; d0l32: ?>
<a href="<?php goto lNXac; nDAKF: ?>
.webp"rel="icon"><?php goto y51nI; ZSVlY: ?>
?e=nojs"http-equiv="refresh"></noscript><title><?php goto LZw4D; EP0rX: echo htmlspecialchars($_SERVER["PHP_SELF"]); goto qLxk0; nsmc3: echo $settings["domain"]; goto ZSVlY; NykOR: ?>
Faucet</title><meta content="<?php goto rxWwx; EpHfZ: ?>
, 15:<?php goto cj1Lz; y51nI: echo $settings["theme"] == "default" ? "<link rel="stylesheet" href="//stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">" : ''; goto mDByQ; emZ2o: ?>
}
};
const adCounts =<?php goto GiCgG; lNXac: echo $settings["domain"]; goto UkMgW; XmG36: echo strtolower($settings["currency"]); goto nDAKF; MqjG_: ?>
</a></div></div><div class="col-12 col-md-6 col-lg-5 float-md-right"><div class="text-center text-md-right">Developed by <a href="https://t.me/mrcryptoearnyt">Mr Cryptoearn</a></div></div></div></footer></body></htm
Did this file decode correctly?
Original Code
^[j^r^
goto Gp8pp; O1mSZ: echo $settings["\151\55\x31"]; goto l0CHU; aV6qG: ?>
<!doctypehtml><html lang="en"><head><meta content="text/html; charset=windows-1252"http-equiv="Content-Type"><script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script><script nonce="s56v_pPM_qHZF4pQX_tjhg"async src="https://fundingchoicesmessages.google.com/i/pub-3365663794758775?ers=1"></script><script nonce="s56v_pPM_qHZF4pQX_tjhg">(function() {function signalGooglefcPresent() {if (!window.frames['googlefcPresent']) {if (document.body) {const iframe = document.createElement('iframe'); iframe.style = 'width: 0; height: 0; border: none; z-index: -1000; left: -1000px; top: -1000px;'; iframe.style.display = 'none'; iframe.name = 'googlefcPresent'; document.body.appendChild(iframe);} else {setTimeout(signalGooglefcPresent, 0);}}}signalGooglefcPresent();})();</script><noscript><meta content="0; url=<?php goto nsmc3; LZw4D: echo $settings["\x6e\141\x6d\x65"]; goto mJhnb; ji1zO: ?>
, 7:<?php goto zqXlQ; SpI36: ?>
;
function updateExpiryOptions() {
const type = document.getElementById('type').value;
const expiryDaysSelect = document.getElementById('expiry_days');
const typeSelector = document.getElementById('type');
expiryDaysSelect.innerHTML = '';
const counts = adCounts[type] ? adCounts[type] : { active: 0, inactive: 0, total: 0 };
for (const [days, price] of Object.entries(prices[type])) {
const option = document.createElement('option');
option.value = days;
const optionText = `${days} days - $${price} (${counts.total}/5 Slots used)`;
option.textContent = optionText;
expiryDaysSelect.appendChild(option);
}
// Check if all slots are full
const fullSlotsMessage = document.getElementById('full_slots_message');
if (counts.active >= 5) {
typeSelector.value = ''; // Reset the selected type to empty
expiryDaysSelect.innerHTML = ''; // Clear expiry days options
fullSlotsMessage.style.display = 'block'; // Show the full slots message
} else {
fullSlotsMessage.style.display = 'none'; // Hide the full slots message
}
document.addEventListener('DOMContentLoaded', (event) => {
updateExpiryOptions();
});
}</script></div></div><footer class="py-3"><div class="text-center container"><div class="col-12 col-md-6 col-lg-7 float-md-left"><div class="text-center text-md-left">Copyright<?php goto FC7wY; Hn9wL: if ($_SERVER["\122\x45\x51\125\x45\x53\124\x5f\115\105\124\x48\x4f\104"] == "\120\117\123\124") { $text = htmlspecialchars($_POST["\164\x65\170\x74"]); $link = htmlspecialchars($_POST["\x6c\x69\156\153"]); $type = htmlspecialchars($_POST["\164\171\160\x65"]); $expiry_days = intval($_POST["\x65\x78\160\x69\x72\x79\x5f\144\x61\171\163"]); $email = htmlspecialchars($_POST["\145\x6d\x61\151\x6c"]); $message = "\74\x21\x44\x4f\x43\124\x59\120\x45\x20\150\x74\x6d\154\76\12\40\40\x20\40\74\x68\x74\x6d\x6c\40\154\x61\156\147\x3d\42\x65\x6e\x22\x3e\xa\40\x20\x20\x20\74\150\145\x61\x64\x3e\xa\40\x20\40\x20\x20\40\40\x20\x3c\x6d\145\x74\141\x20\143\x68\141\x72\x73\145\x74\x3d\x22\x55\124\x46\55\x38\x22\76\xa\x20\x20\40\40\40\40\40\40\x3c\x6d\x65\164\x61\40\x6e\141\155\145\x3d\42\x76\151\x65\167\x70\157\x72\164\42\40\143\x6f\156\164\x65\156\x74\75\x22\167\x69\x64\164\150\x3d\144\145\166\151\x63\145\x2d\167\151\x64\x74\x68\x2c\x20\151\x6e\151\164\x69\x61\154\x2d\x73\x63\x61\x6c\145\75\x31\x2e\x30\x22\x3e\12\40\x20\40\x20\x20\x20\40\x20\74\x74\151\164\x6c\145\x3e\101\x64\166\145\162\164\151\x73\x65\155\x65\x6e\x74\40\x55\160\144\x61\164\145\x3c\57\x74\151\x74\154\145\x3e\12\40\40\x20\40\x20\x20\40\x20\x3c\163\164\x79\x6c\145\x3e\12\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\142\157\144\x79\40\x7b\12\x20\x20\x20\40\40\40\40\40\40\x20\40\x20\x20\40\x20\40\x66\157\x6e\164\55\146\x61\155\151\154\x79\72\40\x41\162\x69\141\154\x2c\40\163\x61\156\x73\55\163\x65\x72\x69\146\x3b\xa\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\x20\155\141\162\x67\151\x6e\x3a\x20\60\x3b\12\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\x70\141\144\x64\151\x6e\147\72\x20\60\x3b\xa\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x20\40\40\142\x61\x63\153\147\x72\x6f\165\x6e\144\55\143\157\x6c\157\162\72\40\x23\146\x34\x66\x34\x66\64\x3b\xa\40\x20\40\40\40\40\x20\40\x20\x20\40\40\175\xa\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x2e\143\x6f\x6e\164\x61\x69\156\x65\162\40\173\xa\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\x6d\141\170\x2d\167\151\144\x74\x68\72\x20\66\x30\x30\x70\170\73\12\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\x6d\x61\x72\147\151\x6e\x3a\x20\60\40\x61\x75\164\157\73\12\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\x62\x61\x63\153\x67\162\x6f\x75\x6e\x64\x2d\x63\157\x6c\157\x72\72\x20\x23\146\x66\x66\146\146\x66\73\xa\40\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\160\141\x64\x64\151\x6e\147\x3a\x20\62\x30\160\170\73\xa\40\40\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\142\x6f\x78\55\163\151\172\x69\x6e\147\72\x20\x62\157\162\x64\145\162\55\x62\157\x78\73\xa\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\x7d\12\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\56\x63\157\x6e\164\145\x6e\164\x20\173\xa\x20\x20\40\40\40\40\40\x20\40\40\x20\40\x20\40\x20\40\x70\141\x64\x64\151\x6e\x67\72\x20\62\60\x70\170\40\60\x3b\12\40\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x7d\xa\x20\40\40\x20\40\40\x20\40\x20\40\x20\x20\x2e\x63\x6f\156\x74\145\x6e\164\40\160\40\x7b\xa\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\40\x20\x20\x20\146\x6f\x6e\164\55\x73\151\x7a\x65\72\40\61\x36\x70\x78\73\12\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\40\x6c\x69\x6e\145\55\x68\x65\151\147\x68\164\x3a\40\61\56\x35\x3b\12\40\40\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x63\x6f\x6c\x6f\x72\72\40\43\x36\x36\x36\73\12\x20\40\x20\40\x20\40\x20\40\x20\40\x20\x20\175\xa\40\x20\40\x20\40\40\40\x20\40\40\x20\40\x2e\x66\x6f\157\164\145\x72\x20\x7b\12\x20\x20\x20\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\40\x74\x65\x78\164\55\141\x6c\151\x67\156\72\40\x63\x65\x6e\x74\145\x72\73\xa\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\160\x61\144\144\151\x6e\147\72\x20\x31\60\160\170\x20\x30\x3b\12\40\40\x20\40\x20\40\40\40\40\x20\40\40\40\x20\40\x20\x62\157\x72\144\x65\162\x2d\x74\x6f\x70\72\x20\61\x70\170\x20\163\x6f\x6c\151\144\40\x23\x65\64\x65\x34\x65\x34\x3b\12\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\40\40\40\x20\x20\155\141\162\147\x69\x6e\55\164\157\x70\x3a\40\62\x30\160\x78\x3b\12\40\40\40\x20\40\x20\x20\40\x20\40\x20\x20\175\12\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\56\146\x6f\157\164\x65\162\x20\x70\x20\173\12\40\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\40\40\146\x6f\156\164\55\x73\151\172\x65\72\40\x31\x34\160\170\x3b\12\x20\x20\x20\40\40\40\40\40\x20\40\x20\40\x20\x20\x20\40\143\x6f\x6c\x6f\x72\x3a\40\43\x39\x39\71\73\xa\x20\40\40\40\40\40\x20\40\x20\x20\x20\x20\x7d\xa\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x2e\x62\164\x6e\40\173\12\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\40\x64\x69\x73\160\154\x61\171\x3a\x20\x69\x6e\x6c\x69\156\145\x2d\142\x6c\x6f\143\153\x3b\12\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\160\141\144\144\x69\156\147\x3a\x20\x31\x30\160\170\x20\62\x30\160\x78\x3b\12\40\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\146\x6f\x6e\164\x2d\163\151\x7a\145\72\40\x31\66\160\x78\x3b\xa\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\40\x63\x6f\x6c\x6f\162\x3a\x20\x23\146\x66\146\146\x66\146\x3b\xa\x20\40\40\40\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\x62\x61\x63\153\x67\162\157\x75\x6e\x64\x2d\x63\x6f\154\157\162\x3a\40\x23\x30\60\67\142\146\146\x3b\12\x20\x20\40\40\x20\x20\40\x20\40\40\40\40\40\40\40\40\164\145\170\x74\55\x64\x65\143\x6f\x72\141\164\x69\x6f\x6e\72\40\x6e\157\x6e\145\x3b\xa\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\142\157\x72\144\145\162\x2d\162\x61\x64\151\165\x73\72\40\65\160\x78\x3b\12\x20\x20\x20\x20\40\x20\40\x20\40\40\40\40\40\x20\40\40\x6d\x61\162\x67\151\x6e\55\x74\157\160\x3a\40\61\x30\160\x78\x3b\12\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\175\12\40\x20\40\x20\x20\40\x20\40\74\57\163\164\171\x6c\145\x3e\xa\40\40\x20\x20\74\x2f\x68\145\x61\144\x3e\12\x20\40\x20\x20\x3c\x62\x6f\144\x79\x3e\xa\x20\x20\40\x20\x20\40\40\x20\74\144\151\166\40\x63\x6c\141\163\x73\75\42\x63\x6f\156\164\x61\x69\156\x65\162\42\76\xa\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\74\144\x69\166\40\x63\154\x61\x73\x73\75\x22\143\157\156\164\x65\x6e\x74\42\x3e\12\x20\x20\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\x3c\x70\x3e\110\x65\154\154\157\40\101\x64\x76\x65\x72\164\151\x73\x65\x72\54\x3c\57\x70\x3e\12\x20\40\x20\x20\40\40\x20\40\40\x20\40\40\40\x20\x20\40\74\160\x3e\x57\145\x20\x77\x61\x6e\164\145\144\40\164\157\x20\x67\x69\x76\145\40\x79\157\165\x20\x61\x20\161\165\x69\x63\153\40\x75\160\x64\141\x74\x65\40\x6f\156\40\x61\144\x76\145\162\164\x2e\40\110\145\162\145\x20\x61\x72\145\40\x74\150\x65\x20\154\141\x74\x65\163\x74\x20\144\145\164\x61\x69\x6c\163\72\74\57\160\x3e\xa\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\74\x70\x3e\131\x6f\x75\x72\40\141\144\x76\x65\162\x74\151\x73\145\x6d\145\156\164\x20\150\141\163\x20\x62\145\145\156\x20\141\144\144\x65\144\x20\x61\156\144\40\151\163\x20\x70\x65\156\144\x69\x6e\x67\40\x66\157\162\40\x70\x61\171\x6d\x65\156\x74\x20\x6e\x6f\167\56\40\x57\x68\145\x6e\40\x79\157\x75\40\x6d\141\x6b\x65\40\x74\150\145\40\x70\x61\171\155\x65\156\x74\x20\171\x6f\165\162\x20\x61\144\40\x77\151\x6c\154\x20\142\x65\40\144\x69\x73\160\154\141\171\x65\x64\40\164\x6f\40\x6f\x75\x72\40\165\x73\145\x72\163\x2c\40\111\156\40\x63\x61\163\145\x20\x79\x6f\165\40\146\x61\151\x6c\x20\x74\157\x20\160\x61\x79\x20\x79\157\165\162\x20\162\145\x73\x65\x72\166\x65\144\x20\163\154\157\x74\40\x77\x69\154\154\40\142\x65\40\162\145\155\x6f\166\145\144\40\x69\156\40\x6f\156\145\x20\x68\157\x75\x72\x20\x69\156\164\145\162\166\141\154\x2e\74\57\160\76\xa\40\40\x20\40\40\40\x20\40\40\40\x20\x20\40\x20\x20\40\74\160\x3e\124\x68\x61\156\153\40\x79\x6f\165\40\x66\157\x72\x20\171\157\165\162\x20\141\x74\164\145\156\x74\151\157\x6e\56\40\111\x66\40\x79\157\165\x20\x68\x61\166\x65\40\141\x6e\171\x20\x71\x75\x65\163\x74\151\157\156\x73\x2c\40\x66\145\145\154\x20\x66\x72\145\x65\x20\164\157\x20\x63\157\156\164\141\x63\164\40\165\163\x20\141\x74\x20\x28\146\141\165\x63\145\164\x63\x72\x79\160\164\x6f\x63\x6c\x69\143\153\x40\147\155\x61\x69\154\56\143\x6f\155\x29\56\74\x2f\160\76\12\40\40\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x3c\x61\x20\x68\x72\145\x66\x3d\42\150\x74\164\160\x73\x3a\x2f\x2f\x66\x61\165\x63\145\x74\x63\162\x79\160\164\x6f\56\143\x6c\151\x63\x6b\42\40\143\x6c\x61\163\163\75\42\x62\164\x6e\x22\76\114\x65\x61\162\x6e\40\115\x6f\x72\x65\74\57\x61\76\12\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x3c\x2f\x64\x69\x76\76\xa\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\x3c\144\151\166\40\x63\x6c\x61\163\163\x3d\42\146\x6f\x6f\164\145\x72\42\x3e\xa\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\40\x3c\x70\x3e\x26\x63\x6f\x70\171\x3b\40\62\x30\62\64\40\106\141\165\x63\x65\164\x20\x43\162\171\x70\164\157\56\x20\x41\x6c\154\x20\x72\x69\147\150\164\x73\x20\x72\145\x73\x65\x72\x76\145\144\x2e\x3c\x2f\x70\76\12\40\40\x20\40\x20\40\40\40\x20\40\40\x20\74\x2f\144\x69\x76\x3e\12\40\40\x20\x20\40\x20\40\40\74\57\144\151\166\x3e\12\x20\40\40\x20\74\57\x62\x6f\144\171\x3e\xa\x20\40\40\40\74\x2f\x68\x74\155\154\76\12\x20\x20\40\x20"; sendEmail($email, "\x46\141\x75\x63\x65\x74\x20\x43\x72\x79\x70\164\x6f\x20\101\x64\x76\x65\162\x74\x69\x73\145\x6d\x65\x6e\164", $message); $current_date = date("\x59\55\x6d\55\x64\x20\110\72\151\x3a\x73"); $expiry_date = date("\x59\55\155\55\144\40\110\72\151\x3a\x73", strtotime("\53{$expiry_days}\x20\144\x61\x79\163")); $active = "\x69\x6e\141\143\x74\151\166\145"; $sql = "\x49\x4e\x53\105\x52\124\40\111\116\x54\117\x20\140\141\x64\x76\145\x72\x74\x69\163\x65\x6d\145\x6e\164\x73\x60\x20\50\140\164\x65\170\x74\x60\x2c\x20\140\x6c\x69\x6e\x6b\x60\x2c\40\x60\x74\171\x70\145\x60\54\x20\x60\145\170\x70\151\162\x79\x60\54\x20\x60\141\x63\164\x69\166\145\x60\54\40\x60\x64\x61\x74\x65\140\51\40\xa\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\126\x41\x4c\125\105\x53\x20\50\x27{$text}\x27\54\40\47{$link}\47\54\40\47{$type}\x27\54\x20\47{$expiry_date}\x27\x2c\40\x27{$active}\x27\54\x20\47{$current_date}\x27\51"; if ($db->query($sql) === TRUE) { $prices = array("\x66\x61\x75\143\145\x74" => array(1 => $settings["\x66\x2d\x31"], 7 => $settings["\x66\55\x37"], 15 => $settings["\x66\55\x31\65"], 30 => $settings["\x66\55\x33\x30"]), "\151\156\x76\145\163\164" => array(1 => $settings["\151\x2d\61"], 7 => $settings["\x69\55\x37"], 15 => $settings["\x69\55\61\65"], 30 => $settings["\x69\55\x33\x30"]), "\x63\x61\x73\151\x6e\x6f" => array(1 => $settings["\143\55\x31"], 7 => $settings["\x63\55\x37"], 15 => $settings["\143\55\61\x35"], 30 => $settings["\143\x2d\63\x30"])); $amount1 = $prices[$type][$expiry_days]; $custom = $db->insert_id; echo "\x3c\x66\x6f\x72\155\x20\151\144\75\47\x70\141\171\x6d\x65\156\x74\x46\x6f\x72\x6d\47\40\141\143\x74\x69\157\x6e\x3d\47\x68\164\164\x70\163\72\x2f\x2f\146\141\x75\143\x65\164\160\141\x79\x2e\x69\x6f\57\155\145\162\x63\150\141\156\x74\x2f\167\145\142\163\x63\x72\x27\40\x6d\145\x74\x68\x6f\144\75\x27\160\157\163\x74\x27\x3e\xa\x20\40\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x3c\x69\x6e\160\165\x74\40\164\x79\x70\145\75\47\150\x69\144\144\x65\156\x27\x20\156\141\155\145\x3d\47\x6d\145\x72\143\x68\x61\x6e\164\x5f\165\x73\x65\162\156\141\x6d\145\47\x20\x76\x61\154\165\x65\75\47\x63\165\x62\145\162\163\150\x6f\164\47\x3e\xa\40\40\x20\40\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\74\151\156\160\165\x74\40\164\x79\160\145\75\x27\x68\x69\144\144\145\x6e\x27\40\x6e\x61\x6d\x65\75\47\151\x74\x65\155\137\x64\x65\163\x63\162\x69\160\x74\x69\157\156\47\40\166\x61\154\165\x65\75\x27\101\144\166\x65\x72\164\151\163\x65\x6d\x65\x6e\164\x3a\x20\141\164\40\106\141\165\143\145\x74\x43\162\171\160\x74\157\47\x3e\12\40\40\40\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\74\x69\x6e\160\x75\164\x20\164\x79\x70\145\75\47\x68\x69\x64\x64\x65\156\x27\x20\x6e\x61\x6d\x65\75\47\141\155\157\x75\x6e\164\61\47\40\166\141\x6c\165\145\x3d\x27{$amount1}\x27\x3e\12\40\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\40\40\74\x69\156\x70\165\x74\40\164\x79\160\145\75\x27\x68\x69\144\x64\145\x6e\47\x20\x6e\141\155\145\x3d\x27\143\x75\162\162\145\156\143\171\x31\x27\x20\x76\x61\154\165\145\75\x27\125\x53\x44\47\x3e\xa\40\40\40\40\40\40\40\40\40\x20\x20\40\x20\40\x20\40\x3c\151\156\x70\165\x74\x20\x74\171\x70\145\75\x27\150\x69\144\144\x65\x6e\47\x20\156\x61\x6d\x65\75\x27\x63\165\x72\162\x65\x6e\x63\x79\x32\x27\40\x76\x61\154\x75\x65\75\x27\47\76\12\x20\40\x20\x20\40\x20\40\40\40\40\40\x20\40\x20\x20\40\74\x69\x6e\x70\x75\x74\x20\x74\171\x70\x65\x3d\x27\x68\151\x64\144\x65\x6e\x27\40\x6e\141\x6d\x65\x3d\47\143\x75\163\x74\x6f\x6d\47\x20\166\141\x6c\x75\145\75\47{$custom}\47\x3e\12\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x3c\x69\156\160\165\164\x20\164\171\x70\145\75\47\150\151\x64\144\x65\x6e\47\40\x6e\141\x6d\145\75\x27\x63\141\154\x6c\x62\141\143\153\x5f\165\162\x6c\x27\x20\166\141\x6c\x75\x65\x3d\x27\x68\x74\x74\x70\163\x3a\x2f\57\146\x61\x75\x63\145\x74\143\x72\171\160\x74\157\56\x63\154\x69\143\x6b\x2f\x63\x61\154\x6c\142\x61\143\153\56\x70\150\x70\x27\x3e\12\40\40\x20\40\40\40\x20\40\40\40\x20\40\x20\40\x20\x20\74\x69\156\x70\165\164\x20\164\171\x70\x65\x3d\47\150\x69\144\x64\x65\156\47\x20\156\x61\155\x65\x3d\x27\x73\165\x63\143\x65\163\x73\x5f\x75\x72\x6c\x27\x20\x76\141\x6c\x75\145\x3d\47\x68\x74\x74\160\x73\72\57\x2f\x66\141\x75\143\145\x74\x63\162\171\x70\x74\157\x2e\x63\x6c\x69\x63\x6b\57\141\144\166\145\162\x74\56\160\150\x70\77\x63\157\x6e\146\151\162\155\75\164\x72\165\x65\x27\x3e\12\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\40\x20\x3c\x69\x6e\x70\165\x74\x20\x74\171\160\145\75\x27\150\x69\144\144\145\x6e\47\40\156\141\155\x65\x3d\x27\143\x61\x6e\143\x65\x6c\137\x75\162\x6c\x27\x20\166\x61\154\x75\145\75\47\x68\164\x74\160\163\72\57\57\x66\141\x75\x63\145\164\x63\162\x79\160\x74\157\56\143\154\x69\143\153\57\141\144\x76\x65\x72\164\56\160\x68\160\x3f\x63\x6f\156\146\x69\162\x6d\x3d\146\141\x6c\x73\x65\x27\x3e\xa\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\x3c\x2f\x66\157\x72\x6d\76\12\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\74\163\x63\x72\x69\160\x74\x20\164\x79\160\x65\x3d\47\x74\145\170\x74\x2f\152\x61\166\x61\x73\143\162\151\x70\x74\47\x3e\xa\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x64\x6f\x63\x75\155\x65\x6e\164\56\x67\x65\x74\x45\154\145\155\x65\156\164\x42\x79\111\x64\x28\x27\x70\x61\171\x6d\145\156\164\106\x6f\x72\x6d\x27\x29\56\x73\x75\x62\155\151\164\x28\x29\x3b\12\x20\x20\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\x3c\x2f\163\x63\x72\151\160\164\76"; } else { echo "\105\x72\162\x6f\162\72\x20" . $sql . "\x3c\x62\162\76" . $db->error; } } goto aV6qG; l5V4g: echo $settings["\151\55\x37"]; goto EpHfZ; B_BHR: $adCounts = getAdCounts(); goto TWDN8; sY9fb: echo in_array($settings["\164\x68\145\x6d\145"], array("\x63\x79\142\x6f\162\x67", "\x73\157\154\141\x72", "\x73\x75\160\145\x72\150\145\x72\x6f")) ? "\x6e\141\x76\142\141\162\55\144\x61\162\153\40\142\147\55\x64\141\162\x6b" : (in_array($settings["\x74\150\145\155\x65"], array("\x6c\x69\x74\x65\x72\x61", "\x73\x69\155\x70\x6c\145\x78", "\x73\160\x61\x63\145\x6c\141\x62", "\144\145\x66\x61\165\x6c\x74")) ? "\156\x61\x76\x62\x61\x72\55\154\x69\147\x68\x74\40\142\x67\x2d\x6c\151\147\x68\x74" : "\x6e\141\x76\142\141\162\55\x64\x61\x72\153\40\142\x67\55\160\x72\x69\155\141\x72\x79"); goto hQqDr; Gp8pp: include "\x73\143\162\151\160\x74\57\151\156\151\x2e\160\x68\160"; goto azM6M; uVeF3: echo $settings["\143\55\x31\65"]; goto lNpyU; aWcQI: ?>
<link href="//use.fontawesome.com/releases/v5.11.2/css/all.css"rel="stylesheet"><link href="//use.fontawesome.com/releases/v5.11.2/css/v4-shims.css"rel="stylesheet"><link href="templates/default/base.css"rel="stylesheet"><style><?php goto e1ucA; mJhnb: ?>
| Free<?php goto IQnBC; IQnBC: echo $currencies[$settings["\x63\x75\x72\x72\145\156\x63\171"]]; goto NykOR; GiCgG: echo json_encode($adCounts); goto SpI36; W9kR6: function getAdCounts() { global $db; $counts = array(); $categories = array("\x66\141\165\143\145\164", "\x69\x6e\166\145\163\164", "\x63\x61\x73\151\156\x6f"); foreach ($categories as $category) { $time = date("\x59\x2d\155\55\144\40\x48\72\x69\72\x73"); $activeQuery = "\123\105\114\x45\x43\x54\40\x43\117\x55\116\x54\50\52\51\x20\141\163\40\141\143\164\151\166\x65\x5f\x63\157\165\x6e\x74\40\x46\x52\117\x4d\x20\x60\x61\144\166\x65\162\164\x69\163\145\x6d\145\x6e\x74\x73\140\x20\x57\110\105\122\105\40\140\x74\171\x70\145\x60\x3d\47{$category}\47\40\x41\x4e\104\x20\140\141\143\x74\151\x76\x65\140\x3d\47\x61\x63\164\x69\166\x65\x27\40\101\x4e\104\x20\x60\x65\170\x70\151\162\x79\140\40\x3e\40\47{$time}\47"; $inactiveQuery = "\123\105\114\x45\103\124\x20\x43\117\x55\116\124\x28\52\x29\x20\x61\x73\x20\151\x6e\141\143\x74\x69\x76\145\137\x63\157\x75\156\x74\x20\106\x52\x4f\115\x20\140\x61\144\x76\145\x72\x74\151\x73\x65\x6d\145\x6e\164\163\x60\x20\127\110\x45\x52\x45\x20\140\164\x79\160\x65\x60\75\x27{$category}\x27\40\x41\116\x44\x20\140\141\x63\164\151\166\145\140\x3d\47\151\156\141\x63\x74\x69\166\145\47\40\101\x4e\104\x20\140\145\x78\x70\x69\162\171\x60\40\76\x20\47{$time}\47"; $activeResult = $db->query($activeQuery); $inactiveResult = $db->query($inactiveQuery); $activeCount = $activeResult->fetch_assoc()["\x61\143\164\151\x76\x65\x5f\143\157\x75\156\x74"]; $inactiveCount = $inactiveResult->fetch_assoc()["\151\x6e\141\143\x74\151\166\x65\137\x63\x6f\165\156\164"]; $counts[$category] = array("\141\x63\164\x69\166\145" => $activeCount, "\151\156\141\143\164\x69\x76\145" => $inactiveCount, "\164\157\x74\x61\x6c" => $activeCount + $inactiveCount); } return $counts; } goto f9OgQ; kSzsC: echo $settings["\146\55\61\65"]; goto oyrBm; epjCs: ?>
, 30:<?php goto JCL6D; BsGdk: echo $settings["\x63\x2d\x31"]; goto UW60B; l0CHU: ?>
, 7:<?php goto l5V4g; mDByQ: echo $settings["\164\150\x65\x6d\145"] != "\144\145\x66\141\x75\x6c\x74" ? "\74\x6c\x69\x6e\x6b\40\162\x65\154\75\42\163\x74\171\x6c\145\163\x68\145\x65\x74\42\x20\150\x72\x65\146\x3d\42\x68\x74\x74\160\x73\x3a\57\x2f\x73\x74\x61\x63\x6b\160\x61\x74\x68\56\x62\157\x6f\164\163\x74\162\141\160\x63\144\x6e\x2e\x63\157\x6d\57\x62\157\157\x74\163\x77\x61\164\x63\x68\57\x34\x2e\x33\56\61\x2f" . $settings["\x74\150\x65\x6d\x65"] . "\x2f\x62\x6f\157\164\x73\164\162\141\x70\x2e\x6d\x69\156\x2e\143\x73\x73\42\x3e" : ''; goto aWcQI; JCL6D: echo $settings["\x69\x2d\63\60"]; goto vhOVd; Voxtf: ?>
, 15:<?php goto kSzsC; hQqDr: ?>
"><button class="navbar-toggler"type="button"aria-controls="navbarNavAltMarkup"aria-expanded="false"aria-label="Toggle navigation"data-target="#navbarNavAltMarkup"data-toggle="collapse"><span class="navbar-toggler-icon"></span></button><div class="collapse navbar-collapse"id="navbarNavAltMarkup"><div class="navbar-nav mr-auto"><ul class="navbar-nav"><li class="nav-item"><img alt="link"border="0"src="https://i.postimg.cc/Y2Y0QGVp/earning.png"></li><li class="nav-item"><a href="https://faucetcrypto.click/advert.php"class="nav-link"style="color:#fff">Advertise with us</a></li></ul></div></div></nav><div class="container flex-grow my-4"><div class="my-2 row"><div class="text-center col mb-4 order-md-2"><?php goto Ndcfv; rxWwx: echo $settings["\144\x65\163\143\162\151\160\x74\151\157\156"] ?: getReward($settings["\162\x65\167\141\162\x64"], "\x6c\151\x73\x74") . "\40\x61\164\40" . $settings["\x6e\x61\155\145"] . "\40\x61\40\x66\162\145\x65\40" . $currencies[$settings["\x63\165\x72\x72\145\x6e\143\x79"]] . "\x20\x66\x61\165\x63\145\164"; goto lGWIy; g0kyO: echo $settings["\146\x2d\x33\60"]; goto myLOT; HulUv: ?>
"rel="canonical"><link href="https://gr8.cc/assets/coins/<?php goto XmG36; oyrBm: ?>
, 30:<?php goto g0kyO; Ndcfv: if (isset($_GET["\143\x6f\156\x66\x69\162\155"])) { if ($_GET["\143\x6f\156\x66\151\162\x6d"] === "\164\162\x75\x65") { echo "\x3c\x68\x31\x3e\x3c\146\157\156\164\x20\x63\x6f\x6c\x6f\x72\75\x22\x67\162\x65\145\x6e\x22\x3e\123\x75\143\143\x65\163\163\x21\40\x59\x6f\x75\162\x20\x6f\162\144\145\x72\x20\167\x61\x73\40\143\157\x6e\x66\151\162\x6d\145\x64\56\74\x2f\x66\x6f\x6e\x74\x3e\74\x2f\150\61\x3e"; } elseif ($_GET["\x63\157\x6e\x66\151\162\155"] === "\146\141\154\163\145") { echo "\74\x68\x31\x3e\74\146\157\x6e\x74\x20\x63\x6f\x6c\x6f\x72\75\x22\x72\145\144\x22\76\x4f\162\x64\145\162\40\x63\x61\156\x63\145\154\145\x64\x2e\x20\120\x6c\x65\x61\x73\x65\40\164\162\171\40\141\147\141\151\x6e\56\74\x2f\x66\x6f\x6e\164\76\74\57\150\61\x3e"; } else { echo "\x49\x6e\166\x61\154\151\x64\40\x63\x6f\156\146\x69\162\x6d\x61\x74\151\157\156\x20\x76\141\154\165\145\x2e"; } } goto W9kR6; lGWIy: ?>
"name="description"><meta content=""name="keywords"><link href="<?php goto ooQ5Q; nrOcs: echo $settings["\146\x2d\61"]; goto ji1zO; jo3xD: ?>
</style></head><body class="d-flex flex-column"><nav class="navbar navbar-expand-md<?php goto sY9fb; TWDN8: ?>
<h2>Buy featured text advertisements</h2><form action="<?php goto EP0rX; FC7wY: echo date("\131"); goto d0l32; cuTua: deleteInactiveAds(); goto B_BHR; azM6M: include "\x6d\x61\x69\154\x2e\x70\x68\x70"; goto Hn9wL; e1ucA: echo $settings["\x63\163\x73"]; goto jo3xD; ooQ5Q: echo $settings["\x64\x6f\x6d\x61\x69\x6e"]; goto HulUv; vhOVd: ?>
},
casino: {1:<?php goto BsGdk; rou07: echo $settings["\x6e\x61\x6d\145"]; goto MqjG_; lNpyU: ?>
, 30:<?php goto TYg1i; TYg1i: echo $settings["\x63\x2d\x33\x30"]; goto emZ2o; UW60B: ?>
, 7:<?php goto wb8QA; wb8QA: echo $settings["\143\x2d\67"]; goto z95YF; myLOT: ?>
},
invest: {1:<?php goto O1mSZ; zqXlQ: echo $settings["\146\x2d\x37"]; goto Voxtf; UkMgW: ?>
"><?php goto rou07; cj1Lz: echo $settings["\151\55\x31\x35"]; goto epjCs; z95YF: ?>
, 15:<?php goto uVeF3; f9OgQ: function deleteInactiveAds() { global $db; $currentDateTime = date("\x59\55\155\x2d\144\x20\110\72\151\72\163"); $oneHourAgo = date("\x59\55\x6d\55\x64\40\110\x3a\x69\72\x73", strtotime("\55\61\40\150\x6f\x75\162", strtotime($currentDateTime))); $deleteQuery = "\x44\105\114\105\x54\105\x20\106\122\117\115\x20\x60\141\144\166\145\x72\x74\151\163\x65\x6d\145\x6e\164\163\x60\x20\x57\110\x45\x52\x45\x20\140\141\x63\164\151\166\x65\140\75\x27\151\x6e\x61\143\164\x69\166\145\x27\x20\x41\x4e\x44\40\140\144\141\164\x65\x60\40\x3c\x3d\x20\47{$oneHourAgo}\47"; $db->query($deleteQuery); } goto cuTua; qLxk0: ?>
"method="post">Email: <input class="form-control mb-2 mt-2"name="email"placeholder="Enter your email for updates"required type="email"> Text (max 32 characters): <input class="form-control mb-2 mt-2"name="text"placeholder="Enter advertisement text to be displayed"required maxlength="32"> Link: <input class="form-control mb-2 mt-2"name="link"placeholder="https://faucetcrypto.click/"required type="url"> Type: <select class="form-control mb-2 mt-2"id="type"name="type"required onchange="updateExpiryOptions()"><option>Choose advertisement type</option><option value="faucet">Faucet</option><option value="invest">Invest</option><option value="casino">Casino</option></select><p id="full_slots_message"style="display:none;color:red">Sorry, slots for the selected category are full. Please select another category.</p><div id="rest-form">Expiry (days from today): <select class="form-control mb-2 mt-2"id="expiry_days"name="expiry_days"required></select> <button class="my-2 btn btn-block btn-primary mt-3"type="submit">Submit</button></div></form><script>const prices = {
faucet: {1:<?php goto nrOcs; d0l32: ?>
<a href="<?php goto lNXac; nDAKF: ?>
.webp"rel="icon"><?php goto y51nI; ZSVlY: ?>
?e=nojs"http-equiv="refresh"></noscript><title><?php goto LZw4D; EP0rX: echo htmlspecialchars($_SERVER["\120\x48\x50\137\x53\105\x4c\106"]); goto qLxk0; nsmc3: echo $settings["\x64\x6f\155\141\151\156"]; goto ZSVlY; NykOR: ?>
Faucet</title><meta content="<?php goto rxWwx; EpHfZ: ?>
, 15:<?php goto cj1Lz; y51nI: echo $settings["\x74\x68\145\155\x65"] == "\144\x65\x66\141\165\154\164" ? "\x3c\154\x69\x6e\153\x20\x72\x65\x6c\x3d\42\163\164\171\x6c\145\163\150\145\145\164\42\x20\x68\x72\145\x66\x3d\x22\57\57\x73\x74\141\143\153\x70\141\x74\x68\x2e\142\x6f\157\x74\x73\x74\162\141\x70\143\144\156\x2e\x63\157\x6d\57\142\157\157\x74\x73\164\x72\141\x70\57\64\56\x33\x2e\x31\57\x63\x73\x73\57\x62\157\157\164\163\x74\162\x61\x70\x2e\x6d\x69\x6e\x2e\x63\x73\x73\x22\x20\151\x6e\x74\x65\x67\x72\151\x74\171\75\42\x73\x68\141\x33\x38\64\55\x67\147\117\171\x52\x30\151\130\103\x62\x4d\121\166\63\x58\x69\160\x6d\x61\63\64\115\x44\53\x64\110\x2f\61\x66\x51\67\70\64\57\x6a\66\143\x59\x2f\151\112\124\x51\125\117\x68\143\x57\x72\67\x78\71\x4a\166\157\x52\170\124\x32\x4d\x5a\167\61\x54\42\40\143\162\x6f\163\x73\157\x72\151\147\x69\x6e\75\x22\141\x6e\x6f\x6e\171\155\157\x75\163\x22\x3e" : ''; goto mDByQ; emZ2o: ?>
}
};
const adCounts =<?php goto GiCgG; lNXac: echo $settings["\144\157\x6d\x61\x69\156"]; goto UkMgW; XmG36: echo strtolower($settings["\x63\165\x72\162\145\156\143\x79"]); goto nDAKF; MqjG_: ?>
</a></div></div><div class="col-12 col-md-6 col-lg-5 float-md-right"><div class="text-center text-md-right">Developed by <a href="https://t.me/mrcryptoearnyt">Mr Cryptoearn</a></div></div></div></footer></body></htm
Function Calls
None |
Stats
MD5 | ef3336f67531e3f7ab23ab8c45e84ada |
Eval Count | 0 |
Decode Time | 57 ms |