Forum Moderators: coopster

Message Too Old, No Replies

simple cms script

wont work

         

htdawg

1:13 pm on Nov 8, 2007 (gmt 0)

10+ Year Member



Hi,
I downloaded that free "Simple Web Content Management System" script, installed it (correctly) but when I try to login it just redirects me back to the login page. anyone care to take a guess at why it does that or how to fix it? just wanted a simple cms to set up a little site.

Thanks

Habtom

1:24 pm on Nov 8, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Well, a good guess could be that the script depends on cookies, and your cookies are disabled.

dreamcatcher

1:56 pm on Nov 8, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Or maybe it only works with register_globals on and you have them off?

dc

vincevincevince

2:04 pm on Nov 8, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



htdawg, I can confirm that Habtom is correct. I downloaded the script you mentioned and checked the code; it is entirely unsafe to use, even with register_globals on. If register_globals was on, you could just visit /admin/?loggedin=1 and get in.

htdawg

2:06 pm on Nov 8, 2007 (gmt 0)

10+ Year Member



ok thank you guys for the quick replies. i guess I will try to find something else (safer) then!
Thanks again!