We're getting lots of guests spam, which seems completely having no sense, as they do not have hyperlinks put it, and even references to some other recognizable ads are put rarely. For example, one of the recent pieces is "The subject is very good, the building Lord come on".
Does somebody experience the same?
Just because I am being rarely online on weekends, sometimes I miss the time to remove these spam messages, that's why I've come to a very simple solution to enable our boards for registered-members only, but just on weekends, i.e. Saturdays and Sundays.
The code to automate it is quite simple. Under setup_options.php, instead of providing just a definition of $allForumsReg, put the following:
if(date('w')==6 or date('w')==0) $allForumsReg=TRUE; else $allForumsReg=FALSE;
This is an addition to the thread regarding
$allForumsReg setting and variations.