• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Wrong pin code error

loamigad

New Member
Joined
Aug 11, 2007
Messages
22
Reaction score
0
I'm using http://otland.net/f118/gesior-aac-0-3-4-beta4-fixed-v5-33645/
I tried a bunch of fixes, but it didn't work so it's the default buypoints config i post here.

The IP in daopay is correct, I'm using the "App code" from dao
The product codes are all 1euro, 10euro etc no spaces.
Might be this
Code:
	$handle = fopen("https://daopay.com/svc/pincheck?appcode=".$appcode."&prodcode=".$prodcode."&pin=".$pin, 'r');  
	if ($handle)
or this line
Code:
$main_content .= '<b><h3>'.$order.'. Address: <font color="red"><a href="https://daopay.com/svc/pay.svc?tidkey='.urlencode($offer['appcode']).'&subkey='.urlencode($offer['prodcode']).'">Buy '.$offer['addpoints'].' Shop points for '.$offer['cost'].'</a></font><br></h3>';
 
Still not working.. :)
Another question, do anyone remember donating this month (oct) on a server that was 100% automatic, so they could enter their own pin code, and not msg gm to get points.. ?


Almost giving up finding answers on the ot boards hrhr.
 
Back
Top