Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
Ah...

I've never used approval. Does it just tell you there's stuff to approve?

OK - we can go further.
Again... I didn't test.... so let me know:

code:

In adduser.php

#
# Find this:
#

// -------------------------------------
// Now we need to mail them the password
if ( ($Username) && ($Email) ) {
$to = $Email;
$header = $mailer -> headers();
$subject = "{$ubbt_lang['PASS_SUB']} {$config['title']}";
$msg = "{$ubbt_lang['PASS_BODY1']} '$ip' ....edited for length
if ($config['userreg']) {
$msg .= $ubbt_lang['NEEDAPPROVAL'];
}
mail("$to","$subject","$msg",$header);

}



#
# BELOW it, add this:
#

// -------------------------------------
// Let's send the info to the admin - JoshPet
if ( ($Username) && ($Email) ) {

// Set this to the email you want the alert to go to
$adminalertemail = "[email protected]";

$alertheader = $mailer -> headers();
$alertsubject = "A New User Has Registered: $Username";
$alertmsg .= "You have a new user at your board.\n\n";
$alertmsg .= "Username: $Username \n";
$alertmsg .= "Email: $Email \n";
mail("$adminalertemail","$alertsubject","$alertmsg",$alertheader);

}



Hope that helps!

PS = You have to insert the email address that you want the notices sent to. Wasn't sure if you wanted to use the email in the config file or not.... or a different one.

Sponsored Links
Entire Thread
Subject Posted By Posted
Mail New User to Admin sportbikes 11/11/2002 7:17 AM
Re: Mail New User to Admin JoshPet 11/11/2002 7:49 AM
Re: Mail New User to Admin sportbikes 11/12/2002 10:45 AM
Re: Mail New User to Admin JoshPet 11/12/2002 11:00 AM
Re: Mail New User to Admin sportbikes 11/12/2002 11:30 AM
Re: Mail New User to Admin sportbikes 12/31/2002 12:11 PM
Re: Mail New User to Admin Eugene 03/25/2003 5:53 PM
Re: Mail New User to Admin Eugene 03/26/2003 12:34 AM
Re: Mail New User to Admin Astaran 03/26/2003 2:40 PM
Re: Mail New User to Admin Eugene 03/26/2003 10:05 PM

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
badfrog
badfrog
somewhere on the coast of Maine
Posts: 94
Joined: March 2007
Forum Statistics
Forums63
Topics37,575
Posts293,931
Members13,824
Most Online6,139
Sep 21st, 2024
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,834
Greg Hard 4,625
Top Posters(30 Days)
Gizmo 1
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2025 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.1
(Snapshot build 20240918)