Updated redirect grabber

This commit is contained in:
2025-05-29 14:10:30 +02:00
parent 1c62ee3e29
commit 661bb4759d
+6
View File
@@ -90,6 +90,12 @@ $content_rating = "null";
// currency type
$currency_currency = strtolower($productData->currency_code);
$databaseConnection = new mysqli("localhost", "furatalog_usr", "1yRNpaUtXu[cw@-m", "furatalog");
$result = $databaseConnection->query("SELECT * FROM `currency` WHERE currency=\"" . $currency_currency . \";");
$content_currency_id = $result[0]["id"];
/*
echo '<br><span style="font-family: consolas">Creator Name </span>' . $creator_name;
echo '<br><span style="font-family: consolas">Creator PB </span>' . $creator_pb;