-
The MapleSEA rankings page is up and running again. However, the avatars do not seem to be working yet. Only the level is given, not the exp, but maybe this will change in the future.
There are two servers a Singaporean (MSEASG) and Malaysian (MSEAMY) one. If I am not mistaken, character names are unique to each server, not across MapleSEA as a whole.
It might be a little premature to add...
2009-10-30 11:57:16 UTC by chimpathon
-
Special characters do not seem to pose a problem for my installation when the character name is sent via the url. Are you are storing the character name in a database? If the character column character set is not set to utf8 then you will need to perform some conversion. utf8_encode should do the job in most cases, but perhaps mb_convert_encoding is a safer bet.
2009-10-30 11:25:18 UTC by chimpathon
-
Solution: you will have to utf8_encode the name first.
2009-09-17 11:26:56 UTC by donerspezial
-
Have any of you experienced issues with EMS rankings and atypical characters such as ñ?.
2009-09-17 10:46:53 UTC by donerspezial
-
Finally sussed it.
I don't use this great project for creating sigs so much as grabbing the user info. Hence, I've hacked up the code to fit my needs and when there's an update my code sometimes doesn't jive with yours. In this instance it seems that the $rankings_url['ems'] had changed. Once I updated that things were working.
Thank you very much for maintaining this gnajda and for the...
2009-09-13 13:04:43 UTC by donerspezial
-
That was me posting above (2009-09-13 14:03:03 CEST).
Gnajda, did you actually test your EMS updates? Curious if you were able to get it to work. Haven't had any luck whatsoever.
Much appreciated.
2009-09-13 12:29:18 UTC by donerspezial
-
It's true that __EVENTVALIDATION and __VIEWSTATE are required, however, it seems that both are not constant. Thus, by default the code should maybe do if ($version == 'ems') {$conf_getFreshViewstate = 1;} at the top.
That said, even with the 2.3.0sp3, EMS rankings are still not working for me: error while getting rankings html
Thank you for any help you can provide to fix this.
2009-09-13 12:03:03 UTC by nobody
-
I've added you to the project and created a SVN repository with the 2.3.0sp3 code in it. You have developer SVN access. I'll be glad for the help. :)
2009-09-13 03:11:41 UTC by gnajda_oms
-
gnajda_oms added funnnny to the openMSsig project.
2009-09-13 03:04:27 UTC by gnajda_oms
-
gnajda_oms committed revision 1 to the openMSsig SVN repository, changing 62 files.
2009-09-13 02:52:02 UTC by gnajda_oms