From c6082116a8575188abff48e872716c44a1f1f97c Mon Sep 17 00:00:00 2001 From: MobiusDev <8391001+MobiusDevelopment@users.noreply.github.com> Date: Mon, 26 Mar 2018 19:01:28 +0000 Subject: [PATCH] Addition of download page. Contributed by Liamxroy. --- Account_Manager/dashboard.php | 4 +- Account_Manager/download.php | 91 +++++++++++++++++++++++++++++ Account_Manager/includes/config.php | 16 ++++- Account_Manager/index.php | 2 +- 4 files changed, 108 insertions(+), 5 deletions(-) create mode 100644 Account_Manager/download.php diff --git a/Account_Manager/dashboard.php b/Account_Manager/dashboard.php index 62000fe75e..74e2cdba53 100644 --- a/Account_Manager/dashboard.php +++ b/Account_Manager/dashboard.php @@ -88,7 +88,7 @@ $error = ""; - Mobius Underground - Main + Mobius Underground - Dashboard + + Mobius Underground - Download + + + + + + + + + +
+
+
+
+ + +
+
+ + +
+
+
+
+
+ + + + + +
+
+
+ + + + + + + + + + + diff --git a/Account_Manager/includes/config.php b/Account_Manager/includes/config.php index 5c7c48ee68..99cbe7d800 100644 --- a/Account_Manager/includes/config.php +++ b/Account_Manager/includes/config.php @@ -4,6 +4,18 @@ session_start(); $server_host = '127.0.0.1'; $db_user_name = 'root'; $db_user_password = ''; - $db_database = 'l2jmobius'; - + $db_database = 'l2jmobius'; + + //Link for Site - http:// or https:// on front + $siteURL = 'http://127.0.0.1'; + + //Link for Forum - http:// or https:// on front + $forum = 'http://127.0.0.1/forum'; + + //Link for Client Download + $dlClient = 'https://www.google.com'; + + //Link for Patch Download + $dlPatch = 'https://www.google.com'; + ?> diff --git a/Account_Manager/index.php b/Account_Manager/index.php index 009a018461..b481aaa3cf 100644 --- a/Account_Manager/index.php +++ b/Account_Manager/index.php @@ -169,7 +169,7 @@ $error = "";