andrewsabatier wrote:
Hi Olpa
Thanks for your response. I followed all your instructions except that I should have mentioned the following anomaly:
includes/usercp_register.php
#-----[ FIND ]------------------------------------------
#
$template->assign_vars(array(
'USERNAME' => isset($username) ? $username : '',
'CUR_PASSWORD' => isset($cur_password) ? $cur_password : '',
appears as
$template->assign_vars(array(
'USERNAME' => $username,
'CUR_PASSWORD' => $cur_password,
I've also since tried to use EasyMod and I get the following report for the same reason:
Critical Error
FIND FAILED: In file [includes/usercp_register.php] could not find:
$template->assign_vars(array(
'USERNAME' => isset($username) ? $username : '',
'CUR_PASSWORD' => isset($cur_password) ? $cur_password : '',
MOD script line #119
I hope this makes sense to you.
Regards,
Andrew
I am having the same problem as well. Unfortunately I edited all files and there is no textual confirmation showing on registration. I am also having the secondary problem on the other page as well:
andrewsabatier wrote:
Hi Olpa
Thanks for your response. I followed all your instructions except that I should have mentioned the following anomaly:
includes/usercp_register.php
#-----[ FIND ]------------------------------------------
#
$template->assign_vars(array(
'USERNAME' => isset($username) ? $username : '',
'CUR_PASSWORD' => isset($cur_password) ? $cur_password : '',
appears as
$template->assign_vars(array(
'USERNAME' => $username,
'CUR_PASSWORD' => $cur_password,
I've also since tried to use EasyMod and I get the following report for the same reason:
Critical Error
FIND FAILED: In file [includes/usercp_register.php] could not find:
$template->assign_vars(array(
'USERNAME' => isset($username) ? $username : '',
'CUR_PASSWORD' => isset($cur_password) ? $cur_password : '',
MOD script line #119
I hope this makes sense to you.
Regards,
Andrew
Ive checked all files thrice and nothing is wrong. I tried installing using EASYMOD after and I got the same problems.
Here is the registration page:
http://kipwsc.com/forum/profile.php?mod ... greed=true
Thanks for the help in advance!
By the way, i love the mod! Ive blocked 20 spammers already and im only just setting it up.