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 /* SAiF PHP */ require "fun.php"; require_once "Config.php"; $paymentId ..
Decoded Output download
<?php
/*
SAiF PHP
*/
require "fun.php";
require_once "Config.php";
$paymentId = $_GET["paymentId"];
$packageid = $_GET["packageid"];
$CustomerRef = $_GET["CustomerRef"];
$keyId = $paymentId;
$KeyType = "paymentId";
$postFields = ["Key" => $keyId, "KeyType" => $KeyType];
$json = callAPI($apiURL . "/v2/getPaymentStatus", $apiKey, $postFields);
$sqlPack = "SELECT * FROM `Packages` WHERE `id` = " . $packageid;
$result2 = mysqli_query($link, $sqlPack);
if (0 < mysqli_num_rows($result2)) {
while ($row2 = mysqli_fetch_assoc($result2)) {
$Time_Package = $row2["Time_Package"];
}
}
require_once "Config.php";
$sqlSetting = "SELECT * FROM Settings WHERE `id`='1'";
$result1 = $link->query($sqlSetting);
if (0 < $result1->num_rows) {
while ($row1 = $result1->fetch_assoc()) {
$Title = $row1["Title"];
$Description = $row1["Description"];
$Secret_Key = $row1["Secret_Key"];
$Api_Id = $row1["Api_Id"];
$icon = $row1["Icon"];
$Twitter = $row["Twitter"];
$Instagram = $row["Instagram"];
$Telegram = $row["Telegram"];
$Whatsapp = $row["Whatsapp"];
$YouTube = $row["YouTube"];
$NSURN_APK = $row["NSURN_APK"];
$NSURL_Video = $row["NSURL_Video"];
}
}
if ($json->Data->InvoiceStatus === "Paid") {
$sql = "SELECT * FROM `Subscribers` WHERE `transactionNo` = '" . $paymentId . "' ";
$result = mysqli_query($link, $sql);
if (0 < mysqli_num_rows($result)) {
while ($row = mysqli_fetch_assoc($result)) {
$info_Transactions = $row["transactionNo"];
$info_url = $row["url"];
$info_Key = $row["Subscribers_Key"];
}
} else {
$tz = "America/New_York";
$timestamp = time();
$dt = new DateTime("now", new DateTimeZone($tz));
$dt->setTimestamp($timestamp);
$Time__ = $dt->format("YmdH");
$rand = "1QAZ2WSX3EDC4RFV5TGB6YHN7UJM8IK9OL0PZAQ21WSXCDE43RFVBGT56YHNMJU78IKJMO9064" . $Time__;
$Subscribers_Key = substr(str_shuffle($rand), 1, 20);
$NSTime = date("Y-m-d");
$NotActivated = "NotActivated";
$sql = "INSERT INTO Subscribers (Subscribers_Key, Subscribers_udid, Subscribers_CreateKey, Subscribers_lastTime, Subscribers_StartTime, TimeCode, Status, transactionNo, url)
VALUES ('" . $Subscribers_Key . "', '', '" . $NSTime . "', '', '', '" . $Time_Package . "', '" . $NotActivated . "', '" . $paymentId . "', '" . $url . "')";
if ($link->query($sql) === true) {
$info_Transactions = $ID;
$info_Key = $Subscribers_Key;
} else {
echo "Error: " . $sql . "<br>" . $link->error;
}
}
} else {
$host = $_SERVER["HTTP_HOST"];
$home = "http://" . $host;
header("Location: " . $home . "");
}
echo "
<!DOCTYPE html>
<html lang=\"ar\" dir=\"rtl\">
<head>
<meta charset=\"utf-8\">
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
<title> ";
echo $Title;
echo " </title>
<meta name=\"description\" content=\"";
echo $Description;
echo "\">
<meta http-equiv=\"CONTENT-LANGUAGE\" content=\"ar-egy,en-US,ar-syr,ar-ksa,ar-uae,fr\">
<meta content=\"Saudi Arabia\" name=\"country\">
<meta content=\"";
echo $Title;
echo "\" name=\"title\">
<meta content=\"http://";
echo $_SERVER["HTTP_HOST"];
echo "\" name=\"url\">
<meta content=\"http://";
echo $_SERVER["HTTP_HOST"];
echo "\" name=\"identifier-URL\">
<meta content=\"";
echo $Description;
echo "\" name=\"keywords\">
<meta content=\" \" name=\"Developer\">
<meta content=\"[email protected]\" name=\"Email\">
<meta property=\"og:url\" content=\"http://";
echo $_SERVER["HTTP_HOST"];
echo "\">
<meta property=\"og:type\" content=\"Shop\">
<meta property=\"og:title\" content=\"";
echo $Title;
echo "\">
<meta property=\"og:description\" content=\"";
echo $Description;
echo "\">
<meta property=\"og:image\" content=\"";
echo $icon;
echo "\">
";
if (!empty($Twitter)) {
echo "<meta name=\"twitter:card\" content=\"summary_large_image\">
<meta name=\"twitter:title\" content=\"";
echo $Title;
echo "\">
<meta name=\"twitter:description\" content=\"";
echo $Description;
echo "\">
<meta name=\"twitter:image\" content=\"";
echo $icon;
echo "\">
<meta content=\"@";
echo $Twitter;
echo "\" name=\"twitter:site\">
<meta content=\"@";
echo $Twitter;
echo "\" name=\"twitter:creator\">
";
}
echo "
";
if (!empty($Instagram)) {
echo "<meta name=\"instagram:card\" content=\"summary_large_image\">
<meta name=\"instagram:title\" content=\"";
echo $Title;
echo "\">
<meta name=\"instagram:description\" content=\"";
echo $Description;
echo "\">
<meta name=\"instagram:image\" content=\"";
echo $icon;
echo "\">
<meta content=\"@";
echo $Instagram;
echo "\" name=\"instagram:site\">
<meta content=\"@";
echo $Instagram;
echo "\" name=\"instagram:creator\">
";
}
if (!empty($Telegram)) {
echo "<meta name=\"telegram:card\" content=\"summary_large_image\">
<meta name=\"telegram:title\" content=\"";
echo $Title;
echo "\">
<meta name=\"telegram:description\" content=\"";
echo $Description;
echo "\">
<meta name=\"telegram:image\" content=\"";
echo $icon;
echo "\">
<meta content=\"@";
echo $Telegram;
echo "\" name=\"telegram:site\">
<meta content=\"@";
echo $Telegram;
echo "\" name=\"telegram:creator\">
";
}
if (!empty($Whatsapp)) {
echo "<meta name=\"whatsapp:card\" content=\"summary_large_image\">
<meta name=\"whatsapp:title\" content=\"";
echo $Title;
echo "\">
<meta name=\"whatsapp:description\" content=\"";
echo $Description;
echo "\">
<meta name=\"whatsapp:image\" content=\"";
echo $icon;
echo "\">
<meta content=\"@";
echo $Whatsapp;
echo "\" name=\"whatsapp:site\">
<meta content=\"http://api.whatsapp.com/send?phone=";
echo $Whatsapp;
echo "\" name=\"whatsapp:creator\">
";
}
if (!empty($YouTube)) {
echo "<meta name=\"youtube:card\" content=\"summary_large_image\">
<meta name=\"youtube:title\" content=\"";
echo $Title;
echo "\">
<meta name=\"youtube:description\" content=\"";
echo $Description;
echo "\">
<meta name=\"youtube:image\" content=\"";
echo $icon;
echo "\">
<meta content=\"https://www.youtube.com/channel/";
echo $YouTube;
echo "\" name=\"youtube:site\">
<meta content=\"https://www.youtube.com/channel/";
echo $YouTube;
echo "\" name=\"youtube:creator\">
";
}
echo "<meta itemprop=\"name\" content=\"";
echo $Title;
echo "\">
<meta itemprop=\"description\" content=\"";
echo $Description;
echo " \">
<meta itemprop=\"image\" content=\"";
echo $icon;
echo "\">
<link href=\"";
echo $icon;
echo "\" rel=\"icon\" type=\"image/x-icon\">
<link rel=\"icon\" href=\"";
echo $icon;
echo "\">
<link rel=\"apple-touch-icon\" href=\"";
echo $icon;
echo "\">
<link rel=\"icon\" type=\"image/png\" href=\"";
echo $icon;
echo "\">
<link href=\"css/styles.css\" rel=\"stylesheet\">
</head>
<body>
<div class=\"response\"></div>
<div class=\"LayoutSe\">
<div class=\"LayoutSe_content\">
<main>
<header class=\"page-header page-header-read3 bg-secondary\">
<br> <div class=\"page-header-content\">
<center>
</center>
<div class=\"container\">
<div class=\"row align-items-center\">
<div class=\"col-lg-12\">
<h1 class=\"page-header-title\">ibda3</h1>
<p class=\"page-header-text mb-5\">
";
echo $Title;
echo "
</p>
";
if (!empty($NSURL_Video)) {
echo "<a class=\"btn btn-primary btn-marketing rounded-pill btn-home\" href=\"";
echo $NSURL_Video;
echo "\">
<i class=\"fas fa-play-circle mr-1 arr_left\" style=\"position: relative;top: 3px;right: 7px;\"></i>
</a>
";
}
echo "</div>
</div>
</div>
</div>
<div class=\"svg-border-waves text-white\">
<svg class=\"wave\" style=\"pointer-events: none\" fill=\"currentColor\" preserveAspectRatio=\"none\" xmlns=\"http://www.w3.org/2000/svg\" xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1920 75\">
<defs>
<clipPath id=\"a\">
<rect class=\"a\" width=\"1920\" height=\"75\"></rect>
</clipPath>
</defs>
<title>wave</title>
<g class=\"b\">
<path class=\"c\" d=\"M1963,327H-105V65A2647.49,2647.49,0,0,1,431,19c217.7,3.5,239.6,30.8,470,36,297.3,6.7,367.5-36.2,642-28a2511.41,2511.41,0,0,1,420,48\"></path>
</g>
<g class=\"b\">
<path class=\"d\" d=\"M-127,404H1963V44c-140.1-28-343.3-46.7-566,22-75.5,23.3-118.5,45.9-162,64-48.6,20.2-404.7,128-784,0C355.2,97.7,341.6,78.3,235,50,86.6,10.6-41.8,6.9-127,10\"></path>
</g>
<g class=\"b\">
<path class=\"d\" d=\"M1979,462-155,446V106C251.8,20.2,576.6,15.9,805,30c167.4,10.3,322.3,32.9,680,56,207,13.4,378,20.3,494,24\"></path>
</g>
<g class=\"b\">
<path class=\"d\" d=\"M1998,484H-243V100c445.8,26.8,794.2-4.1,1035-39,141-20.4,231.1-40.1,378-45,349.6-11.6,636.7,73.8,828,150\"></path>
</g>
</svg>
</div>
</header>
";
if (empty($ERROR__)) {
echo "
<section class=\"bg-light pb-10 pt-5\">
<div class=\"mt-5 text-center\">
<p class=\"lead\"> </p>
";
if (!empty($NSURN_APK)) {
echo "
<a class=\"btn btn-primary btn-marketing rounded-pill\" href=\"";
echo $NSURN_APK;
echo "\">
<i class=\"fa fa-arrow-down\"></i>
</a>
";
}
echo "</div>
<hr>
<span id=\"packages\"></span>
<div class=\"container\">
<div class=\"text-center mb-5\">
<h2 class=\"Packages\"> </h2>
<p class=\"lead\"> </p>
</div>
<div class=\"row\" style=\"place-content: space-evenly;\">
<div class=\"col-lg-8 mb-5 mb-lg-0\" style=\"margin-bottom: 15px;\" >
<ul class=\"fa-ul Pricings-list\">
<li class=\"Pricings-list-item\">
<span class=\"Text-Packages\">
";
if (!empty($info_Key)) {
echo " : " . $info_Key;
}
echo "</span>
</li>
<li class=\"Pricings-list-item\">
<span class=\"Text-Packages\">
";
if (!empty($info_Transactions)) {
echo " : " . $info_Transactions;
}
echo "</span>
</li>
</ul>
</div>
</div>
</div>
</section>
";
}
echo "
</main>
</div>
";
require_once "Footer.php";
?>
Did this file decode correctly?
Original Code
<?php
/*
SAiF PHP
*/
require "fun.php";
require_once "Config.php";
$paymentId = $_GET["paymentId"];
$packageid = $_GET["packageid"];
$CustomerRef = $_GET["CustomerRef"];
$keyId = $paymentId;
$KeyType = "paymentId";
$postFields = ["Key" => $keyId, "KeyType" => $KeyType];
$json = callAPI($apiURL . "/v2/getPaymentStatus", $apiKey, $postFields);
$sqlPack = "SELECT * FROM `Packages` WHERE `id` = " . $packageid;
$result2 = mysqli_query($link, $sqlPack);
if (0 < mysqli_num_rows($result2)) {
while ($row2 = mysqli_fetch_assoc($result2)) {
$Time_Package = $row2["Time_Package"];
}
}
require_once "Config.php";
$sqlSetting = "SELECT * FROM Settings WHERE `id`='1'";
$result1 = $link->query($sqlSetting);
if (0 < $result1->num_rows) {
while ($row1 = $result1->fetch_assoc()) {
$Title = $row1["Title"];
$Description = $row1["Description"];
$Secret_Key = $row1["Secret_Key"];
$Api_Id = $row1["Api_Id"];
$icon = $row1["Icon"];
$Twitter = $row["Twitter"];
$Instagram = $row["Instagram"];
$Telegram = $row["Telegram"];
$Whatsapp = $row["Whatsapp"];
$YouTube = $row["YouTube"];
$NSURN_APK = $row["NSURN_APK"];
$NSURL_Video = $row["NSURL_Video"];
}
}
if ($json->Data->InvoiceStatus === "Paid") {
$sql = "SELECT * FROM `Subscribers` WHERE `transactionNo` = '" . $paymentId . "' ";
$result = mysqli_query($link, $sql);
if (0 < mysqli_num_rows($result)) {
while ($row = mysqli_fetch_assoc($result)) {
$info_Transactions = $row["transactionNo"];
$info_url = $row["url"];
$info_Key = $row["Subscribers_Key"];
}
} else {
$tz = "America/New_York";
$timestamp = time();
$dt = new DateTime("now", new DateTimeZone($tz));
$dt->setTimestamp($timestamp);
$Time__ = $dt->format("YmdH");
$rand = "1QAZ2WSX3EDC4RFV5TGB6YHN7UJM8IK9OL0PZAQ21WSXCDE43RFVBGT56YHNMJU78IKJMO9064" . $Time__;
$Subscribers_Key = substr(str_shuffle($rand), 1, 20);
$NSTime = date("Y-m-d");
$NotActivated = "NotActivated";
$sql = "INSERT INTO Subscribers (Subscribers_Key, Subscribers_udid, Subscribers_CreateKey, Subscribers_lastTime, Subscribers_StartTime, TimeCode, Status, transactionNo, url)\nVALUES ('" . $Subscribers_Key . "', '', '" . $NSTime . "', '', '', '" . $Time_Package . "', '" . $NotActivated . "', '" . $paymentId . "', '" . $url . "')";
if ($link->query($sql) === true) {
$info_Transactions = $ID;
$info_Key = $Subscribers_Key;
} else {
echo "Error: " . $sql . "<br>" . $link->error;
}
}
} else {
$host = $_SERVER["HTTP_HOST"];
$home = "http://" . $host;
header("Location: " . $home . "");
}
echo "\n\n\n<!DOCTYPE html>\n<html lang=\"ar\" dir=\"rtl\">\n<head>\n<meta charset=\"utf-8\">\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n<title> ";
echo $Title;
echo " </title>\n\n<meta name=\"description\" content=\"";
echo $Description;
echo "\">\n<meta http-equiv=\"CONTENT-LANGUAGE\" content=\"ar-egy,en-US,ar-syr,ar-ksa,ar-uae,fr\">\n<meta content=\"Saudi Arabia\" name=\"country\">\n<meta content=\"";
echo $Title;
echo "\" name=\"title\">\n<meta content=\"http://";
echo $_SERVER["HTTP_HOST"];
echo "\" name=\"url\">\n<meta content=\"http://";
echo $_SERVER["HTTP_HOST"];
echo "\" name=\"identifier-URL\">\n<meta content=\"";
echo $Description;
echo "\" name=\"keywords\">\n<meta content=\" \" name=\"Developer\">\n<meta content=\"[email protected]\" name=\"Email\">\n<meta property=\"og:url\" content=\"http://";
echo $_SERVER["HTTP_HOST"];
echo "\">\n<meta property=\"og:type\" content=\"Shop\">\n<meta property=\"og:title\" content=\"";
echo $Title;
echo "\">\n<meta property=\"og:description\" content=\"";
echo $Description;
echo "\">\n<meta property=\"og:image\" content=\"";
echo $icon;
echo "\">\n\n";
if (!empty($Twitter)) {
echo "<meta name=\"twitter:card\" content=\"summary_large_image\">\n<meta name=\"twitter:title\" content=\"";
echo $Title;
echo "\">\n<meta name=\"twitter:description\" content=\"";
echo $Description;
echo "\">\n<meta name=\"twitter:image\" content=\"";
echo $icon;
echo "\">\n<meta content=\"@";
echo $Twitter;
echo "\" name=\"twitter:site\">\n<meta content=\"@";
echo $Twitter;
echo "\" name=\"twitter:creator\">\n";
}
echo "\n";
if (!empty($Instagram)) {
echo "<meta name=\"instagram:card\" content=\"summary_large_image\">\n<meta name=\"instagram:title\" content=\"";
echo $Title;
echo "\">\n<meta name=\"instagram:description\" content=\"";
echo $Description;
echo "\">\n<meta name=\"instagram:image\" content=\"";
echo $icon;
echo "\">\n<meta content=\"@";
echo $Instagram;
echo "\" name=\"instagram:site\">\n<meta content=\"@";
echo $Instagram;
echo "\" name=\"instagram:creator\">\n";
}
if (!empty($Telegram)) {
echo "<meta name=\"telegram:card\" content=\"summary_large_image\">\n<meta name=\"telegram:title\" content=\"";
echo $Title;
echo "\">\n<meta name=\"telegram:description\" content=\"";
echo $Description;
echo "\">\n<meta name=\"telegram:image\" content=\"";
echo $icon;
echo "\">\n<meta content=\"@";
echo $Telegram;
echo "\" name=\"telegram:site\">\n<meta content=\"@";
echo $Telegram;
echo "\" name=\"telegram:creator\">\n";
}
if (!empty($Whatsapp)) {
echo "<meta name=\"whatsapp:card\" content=\"summary_large_image\">\n<meta name=\"whatsapp:title\" content=\"";
echo $Title;
echo "\">\n<meta name=\"whatsapp:description\" content=\"";
echo $Description;
echo "\">\n<meta name=\"whatsapp:image\" content=\"";
echo $icon;
echo "\">\n<meta content=\"@";
echo $Whatsapp;
echo "\" name=\"whatsapp:site\">\n<meta content=\"http://api.whatsapp.com/send?phone=";
echo $Whatsapp;
echo "\" name=\"whatsapp:creator\">\n";
}
if (!empty($YouTube)) {
echo "<meta name=\"youtube:card\" content=\"summary_large_image\">\n<meta name=\"youtube:title\" content=\"";
echo $Title;
echo "\">\n<meta name=\"youtube:description\" content=\"";
echo $Description;
echo "\">\n<meta name=\"youtube:image\" content=\"";
echo $icon;
echo "\">\n<meta content=\"https://www.youtube.com/channel/";
echo $YouTube;
echo "\" name=\"youtube:site\">\n<meta content=\"https://www.youtube.com/channel/";
echo $YouTube;
echo "\" name=\"youtube:creator\">\n";
}
echo "<meta itemprop=\"name\" content=\"";
echo $Title;
echo "\">\n<meta itemprop=\"description\" content=\"";
echo $Description;
echo " \">\n<meta itemprop=\"image\" content=\"";
echo $icon;
echo "\">\n\n<link href=\"";
echo $icon;
echo "\" rel=\"icon\" type=\"image/x-icon\">\n<link rel=\"icon\" href=\"";
echo $icon;
echo "\">\n<link rel=\"apple-touch-icon\" href=\"";
echo $icon;
echo "\">\n<link rel=\"icon\" type=\"image/png\" href=\"";
echo $icon;
echo "\">\n<link href=\"css/styles.css\" rel=\"stylesheet\">\n\n\n</head>\n<body>\n\n<div class=\"response\"></div>\n\n<div class=\"LayoutSe\">\n<div class=\"LayoutSe_content\">\n<main>\n\n\n\n\n<header class=\"page-header page-header-read3 bg-secondary\">\n\n<br> <div class=\"page-header-content\">\n<center>\n</center>\n\n\n<div class=\"container\">\n\n<div class=\"row align-items-center\">\n<div class=\"col-lg-12\">\n<h1 class=\"page-header-title\">ibda3</h1>\n<p class=\"page-header-text mb-5\">\n \n";
echo $Title;
echo " \n \n\n</p>\n\n";
if (!empty($NSURL_Video)) {
echo "<a class=\"btn btn-primary btn-marketing rounded-pill btn-home\" href=\"";
echo $NSURL_Video;
echo "\">\n\n \n\n<i class=\"fas fa-play-circle mr-1 arr_left\" style=\"position: relative;top: 3px;right: 7px;\"></i>\n</a>\n";
}
echo "</div>\n</div>\n</div>\n</div>\n<div class=\"svg-border-waves text-white\">\n<svg class=\"wave\" style=\"pointer-events: none\" fill=\"currentColor\" preserveAspectRatio=\"none\" xmlns=\"http://www.w3.org/2000/svg\" xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1920 75\">\n<defs>\n\n<clipPath id=\"a\">\n<rect class=\"a\" width=\"1920\" height=\"75\"></rect>\n</clipPath>\n</defs>\n<title>wave</title>\n<g class=\"b\">\n<path class=\"c\" d=\"M1963,327H-105V65A2647.49,2647.49,0,0,1,431,19c217.7,3.5,239.6,30.8,470,36,297.3,6.7,367.5-36.2,642-28a2511.41,2511.41,0,0,1,420,48\"></path>\n</g>\n<g class=\"b\">\n<path class=\"d\" d=\"M-127,404H1963V44c-140.1-28-343.3-46.7-566,22-75.5,23.3-118.5,45.9-162,64-48.6,20.2-404.7,128-784,0C355.2,97.7,341.6,78.3,235,50,86.6,10.6-41.8,6.9-127,10\"></path>\n</g>\n<g class=\"b\">\n<path class=\"d\" d=\"M1979,462-155,446V106C251.8,20.2,576.6,15.9,805,30c167.4,10.3,322.3,32.9,680,56,207,13.4,378,20.3,494,24\"></path>\n</g>\n<g class=\"b\">\n<path class=\"d\" d=\"M1998,484H-243V100c445.8,26.8,794.2-4.1,1035-39,141-20.4,231.1-40.1,378-45,349.6-11.6,636.7,73.8,828,150\"></path>\n</g>\n</svg>\n</div>\n</header>\n\n";
if (empty($ERROR__)) {
echo "\n<section class=\"bg-light pb-10 pt-5\">\n<div class=\"mt-5 text-center\">\n\n<p class=\"lead\"> </p>\n";
if (!empty($NSURN_APK)) {
echo "\n<a class=\"btn btn-primary btn-marketing rounded-pill\" href=\"";
echo $NSURN_APK;
echo "\">\n\n \n\n<i class=\"fa fa-arrow-down\"></i>\n</a>\n";
}
echo "</div>\n<hr>\n<span id=\"packages\"></span>\n<div class=\"container\">\n<div class=\"text-center mb-5\">\n<h2 class=\"Packages\"> </h2>\n<p class=\"lead\"> </p>\n</div>\n<div class=\"row\" style=\"place-content: space-evenly;\">\n\n<div class=\"col-lg-8 mb-5 mb-lg-0\" style=\"margin-bottom: 15px;\" >\n\n<ul class=\"fa-ul Pricings-list\">\n<li class=\"Pricings-list-item\">\n\n<span class=\"Text-Packages\">\n";
if (!empty($info_Key)) {
echo " : " . $info_Key;
}
echo "</span>\n</li>\n\n<li class=\"Pricings-list-item\">\n\n<span class=\"Text-Packages\">\n";
if (!empty($info_Transactions)) {
echo " : " . $info_Transactions;
}
echo "</span>\n</li>\n</ul>\n</div>\n\n</div>\n\n</div>\n</section>\n";
}
echo "\n</main>\n</div>\n\n";
require_once "Footer.php";
?>
Function Calls
None |
Stats
MD5 | cfed1ab0cc974963d969848948fb1b3e |
Eval Count | 0 |
Decode Time | 59 ms |