Rand al Thor wrote:another bug, when i click for send one message to a player from the results of my research i have a white page
i hope you understand what i mean (bad english :/)
This is ika-core database or php bug, it cannot be fixed by changing the script's code.
The old messaging system was city based ($_GET['with'] is my Current City-ID and $_GET['destinationCityId'] is the CityId of the target)
- Code: Select all
http://s*.ikariam.*/index.php?view=sendMessage&type=0&with=*****&destinationCityId=*****
The new one (v0.3.0+) is player based ($_GET['receiverId'] is playerID)
- Code: Select all
http://s*.ikariam.*/index.php?view=sendIKMessage&receiverId=*****
This bug is already reported.