Our Sponsors



PHP Nuke themes, stock photos, icons, drupal themes and more.
Custom jobs at low cost, free lancers and service buyers.



Western Studios :: View topic - Is there a Mod/Hack to...
Need Jobs done? Use our brand new Jobs Board to get your projects done at affordable prices.
 Forum FAQForum FAQ   SearchSearch   UsergroupsUsergroups     ProfileProfile   Log inLog in 


Is there a Mod/Hack to...



 
Post new topic   Reply to topicprinter friendly version    Western Studios Forum Index -> Hack and Mods
Western Studios

X-perienced
X-perienced
~PHP Nuke User~

Platinum Subscriber

Posts: 134
Next Group: 16 posts
godfirst wrote:

Is there a Mod or hack to send a welcome message via email or PM or both to new registration users?

I've checked a few sites I know of that have mods and I haven't seen anything except for the use of phpbb.

Posted: Sun May 07, 2006 6:32 pm

Western Studios

Site Admin
Site Admin
~PHP Nuke User~

Platinum Subscriber

Posts: 3352
Staff
Next Group: 1648 posts
admin(Mark) wrote:

hi, this would work to send a message to new users by email.
Open modules/Your_Account/index.php. Find the "function activate".
Within that function look for the following:
Code:
global $db, $user_prefix, $module_name, $language;

At the end of the line add $adminmail so it should look like the following:
Code:
global $db, $user_prefix, $module_name, $language, $adminmail;

Next find the following:
Code:
if ($check_num == $row[check_num]) {


Below that paste the following:
Code:
   $message = "PLACE YOUR MESSAGE TO NEW USERS HERE.";
       $subject = "WRITE YOUR SUBJECT(WELCOME NEW USER)";
       $from = "$adminmail";
       mail($row['user_email'], $subject, $message, "From: $from\nX-Mailer: PHP/" . phpversion());


Of course just edit what's in bold.

Posted: Sun May 07, 2006 7:19 pm

Western Studios

X-perienced
X-perienced
~PHP Nuke User~

Platinum Subscriber

Posts: 134
Next Group: 16 posts
godfirst wrote:

Thanks man, you're the greatest. I will check this out immediately. now if I can just the site to work and get a few mods ported I'll be all set.

BTW... I hope all is going well for you. I understand all you're going through, so I just wanted to say thanks to all you do... past, present and future.

Posted: Sun May 07, 2006 7:46 pm

Western Studios

Site Admin
Site Admin
~PHP Nuke User~

Platinum Subscriber

Posts: 3352
Staff
Next Group: 1648 posts
admin(Mark) wrote:

thank you Che Smile I really appreciate it. I am trying to get back on track but it really has been tough for everyone.
I hope you are doing better too Smile

I will help you out as much as I can.

Posted: Sun May 07, 2006 7:58 pm

Post new topic   Reply to topic    Western Studios Forum Index -> PHP Nuke -> Hack and Mods All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Related topics
 Topics   Replies   Author   Views   Last Post 
No new posts Announcement: Welcome!! 0 admin 1380 Thu Feb 05, 2004 3:09 pm
admin View latest post
No new posts Welcome Block not working correctly 2 Amras_Ancalimon 253 Wed Sep 06, 2006 4:05 pm
Amras_Ancalimon View latest post
No new posts I'm Me 5 Comp-Killaz 582 Thu Jun 29, 2006 8:45 am
admin View latest post
No new posts Hello 4 lovechiefs 198 Sun Mar 26, 2006 4:38 pm
shay View latest post
No new posts Welcome our new mod 9 admin 401 Thu Feb 23, 2006 6:02 am
Eric View latest post
 
Forums ©