Author |
Message |
builder07 Guest
|
Posted: Sat Sep 06, 2008 12:47 pm Post subject: Mosets Hot Property |
|
|
Hi, I have been using Textual Confirmation for some time now with PHPBB and it is GREAT. No more problems with spammers registering.
Now I am building a site in Joomla with Mosets Hot Property and would like to use ATC. Hot Property has an enquiry-form through which any visitor can react to a (property)ad. Without any spam protection .
I am trying to figure out in which file(s) to put the include-line.
Can you give a general hint what function/code etc to look for? Or is this too specific for each script?
Thanks in advance! |
|
|
builder07 Guest
|
Posted: Sat Sep 06, 2008 1:36 pm Post subject: Solved |
|
|
Never mind, I found it:
In hotproperty.html.php
Find the function show_EmailForm (line 906)
Place the include statement directly below the end of the html for the form, like this:
</form>
<?php
include_once ( 'bbantispam.php' );
}
Don't know if this is good programming, but it does work. |
|
|
admin Site Admin
Joined: 18 Apr 2006 Posts: 805 Location: Saint-Petersburg, Russia
|
Posted: Sun Sep 07, 2008 4:12 am Post subject: |
|
|
Thanks for the recipe! _________________ Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development! |
|
|
Ok.