Teddy
SweStream.se
hello my problem is that i have doapay and wanna add paypal i have script and all but i wanna add 1 more page's on my website here
if($config['daopay_active'])
$main_content .= '<br /><br /><a href="index.php?subtopic=buypoints&system=daopay"><h2>Pay with Call or SMS - LINK (DaoPay)</h2></a><h3>Send SMS (not for all countries) or call special number to donate and get points.</h3>';
if($config['daopay_active'])
$main_content .= '<br /><br /><a href="http://narkia.servegame.org/paypal.htm"><h2>Pay with Credit Card - LINK (PayPal)</h2></a><h3>Pay with credit card or your PayPal account balance.</h3>';
if($config['daopay_active'])
$main_content .= '<br /><br /><a href="index.php?subtopic=buypoints&system=daopay"><h2>Pay with Call or SMS - LINK (DaoPay)</h2></a><h3>Send SMS (not for all countries) or call special number to donate and get points.</h3>';
if($config['daopay_active'])
This dont needsPHP:if($config['daopay_active'])this only checks if DaoPay is actived or not.
If daopay isn't actived on the buypoints.php then both links wont be shown.
if($config['paypal_active'])
$config['paypal_active'] = true;
if($config['daopay_active'])
$main_content .= '<br /><br /><a href="http://narkia.servegame.org/paypal.htm"><h2>Pay with Credit Card - LINK (PayPal)</h2></a><h3>Pay with credit card or your PayPal account balance.</h3><br /><br /><a href="index.php?subtopic=buypoints&system=daopay"><h2>Pay with Call or SMS - LINK (DaoPay)</h2></a><h3>Send SMS (not for all countries) or call special number to donate and get points.</h3>';
PHP:if($config['daopay_active']) $main_content .= '<br /><br /><a href="http://narkia.servegame.org/paypal.htm"><h2>Pay with Credit Card - LINK (PayPal)</h2></a><h3>Pay with credit card or your PayPal account balance.</h3><br /><br /><a href="index.php?subtopic=buypoints&system=daopay"><h2>Pay with Call or SMS - LINK (DaoPay)</h2></a><h3>Send SMS (not for all countries) or call special number to donate and get points.</h3>';
Would work too![]()