Quote:
Originally posted by annams
What is the $2 and $1? Is it somehow trying to put my signature on to the usenet? If so, how do I disable it?
|
It's the use of the preg_replace function that is not compatible with older version of php. The newer versions support using $1 for the first match, but in older version, it uses \\1 for the same thing. Newer versions of course are backwards compatible, so I have changed it to the old way so it works for everyone. Try out the gateway.php I attached and let me know if that works for you. If it does, I'll release this version.
Quote:
Also, transmitting Moderator to the USENET newsgroup is not a good idea in my opinion.
|
That's just the 'title' that is being put in the signature. If there is no custom title, it is not put in there. Does vB use the cutom title field to define "moderator"? If it does, I suppose I'll make it an otpion to disable that in a future release.