Support for account creation.
Contributed by Liamxroy.
This commit is contained in:
4
Account_Manager/includes/.htaccess
Normal file
4
Account_Manager/includes/.htaccess
Normal file
@@ -0,0 +1,4 @@
|
||||
<Files ~ "^.*\.(php|cgi|pl|php3|php4|php5|php6|phtml|shtml)">
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
</Files>
|
9
Account_Manager/includes/config.php
Normal file
9
Account_Manager/includes/config.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
session_start();
|
||||
|
||||
$server_host = '127.0.0.1';
|
||||
$db_user_name = 'root';
|
||||
$db_user_password = '';
|
||||
$db_database = 'l2jmobius';
|
||||
|
||||
?>
|
19
Account_Manager/includes/index.html
Normal file
19
Account_Manager/includes/index.html
Normal 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> </p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user