usermgr.php usermgr.php
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

usermgr.php

Started by Coley@sw-cc.com, February 27, 2004, 10:30:59 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Coley@sw-cc.com

when i click on the user link in admin mode it says page cannot be found.. why is this?? the link goes to usermgr.php which is there and correct (i think).

thanks in advance

Coley

Rodinou

I have the same pb : this file has too many requests (I have impression it scann ALL the users before showing the page) and I cannot see the users, I have too many !! (over 500 !!!)

Casper

It should work.  Assuming you havn't changed anything, try re-uploading a new copy of index.php and usermgr.php, just in case somethings become corrupt.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

borru

is it possible somehow to let the anonymous people to see userlist on  usermgr.php ?


borru-

Joachim Müller

@borru: don't try to hijack this thread, your question is not related. To make the memberlist available for everybody (not recommended), edit themes/yourtheme/theme.php, findif (!USER_ID || !$CONFIG['allow_memberlist']) {and replace withif (!$CONFIG['allow_memberlist']) {
This applies only to cpg1.3.x, which is why your question is totally off on this sub-board (which deals with cpg1.2.x).

Joachim