diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 index 1383f39..4a780a9 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/config.php \ No newline at end of file +/config.cfg \ No newline at end of file diff --git a/boss_images/blue.png b/boss_images/blue.png old mode 100644 new mode 100755 diff --git a/boss_images/bluedrac.png b/boss_images/bluedrac.png old mode 100644 new mode 100755 diff --git a/boss_images/blueking.png b/boss_images/blueking.png old mode 100644 new mode 100755 diff --git a/boss_images/bluerobo.png b/boss_images/bluerobo.png old mode 100644 new mode 100755 diff --git a/boss_images/bluespin.png b/boss_images/bluespin.png old mode 100644 new mode 100755 diff --git a/boss_images/bluewing.png b/boss_images/bluewing.png old mode 100644 new mode 100755 diff --git a/boss_images/krak.png b/boss_images/krak.png old mode 100644 new mode 100755 diff --git a/boss_images/krakdrac.png b/boss_images/krakdrac.png old mode 100644 new mode 100755 diff --git a/boss_images/krakking.png b/boss_images/krakking.png old mode 100644 new mode 100755 diff --git a/boss_images/krakrobo.png b/boss_images/krakrobo.png old mode 100644 new mode 100755 diff --git a/boss_images/krakspin.png b/boss_images/krakspin.png old mode 100644 new mode 100755 diff --git a/boss_images/krakwing.png b/boss_images/krakwing.png old mode 100644 new mode 100755 diff --git a/boss_images/raam.png b/boss_images/raam.png old mode 100644 new mode 100755 diff --git a/boss_images/raamdrac.png b/boss_images/raamdrac.png old mode 100644 new mode 100755 diff --git a/boss_images/raamking.png b/boss_images/raamking.png old mode 100644 new mode 100755 diff --git a/boss_images/raamrobo.png b/boss_images/raamrobo.png old mode 100644 new mode 100755 diff --git a/boss_images/raamspin.png b/boss_images/raamspin.png old mode 100644 new mode 100755 diff --git a/boss_images/raamwing.png b/boss_images/raamwing.png old mode 100644 new mode 100755 diff --git a/boss_images/skul.png b/boss_images/skul.png old mode 100644 new mode 100755 diff --git a/boss_images/skuldrac.png b/boss_images/skuldrac.png old mode 100644 new mode 100755 diff --git a/boss_images/skulking.png b/boss_images/skulking.png old mode 100644 new mode 100755 diff --git a/boss_images/skulrobo.png b/boss_images/skulrobo.png old mode 100644 new mode 100755 diff --git a/boss_images/skulspin.png b/boss_images/skulspin.png old mode 100644 new mode 100755 diff --git a/boss_images/skulwing.png b/boss_images/skulwing.png old mode 100644 new mode 100755 diff --git a/boss_images/turr.png b/boss_images/turr.png old mode 100644 new mode 100755 diff --git a/boss_images/turrdrac.png b/boss_images/turrdrac.png old mode 100644 new mode 100755 diff --git a/boss_images/turrking.png b/boss_images/turrking.png old mode 100644 new mode 100755 diff --git a/boss_images/turrrobo.png b/boss_images/turrrobo.png old mode 100644 new mode 100755 diff --git a/boss_images/turrspin.png b/boss_images/turrspin.png old mode 100644 new mode 100755 diff --git a/boss_images/turrwing.png b/boss_images/turrwing.png old mode 100644 new mode 100755 diff --git a/ddd_score_form.html b/ddd_score_form.html index 4be0cfc..d6b5fb6 100755 --- a/ddd_score_form.html +++ b/ddd_score_form.html @@ -1,12 +1,12 @@ -Top 100 DX Mode +Top 100 DX Mode

-Top 100 EX Mode +Top 100 EX Mode

diff --git a/ddd_scores.php b/ddd_scores.php index b5b6f4c..bddc96d 100755 --- a/ddd_scores.php +++ b/ddd_scores.php @@ -1,14 +1,20 @@ "; + echo "Top 100 DX Mode"; $query = "SELECT * FROM ddd_db.scores WHERE ddd_db.scores.Mode = 'DX' ORDER BY ddd_db.scores.Score DESC LIMIT 100"; } elseif ($mode == "EX") { - echo "Top 100 EX Mode"; + echo "Top 100 EX Mode"; $query = "SELECT * FROM ddd_db.scores WHERE ddd_db.scores.Mode = 'EX' ORDER BY ddd_db.scores.Score DESC LIMIT 100"; } ?> @@ -42,14 +48,13 @@ if ($result->num_rows > 0) { $bossImage = trim(strtolower($boss)) . ".png"; if($bossImage != ".png"){ echo "
"; - echo "" . $boss . ""; + echo "" . $boss . ""; echo "
" . $boss . "
"; echo "
"; } } - echo ""; } @@ -68,4 +73,4 @@ $conn->close(); ?>
-Back +Back diff --git a/ddd_source.html b/ddd_source.html index d774065..c469029 100755 --- a/ddd_source.html +++ b/ddd_source.html @@ -1,11 +1,11 @@ - - + +
- -DASH-DA-DASH DX + +DASH-DA-DASH DX

diff --git a/ddddxhs_files/DASH-DA-DASH DX (2023 Fan Patch).exe b/ddddxhs_files/DASH-DA-DASH DX (2023 Fan Patch).exe old mode 100644 new mode 100755 diff --git a/ddddxhs_files/DASH-DA-DASH DX (2023 Fan Patch).mfa b/ddddxhs_files/DASH-DA-DASH DX (2023 Fan Patch).mfa old mode 100644 new mode 100755 diff --git a/ddddxhs_files/ddd.css b/ddddxhs_files/ddd.css index 77d4187..6f735f5 100755 --- a/ddddxhs_files/ddd.css +++ b/ddddxhs_files/ddd.css @@ -85,10 +85,14 @@ a img { .even { background-color: rgba(0, 0, 0, 0.9); + border: 1px solid white; + border-radius: 10px; /* Adjust the value to get the desired roundness */ } .odd { background-color: rgba(26, 26, 26, 0.9); + border: 1px solid white; + border-radius: 10px; /* Adjust the value to get the desired roundness */ } .scoreEntry #player, diff --git a/example.config.cfg b/example.config.cfg new file mode 100755 index 0000000..3c15d08 --- /dev/null +++ b/example.config.cfg @@ -0,0 +1,13 @@ +[mysql] +mysqlconnect_path="/var/config/mysqlconnect.php" +host="localhost" +username="user" +database="database" +password="password" + +#To use this file, run the following +# cp example.config.cfg config.cfg +# mkdir /var/config +# cp example.mysqlconnect.php +# Change the password, do not remove the quotes +# Access the admin page at yourwebsite.com/update_db.php \ No newline at end of file diff --git a/example.mysqlconnect.php b/example.mysqlconnect.php new file mode 100755 index 0000000..7543052 --- /dev/null +++ b/example.mysqlconnect.php @@ -0,0 +1,27 @@ +connect_error) { + die('Connection failed: ' . $conn->connect_error); +} + +// Optionally, close the connection when done +// $conn->close(); +?> diff --git a/index.php b/index.php index f4847c0..41cbfe6 100755 --- a/index.php +++ b/index.php @@ -3,13 +3,13 @@




    - -DOWNLOAD DASH-DA-DASH DX + +DOWNLOAD DASH-DA-DASH DX


    -FEATURES DASH-DA-DASH DX +FEATURES DASH-DA-DASH DX


    @@ -21,8 +21,8 @@ Welcome to the fan made Dash Da Dash DX High Score Board I created this homage as a way for my friends and I to post our high scores to an online leaderboard like back in the day.
    - -CODE DASH-DA-DASH DX + +CODE DASH-DA-DASH DX

  1. @@ -42,7 +42,7 @@ Credits
    Version 1.12 from WabyBackMachine Archive
    -2023 Fan Patch .mfa Source File for Clickteam Fusion 2.5 +2023 Fan Patch .mfa Source File for Clickteam Fusion 2.5

diff --git a/input_ddd_scoreboard.php b/input_ddd_scoreboard.php index b9a5f5b..1f36a31 100755 --- a/input_ddd_scoreboard.php +++ b/input_ddd_scoreboard.php @@ -1,8 +1,14 @@ close(); $conn->close(); ?>
-Back +Back