
02-09-2005, 03:48 AM
|
 |
|
|
Join Date: Apr 2003
Location: Norwich,Uk
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by MarcoH64
Think i found the problem.
Open your file 'register.php'.
Find:
PHP Code:
$testreferrerid['userid']=$testreferrerid;
Replace this line by:
PHP Code:
$testreferrerid['userid']=$refuserid;
This should fix your problem.
|
thank MarcoH64 for help
|