1
sdewis
Sendmail.php being misused A LOT!
  • 2006/11/24 11:31

  • sdewis

  • Just popping in

  • Posts: 3

  • Since: 2006/2/15


Hi guys

Just been looking at the usage log on one of our XOOPS websites and it appears that sendmail.php is being directly accessed in an attempt to send spam.

Our script has been modified slightly so it only sends mail out to the site admin - it's used as a "contact us" script - so the site admin is getting LOADS of SPAM e-mail. The source IP's are from all over the world, so it seems to be a botnet.

Is there a simple way of changing the script so that it checks if the script is being accessed by clicking on a link on the main page, rather than blindly accepting messages from any source?

Here's our sendmail code: -

<?
$email = $_REQUEST['email'] ;
$message = $_REQUEST['message'] ;

mail( "admin@DOMAIN.com", "Feedback Form Results",
$message, "From: $email" );
header( "Location:http://www.DOMAIN.com/register.php" );
?>

Thanks in advance for your advice guys.

Cheers

Sean



2
sdewis
MX-Directory - mod for city search?
  • 2006/2/21 9:28

  • sdewis

  • Just popping in

  • Posts: 3

  • Since: 2006/2/15


Hi guys

I'm not sure if it is already possible in mxdirectory, but I'm in dire need of a city search - in fact to be able to search on any of the fields used the Submit page.

Is this already possible (can't find anything about it on Google) ?

Has anyone else done a mod for this functionality?

Any helpful response would be gratefully accepted!

Cheers

Sean


PS sorry for the cross post in another thread



3
sdewis
Re: Mx-directory - input welcome
  • 2006/2/21 9:26

  • sdewis

  • Just popping in

  • Posts: 3

  • Since: 2006/2/15


Hi guys

I'm not sure if it is already possible in mxdirectory, but I'm in dire need of a city search - in fact to be able to search on any of the fields used the Submit page.

Is this already possible (can't find anything about it on Google) ?

Has anyone else done a mod for this functionality?

Any helpful response would be gratefully accepted!

Cheers

Sean




TopTop



Login

Who's Online

90 user(s) are online (45 user(s) are browsing Support Forums)


Members: 0


Guests: 90


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits