Are you sure you want to close the chat?Chat will be closed and the chat history will be cleared.
continue to sign out, or stay on chat.
To review this chat session please click this windows.
Chat Online
Current chats in queue: 0
Chat Online0
Privacy Notice
Your use of this website is subject to our Terms of Use. We may process the following information about you: Google referral sources, page visits, country, IP address, domain searches and associated TLD rankings, single sign-on (Open ID), forum views, chats, account creation, order placement and form submissions. The purposes for this processing include: troubleshooting errors, abuse detection, targeted marketing, localizing data, site and usage statistics and communication with you. This is necessary for the proper provisioning of the services in this website. Your continued use of this website constitutes your implied consent for this processing.
------------------------------ We have received several spam complaints for the domain, *******.com. Please stop sending spam immediately. If we receive any more complaints, we will have to disable your account.
Feel free to contact us if you require further assistance.
Best Regards, Dynadot Staff ------------------------------
I replied this morning with this email:
------------------------------ There is ONE email account for *******.com, and it is soley used by my Invision Power Board forum for an automated email validation check. HOW on earth could these "complaints" be legitimate?
What can I do to stop this? ------------------------------
Was "accounts@dynadot.com" the proper address to reply to? Will Dynadot provide copies of any complaints? What can I do to satisfy Dynadot that the complaints are false?
Yes sometimes people file false complaints. Which is why we did not immediately shut down the domain. We gave the customer a chance to respond to the complaint.
I believe the customer stated that this was an automated bulletin board message and that an ex member was reporting it as spam. If that is truly the case and you were threatening to shutdown his domain I would think that is wrong.
Could you expain that more clearly for me how to do this, or better still would you be prepared to modify some forum scripts to prevent this? ($) Using phpbb 2.x.x
I set up a forum last week, and a lot of spam has been sent via the forum (I think), I would welcome any help to solve this as it's using up a lot resources, it wasn't as simple to rectify as I first thought.
Thanks
[This post has been edited by b_t_chichester_gb on Mar 22, 2007 10:25pm.]
In all your script, search all mail() function. When your script will send mail, you will have : mail($adresse,$sujet,$texte,$from))
You can do better : [code] if (mail($adresse,$sujet,$texte,$from)) { $time_in = date("d.m.y::H.m.s"); $contenu = "\n\n==========".$time_in." **** IP : ".$_SERVER['REMOTE_ADDR']."==========\n"; $contenu .= $adresse."\n".$sujet."\n".$texte."\n".$from; $fp = fopen("./mail/mail.txt","a"); fwrite($fp,$contenu); fclose($fp); echo "Votre message a bien été envoyé"; } [/code]
Create one folder "mail" (chmod 777), with one file mail.txt (chmod 666), and place one .htaccess file in a main of mail folder, with this instruction "deny from all"
When one person will send a mail with your site, you will have a copy in a mail.txt file. If you see it's not you or your member who have send, you know you have one spammer who use your script.
It's not for a security, it's just for know all email will be send with your script. Verify per moment if spammer don't send mail