Update IPs
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
$furatalog = new mysqli("10.0.0.100", "furatalog_admin_usr", "NR6tLk7c56bPT5[]", "furatalog");
|
$furatalog = new mysqli("10.0.0.200", "furatalog_admin_usr", "NR6tLk7c56bPT5[]", "furatalog");
|
||||||
|
|
||||||
$creator_name = $_POST["creator_name"];
|
$creator_name = $_POST["creator_name"];
|
||||||
$creator_pb = $_POST["creator_pb"];
|
$creator_pb = $_POST["creator_pb"];
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ function myErrorHandler($errno, $errstr, $errfile, $errline) {
|
|||||||
// Set user-defined error handler function
|
// Set user-defined error handler function
|
||||||
//set_error_handler("myErrorHandler");
|
//set_error_handler("myErrorHandler");
|
||||||
|
|
||||||
$furatalog = new mysqli("10.0.0.100", "furatalog_admin_usr", "NR6tLk7c56bPT5[]", "furatalog");
|
$furatalog = new mysqli("10.0.0.200", "furatalog_admin_usr", "NR6tLk7c56bPT5[]", "furatalog");
|
||||||
|
|
||||||
if (isset($_POST["url"])) {
|
if (isset($_POST["url"])) {
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -18,7 +18,7 @@ function myErrorHandler($errno, $errstr, $errfile, $errline) {
|
|||||||
// Set user-defined error handler function
|
// Set user-defined error handler function
|
||||||
//set_error_handler("myErrorHandler");
|
//set_error_handler("myErrorHandler");
|
||||||
|
|
||||||
$furatalog = new mysqli("10.0.0.100", "furatalog_admin_usr", "NR6tLk7c56bPT5[]", "furatalog");
|
$furatalog = new mysqli("10.0.0.200", "furatalog_admin_usr", "NR6tLk7c56bPT5[]", "furatalog");
|
||||||
|
|
||||||
if (isset($_POST["url"])) {
|
if (isset($_POST["url"])) {
|
||||||
|
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ $content_rating = "null";
|
|||||||
// currency type
|
// currency type
|
||||||
$currency_currency = $product->currencySymbol;
|
$currency_currency = $product->currencySymbol;
|
||||||
|
|
||||||
$databaseConnection = new mysqli("10.0.0.100", "furatalog_usr", "1yRNpaUtXu[cw@-m", "furatalog");
|
$databaseConnection = new mysqli("10.0.0.200", "furatalog_usr", "1yRNpaUtXu[cw@-m", "furatalog");
|
||||||
$result = $databaseConnection->query("SELECT * FROM `currency` WHERE symbol=\"" . $currency_currency . "\";")->fetch_assoc();
|
$result = $databaseConnection->query("SELECT * FROM `currency` WHERE symbol=\"" . $currency_currency . "\";")->fetch_assoc();
|
||||||
|
|
||||||
$content_currency_id = $result["id"];
|
$content_currency_id = $result["id"];
|
||||||
@@ -142,7 +142,7 @@ echo '<br><span style="font-family: consolas">Currency Code </span>' . $cur
|
|||||||
</select>
|
</select>
|
||||||
<div class="specieslist">
|
<div class="specieslist">
|
||||||
<?php
|
<?php
|
||||||
$furatalog = new mysqli("10.0.0.100", "furatalog_admin_usr", "NR6tLk7c56bPT5[]", "furatalog");
|
$furatalog = new mysqli("10.0.0.200", "furatalog_admin_usr", "NR6tLk7c56bPT5[]", "furatalog");
|
||||||
$requestSpeciesResult = $furatalog->query("SELECT * FROM `species`");
|
$requestSpeciesResult = $furatalog->query("SELECT * FROM `species`");
|
||||||
while ($row = $requestSpeciesResult->fetch_assoc()) {
|
while ($row = $requestSpeciesResult->fetch_assoc()) {
|
||||||
echo "
|
echo "
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ class furatalogLib {
|
|||||||
die();
|
die();
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->databaseConnection = new mysqli("10.0.0.100", "furatalog_usr", "1yRNpaUtXu[cw@-m", "furatalog");
|
$this->databaseConnection = new mysqli("10.0.0.200", "furatalog_usr", "1yRNpaUtXu[cw@-m", "furatalog");
|
||||||
$_GET["moin"] = "hi";
|
$_GET["moin"] = "hi";
|
||||||
$this->secureGET = $_GET;
|
$this->secureGET = $_GET;
|
||||||
|
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ class furatalogSessions {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private function connectDb() {
|
private function connectDb() {
|
||||||
$this->db = new mysqli("10.0.0.100", "furatalog_admin_usr", "NR6tLk7c56bPT5[]", "furatalog");
|
$this->db = new mysqli("10.0.0.200", "furatalog_admin_usr", "NR6tLk7c56bPT5[]", "furatalog");
|
||||||
}
|
}
|
||||||
|
|
||||||
private function getCookieKey() {
|
private function getCookieKey() {
|
||||||
|
|||||||
Reference in New Issue
Block a user