need help with php mail script

All about creating websites!
Post Reply
mrmike
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 503
Joined: 22 Feb 2007, 17:00
17
Location: switzerland
Contact:

need help with php mail script

Post by mrmike »

-.-. i made a lil massmailer in php (for educational purpose only,really!)

http://www.zendurl.com/m/mrmike//mailbomber.php

but when i test it, i got that error:

Code: Select all

Warning: mail() has been disabled for security reasons in /home/zendurl/public_html/m/mrmike/mailbomber.php on line 41
what did i made wrong???? i think the code is good....
[img]http://img.photobucket.com/albums/v247/Vlady/48265b8wj96xhce.gif[/img]

pseudo_opcode
cyber messiah
cyber messiah
Posts: 1201
Joined: 30 Apr 2006, 16:00
17
Location: 127.0.0.1

Post by pseudo_opcode »

nothing is wrong with your script but the server you're running the script on has disabled mail() function to prevent server from getting abused.
and that's exactly what you're trying to do

mrmike
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 503
Joined: 22 Feb 2007, 17:00
17
Location: switzerland
Contact:

Post by mrmike »

pseudo_opcode wrote:nothing is wrong with your script but the server you're running the script on has disabled mail() function to prevent server from getting abused.
and that's exactly what you're trying to do
hmm ok thanx -.- lol im happy that i dont write something wrong lol
you know a good free server for that?
[img]http://img.photobucket.com/albums/v247/Vlady/48265b8wj96xhce.gif[/img]

pseudo_opcode
cyber messiah
cyber messiah
Posts: 1201
Joined: 30 Apr 2006, 16:00
17
Location: 127.0.0.1

Post by pseudo_opcode »

:/
man i dont know.. maybe try www.dajoob.com,
but for this, i would setup my own server...

mrmike
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 503
Joined: 22 Feb 2007, 17:00
17
Location: switzerland
Contact:

Post by mrmike »

pseudo_opcode wrote::/
man i dont know.. maybe try www.dajoob.com,
but for this, i would setup my own server...
ok thanx, but i only will test it, i dont need own server..thanx.
[img]http://img.photobucket.com/albums/v247/Vlady/48265b8wj96xhce.gif[/img]

mrmike
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 503
Joined: 22 Feb 2007, 17:00
17
Location: switzerland
Contact:

Post by mrmike »

works now perfekt thanx for that! :P any one has a script to protect that with a password??
http://mrmike.mr.funpic.de/mailbomber.php (please dont use caus its ilegal lol!)
[img]http://img.photobucket.com/albums/v247/Vlady/48265b8wj96xhce.gif[/img]

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

try it with placing a .htaccess file in the directory.....but if it works depends on the host.. :wink:

mrmike
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 503
Joined: 22 Feb 2007, 17:00
17
Location: switzerland
Contact:

Post by mrmike »

bad_brain wrote:try it with placing a .htaccess file in the directory.....but if it works depends on the host.. :wink:
k will try it thanx.
[img]http://img.photobucket.com/albums/v247/Vlady/48265b8wj96xhce.gif[/img]

Post Reply