From 8bca2f7e966883cd1e73bf8df384a0aa21a271ba Mon Sep 17 00:00:00 2001 From: arf20 Date: Fri, 15 Mar 2024 04:04:16 +0100 Subject: Initial commit --- .gitignore | 1 + README.md | 2 + config.php.example | 17 +++++++ dbinit.sql | 2 + login.php | 130 +++++++++++++++++++++++++++++++++++++++++++++++++ logout.php | 14 ++++++ register.php | 139 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 305 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 config.php.example create mode 100644 dbinit.sql create mode 100755 login.php create mode 100755 logout.php create mode 100755 register.php diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4f4773f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +config.php diff --git a/README.md b/README.md new file mode 100644 index 0000000..ce1811d --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# arfnet2-cst +ARFNET2 Customer, Service manager and Ticketing system diff --git a/config.php.example b/config.php.example new file mode 100644 index 0000000..5057641 --- /dev/null +++ b/config.php.example @@ -0,0 +1,17 @@ + diff --git a/dbinit.sql b/dbinit.sql new file mode 100644 index 0000000..271eb2b --- /dev/null +++ b/dbinit.sql @@ -0,0 +1,2 @@ +CREATE DATABASE arfnet2; + diff --git a/login.php b/login.php new file mode 100755 index 0000000..c26b2e7 --- /dev/null +++ b/login.php @@ -0,0 +1,130 @@ + + + + + + + Login + + + + +
+

arfCloud Login

+

For those who don't want their data sold by Google

+
" method="post"> +
+
+
+ +
+
+
+
+ +
+
+ +
+

Don't have an account? Sign up now.

+
+
+ + diff --git a/logout.php b/logout.php new file mode 100755 index 0000000..d2ae1dd --- /dev/null +++ b/logout.php @@ -0,0 +1,14 @@ + \ No newline at end of file diff --git a/register.php b/register.php new file mode 100755 index 0000000..d7265b7 --- /dev/null +++ b/register.php @@ -0,0 +1,139 @@ + + + + + + + Register + + + + +
+

ARFNET2 Register

+

For those who don't want their data sold

+
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+ + +
+

Login.

+
+
+ + -- cgit v1.2.3