diff --git a/Games/Pacman/data/db-handler.php b/Games/Pacman/data/db-handler.php index 2640f70..f28c0d4 100644 --- a/Games/Pacman/data/db-handler.php +++ b/Games/Pacman/data/db-handler.php @@ -3,7 +3,7 @@ /* IMPORTANT: * change this to the main url of where you host the application, otherwise, every entry will be marked as a cheater */ -$hostdomain = 'boof.eu.org/Pacman'; +$hostdomain = 'boof.eu.org/Games/Pacman'; if (isset($_POST['action'])) { switch ($_POST['action']) { diff --git a/Games/Pacman/pacman-canvas.js b/Games/Pacman/pacman-canvas.js index 08693bd..44e795e 100644 --- a/Games/Pacman/pacman-canvas.js +++ b/Games/Pacman/pacman-canvas.js @@ -48,7 +48,7 @@ function geronimo() { $.ajax({ datatype: "json", type: "GET", - url: "data/db-handler.php", + url: "https://boofcdn.rf.gd/pacman/db-handler.php", data: { timestamp: date, action: "get" @@ -65,7 +65,7 @@ function geronimo() { $.ajax({ type: 'POST', - url: 'data/db-handler.php', + url: 'https://boofcdn.rf.gd/pacman/db-handler.php', data: { action: 'add', name: n, diff --git a/other/logo-detect/index.html b/other/logo-detect/index.html index 13e6cc5..e69de29 100644 --- a/other/logo-detect/index.html +++ b/other/logo-detect/index.html @@ -1,13 +0,0 @@ - - -
- - - -