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 /* * @ https://EasyToYou.eu - IonCube v11 Decoder Online * @ PHP 7.2 & 7.3 * ..
Decoded Output download
<?php
/*
* @ https://EasyToYou.eu - IonCube v11 Decoder Online
* @ PHP 7.2 & 7.3
* @ Decoder version: 1.0.6
* @ Release: 10/08/2022
*/
add_action("admin_menu", "appwoodart_woo_api_geo_fencing_option_page_submenu");
function appwoodart_woo_api_geo_fencing_option_page_submenu()
{
add_submenu_page("woodapp-settings", "license", " ", "manage_options", "woodmart_license", "wwpr_page_call");
}
function wwpr_page_call()
{
echo "<div class=\"wrap woodapp-woo-api-options-page\">
<h2></h2>
<div class=\"wrap-top gradient-bg\">
<h2 class=\"wp-heading-inline\">";
esc_html_e(" ", "woodapp-woo-api");
echo "</h2>
</div>
";
global $wpdb;
$licensmatch = "";
$homesite = home_url();
$sumlicense = sha1("466" . $homesite . "71");
$table_name = $wpdb->prefix . "appwoodart_woo_api_geo_fencing";
$retrieve_data = $wpdb->get_results("SELECT * FROM " . $table_name . " WHERE post_id = 111");
foreach ($retrieve_data as $retrieved_data) {
$lic = $retrieved_data->radius;
if ($lic == $sumlicense) {
$licensmatch = "true";
echo "
";
}
}
if ($licensmatch == "true") {
echo "
<div style=\" background-color: green;
text-align: center;
color: white;
font-size: 18px;
font-family: iranyekan;
vertical-align: middle;
padding: 50px;\">
</div>
";
} else {
echo "
<form method=\"post\">
<div style=\" background-color: aliceblue;
font-family: iranyekan;
/* padding: 50px; */
max-height: 92px;\" id=\"woodapp-woo-api-tabs\">
<div style=\"text-align:center;height:150px;\">
<br/>
<input type=\"text\" name=\"license\" placeholder=\" \" />
<input name=\"submit\" type=\"submit\" value=\" \" />
</div>
</div>
";
if (isset($_POST["submit"])) {
$license = $_POST["license"];
$homesite = home_url();
$sumlicense = sha1("466Woodmart" . $homesite . "71Woodapp");
if ($license == $sumlicense)
// This is the demo version. This version only decode 30 lines. ?>
Did this file decode correctly?
Original Code
<?php
/*
* @ https://EasyToYou.eu - IonCube v11 Decoder Online
* @ PHP 7.2 & 7.3
* @ Decoder version: 1.0.6
* @ Release: 10/08/2022
*/
add_action("admin_menu", "appwoodart_woo_api_geo_fencing_option_page_submenu");
function appwoodart_woo_api_geo_fencing_option_page_submenu()
{
add_submenu_page("woodapp-settings", "license", " ", "manage_options", "woodmart_license", "wwpr_page_call");
}
function wwpr_page_call()
{
echo "<div class=\"wrap woodapp-woo-api-options-page\">\r\n\r\n\t\r\n\t\r\n\t\t<h2></h2>\r\n <div class=\"wrap-top gradient-bg\">\r\n <h2 class=\"wp-heading-inline\">";
esc_html_e(" ", "woodapp-woo-api");
echo "</h2>\r\n \r\n </div>\r\n\t\t\r\n\t\t\t";
global $wpdb;
$licensmatch = "";
$homesite = home_url();
$sumlicense = sha1("466" . $homesite . "71");
$table_name = $wpdb->prefix . "appwoodart_woo_api_geo_fencing";
$retrieve_data = $wpdb->get_results("SELECT * FROM " . $table_name . " WHERE post_id = 111");
foreach ($retrieve_data as $retrieved_data) {
$lic = $retrieved_data->radius;
if ($lic == $sumlicense) {
$licensmatch = "true";
echo "\r\n";
}
}
if ($licensmatch == "true") {
echo "\t \r\n\t <div style=\" background-color: green;\r\n text-align: center;\r\n color: white;\r\n font-size: 18px;\r\n font-family: iranyekan;\r\n vertical-align: middle;\r\n padding: 50px;\">\r\n \r\n\r\n</div>\r\n\t ";
} else {
echo "\r\n\r\n <form method=\"post\">\r\n\t\t\r\n\t\t\r\n <div style=\" background-color: aliceblue;\r\n font-family: iranyekan;\r\n /* padding: 50px; */\r\n max-height: 92px;\" id=\"woodapp-woo-api-tabs\">\r\n\t\t\t\r\n\t\t<div style=\"text-align:center;height:150px;\">\r\n\t\t\t\r\n\t\t \r\n\t\t\r\n\t\t<br/>\r\n\t\t<input type=\"text\" name=\"license\" placeholder=\" \" /> \r\n\t\t<input name=\"submit\" type=\"submit\" value=\" \" />\r\n\t\t\r\n\t\t\r\n\t\t</div>\r\n\t\t\t\r\n \r\n\t\t\r\n\r\n\r\n\t </div>\r\n\t\t\r\n\t\t";
if (isset($_POST["submit"])) {
$license = $_POST["license"];
$homesite = home_url();
$sumlicense = sha1("466Woodmart" . $homesite . "71Woodapp");
if ($license == $sumlicense)
// This is the demo version. This version only decode 30 lines.
Function Calls
None |
Stats
MD5 | bfb8b16b7a57cdd49074789563105942 |
Eval Count | 0 |
Decode Time | 53 ms |