IMPEX: Enable visitor messages gloabally after imported forum

To enable all visitor messages after an import run the query :

PHP Code:
UPDATE user SET options = options + 8388608 WHERE NOT(options & 8388608)

to disable all visitor messages :
PHP Code:
UPDATE user SET options = options - 8388608 WHERE options & 8388608

How People Found us on Google:

Tags:

About Barry

Enthusiastic about Internet marketing i thought it would be fitting to think about starting a New IM forum , I Also have a keen interest in Network management of which Bandwidth Splitter are something im currently playing with.

No comments yet.

Leave a Reply