Hi!
I am using a formmail php script that includes my real email address. The script is stored in the public_html folder. Can "bots" harvest the address?
FYI, The HTML form that calls the script uses an alias email address instead of the real address.
Thank you.
Dr. T.
Hidding PHP scripts?
Moderator: General Moderators
Re: Hidding PHP scripts?
Only if they know or can guess the filename of the script.
Re: Hidding PHP scripts?
Califdon,
Thank you for your reply.
Unfortunately, it's a third-party script (Tectite's) and the filename is FormMail.php.
Dr. T.
Thank you for your reply.
Unfortunately, it's a third-party script (Tectite's) and the filename is FormMail.php.
Dr. T.
Re: Hidding PHP scripts?
Personally, I wouldn't worry about it. If there were thousands of email addresses that somebody might want to harvest (or if it were your bank account PIN number or something), it might be worth changing the filename to something nonstandard and changing the script that calls it, but the risk that somebody will really go out of their way to harvest one email address is approaching the vanishing point. Those guys deal in millions of addresses, they don't waste their time on getting one.
- flying_circus
- Forum Regular
- Posts: 732
- Joined: Wed Mar 05, 2008 10:23 pm
- Location: Sunriver, OR
Re: Hidding PHP scripts?
Hey Califdon,califdon wrote:Only if they know or can guess the filename of the script.
Can you clarify what you're seeing that I'm not? If the email address is in a PHP file, how can a bot harvest it?