Support for account creation.

Contributed by Liamxroy.
This commit is contained in:
MobiusDev
2018-03-21 10:48:57 +00:00
parent d98492c94e
commit ceb1549b84
4 changed files with 102 additions and 13 deletions

View File

@@ -0,0 +1,4 @@
<Files ~ "^.*\.(php|cgi|pl|php3|php4|php5|php6|phtml|shtml)">
Order allow,deny
Deny from all
</Files>

View File

@@ -0,0 +1,9 @@
<?php
session_start();
$server_host = '127.0.0.1';
$db_user_name = 'root';
$db_user_password = '';
$db_database = 'l2jmobius';
?>

View File

@@ -0,0 +1,19 @@
<html>
<head>
<meta HTTP-EQUIV="REFRESH" CONTENT="1; URL=http://l2jmobius.com">
<script language="JavaScript">
<!--
window.location.href = "http://l2jmobius.com"
// --> </script>
<title>404 Page not Found</title>
</head>
<body>
<p>&nbsp;</p>
</body>
</html>