- Readme First! - Read and follow the rules, otherwise your posts will be closed
There are currently, 50 guest(s) and 1 member(s) that are online. You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - where is U_ACTIVATE set? [ ]
Author
Message
skadamo
Nuke Soldier
Joined: Jan 25, 2005
Posts: 22
Posted:
Wed Nov 02, 2005 9:39 am
Evaders99
Site Admin
Joined: Aug 17, 2003
Posts: 12403
Posted:
Wed Nov 02, 2005 3:50 pm
skadamo
Nuke Soldier
Joined: Jan 25, 2005
Posts: 22
Posted:
Tue May 30, 2006 5:24 pm
Thanks for the reply. Still did not fix it.
Can anyone tell me where U_ACTIVATE is set?
arnoldkrg
Major
Joined: Aug 03, 2003
Posts: 936
Location: United Kingdom
Posted:
Tue May 30, 2006 10:00 pm
Try removing /index.php from the Site URL in admin.php....preferences
_________________
skadamo
Nuke Soldier
Joined: Jan 25, 2005
Posts: 22
Posted:
Mon Jun 05, 2006 6:12 pm
Hey, thanks I should have told you I already did that.
Are you all trying to protect me from myself or truely no one knows where U_ACTIVATE is set
arnoldkrg
Major
Joined: Aug 03, 2003
Posts: 936
Location: United Kingdom
Posted:
Tue Jun 06, 2006 1:20 am
includes/usercp_register.php about line 550 (in my version)
Code:
'U_ACTIVATE' => $server_url . '&mode=activate&' . POST_USERS_URL . '=' . $user_id . '&act_key=' . $user_actkey)
and around line 770
Code:
'U_ACTIVATE' => $server_url . '&mode=activate&' . POST_USERS_URL . '=' . $user_id . '&act_key=' . $user_actkey)
and around line 730
Code:
'U_ACTIVATE' => $server_url . '&mode=activate&' . POST_USERS_URL . '=' . $user_id . '&act_key=' . $user_actkey)
and $server_url is set in modules/Forums/profile.php
Code:
$script_name = 'modules.php?name=Forums&file=profile';
$server_name = trim($board_config['server_name']);
$server_protocol = ( $board_config['cookie_secure'] ) ? 'https://' : 'http://';
$server_port = ( $board_config['server_port'] <> 80 ) ? ':' . trim($board_config['server_port']) . '/' : '/';
$server_url = $server_protocol . $server_name . $server_port . $script_name;
and you set $server_name, etc in Forums Administration configuration.
_________________
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