Print Page | Close Window

getting stats out spamfilter for isp ?

Printed From: LogSat Software
Category: Spam Filter ISP
Forum Name: Spam Filter ISP Support
Forum Description: General support for Spam Filter ISP
URL: https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2670
Printed Date: 31 July 2025 at 11:11am


Topic: getting stats out spamfilter for isp ?
Posted By: Guests
Subject: getting stats out spamfilter for isp ?
Date Posted: 12 January 2004 at 12:05pm

Does anyone know how (and is willing to share in detail) information on how to get the stats out of the ini file and export it to another file that can be easily read or displayed like a web page. I believe something like this was posted a while back but I don't know what became of it.

Thanks.




Replies:
Posted By: Desperado
Date Posted: 12 January 2004 at 2:02pm

Keizersozay,

I have written a function that will read any parameter you want from any standard ini file.  Using that function, a call from an ASP will be able to display what ever you want.  The thread is : http://www.logsat.com/spamfilter/forums/showmessage.asp?messageID=1862" CLASS="ASPForums" TITLE="WARNING: URL created by poster. - http://www.logsat.com/spamfilter/forums/showmessage.asp?messageID=1862" CLASS="ASPForums" TITLE="WARNING: URL created by poster. - http://www.logsat.com/spamfilter/forums/showmessage.asp?messageID=1862  

 

Dan S.



Posted By: Guests
Date Posted: 12 January 2004 at 2:24pm

Hi Dan,

Thank you, that was the post that I was referring to. However I am a bit ignorant when it come to web stuff. The second section is the web code itselft, I can see that.. but does the first section go in the same file ? is that a .htm file or vbs file? I'm sorry to show my ignorance but any guidance would be appreciated.



Posted By: Desperado
Date Posted: 12 January 2004 at 2:30pm

Hi,

 

It is an ASP file and is put in you main page as an include as follows:  My include is named "virtinclude.asp:

The very first lines in my page that gets the stats are:

<!--#include file="VirtAuthenticate.asp"-->

<!--#include file="VirtInclude.asp"-->

Hope this helps.

Dan S.



Posted By: Guests
Date Posted: 12 January 2004 at 4:32pm
it works, thank you!


Posted By: Desperado
Date Posted: 12 January 2004 at 4:36pm

No Problem.   I am happy it worked for you.  It can get tricky with permissions if the files are on a server share but it can still be made to work even that way.

 

Dan



Posted By: bpogue99
Date Posted: 14 January 2004 at 1:59pm

Awesome stuff Dan. In the example statistics HTML/ASP you posted I can see how you got the bottom sets of stats, but how did you get the top sets? Could you post or email me your asp scripts that filled in the data for those stats so I can see what you did? I'm assuming it's some sort of lookup into the DB tables, and I'm not familar with that sort of scripting, but I love that stats page and would like to put one together similar to it if I can figure out where all those numbers come from.

Thanks!

bill



Posted By: Desperado
Date Posted: 14 January 2004 at 2:49pm
Bill,
 
I am on the road at the moment.  I will respond to this post in greater detail after 9:00 pm EST
 
Dan S.


Posted By: bpogue99
Date Posted: 17 January 2004 at 12:36pm

Ok, I appreciate the help. Feel free to email via bpogue99 .at. hotmail.com ... I'd just want to reinvent the wheel when you did an awesome job already!!

bill




Print Page | Close Window