Home TheRandomizer Forum Index Log in Register FAQ Search
TheRandomizer Forum Index » Bug Reports » found error in the 2.3 version of randomizer
Post new topic  Reply to topic View previous topic :: View next topic 
found error in the 2.3 version of randomizer
PostPosted: Sat Nov 15, 2003 7:14 am Reply with quote
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
PostPosted: Sat Nov 15, 2003 2:15 pm Reply with quote
shadow
Addict
Joined: 16 Oct 2003
Posts: 171
Location: Virgin Islands




Nice Catch easy cash Very Happy
 found error in the 2.3 version of randomizer 
 TheRandomizer Forum Index » Bug Reports
All times are GMT  
Page 1 of 1  

  
  
 Post new topic  Reply to topic  


Powered by phpBB© 2001-2006 phpBB Group |Randomizer Script | Web Hosting | phpBB Skin by Vjacheslav Trushkin