You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-18Lines changed: 11 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,27 +17,18 @@ Mage (meɪdʒ): a magician or learned person.
17
17
18
18
## Instructions:
19
19
***Note: You need to make sure that you have `php-mysql` package that connects PHP with MySQL, and that you change the `generated` directory permissions to be 777.***
20
-
1- Start by providing your MySQL Server Info, then click Next Step button.
21
-

22
20
23
-
2- The tool will scan the server for available databases and list them in a dropdown menu, select the database that you want, then check if you need full HTML editor or not, and then click "Generate Admin Panel" button
24
-

25
-
26
-
3- After a few seconds, you'll get a success message, with a link to the newly created admin panel, and a report of all the operations that were done.
27
-

28
-
29
-
4- Click the link to the admin panel. You have to sign in using "admin" as an email and a password.
| 1 |[<imgsrc="images/1.png"width="200">](images/1.png){:target="_blank"} | Start by providing your MySQL Server Info, then click Next Step button. |
24
+
| 2 |[<imgsrc="images/2.png"width="200">](images/2.png){:target="_blank"} | The tool will scan the server for available databases and list them in a dropdown menu, select the database that you want, then check if you need full HTML editor or not, and then click "Generate Admin Panel" button |
25
+
| 3 |[<imgsrc="images/3.png"width="200">](images/3.png){:target="_blank"} | After a few seconds, you'll get a success message, with a link to the newly created admin panel, and a report of all the operations that were done. |
26
+
| 4 |[<imgsrc="images/4.png"width="200">](images/4.png){:target="_blank"} | Click the link to the admin panel. You have to sign in using "admin" as an email and a password. |
33
27
34
28
You'll get a clean bootstrap interface to control the website, check below screenshots:
MAGE handles data using `htmlentities` as well as `addslashes` to prevent XSS attacks. This means that any HTML tags, especially those generated by the CKEditor, will be encoded.
@@ -57,3 +48,5 @@ Change the `generated` directory permission to 777
0 commit comments