Jan 13 2006

AdMentor 2.20

Posted by admin under AdMentor ASP

The new version of Admentor is finally released! It is called version 2.20.

New stuff in this version:

1. Bug fix in statsres.asp when selecting to see stats for multiple zones.

2. SQL Server support. AdMentor now supports SQL Server as well as Access. I have been using SQL Server for a while but with a tweaked version of AdMentor. Now it is built in into the real distribution:

In admentorconfig.asp there is now a global variable:
Dim g_AdMentor_DatabaseType ' SQLServer or Access
So set
g_AdMentor_DatabaseType = "Access" 'for Access database
g_AdMentor_DatabaseType = "SQLServer" 'for SQL Server database

There is a script in the distribution sqlserver7-script.txt. Run it to create tables.


3. Now AdMentor never shows the same banner twice on the same page ( only for SSI version - that is it doesn't work for usage on for HTM-files ).

4. Extended stats: Show clicks log. See clicks from last day, week etc.