Jump to content



Welcome to AstaHost - Dear Guest , Please Register here to get Your own website. - Ask a Question / Express Opinion / Reply w/o Sign-Up!

Toggle shoutbox Shoutbox Open the Shoutbox in a popup

@  yordan : (25 May 2013 - 09:50 PM) Hi, Agyat What's New?
@  yordan : (25 May 2013 - 07:59 PM) Yay, Shoutbox Is Back! Yahooo!
@  agyat : (24 May 2013 - 05:15 PM) O Dear, Where Are You? Without Your Words This Sb Is ..
@  agyat : (23 May 2013 - 01:23 AM) Wow! Mr. Sb Back Home.
@  OpaQue : (23 May 2013 - 12:44 AM) Ting
@  OpaQue : (24 April 2013 - 02:44 PM) I guess, Time to run Mycent script.
@  OpaQue : (24 April 2013 - 02:43 PM) wow.. not much spam. except habatt posting lot of links.. :P
@  yordan : (23 April 2013 - 01:04 PM) You're welcome, agyat. Nice to have been helpful. Second lesson: try full words, "you" instead of "EW".
@  agyat : (23 April 2013 - 05:03 AM) @YORDAN: tHANK EW FOR YOUR FIRST LESSON.   :D
@  yordan : (22 April 2013 - 09:43 PM) @agyat : "why don't you help me", or "please help me", or "please teach us"
@  yordan : (22 April 2013 - 09:42 PM) welcome back, velma
@  velma : (22 April 2013 - 07:51 AM) **yawns** Good to be back, wonder what is going on here :)
@  agyat : (22 April 2013 - 03:50 AM) Oh! so, why don't help me learn english..
@  yordan : (21 April 2013 - 08:38 PM) The goal mentioned by shiu : "learning english, learning computer"
@  agyat : (21 April 2013 - 06:31 PM) WHAT GOAL?
@  yordan : (20 April 2013 - 10:39 AM) yes, that's our goal. simultaneouly learning English and teaching/learning computer using.
@  shiyu : (20 April 2013 - 07:30 AM) learning english,learning computer
@  yordan : (19 April 2013 - 01:11 PM) Oh, I see, it's just a trick in order to force people looking at your texte. Somehow smart, maybe.
@  agyat : (19 April 2013 - 02:54 AM) And of course I know it is not SEO friendly.
@  agyat : (19 April 2013 - 02:52 AM) There may be two possible answers for that ....


1) Shout was posted using mobile keypad.

2) To force people read content carefully and/or with more concentration.

Replying to Anonymous Mailer Script In Php


Post Options

    • Can't make it out? Click here to generate a new image

  or Cancel


Topic Summary

k22

Posted 10 November 2004 - 07:18 PM

Fantastic :DD http://thraxil.org/u...scii-animation/

I have Ipv6 and it's amazing ;D

Bigyan

Posted 10 November 2004 - 07:09 PM

These scripts are cool, but how come they do not work on ASTAHOST ??

Has ASTAHOST disabled mail() for security reasons ??
The telnet stuff was fantastic. Only if anyone could post the URL to view the Star Wars movie..............

Bye,
Bigyan

avalon

Posted 03 November 2004 - 06:44 AM

It is better not to add email address on your web page, some robot can just grab it and start spamming your email with  loads of rubbish.

Try the following (modified):-

Html file:

<html>
<head>
<!-- put your head contents here --!>
</head>
<body>
<form name="form1" action="sendmail.php" method="post">
Sender email:<br>
<input name="frommail" type="text" size="30"><br>
Sender name:<br>
<input name="fromname" type="text" size="30"><br>
Subject:<br>
<input name="subjectmail" type="text" size="30"><br>
Message:<br>
<textarea name="msgmail"></textarea><br>
<input type="submit" name="submit" value="send mail">
</form>
</body>
</html>


And the second script of this Anonymous Mailer is php and it begans from now

Php file 'sendmail.php' :
<?PHP
$to = "yourname@domain.com";
$fromm = $_PORT["frommail"];
$fromn = $_POST["fromname"];
$subject = $_POST["subjectmail"];
$msg = $_POST["msgmail"];

if ($from == ""){
print "Your Email is required to send this form. Please click "Back" on your browser to include your email address.";
}
if ($subject == ""){
print "Subject of your message is required. Please click "Back" on your browser to fill in the subject.";
}
if ($msg == ""){
print "You have not type in your message. Please click "Back" on your browser to type in your message in the Message Box.";
}
else{
@mail($to, $subject, $msg, "From: ".$fromn." <".$fromm.">\r\n");
print "Your message had been sent.";
}
?>


qwijibow

Posted 03 November 2004 - 02:23 AM

Like the mplayer Ascii Art module? Sounds great :)

<{POST_SNAPBACK}>


no its hand written ascii art. but still worth a look.

but the aalib is great...
there's nothing quite like watching a DVD or playing Quake in ascii art.

i would love to see KDE running on a super high resolution framebuffer ascii art :) !

lhunath

Posted 02 November 2004 - 11:05 PM

Lol... so mr Admin... what was that rule about posts having to have more than 25 words, and 3 lines :) ?

Removed them a few days ago :)

did you ever see that telne star wars film ???
i cant remember the URL, but its a telnet server, when you connect, it plays the ENTIRE star wars film in ASCII ART !!!!!

<{POST_SNAPBACK}>

Like the mplayer Ascii Art module? Sounds great :P

qwijibow

Posted 02 November 2004 - 09:39 PM

mmmmm telnet..

<{POST_SNAPBACK}>


Lol... so mr Admin... what was that rule about posts having to have more than 25 words, and 3 lines :) ?
but yeah... telnet rocks !

did you ever see that telne star wars film ???
i cant remember the URL, but its a telnet server, when you connect, it plays the ENTIRE star wars film in ASCII ART !!!!!

lhunath

Posted 02 November 2004 - 07:54 PM

mmmmm telnet..

qwijibow

Posted 02 November 2004 - 12:57 PM

And hope that the PHP function "mail()" hasn't been disabled for security reasons :)

<{POST_SNAPBACK}>


and if the PHP mail mail() function HAS been dissabled... then you get the chance to show off and get all Zero cool Crash OverRide Acid Burn on their asses :P

everyones faveorite networking tool, telnet.

telnet will connect to any tcp port on any plain text service (like smpt :))
telnet sends all your keystrokes straight to the server, and echo's all the servers responces to the console.

so.. here is how to send anonymous email with telnet.

you send
open smtp_server 25

expect to recieve :
Trying ???.???.???.???...
Connected to ????????.
Escape character is '^]'.
220 ???????? ESMTP Sendmail ?version-number?; ?date+time+gmtoffset?

you send
HELO your_ip_address

expect to recieve
250 ??????? Hello local.domain.name [an_ip], pleased to meet you

you send
MAIL FROM: From@email.address

expect to recieve
250 2.1.0 ??????????... Sender ok

you send
RCPT TO: To@email.address

expect to recieve
250 2.1.0 ????????????... Recipient ok

you send
DATA
Subject:-The Subject-

The email body
as many lines as you like
the end of the email body is given by a single '.' on a lline all by itself
also, note that there has to be a blank line after the subject line.

.

expect to recieve
 250 2.0.0 ???????? Message accepted for delivery

you send
QUIT

ofcourse you will have to write this into a gci script.

lhunath

Posted 02 November 2004 - 09:00 AM

And hope that the PHP function "mail()" hasn't been disabled for security reasons :)

gladiator_us

Posted 02 November 2004 - 08:47 AM

Hello friend its me Haseeb. Now i have a script of Anonymous Mailer. Anonymous mailer is that script through which you can send e-mail from and e-mail address or it can be any invalid e-mail address also but the friends e-mail should me valid this script consist of two pages php and html. Now the html page name as form, scripts began

Html file:
<html>
<head>
<!-- put your head contents here --!>
</head>
<body>
<form name="form1" action="sendmail.php" method="post">
From mail:<br>
<input name="frommail" type="text" size="30"><br>
From name:<br>
<input name="fromname" type="text" size="30"><br>
To mail:<br>
<input name="tomail" typ="text" size="30"><br>
Subject:<br>
<input name="subjectmail" type="text" size="30"><br>
Message:<br>
<textarea name="msgmail"></textarea><br>
<input type="submit" name="submit" value="send mail">
</form>
</body>
</html>


And the second script of this Anonymous Mailer is php and it begans from now

Php file 'sendmail.php' :
<?PHP
$to = $_POST["tomail"];
$fromm = $_PORT["frommail"];
$fromn = $_POST["fromname"];
$subject = $_POST["subjectmail"];
$msg = $_POST["msgmail"];

if ($to == ""){
print "You have to state who the mail is from";
}
if ($from == ""){
print "You have to state from who the mail is from";
}
if ($subject == ""){
print "You have to state a subject for the mail";
}
if ($msg == ""){
print "You have to state a message for the mail";
}
else{
@mail($to, $subject, $msg, "From: ".$fromn." <".$fromm.">\r\n");
print "your mail has been stealthed to $to";
}
?>


copy above this and made two pages named form of the first script "html" and name for second script is "sendmail.php" for the second secont script. Upload both files to your server and ENJOY!

Regards,
Haseeb

Review the complete topic (launches new window)