July 31 2010 23:57:13
Navigation
Last Seen Users
mojitomanOnline
Deus< 5 mins
davidbusch00:06:08
Assensvej00:57:08
hooz01:04:29
Narco01:05:53
KissXme01:16:21
schweinebob01:34:52
bigcarrot01:47:41
foc_in_gaura02:05:25

Members: 15,625
Newest: KissXme
Blogs
Diemux
» 18-09-2009 - Say ...
Diemux
» 10-07-2009 - Will...
Diemux
» 24-06-2009 - Blog...
elyn
» Elyn + Streamyx (...
Diemux
» 19-05-2009 - Thin...
Diemux
» 15-05-2009 - Week...
Diemux
» 13-05-2009 - Comp...
elyn
» Number 1925
Diemux
» Number One
Things to Do
Latest Articles
A tour through the n...
Protect your Fusion ...
Change your database...
Handling MySQL Datab...
Admin Control Panel ...
How to Secure Your I...
Show Content by Defa...
v7 | Add social book...
v7 | Custom MySQL er...
How To: A PM after r...
v7 | SEO friendly UR...
v7 | SEO friendly UR...
Comments Advanced Vi...
Auto-redirect to the...
A tour through PHP-F...

View all articles
Downloads v7
Currently popular Downloads

FusionBoard 4 3859
Video Gallery 2749
Professional Down... 2497
Photoalbum Mass U... 2427
Avatar Studio 2287
Extended Profile 1863
XHTML mod for mod... 1808
Button panel 1789
VArcade 2.1 1778
HighSlide Gallery... 1762

Latest Downloads


XHTML mod for modern... 1808
Pimped-Fusion v0.08.01 4
Update Package v0.08.01 0
Support Panel-Skype 7
Header Weather Widget 59
Forum Thread List Pa... 23
Meta Keywords/Descri... 73
Security System 127
User Field: US State... 24
Forum sub categories... 135

Latest 100
Downloads v6
Currently popular Downloads

Banner System v2.0.4 1648
Video Gallery 1183
Extreme Theme Editor 887
Fuzed Shoutbox 789
Seoname.php 736
Icon Package 2.0 687
Extended Profile ... 648
News.php 578
EXTboard 549
Tabbed welcome panel 518

Latest Downloads


Google Sitemap Fast 46
ExtBoard 1.2 381
EXTboard 549
v6.01.18 - v6.01.19 27
v6.01.19 FULL 81
Birthday 111
Moneybookers 43
User info 100
Link to us 259
jNews.php 339

Latest 100
Provider
PHPfusion-mods.net is hosted at:

110MB
How To: A PM after registration

NO LONGER UP TO DATE. PLEASE USE THIS MOD.

This will explain how to modify /register.php so new users get a welcome PM automatically.

Step one:
Download the following file: Click!

Step two:
Unpack the file.

Step three:
Upload the includes folder into the root of your web server.

Step four:
Replace this:

$result = dbquery("DELETE FROM ".DB_NEW_USERS." WHERE

user_code='".$_GET['activate']."'");

With this:

$result = dbquery("DELETE FROM ".DB_NEW_USERS." WHERE
user_code='".$_GET['activate']."'");
include INCLUDES."mwp_pm-on-register.php";

Step five:
Replace this:

$result = dbquery("INSERT INTO ".DB_USERS." (user_name,
user_password, user_admin_password, user_email,
user_hide_email, user_avatar, user_posts, user_threads,
user_joined, user_lastvisit, user_ip, user_rights, user_groups,
user_level, user_status".$db_fields.") VALUES('$username',
'".md5(md5($password1))."', '', '".$email."', '$user_hide_email', ''
, '0', '0', '".time()."', '0', '".USER_IP."', '', '', '101',
'$user_status'".$db_values.")");

With this:

$result = dbquery("INSERT INTO ".DB_USERS." (user_name,
user_password, user_admin_password, user_email, user_hide_email,
user_avatar, user_posts, user_threads, user_joined,
user_lastvisit, user_ip, user_rights, user_groups, user_level,
user_status".$db_fields.")
VALUES('$username', '".md5(md5($password1))."', '',
'".$email."', '$user_hide_email', '', '0', '0', '".time()."',
'0', '".USER_IP."', '', '', '101', '
$user_status'".$db_values.")");
include INCLUDES."mwp_pm-on-register.php";




How-To Writer: Marwelln Productions
Support: Marwelln Prodctutions
Comments
#1Diemux on November 20 2008 11:31:52
Diemux
This mod should show the super admins name in the "from" box in the PM.

To change the sender name, open mwp_pm-on-register.php file and go to line 17:

Code

      ('".$usr['user_id']."', '1', '$newpm_subject', '".sprintf($newpm_message, $usr['user_name'])."', '1', '".time()."')");





Change the first '1' to the user ID you want to PM send from. This should change it.
Like:

Code

      ('".$usr['user_id']."', '5', '$newpm_subject', '".sprintf($newpm_message, $usr['user_name'])."', '1', '".time()."')");



#2Uzknisator on December 31 2008 02:16:35
Uzknisator
This mod works on php-fusion v6.xx?
#3Diemux on January 02 2009 00:51:26
Diemux
No, this is written for v7.
#4jparris on March 25 2009 15:44:28
jparris
Can this be modified so that the PM is sent to new members that are created by an Admin manually?????
#5Anime1992V on August 26 2009 16:48:38
Anime1992V
DOWNLOAD not Work!
#6quiki on May 15 2010 17:46:51
quiki
Download dead yes
#7Diemux on May 23 2010 22:03:16
Diemux
Please use this mod:

http://www.phpfus...and]id=742
Post Comment
Please Login to Post a Comment.
Ratings
Rating is available to Members only.

Please login or register to vote.

Awesome! Awesome! 0% [No Votes]
Very Good Very Good 0% [No Votes]
Good Good 0% [No Votes]
Average Average 0% [No Votes]
Poor Poor 100% [2 Votes]
Login
Username

Password



Not a member yet?
Click here to register.

Forgotten your password?
Request a new one here.
Our Coders
Smokeman
Rizald 'Elyn' Maxwell
Diemux
Netrix
Donate
Shoutbox
You must login to post a message.

31/07/2010 17:39
Never mind. Got it now.

31/07/2010 17:32
I am looking for the developers pack that used to be here. This pack gave you the basic outline to start from.

30/07/2010 14:35
I'm new here, lurking and downloading ur hard work now ! Cheers!

30/07/2010 08:47
thankkkkks........
..................
..................
........... Cheers! Ventilator

29/07/2010 19:25
Sorry about the previous Shouts and post in theforums regarding lisence. I got a bit power hungry when I USED to be crew. Thumb Up!

29/07/2010 09:54
... and now he's banned. Thumb Up!

29/07/2010 08:55
hyzhy = spambot

28/07/2010 16:26
Thumb Up!

28/07/2010 16:20
@AKC_Pico said he purchased the licence and you still left him a message...

28/07/2010 16:14
Is "PHP-Fusion By Nick Jones" is sufficient?

Advertiser
One-click Translation
Translate This Site

Render time: 0.18 seconds 5,063,443 unique visits