Issue to configure Web Interface |
Post Reply ![]() |
Author | |
morten44 ![]() Groupie ![]() Joined: 07 March 2008 Status: Offline Points: 74 |
![]() ![]() ![]() ![]() ![]() Posted: 26 June 2008 at 7:18pm |
Hi
We are running ISP Spamfilter v4.0.1.783 in Standard Mode
I am trying to setup webinterface, because we have 10-15 users who are not happy for not having control of their filter. the rest are very happy with how it is.
I have downloaded it and set up db-connect.asp so I get a logon box with e-mail and password. I then went into mysql table tblLogins and created one user and password.
I now logon with that email and password and redirected to Listspam.asp, but the page can not be shown: THE PAGE CAN NOT BE DISPLAYED.
Is there any additional settings I have do to?
Is there any litterature I can read?
As said, I am using mysql and asp and I have downloaded the web interface packet from download
Kind Regards
Morten
|
|
![]() |
|
Desperado ![]() Senior Member ![]() ![]() Joined: 27 January 2005 Location: United States Status: Offline Points: 1143 |
![]() ![]() ![]() ![]() ![]() |
Morten,
Quick question ... Is the "db-connect.asp" also being properly pointed to from the "listspam.asp" page?
|
|
The Desperado
Dan Seligmann. Work: http://www.mags.net Personal: http://www.desperado.com |
|
![]() |
|
LogSat ![]() Admin Group ![]() ![]() Joined: 25 January 2005 Location: United States Status: Offline Points: 4104 |
![]() ![]() ![]() ![]() ![]() |
Morten,
It's possible you don't have your browser configured to display the "real" error Internet Explorer is experiencing, but rather a generic error message. You can change this by going (in Internet Explorer) to Tools - internet Options - Advanced and unchecking the "Show friendly HTTP error messages". This should reveal the real problem. |
|
![]() |
|
morten44 ![]() Groupie ![]() Joined: 07 March 2008 Status: Offline Points: 74 |
![]() ![]() ![]() ![]() ![]() |
Hi Thanks to the two of you. I think you are onto something. Thanks so far :)
Kind Regards Morten |
|
![]() |
|
morten44 ![]() Groupie ![]() Joined: 07 March 2008 Status: Offline Points: 74 |
![]() ![]() ![]() ![]() ![]() |
OK. Got a little futher.
I did remove friendly HTML in my browser and I now get the following error:
........................................................................................................................
Microsoft VBScript runtime (0x800A01A8) Object required: 'con' /SpamFilterWeb/classicasp/authenticate.asp, line 24 Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2) POST 47 bytes to /SpamFilterWeb/classicasp/ListSpam.asp ........................................................................................................................... So I checked authenticate.asp (not done anyting with it) line 24 and it says:
'Generate query. NOt sure what I have to change here. First I am not using SQL but MYSQL
Can anyone give me an explenation? I know little about programming so any help world be great. I am using a UDL file in db_connect.asp called SpamfilterMysql.udl and that is connecting OK
Anyone any idears?
Kind Regards
Morten
|
|
![]() |
|
LogSat ![]() Admin Group ![]() ![]() Joined: 25 January 2005 Location: United States Status: Offline Points: 4104 |
![]() ![]() ![]() ![]() ![]() |
Morten,
The file "Authenticate.asp" includes the file "db_connect.asp". The first line in your authenticate.asp should read: <!--#include file="db_connect.asp"--> If this is so, can you please double-check that in your db_connect.asp you have modified the line: con.Open "File Name=d:\www\Databases\SpamFilter.udl" so that it points to a valid .UDL file on your web server, and that the directory containing that file allows the IUSR_machinename account Read access? |
|
![]() |
|
morten44 ![]() Groupie ![]() Joined: 07 March 2008 Status: Offline Points: 74 |
![]() ![]() ![]() ![]() ![]() |
Hi again
Thank you so much for your help.
I now fount out what the problem was.
When I installed ISP spamfilter first time it did install some of the files for the webaccess.
Among the files where db_connect.asp
As I did not get it to work i downloaded the whole PHP-ASP package from your website and copied into spamfilterweb.
The problem is that I did not overwrite the old db_connect.asp and that looked different than the one i downloaded from the PHP-ASP package.
I added the correct line in again as you suggested and it now works fine.
Thanks alot. it saves us from having to be dectectives for some of the users that always think they are loosing mail.
I must say I think it works very well and we are so far very happy with it.
Kind Regards
Morten
|
|
![]() |
|
morten44 ![]() Groupie ![]() Joined: 07 March 2008 Status: Offline Points: 74 |
![]() ![]() ![]() ![]() ![]() |
Hi. We are nearly there now. One probleml left. Microsoft OLE DB Provider for ODBC Drivers error '80040e14' [MySQL][ODBC 5.1 Driver][mysqld-5.0.51a-community-nt]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '[Password] = '123123' WHERE EMail = 'morten@xxxxxx.dk'' at line 1 /SpamFilterweb/classicasp/PasswordChange.asp, line 38
|
|
![]() |
|
LogSat ![]() Admin Group ![]() ![]() Joined: 25 January 2005 Location: United States Status: Offline Points: 4104 |
![]() ![]() ![]() ![]() ![]() |
Morten,
Can you try to slightly change the following 2 lines #36 and #37 as follows: SQL = SQL & "SET Password = '" & NewPassword & "' " SQL = SQL & "WHERE EMail = '" & EmailTo & "';" |
|
![]() |
|
morten44 ![]() Groupie ![]() Joined: 07 March 2008 Status: Offline Points: 74 |
![]() ![]() ![]() ![]() ![]() |
Hi Roberto
Thanks for your time.
Yes it worked :)
Its a great improvement for our service to be able to provide this. I am not going to use it my self, but you know there are always someones that wants to be in control, and for them its good. Save me from time to go through quarantiend mails to check all the time :)
Thanks
An additional question:
If we where to upgrade to Enterprice version, would this interface be the same. I read somewhere that with enterprice each user can also from webinterface, create rules. Like add a "non spam mail" to his white list etc... Is this correct?
And if is this white list based on "from" E-mail address?
Kind Regards
Morten
|
|
![]() |
|
LogSat ![]() Admin Group ![]() ![]() Joined: 25 January 2005 Location: United States Status: Offline Points: 4104 |
![]() ![]() ![]() ![]() ![]() |
Glad that worked. In the Enterprise version nothing will change, everything will work "as-is". Additionally, in SpamFilter Enterprise, most settings are stored in the database and can thus be more easily changed by external application. We provide a sample administration web interface that allows administration of either the global settings for SpamFilter, and/or the filters for the individual domains (the Enterprise version allows almost every setting/whitelist/blacklist to be configured independently f each domain).
|
|
![]() |
|
morten44 ![]() Groupie ![]() Joined: 07 March 2008 Status: Offline Points: 74 |
![]() ![]() ![]() ![]() ![]() |
Hi again
Thanks for info. We might consider an upgrade at some point
Kind Regards
Morten
|
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
This page was generated in 0.121 seconds.