hi guys. i sent a mass E mail 24 hours ago to all of my forum Members. i didn't checked on send email immediately. now my forum members receiving E mail since last 24 hours continously. and received same E mail more than 20 times. :( :o how to stop thissssssssss ? waiting thankyou. is there any sug...
karlsemple wrote:re-upload a clean RC4 index.php file make sure that the ftp client does not corrupt it, re-download RC$ to be sure that the copy you have is not corrupt
How did you update and was the RC3 install modified in anyway? rc3 was clear no modifications. i, updated db on local mashine, then loaded on host then loaded changed files to host/ http://myhost/forum/index.php (or http://myhost/forum/) was not loading then i uploaded clear rc4 install without ins...
OK, maybe I'm just an idiot - this being my first time trying to install a mod. I thought I did everything right, even have the Spam Words entry in my admin panel, but when I try to select anything under it, I get this error: phpBB : Critical Error Could not query config information DEBUG MODE SQL ...
Yep. That's everything I can think of right now. Aha! I thought of one more Request For Enhancement: Automagically count the number of URLs within a post and, when that number exceeds an administrator set limit (say, 5) flag the message as requiring admin approval. there is already such a mod detec...
Apologies to everyone - for some reason I have not been getting email updates for this topic. okcorp , the change gets rid of the problem with spam words weaved into urls. Millennyum , the next version employs a more effective method of highlighting spam words. FIND $single_words = explode(' ', $me...
OPEN includes/spamwords.php FIND $message = preg_replace("/\[.*?:$bbcode_uid:?.*?\]/si", '', $message); $message = preg_replace('/\[url\]|\[\/url\]/si', '', $message); REPLACE WITH $message = preg_replace("#\[.{12,16}]#i", '', $message); all who use this mod, have to do it?