-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
52 lines (41 loc) · 2.25 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
PHP Forum site. Requires PHP 7.3.0
----------------------------------------------------------------------------
Copyright 2019 Christopher Dangerfield <[email protected]>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
----------------------------------------------------------------------------
Template SidebarMenu/Dark
from https://github.com/dl200010/WebsiteTemplates
----------------------------------------------------------------------------
Credits: (license files in each asset)
Sidebar Menu: Bootstrapious (MIT License) (https://bootstrapious.com/p/bootstrap-sidebar)
Bootstrap (https://getbootstrap.com)
FontAwesome (https://fontawesome.com)
jQuery (https://jquery.com)
jQuery Validation (https://jqueryvalidation.org)
Lobibox (https://lobianijs.com/site/lobibox)
----------------------------------------------------------------------------
Install
----------------------------------------------------------------------------
Have PHP 7.3.0 installed.
Have MySQL installed and database set up.
Have 'index.php' a default document on the website
Copy all files into root of website.
Open /includes/inc_mysql_settings.php and create the ini file listed there and modify
inc file to point to the right folder outside of the website root
directly. (currently at 'c:\inetpub\')
Go to login in a browser ON the server that is running the PHP.
This is needed because to create an admin user, you need to come from 127.0.0.1
Log in as "[email protected]" using password "admin"
You will be redirected to an admin creation page.
This page will no longer work once any accounts exist in the database.
It does not validate that the email you are entering is a real email,
just that it follows the standard.
Now log in as the just create admin.