Print Page | Close Window

Web Interface

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=3800
Printed Date: 31 July 2025 at 2:21am


Topic: Web Interface
Posted By: Guests
Subject: Web Interface
Date Posted: 21 June 2004 at 9:00am

Hi,

I just tried to get the PHP-based Web Interface working. I`m workin with the latest SpamFilter, Apache 2.0.48 and PHP 4.3.2 with MySQL Quarantine Database.

I manually added a new user in the mysql databases` tabel "tbllogins" but still cant login.

Is there any installation document how to get the web interface running ?

Thank you,

 

chris




Replies:
Posted By: LogSat
Date Posted: 21 June 2004 at 10:18pm

Chris,

Could you please provide us with more details on the error(s) you are receiving?

Roberto F.
LogSat Software



Posted By: Guests
Date Posted: 28 June 2004 at 3:47am

Hi,

the problem is that I will get no errors when typing the correct Username and password. I will get the Authentication mask again with empty fields ....

Any idea whats wrong ?

thank you

 

Christopher



Posted By: LogSat
Date Posted: 28 June 2004 at 11:17pm

Christopher,

Have you edited the db_connect.php file to enter your database connection settings in there?

Roberto F.
LogSat Software



Posted By: Guests
Date Posted: 29 June 2004 at 8:34am

Roberto,

i edited the db_connect.php settings fitting to my database.

Do you have any other ideas ?

C. Dargel



Posted By: Guests
Date Posted: 01 July 2004 at 11:26pm
Could you post your db_connect.php file?


Posted By: Guests
Date Posted: 29 July 2004 at 10:15am

Hi this seems to be the problem in

listspam.php

<?php
 require_once 'authenticate.php';
 $Quit = $_GET['Quit'];
 if ($Quit = 1) {
  $_SESSION['EmailTo'] = '';
 }
 $EmailTo = $_SESSION['EmailTo'];

so the emailto variable is set to null every time you open the script.



Posted By: jdevv
Date Posted: 14 July 2005 at 9:08am

Ilan,

I have the same problem...

Did you solve it already?

Thanks,

 

jdevv




Print Page | Close Window