• 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!

Somehow players can use the pin code multiple times. Already changed days to counts

jonasu

Well-Known Member
Joined
Nov 3, 2009
Messages
147
Solutions
2
Reaction score
59
Location
Stockholm, Sweden
Somehow players can use the pin code multiple times. Already changed days to counts and it still doesnt work. I would be glad if someone could help.

Regards,
Xitobuh
 
Problem solved!

Bump: Problem solved!
Change:
Code:
save_trans('config/daopay.log', $account->getId(), $posted_pincode);
To:
Code:
save_trans('trans/daopay.log', $account->getId(), $posted_pincode);

and create a htdocs/trans/daopay.log :)
 
Back
Top