INSTALLATION:
When you purchase
AntiTrader, installation of the main package is included and will be
completed for you unless you request otherwise. Normally the addition
of the special logging line in the web server configuration file would
be handled by the client, although we're more then happy to install
this for you as well, upon request.
You should have
received the installation instructions in E-mail, but you can get the
information here for reference as well.
Your web server
configuration file, normally httpd.conf (and normally located in /usr/local/apache/conf
or /etc/httpd/conf) need to have 1 line added.
If the site
your wish to run AntiTrader on is configured as a virtual server, the
easiest way to find the proper VirtualHost directive is to open the
httpd.conf file in an editor and search for the domain name AT will
be installed on. You will find someone resembling this:
<VirtualHost 208.141.21.4>
ServerAdmin webmaster
DocumentRoot /usr/atrader/public_html/
ServerName www.eqla3i.com
ServerAlias eqla3i.com
ErrorLog /var/httplogs/eqla3i.com/error_log
CustomLog /var/httplogs/eqla3i.com/access_log combined
ScriptAlias /cgi-bin/ /usr/atrader/cgi-bin/
</VirtualHost>
If AntiTrader
is installed in a directory called "/usr/atrader/antitrader"
you will need to add this line:
CustomLog "| /usr/atrader/antitrader/antitrader.pl" "%h|%u|%s"
When you are
done, your VirtualHost directive should look like this:
<VirtualHost 208.141.21.4>
ServerAdmin webmaster
DocumentRoot /usr/atrader/public_html/
ServerName www.eqla3i.com
ServerAlias eqla3i.com
ErrorLog /var/httplogs/eqla3i.com/error_log
CustomLog /var/httplogs/eqla3i.com/access_log combined
CustomLog "| /usr/atrader/antitrader/antitrader.pl" "%h|%u|%s"
ScriptAlias /cgi-bin/ /usr/atrader/cgi-bin/
</VirtualHost>
USAGE:
Using AntiTrader is very easy
and, for the most part, requires no effort or actions on the part of the
site administrator. The only time that you should need to do anything
special at all is if you are not using the auto-delete function or you
want to check your usage stats through the CGI interface.
Notify and Delete Options:
When a password is detected
by AntiTrader to have been abused, you will receive an E-mail to the Abuse
E-mail address you listed on the AntiTrader order form. If auto-delete
is turned on, the E-mail will state that the abused ID has been killed.
If auto-delete IS NOT turned on, you will need to either edit your password
file directly or go through your billing provider to remove the abused
password from your password file. Your billing company should be able
to give you more information on how to handle this.
Checking Stats:
When AntiTrader was installed,
you should have been given a URL, username and password to check your
tracked stats. Just point your browser to this URL and log in and select
your stats option. There isn't much that needs explaining, just play around
with the stats to get a feel for them and you'll learn what options are
available.
If you do not have AntiTrader
installed on your server and are curious what the stats look like, hit
the stats link on the left bar.
Back
to the Top
|