Search found 9 matches
- Mon 4. Apr 2005, 10:17
- Forum: phpwcms Support English
- Topic: Frontend Logging
- Replies: 2
- Views: 1147
- Tue 14. Dec 2004, 13:13
- Forum: hacks & enhancements
- Topic: Frontend loging in phpwcms
- Replies: 47
- Views: 34529
Well it seems that you have a config problem.
in include\inc_conf\conf.inc.php what are your constants in this file?
Take a look at if there is a constant like this
in include\inc_conf\conf.inc.php what are your constants in this file?
Take a look at if there is a constant like this
Code: Select all
$_SERVER['DOCUMENT_ROOT'] = '.';
- Tue 14. Dec 2004, 09:00
- Forum: hacks & enhancements
- Topic: Frontend loging in phpwcms
- Replies: 47
- Views: 34529
ups. Basically you didn't need that, it has been long time since I written this hack, but here is frontlogin 1.1
- Mon 13. Dec 2004, 11:47
- Forum: hacks & enhancements
- Topic: Frontend loging in phpwcms
- Replies: 47
- Views: 34529
ups try this frontlogin[/url]
- Mon 13. Dec 2004, 10:52
- Forum: hacks & enhancements
- Topic: Frontend loging in phpwcms
- Replies: 47
- Views: 34529
- Tue 12. Oct 2004, 16:01
- Forum: hacks & enhancements
- Topic: Frontend loging in phpwcms
- Replies: 47
- Views: 34529
- Mon 11. Oct 2004, 17:09
- Forum: hacks & enhancements
- Topic: Frontend loging in phpwcms
- Replies: 47
- Views: 34529
I become a lazybones
Sorry for not being for you, but it seems that now you got started it. :wink:
Also notice this that sitemap still shows private siteinfo.
Also some meny items doesn't allow those rules witch shouldn't show for unauthorized persons.
for sitemap I added those lines of code.
again modify inc_front ...
Also notice this that sitemap still shows private siteinfo.
Also some meny items doesn't allow those rules witch shouldn't show for unauthorized persons.
for sitemap I added those lines of code.
again modify inc_front ...
- Wed 8. Sep 2004, 11:24
- Forum: hacks & enhancements
- Topic: Frontend loging in phpwcms
- Replies: 47
- Views: 34529
Frontend loging in phpwcms
Since it seems to me that it takes ages to wait for frontend logging in phpwcms, I did it by myself, it is working and I hope this helps developers also to relase properly coded frontend logging :wink:
So lets get to the point.
1) modify index.php
uncomment on line 34
session_start();
2 ...
So lets get to the point.
1) modify index.php
uncomment on line 34
session_start();
2 ...
- Fri 6. Aug 2004, 11:54
- Forum: phpwcms Support English
- Topic: how can i define my own tag?
- Replies: 1
- Views: 889
take a look at this posting
http://www.phpwcms.de/forum/viewtopic.php?t=191
http://www.phpwcms.de/forum/viewtopic.php?t=191