I seem to remember we had a problem with this before the forums moved.
To prevent this from happening again, I suggest you use the following script:
:
<_?
$from = getenv("HTTP_REFERER");
if ($from != "http://www.yoursite.com/validpage.htm")
{print(" Sorry you have tried to link to a page which does not accept visitors directly. <_br>
<_a href=http://www.yoursite.com/validpage.htm>CLICK HERE to enter");
exit;}
?>
<_/body>
<_/html>
|
Obviously you'll need to configure it to work for OWF, and you'll need to remove all the underscores. But it should make it impossible for visitors to arrive from invalid URLs - which stops people from leeching your bandwidth and using your mailer.