Hi All! ^^
I written a content encryption script, but got some problem...
1. if content has emotions, encode then send to contact, after decode, only see the text, no emotions, no matter just only ":)"
2. zip done, rename to plsc, then upload to web, but fail, always got this
"An unhandled exception has occurred.
We apologize for the inconvenience this may cause you. Please follow the link below back to our Messenger Plus! Home page and feel free to report this error on the forum"
I have check my ScriptInfo.xml, it's UTF-8 format, and content on below
code:
<?xml version="1.0" encoding="UTF-8"?>
<ScriptInfo xmlns="urn:msgplus:scripts" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:msgplus:scripts PlusScripts.xsd">
<Information>
<Name>Encryptions</Name>
<Description>Safer for chatting</Description>
<Author>Ramon Liu</Author>
<AboutUrl>NO URL</AboutUrl>
<Version>0.2</Version>
<UpdateId>RL0001</UpdateId>
<Build>0001</Build>
</Information>
<ScriptCommands>
<Command>
<Name>encry</Name>
<Description>The command for Encryptions.</Description>
<Parameters>command</Parameters>
</Command>
</ScriptCommands>
</ScriptInfo>
is wrong? @@?
if you are interested, you can download the attachment to see the way to help me find where is wrong... thanks :P