» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 33
0 members and 33 guests
No Members online
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
Football Betting - best nfl betting promotions at sportsbook.com.
Oral Chelation - initial cleansing of your veins & arteries
Portatiles - Ofertas en Ordenadores y Portatiles. Increibles Ofertas DELL.

Register Now! Contact Us

About this Page
This is a discussion on does anyone know how to remove e-mail activation within the Nuke 7.x - General forums, part of the PHP-Nuke 7.x category; hi can anyone help me pls I want to remove e-mail activation for my site like u know when ...


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

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-24-2004, 09:30 PM
Junior Member
 
Join Date: Oct 2004
Posts: 11
does anyone know how to remove e-mail activation
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
  #2 (permalink)  
Old 10-24-2004, 10:16 PM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
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
  #3 (permalink)  
Old 10-25-2004, 03:58 AM
Moderator
 
Join Date: Oct 2004
Posts: 260
http://www.nukemods.com/modules.php?...ewtopic&t=3996
__________________
read me before posting
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 10-30-2004, 07:49 PM
Junior Member
 
Join Date: Oct 2004
Location: Phoenix, AZ
Posts: 1
Send a message via ICQ to hotguitar Send a message via MSN to hotguitar
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####
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 11:14 PM
E-Mail notification LunaFaye Nuke 7.x - General 2 08-04-2005 03:44 PM
Remove e-mail activation crewy Nuke 6.5 to 6.9 - General 1 01-03-2005 12:52 PM
E-mail Notification TuNa Purged Topics 4 02-12-2003 05:38 AM
WEB MAIL vladimir Purged Topics 19 01-23-2003 12:10 PM


All times are GMT -5. The time now is 07:16 PM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.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