Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

MUOnline Webenginecms

Initiate Mage
Joined
Jul 18, 2021
Messages
2
Reaction score
0
hey im using webengine cms
and when player have tag before the nickname for example

[GM]xyz
this is the link is created by click the view character button
profile/player/req/%5BGM%5Dxyz/

how to i fix this issue?
 

cMu

Elite Diviner
Joined
Jan 8, 2017
Messages
427
Reaction score
133
webengine is coded in a wrong way, specially onthe character profile.
i would advice to recode this whole part (including that htaccess thing).
change the links base and the page code to use base64 encode / decode etc.
 
Upvote 0
Initiate Mage
Joined
Jul 18, 2021
Messages
2
Reaction score
0
webengine is coded in a wrong way, specially onthe character profile.
i would advice to recode this whole part (including that htaccess thing).
change the links base and the page code to use base64 encode / decode etc.


good idea i will implement base 64 url formatter
thanks .!
 
Upvote 0
Back
Top