This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-10-22 03:15:03

ssss
Scratcher
Registered: 2007-07-29
Posts: 1000+

Umm... yeah... PHP fail email -_-

My support thing currently lets people send emails from anything whatseoever :S .  how to fixz?


Hey.  It's me SSSS, back from the dead!  smile

Offline

 

#2 2011-10-22 05:02:12

rookwood101
Scratcher
Registered: 2011-07-29
Posts: 500+

Re: Umm... yeah... PHP fail email -_-

I'm don't quite understand what you mean, is it that people can put in anything into the email box and it still works?


http://i.imgur.com/zeIZW.png

Offline

 

#3 2011-10-22 05:02:32

ssss
Scratcher
Registered: 2007-07-29
Posts: 1000+

Re: Umm... yeah... PHP fail email -_-

rookwood101 wrote:

I'm don't quite understand what you mean, is it that people can put in anything into the email box and it still works?

Yes.


Hey.  It's me SSSS, back from the dead!  smile

Offline

 

#4 2011-10-22 05:03:51

rookwood101
Scratcher
Registered: 2011-07-29
Posts: 500+

Re: Umm... yeah... PHP fail email -_-

http://www.webtoolkit.info/php-validate-email.html


http://i.imgur.com/zeIZW.png

Offline

 

#5 2011-10-22 14:11:47

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Umm... yeah... PHP fail email -_-

Thanks Rookwood, I should point out that the script shared on the page you link to does not actually connect and check if the email address really exists, it simply looks for patterns in a given string to see if it has the right format to potentially be an email! I'm not sure it's possible to truly say if an email exists in many cases. This tutorial helped me set up a verification system for my website, you may find it useful!


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#6 2011-10-22 20:37:35

ssss
Scratcher
Registered: 2007-07-29
Posts: 1000+

Re: Umm... yeah... PHP fail email -_-

sparks wrote:

Thanks Rookwood, I should point out that the script shared on the page you link to does not actually connect and check if the email address really exists, it simply looks for patterns in a given string to see if it has the right format to potentially be an email! I'm not sure it's possible to truly say if an email exists in many cases. This tutorial helped me set up a verification system for my website, you may find it useful!

Thanks sparks!  smile

@Rookwood: Thanks as well!  smile


Hey.  It's me SSSS, back from the dead!  smile

Offline

 

Board footer