Cronic Posted November 19, 2011 Posted November 19, 2011 Just finished a admin news system. If you want this script, just have to message me and i'll give it to you for free.;) Quote
Cronic Posted November 19, 2011 Author Posted November 19, 2011 You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. There. Quote
Cronic Posted November 19, 2011 Author Posted November 19, 2011 Add this into you're database: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
URBANZ Posted November 27, 2011 Posted November 27, 2011 nice script but you should think about replacing $_SERVER['PHP_SELF'] it is unsecure to xss try using $_SERVER['REQUEST_URI'] instead Quote
Djkanna Posted November 27, 2011 Posted November 27, 2011 nice script but you should think about replacing $_SERVER['PHP_SELF'] it is unsecure to xss try using $_SERVER['REQUEST_URI'] instead $_SERVER['PHP_SELF'] is fine. Quote
URBANZ Posted November 27, 2011 Posted November 27, 2011 i heard that it is vulnerable to xss attack so i avoid using it must have been misinformed then thats cool anyways but very nice script anyways Quote
Djkanna Posted November 28, 2011 Posted November 28, 2011 i heard that it is vulnerable to xss attack so i avoid using it must have been misinformed then thats cool anyways but very nice script anyways You was not misinformed, the value can be changed, however how Cronic is using it is fine. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.