Author |
Message |
Nick P Guest
|
Posted: Wed Oct 22, 2008 11:25 am Post subject: Problem with installing ATC - No forum |
|
|
I have downloaded the two files bbantispam.php and and bbas_config.php to my provider. (With no change)
I have modified my url test.htm by including one line at beginning. See below
I have downloaded test.htm to provider
When I test test.htm I see no change. I can enter as before and I receive
an e-mail. What is wrong ?
Nicolaas Vroom
url: test.htm
<?php include_once 'bbantispam.php'; ?>
<html>
<head>
<title> Spam test</title> <link rev="made" href="mailto:nick@****.be">
<META name="description" content="spam test">
<META name="keywords" content="Spam test">
</head>
<body>
<h2> Comments Form</h2>
<FORM name="form" METHOD="POST" ACTION="/cgi-bin/form.cgi">
<input type="hidden" name="DEBUG" value="0">
<input type="hidden" name="MAILFILE" value="/nick/spam_ff.txt">
<input type="hidden" name="MAILTO" value="nick@****.be">
<input type="hidden" name="REPLYFAULT" value="/nick/indexx.htm">
<input type="hidden" name="REPLYOK" value="/nick/spamreply.htm">
<input type="hidden" name="MAILFROM" value="standard form">
<LI> Firstname:
<DD><input type="text" size="20" name="firstname"></DT>
</ol>
<CENTER>
If you have answered all the questions, select:
<input type=submit value=" SUBMIT "> .
<p>
If you want to clear the form, select:
<input type=reset value=" RESET "> .
</CENTER>
</FORM> |
|
|
admin Site Admin
Joined: 18 Apr 2006 Posts: 805 Location: Saint-Petersburg, Russia
|
Posted: Thu Oct 23, 2008 3:33 am Post subject: |
|
|
Hello Nick,
the form is processed not in "test.html", but in "/cgi-bin/form.cgi", therefore changes in the former file brings nothing. And I'm afraid that the latter file isn't programmed in PHP, therefore Advanced Textual Confirmation can't help you. _________________ Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development! |
|
|
Guest
|
Posted: Fri Oct 24, 2008 2:49 pm Post subject: |
|
|
Hello Oleg,
Thanks for your quick reply. I was already under the impression that your tool could not solve my problem and that of the many people who use the same method as I do. I will contact my internet provider to see if they can help us. Thanks.
Nicolaas Vroom |
|
|
Ok.