Thread: AntiCommerce
View Single Post
Scherzo
Senior Member
Join Date: Feb 2007
Location: Kwidzyn, Poland
Old 11-03-2008 , 09:09   Re: AntiCommerce
Reply With Quote #26

1. Exceptions you should add in server config (fe. server.cfg). Plugin removes from text all of exceptions, so included filter can`t find them.

Simply, add to cfg file some lines:
Code:
register_exception "mywebsite.abc"
register_exception "mywebsite2.abc"
register_exception "<my friend`s server address>"
2. This is a pattern. I showed how to change from char "." to "." OR "/". Last few chars are responsible for port. Usually it is included to servers IP, but if you don`t want this feature I could rewrite pattern to your condition. So?

Write more about .cfg/.ini file? what inside?

Last edited by Scherzo; 11-03-2008 at 11:19.
Scherzo is offline