JDiskExplorer Registration Issue

Explorer-like frontend add-on to upload/download.
Post Reply
geryatric
Posts: 1
Joined: Mon Jun 15, 2009 1:48 am

JDiskExplorer Registration Issue

Post by geryatric »

I have purchased JFileUpload and JDiskExplorer.
The instructions for registering are not very clear, but I think I have worked it out.

The 'UNREGISTERD' message next the local and remote hosts has disappered, however I still have an 'UNREGISTERED' tag at the top in red. [SCREENSHOT ATTACHED]

I have done the following'
- Copied explorer.oxw and licence.oxw to the root dir
- Modified applet_ftp_explorer.js with the following
transferuiparam1 = "regfile"
transferuivalue1 = "explorer.oxw"
...
<PARAM NAME="transferuiparam1" VALUE="regfile">
<PARAM NAME="transferuivalue1" VALUE="explorer.oxw">
- Modifed applet_ftp.js with the following;
regfile = "license.oxw"
...
<PARAM NAME="regfile" VALUE="license.oxw">

I have also tried adding .oxw to the IIS MIME Types as text/plain

???
Thanks in advance
Attachments
JDiskExplorer UNREGISTERED.jpg
Unregistered Screenshot
(80.39 KiB) Downloaded 215 times

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: JDiskExplorer Registration Issue

Post by support »

In applet_ftp_explorer.js, also add:
...
regfile = "license.oxw"
...
<PARAM NAME="regfile" VALUE="license.oxw">

and it should work.

Post Reply