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