- 2,316
- 2015
- 278
- Location
- Denmark
Extra Information:
The site is responsive, but bootstrap is not used.
The website has a chat that refresh automatically so you wont need to refresh the page to see new incoming messages, it will appear automatically.
Install Guide:
1. make sure you have a webserver, if you don't then download xampp from apachefriends.org and install to C:\ drive
2. go to C:\xampp\htdocs and delete everything inside this folder
3. Extract my website to htdocs folder
4. Open the website folder and find the config folder and open it.
5. Edit your database connection in file dbconf1.php and dbconf2.php
6. Go back to the root of the website folder and find folder "sql" open this folder and import the SQL File to your database. This will create a new database for the website. But do not worry, It will not delete database so you still keep auth, characters and world and whatever other database you may have.
7. go back to the root of xampp folder and find file xampp-control.exe and start it.
8. Click "Config" button next to apache and choose "php.ini", now look for ";extension=gmp" and remove the ";" before "extension" so it should be "extension=gmp" and this save php.ini and open xampp control panel again if you closed it
9. Click "Start" next to Apache and type 127.0.0.1 in address bar and hit enter and you should see the website.
Optional changes:
If you want the chat to stay open when refresh if you toggle chat on and stay close on refresh when you toggle chat off then you can replace the content inside the js file with this code https://pastebin.com/ryrg1ah3 I have used localStorage feature to get this to work
this will also require that you add this css code to style.min.css file in css folder
Code:
.chat-box.enabled {
display:block;
}
NOTE! : You will have to modify 2 config files, because the registration script is made for some who uses OOP with PDO.
Credits:
Treeston
Tok124
Download