This repository has been archived by the owner on Jan 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
en.html
30 lines (28 loc) · 1.51 KB
/
en.html
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Thank you!</title>
<link rel="stylesheet" href="CSS/estilos.css">
<link rel="stylesheet" href="CSS/layout.css">
<link rel="stylesheet" href="CSS/desplegable.css">
<link rel="stylesheet" href="CSS/fonts.css">
</head>
<body>
<font size="6">
<form>
<h1>General help</h1><br>
<h2><a href="index.html">¿Este no es tu idioma?</a></h2>
Hello! Its JeffreyG / JeffreyGMD. Thank you for downloading this GDPS administrator!<br>
I tried to make it as simple as possible for anyone. Then I will tell you the first thing you must do to make this work.<br><br>
1. Go to the conx.php file and change the data to the database of your GDPS, the lenguage and also the secret password. 🤫<br>
2. After you have the data ready, upload the updated file to the web page. <br>
3. Change the link on "root" variable at conx.php, by the link where your tool is installed.<br>
4. To verify that the data is correct and that the db (database) is connected to the web page, enter to chkCon.php file <b>From the browser.</b><br>
5. Remove this file; "en.html" AND "index.html" <b>DO NOT ELIMINATE THE FILE <i>INDEX.PHP</i></b>. <br>
6. Go to index.php and enjoy. 🙂 <br><br>
<i>It only supports the files of <a href="https://github.com/Cvolton/GMDprivateServer" target="_blank">GDPS Cvolton</a></i>
<br><br>
</form>
</body>
</html>