[Tool/Web/Other] gCMS [PHP] My simple Content Management System - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Tools and Files (
https://sampforum.blast.hk/forumdisplay.php?fid=82)
+---- Thread: [Tool/Web/Other] gCMS [PHP] My simple Content Management System (
/showthread.php?tid=249060)
-Removed -
gamer931215 - 17.04.2011
-Removed due to compability problems with some server configurations and headers
Re: gCMS [PHP] My simple Content Management System -
Venice - 17.04.2011
Good Job Im Test Later
Re: gCMS [PHP] My simple Content Management System -
CODMW5 Owner - 17.04.2011
Venice I'm Testing Now this might go on our site.. We will see keep it going..
Nice..
Re: gCMS [PHP] My simple Content Management System -
Venice - 17.04.2011
Quote:
Originally Posted by CODMW5 Owner
Venice I'm Testing Now this might go on our site.. We will see keep it going..
Nice..
|
Ohh K Im will test too working
Re: gCMS [PHP] My simple Content Management System -
royal_king - 17.04.2011
Nice work it's not too simple it's not too hard
but that will help many server websites
Re: gCMS [PHP] My simple Content Management System -
BASITJALIL - 17.04.2011
Awesome gamer
Re: gCMS [PHP] My simple Content Management System - XFlawless - 17.04.2011
Very nice, but it can be easily XSS attacked(Some symbols not escaped) and password is not hashed which involves in greater security issues...
Re: gCMS [PHP] My simple Content Management System -
gamer931215 - 17.04.2011
Quote:
Originally Posted by XFlawless
but it can be easily XSS attacked(Some symbols not escaped)
|
It uses mysql_real_escape_string() in front of every input (except on the admin script, but yeah i guess you wont abuse mysql injections on your own website ?), so this shouldnt be possible if im correct,
and yeah about the passwords, il add an MD5 hash in a future version.
Re: gCMS [PHP] My simple Content Management System - XFlawless - 17.04.2011
Quote:
Originally Posted by gamer931215
It uses mysql_real_escape_string() in front of every input (except on the admin script, but yeah i guess you wont abuse mysql injections on your own website ?), so this shouldnt be possible if im correct,
and yeah about the passwords, il add an MD5 hash in a future version.
|
But a hacker can easily attack the cms, just suggesting you to add more security :P
Re: gCMS [PHP] My simple Content Management System -
gamer931215 - 17.04.2011
Quote:
Originally Posted by XFlawless
But a hacker can easily attack the cms, just suggesting you to add more security :P
|
Would be usefull if you can tell me what kind of security except adding MD5().