Cronic Posted November 19, 2011 Share 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 Link to comment Share on other sites More sharing options...
AAC Posted November 19, 2011 Share Posted November 19, 2011 Why not just post it? Quote Link to comment Share on other sites More sharing options...
Cronic Posted November 19, 2011 Author Share 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 Link to comment Share on other sites More sharing options...
Cronic Posted November 19, 2011 Author Share 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 Link to comment Share on other sites More sharing options...
URBANZ Posted November 27, 2011 Share 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 Link to comment Share on other sites More sharing options...
Djkanna Posted November 27, 2011 Share 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 Link to comment Share on other sites More sharing options...
URBANZ Posted November 27, 2011 Share 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 Link to comment Share on other sites More sharing options...
Djkanna Posted November 28, 2011 Share 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 Link to comment Share on other sites More sharing options...
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.