Search found 3 matches
- Thu Apr 01, 2004 10:56 am
- Forum: General discussions
- Topic: Force ppl to log in?
- Replies: 8
- Views: 11152
- Wed Mar 31, 2004 11:33 am
- Forum: General discussions
- Topic: Force ppl to log in?
- Replies: 8
- Views: 11152
Code: Select all
define("DEBUG", FALSE);
if (DEBUG == TRUE) {
error_reporting(E_ALL);
}When i don't add the security check the website does work normal. So it has issues with that.
But I want a private faq part.
- Wed Mar 31, 2004 10:45 am
- Forum: General discussions
- Topic: Force ppl to log in?
- Replies: 8
- Views: 11152
Force ppl to log in?
Is it possible to have ppl be logged in before they can read/add questions?
I also got a forum so i tried it with security.php
But then i get all sql messages below:
INSERT INTO faqfaqsessions (IP,TIME) VALUES ('213.84.177.90', '1080725904')
SELECT sid FROM faqfaqsessions ORDER BY sid DESC LIMIT ...
I also got a forum so i tried it with security.php
But then i get all sql messages below:
INSERT INTO faqfaqsessions (IP,TIME) VALUES ('213.84.177.90', '1080725904')
SELECT sid FROM faqfaqsessions ORDER BY sid DESC LIMIT ...