the thing is: my account has the same login name on tmuf and on tm2, my friend´s acount is officially linked (he bought the gamer later) and he cant donate, an other friend can also not and his acount is linked also, another acount i knwo where the donates are working is a fresh one without any link to tmuf. as i ve checked my old tmuf acount there ´s no reall change in the amount of coppers. ( as a fact i did like the idea to transfer my old coppers to planets

=
i am still not shure if my acount is allready linked to tmuf, because when i registered my acount to tm2
there was no sign of my acount could been linked to the old one. (i was lucky to get the same acountname again)
in new acounts i know that the game asks if u have had a tmuf acount. - maybe there´s the problem.
would be nice if some of u guys could also post some working and non working transaction numbers to find a picture out of the single acounts. ( just console out the transaction with GetBillState ) u might find it in the logs then .
some transactions from my debugs:
Code: Select all
Working payment:
[16.09.11 02:29:22]
Donate Status ubm for 100 Planets:
Array
(
[State] => 4
[StateName] => Payed
[TransactionId] => 10623
)
and non working ( payed but not really payed)
[16.09.11 13:17:49] 4 Donate Status raggie for 50 Planets
Array
(
[State] => 4
[StateName] => Payed
[TransactionId] => 11522
)
and a working one from same ip (nearly same time)
[16.09.11 13:19:47] 4 Donate Status katinka for 50 Planets
Array
(
[State] => 4
[StateName] => Payed
[TransactionId] => 11523
)
non working:
[16.09.11 13:28:17] 4 Donate Status raggie for 50 planets
CODE: ALLES AUSWÄHLEN
Array
(
[State] => 4
[StateName] => Payed
[TransactionId] => 11564
)