blocked_logins [message #35332] |
Fri, 29 December 2006 20:01 |
kroku
Messages: 30 Registered: July 2006
Karma: 0
|
Member |
|
|
I have in this table some polish letters like: ¡, Ê, Æ, Ñ, ¬, ó, etc (if you can see them) and it worked ok. Yesterday I added there space sign to disable logins with spaces inside them (of course via admin panel). And now nobody can't login. It blockes all logins.
I deleted all records in blocked_logins table (via phpMyAdmin), but logins are still blocked. How to repair it?
BTW when i try lovin via http://www.aeii.livenet.pl/fud/adm/index.php i got Cytuj: | Warning: getmypid() has been disabled for security reasons in /home/aeii/public_html/FUDforum/include/theme/default/cookies.inc on line 91
Warning: Cannot modify header information - headers already sent by (output started at /home/aeii/public_html/FUDforum/include/theme/default/cookies.inc:91) in /home/aeii/public_html/FUDforum/include/theme/default/cookies.inc on line 98
Warning: Cannot modify header information - headers already sent by (output started at /home/aeii/public_html/FUDforum/include/theme/default/cookies.inc:91) in /home/aeii/public_html/FUDforum/include/adm.inc on line 39
|
second BTW, my provider changed server configuration:
Cytuj: | disable_functions php_uname, putenv, getmyuid, getmypid, passthru, leak, listen, diskfreespace, tmpfile, link, ignore_user_abord, shell_exec, popen, dl, set_time_limit, exec, system, highlight_file, source, show_source, fpaththru, virtual, posix_ctermid, posix_getcwd, posix_getegid, posix_geteuid, posix_getgid, posix_getgrgid, posix_getgrnam, posix_getgroups, posix_getlogin, posix_getpgid, posix_getpgrp, posix_getpid, posix_getppid, posix_getpwnam, posix_getpwuid, posix_getrlimit, posix_getsid, posix_getuid, posix_isatty, posix_kill, posix_mkfifo, posix_setegid, posix_seteuid, posix_setgid, posix_setpgid, posix_setsid, posix_setuid, posix_times, posix_ttyname, posix_uname, proc_open, proc_close, proc_get_status, proc_nice, proc_terminate
|
which of this functions cannot be disabled for fudforum?
[Updated on: Fri, 29 December 2006 20:02] Report message to a moderator
|
|
|
Re: blocked_logins [message #35345 is a reply to message #35332] |
Sun, 31 December 2006 19:26 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
getmypid() Is needed to generate a unique key. However if it is disabled, simply replace it with a call to rand().
From the other functions listed I don't believe that there are any necessary for successful operation of the forum.
FUDforum Core Developer
|
|
|
Odp: blocked_logins [message #35355 is a reply to message #35332] |
Mon, 01 January 2007 17:17 |
kroku
Messages: 30 Registered: July 2006
Karma: 0
|
Member |
|
|
thanks...
I found second probably needed function, it's warning from file manager in admin panel:
Warning: posix_getpwuid() has been disabled for security reasons in /home/aeii/public_html/fud/adm/admbrowse.php on line 332
Warning: posix_getgrgid() has been disabled for security reasons in /home/aeii/public_html/fud/adm/admbrowse.php on line 334
how about it?
[Updated on: Mon, 01 January 2007 17:18] Report message to a moderator
|
|
|
Re: Odp: blocked_logins [message #35357 is a reply to message #35355] |
Mon, 01 January 2007 18:17 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You can ignore those, those are non-critical error. Basically they'll prevent the forum's file manager from showing the user/group names.
FUDforum Core Developer
|
|
|
Odp: blocked_logins [message #35396 is a reply to message #35332] |
Sun, 07 January 2007 14:02 |
kroku
Messages: 30 Registered: July 2006
Karma: 0
|
Member |
|
|
Cytuj: | Warning: getmypid() has been disabled for security reasons in /home/aeii/public_html/fud/index.php on line 300
Warning: Cannot modify header information - headers already sent by (output started at /home/aeii/public_html/fud/index.php:300) in /home/aeii/public_html/fud/index.php on line 308
|
ok, i've replaced it to rand() but forums still doesn't remember i was logged in
i have to login every time i open forums
[Updated on: Sun, 07 January 2007 14:04] Report message to a moderator
|
|
|
|