From 7ad336dee45a266d48b52aa14f01873a625922f0 Mon Sep 17 00:00:00 2001 From: asandikci Date: Wed, 22 Nov 2023 19:03:21 +0300 Subject: [PATCH] WIP: donations page --- bagis/index.php | 67 +++++++++++++++++++++++++++++++++++++++++++++++++ donations.json | 14 +++++++++++ 2 files changed, 81 insertions(+) create mode 100644 bagis/index.php create mode 100644 donations.json diff --git a/bagis/index.php b/bagis/index.php new file mode 100644 index 0000000..3cb1369 --- /dev/null +++ b/bagis/index.php @@ -0,0 +1,67 @@ + + +

Error: [$errno] $errstr
in file $errfile line $errline

"; +} +set_error_handler("warnError"); + +if (!$_SERVER['DOCUMENT_ROOT']) { + $_SERVER['DOCUMENT_ROOT'] = '/weblink'; +} +# TODO separate file +?> + + + + + + + + + + + + + + + + + Bi' Kahve Ismarla | Aliberk Sandıkçı + + + + + + +
+ +
+
+
+

Bana Bi' Kahve Ismarla ☕

+
IBAN:TR63 0082 9000 0949 1444 3182 51
+
Papara Numarası:14444318251
+

+

+

Bağışçılar

+
+ +
+
2023 🄯 Aliberk Sandıkçı
+
+
+ isDot()) && str_ends_with($file, ".js") && $file != "jquery.js") { + echo '' . PHP_EOL . ' '; + } + } ?> + + + + \ No newline at end of file diff --git a/donations.json b/donations.json new file mode 100644 index 0000000..f93770a --- /dev/null +++ b/donations.json @@ -0,0 +1,14 @@ +[ + { + "name": "Deniz K***", + "amount": 25, + "place": 1, + "webpage": "" + }, + { + "name": "Aziz K***", + "amount": 10, + "place": 2, + "webpage": "" + } +] \ No newline at end of file