Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 83
5 members and 78 guests
chrws7zonicfati, devbpy6eloppsy5, foo7tjtdallergp, garere3denstc3t, int5nwernetmarx
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > PHP-Nuke 7.x > Nuke 7.x - General

Reply
 
LinkBack Thread Tools Display Modes
does anyone know how to remove e-mail activation
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 11
Join Date: Oct 2004
does anyone know how to remove e-mail activation - 10-24-2004, 08:30 PM

hi
can anyone help me pls
I want to remove e-mail activation for my site
like u know when u register u have to go to ur mail box to
activate, i dont want that, all I want when they register they are
able to use right away without going into the email to activate
pls can anyone help me
thanks in advanced
bye
asif
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
10-24-2004, 09:16 PM

I think you will find a Your Account module hack at http://www.nukescripts.net
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Moderator
 
Status: Offline
Posts: 260
Join Date: Oct 2004
10-25-2004, 02:58 AM

http://www.nukemods.com/modules.php?...ewtopic&t=3996
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Junior Member
 
Status: Offline
Posts: 1
Join Date: Oct 2004
Location: Phoenix, AZ
10-30-2004, 06:49 PM

Try this! It works great.

Code:
- - - - - DISABLE USER ACTIVATION MOD (Instant Activation) - - - - - -

###Open:####

/modules/Your_Account/index.php

###FIND:####

$db->sql_query("INSERT INTO ".$user_prefix."_users_temp (user_id, username, user_email, user_password, user_regdate, check_num, time) VALUES (NULL, '$username', '$user_email', '$new_password', '$user_regdate', '$check_num', '$time')");


####REPLACE WITH####

$db->sql_query("INSERT INTO ".$user_prefix."_users (user_id, username, user_email, user_password, user_avatar, user_regdate, user_lang) VALUES (NULL, '$username', '$user_email', '$new_password', 'gallery/blank.gif', '$user_regdate', '$language')");
title(""._ACTIVATIONYES."");
OpenTable();
echo "<center>$row[username]: "._ACTMSG."</center>";
CloseTable();
include("footer.php");
die();


###END####
 Send a message via ICQ to hotguitar Send a message via MSN to hotguitar  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
A mail server?? Havack Site design 1 07-12-2006 10:14 PM
E-Mail notification LunaFaye Nuke 7.x - General 2 08-04-2005 02:44 PM
Remove e-mail activation crewy Nuke 6.5 to 6.9 - General 1 01-03-2005 11:52 AM
E-mail Notification TuNa Purged Topics 4 02-12-2003 04:38 AM
WEB MAIL vladimir Purged Topics 19 01-23-2003 11:10 AM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31