php forum
php mysql forum
php mysql smarty
 
Topic Options
#224022 - 09/04/02 07:55 AM Email moderators when new posts and reply
jlory Offline
Lurker

Registered: 09/04/02
Posts: 1
I wrote a little script that sends an e-mail to all moderators when anyone adds or replies to a post. I put it right after the two "INSERT" lines on addpost.php. I realize this may not work on all systems but it seems to do the trick for me: <br /><br /><br /><?<br />/* E-mail board moderators to let them know about the post. */<br />$connection = mysql_connect("localhost","root", "connect") or die("ConnectFailed");<br />$db = mysql_select_db("ubb_threads", $connection) or die("SelectFailed");<br />$sql = "SELECT * FROM w3t_Moderators where Mod_Board = \"$Board\""; <br />$sql_result = mysql_query($sql, $connection);<br />while ($row = mysql_fetch_array($sql_result)){<br />$username = $row["Mod_Username"];<br />$sql2 = "SELECT * FROM w3t_Users where U_Username = \"$username\""; <br />$sql_result2 = mysql_query($sql2, $connection);<br />$row2 = mysql_fetch_array($sql_result2);<br />$email_address = $row2["U_Email"];<br />$mailto = $email_address; <br />$mailsubject = "UBB Threads Forum Post";<br />$mailheaders = "FROM: []ubbthreads@apigroupinc.com";[/]<br />$mailbody = "<br />You have a new post to your UBB Threads forum.<br />Please check your forum to approve this post:<br />From: $postername<br />Subject: $FormSubject<br />Body: $FormBody<br />Click here to view UBB Threads forums: http://myserversurl/www/ubb_threads/ubbthreads.php <br />";<br />mail($mailto, $mailsubject, $mailbody, $mailheaders);<br />}<br />?>

Top
#224023 - 09/04/02 07:57 AM Re: Email moderators when new posts and reply [Re: oceanwest]
JustDave Offline
That 70's Guy

Registered: 06/24/01
Posts: 4097
Thank you <img src="/forum/images/icons/smile.gif" alt="" />
_________________________
~Dave
ChattersOnline.com

Top



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks