Moderator: Integra Moderator
UPDATE phpbb_users SET phpBBSecurity_login_tries = '1' WHERE user_id > '-2';
Sorry, the information you provided is incorrect.
UPDATE phpbb_users SET phpBBSecurity_login_tries = '0' WHERE user_id > '-2';
"Whisky";p="20941" wrote:how did you changed your password sussfully in the DB? It's a crypted field! <img>
"jbl7979";p="20963" wrote:BTw Im not from Albania, i just was lazy and chose that to register, I didnt plan on posting when I reg'd.
On a side note Whisky, LOVE your guild site from the other post. Simply terrific. Thats what my forum is used for, my wow guild. Too bad I cant hope to achieve what you have on their. A+++
TRUNCATE TABLE phpbb_banlist;
"Teelk";p="21087" wrote:Still having this issue? Only thing I can think of at the moment is that everyone is in the banlist, although you're not quite getting the message I think you would be.
You can try the following SQL which will empty the banlist table, which will also unban all users you want to ban. Of coarse, that's better then not being able to access your forums.
- Code: Select all
TRUNCATE TABLE phpbb_banlist;
"jbl7979";p="20946" wrote:"Whisky";p="20941" wrote:how did you changed your password sussfully in the DB? It's a crypted field! <img>
I followed instructions on the phpbb site. Basically you just type in plain text and change the value type to something else, md5 or something, I dont remember exactly.
Anyway, I just did a clean install of integra 141, then I took the sql dump of my old site and inserted everything I could by hand. The only problem was there were a handful of things missing from the phpbb_users table so I had to go through each of those. Once that was done it was working perfectly.
if ($val == '3') message_die(GENERAL_MESSAGE, $lang['PS_security_force'], $lang['PS_security_info']);
/* removed by PCP Extra ] but there is nothing following this in the file that isn't also commented out, up to the final ?> !!
I tried the truncate method - nothing! I also tried replacing the security questions and answers with both text and with hashes - still nothing!!
Fortunately, this is all on my test site, not on the live site, but even so, I'm spending hours on end going through lines of code trying to figure out a resolution for it - if anyone has a short answer, I'd love to hear it!!!
Edit: The mystery deepens! The code in phpbb_security.php at line 160 calls for a language line which is being incorrectly displayed! It [u]should[/u] read: [code]$lang['PS_security_force'] = 'Sorry, it appears this is your first visit since we added the security questions to accounts. You will only be able to view your profile until you update it and add a question and answer. Thanks!<br><br>Click <b><a>here</a></b> to goto your profile.';
Registered users: App360MonitorBot, Bing [Bot], Google [Bot]