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
/
index.html
30 lines (28 loc) · 1.61 KB
/
index.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="es" dir="ltr">
<head>
<meta charset="utf-8">
<title>¡Gracias!</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>Ayuda general</h1><br>
<h2><a href="en.html">This is not your lenguage?</a></h2>
¡Hola! Te saluda JeffreyG / JeffreyGMD. ¡Gracias por descargar este administrador de GDPS!<br>
Intenté que fuera lo más sencillo posible para cualquiera. A continuación te diré lo primero que debes hacer para que esto empieze a funcionar.<br><br>
1. Ve al archivo conx.php y cambia los datos a los de la database de tu GDPS. Y además la contraseña secreta. 🤫<br>
2. Luego de que tengas los datos listos, sube el archivo actualizado a la página web. <br>
3. Cambia el link en la variable "root" en conx.php, por el link donde está instalada la herramienta en tu página.
4. Para verificar que los datos sean correctos y que sí está conectada la db (base de datos) a la página web, entra al archivo chkCon.php <b>Desde el navegador.</b><br>
5. Elimina este archivo; "index.html" y también "en.html" <b>NO ELIMINES EL ARCHIVO <i>INDEX.PHP</i></b>. <br>
6. Entra a index.php y disfruta. 🙂 <br><br>
<i>Sólo es compatible con los archivos de <a href="https://github.com/Cvolton/GMDprivateServer" target="_blank">GDPS Cvolton</a></i>
<br><br>
</form>
</body>
</html>