From b9e0ef7f43314a8ed89769367b60df2778b83eb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Thu, 12 May 2016 22:22:17 +0200 Subject: [PATCH] Started working on a CSGO skin database --- CS-GO/Skins/{ => Float Checker}/Get Links.js | 0 CS-GO/Skins/{ => Float Checker}/Process.js | 0 CS-GO/Skins/db/config.php | 7 ++++++ CS-GO/Skins/db/main.php | 24 ++++++++++++++++++++ 4 files changed, 31 insertions(+) rename CS-GO/Skins/{ => Float Checker}/Get Links.js (100%) rename CS-GO/Skins/{ => Float Checker}/Process.js (100%) create mode 100644 CS-GO/Skins/db/config.php create mode 100644 CS-GO/Skins/db/main.php diff --git a/CS-GO/Skins/Get Links.js b/CS-GO/Skins/Float Checker/Get Links.js similarity index 100% rename from CS-GO/Skins/Get Links.js rename to CS-GO/Skins/Float Checker/Get Links.js diff --git a/CS-GO/Skins/Process.js b/CS-GO/Skins/Float Checker/Process.js similarity index 100% rename from CS-GO/Skins/Process.js rename to CS-GO/Skins/Float Checker/Process.js diff --git a/CS-GO/Skins/db/config.php b/CS-GO/Skins/db/config.php new file mode 100644 index 0000000..20221d9 --- /dev/null +++ b/CS-GO/Skins/db/config.php @@ -0,0 +1,7 @@ + 'localhost' + 'db_username' => 'root' + 'db_password' => 'password' +); \ No newline at end of file diff --git a/CS-GO/Skins/db/main.php b/CS-GO/Skins/db/main.php new file mode 100644 index 0000000..f3c10b3 --- /dev/null +++ b/CS-GO/Skins/db/main.php @@ -0,0 +1,24 @@ + + + + + + + CSGO skin database + + + connect_error) { + die("Connection failed: " . $conn->connect_error); + } + + echo "Connection succeded"; + ?> + + \ No newline at end of file