It's almost perfect. there is some security things that should be built in like:
password recovery limit configurable: where the user can try reconver pass one time each X days and a visual confirmation for that.
And others.
I never made an update on my phpBB because I have a lot of custom changes. Does anyone have a suggestion how update it with out screwup my forum? or the current update do no affect my custom files?
ok, I found wich mod bug the forum. it's override the existent usernames and the disallow username control. In another words, it's make you create 2 or more accounts with the same name. ex: admin admin Admin ADMIN etc Well. DO NOT USE THIS MOD ########################################################...
The problem is, I have no idea wich mod broke it. That's why im asking wich file I should post to check. like... what file check the Username Disallow Control?
I have some mods installed on my forums and only today I figureout that Username Disallow Control is not working. I don't know if this issue is due a mod that I've installed or if it's a built in issue.
For now, im asking, which file I should post here to you guys check the code?
Hi, sorry if it's not the correct place to post. (Any Mod please, move this if I'm posted wrong) Well, Normaly I have this: my domain: http://myDomain.ok/ forum -> phpBB installed http://myDomain.ok/ other -> not related to phpBB http://myDomain.ok/ other / admin -> not related to phpBB and admin ar...
2. If you are trying to install keep unread on a board that has already been upgraded to 2.0.20, then: (a) change the part of keep unread that says this: # #-----[ FIND ]------------------------------------------------ # if (preg_match('#^[\*%]+$#', trim($search_author)) || preg_match('#^[^\*]{1,2}...
I got this error: Fatal error: Call to undefined function: smilies_pass() in /home/blabla/public_html/foruns/viewforum.php on line 698 Afther this change: if ($forum_row['enable_forum_rules'] == 1) { // include($phpbb_root_path . 'includes/bbcode.'.$phpEx); The line: 'FORUM_RULES' => smilies_pass(bb...