Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Torrent Strike (http://www.bvlist.com/forumdisplay.php?f=21)
-   -   Email configuration (http://www.bvlist.com/showthread.php?t=974)

ReNeJcEk 6th September 2008 22:07

Email configuration
 
I have a question... if somebody can help me.. ive got torrentstrike site.. and i want to configure my email registration..how can i setup email.. that users can register with email authorization... with which program.. or what..im lost =) please help =P

wMan 6th September 2008 23:12

change pending to confirm
in takesignup.php

example

PHP Code:

$ret mysql_query("INSERT INTO users (username, passhash, secret, editsecret, email, gender, country, status, ". (!$arr[0]?"class, ":"") ."added) VALUES (" .
        
implode(","array_map("sqlesc", array($wantusername$wantpasshash$secret$editsecret$email$gender$country, (!$arr[0]?'confirmed':'confirmed')))).
        
", ". (!$arr[0]?UC_SYSOP.", ":""). "'"get_date_time() ."')"); 


NatashaRhea 19th October 2008 19:41

Quote:

Originally Posted by clocktower (Post 4019)
change pending to confirm
in takesignup.php

example

PHP Code:

$ret mysql_query("INSERT INTO users (username, passhash, secret, editsecret, email, gender, country, status, ". (!$arr[0]?"class, ":"") ."added) VALUES (" .
implode(","array_map("sqlesc", array($wantusername$wantpasshash$secret$editsecret$email$gender$country, (!$arr[0]?'confirmed':'confirmed')))).
         
", ". (!$arr[0]?UC_SYSOP.", ":""). "'"get_date_time() ."')"); 


thanks works great>>>but is there a script to let them know it is auto sign on it states still confirmation email will be sent but works when i log on

Laffin 19th October 2008 20:03

This is wut happens when ya dunno about a source
 
Torrentstrike is XTBDev based which is TBDev based.
XTBDev made a number of changes, and some of the more popular mods were added as options.
Ya access these options in admincp.php

look for email confirmation.
enable or disable as u see fit, it gives an appropraite message.

First ya have to undo wut ya was told to do tho

NatashaRhea 20th October 2008 19:48

thank you it works great been searching for that


All times are GMT +2. The time now is 22:48.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.