| primaryhits |
| Visitor |
|
 |
| Joined: 13 Nov 2003 |
| Posts: 19 |
|
|
|
 |
 |
 |
|
Hi
I wasn't getting anymore signups since updating to the new version and thought I would check my scripts
I found the following error in the join.php file
Where this is towards the bottom:
$q1=db_fetch_array(db_query("select * from users where id='1'"));
//include the payment forms
if($CONFIG->allowpaypal){$page_content.=add_paypal($CONFIG->adminfee,$q1["paypal"],"3");}
if($CONFIG->allowstormpay){$page_content.=add_stormpay($CONFIG->adminfee,$q1["stormpay"],"3");}
if($CONFIG->allowegold){$page_content.=add_egold($CONFIG->adminfee,$q1["egold"],"3");}
if($CONFIG->allowintgold){$page_content.=add_intgold($CONFIG->adminfee,$q1["intgold"],"3");}
if($CONFIG->allowassuredpay){$page_content.=add_assuredpay($CONFIG->adminfee,$q1["assuredpay"],"3");}
if($CONFIG->allosolarpay){$page_content.=add_solarpay($CONFIG->adminfee,$q1["solarpay"],"3");}
if($CONFIG->allowfleetpay){$page_content.=add_fleetpay($CONFIG->adminfee,$q1["fleetpay"],"3");}
if($CONFIG->allodollardeliverys){$page_content.=add_dollardeliverys($CONFIG->adminfee,$q1["dollardeliverys"],"3");}
if($CONFIG->allowmoneybookers){$page_content.=add_moneybookers($CONFIG->adminfee,$q1["moneybookers"],"3");}
if($CONFIG->allowpropay){$page_content.=add_propay($CONFIG->adminfee,$q1["propay"],"3");}
$page_content.="</fieldset>";
break;
allosolarpay and allodollardeliverys should be allowsolarpay and allowdollardeliverys
the w was missing.
I hope this helps everyone that might be having the same problem
Bye
easycash |
|