Plugins
Plugins provide additional functionality to MyDiskServer. Page content is dynamically generated when plugins are accessed from an Internet browser.
These plugins require the latest version of MyDiskServer.
Remote Control

This plugin enables you to control your computer remotely. An image of the current display is shown and mouse clicks on the image are directed to the remote computer. The display is updated accordingly. The viewer requires no additional software, not even Java, which means you can control your computer from almost any device on any network.
Please donate to unlock the download link.
Save this plugin in a safe place. Then share this plugin using MyDiskServer. To remotely control your computer sign in and click RemoteControl.class when browsing your disk from an Internet browser. You will be required to provide your identity key (specified when you first registered MyDiskServer) for added security.
Please note, this plugin will not function unless it is shared to a non-guest account, high security mode is disabled and the correct identity key is provided. I do not recommend sharing this plugin to users other than yourself.
List Albums

This plugin searches through sub folders for audio files. If successful, the artist and album name are displayed along with a link to stream the audio. For albums with album art, a small image of the cover is also displayed.
Please donate to unlock the download link.
Save this plugin in your main music folder. To list the albums click ListAlbums.class when browsing your disk from an Internet browser. To improve the accuracy of information returned, ensure mp3s are sorted into folders for artists and sub-folders for albums. Alternatively name your folders "artist name - album name".
To automatically return plugin content, prefix the filename with Auto. For example to return the list of albums automatically, rename ListAlbums.class to AutoListAlbums.class
List Movies

This plugin searches through sub folders for movie files. If successful, the movie name, cover, genre, plot and user rating are displayed. This information is automatically retrieved from the Internet Movies Database.
Please donate to unlock the download link.
Save this plugin in your movies folder. To list the movies click ListMovies.class when browsing your disk from an Internet browser. To improve the accuracy of information returned, ensure movie files have the exact name of the movie. This plugin saves a .jpg and .txt file prefixed by the movie file name for future reference.
Guest book

This plugin enables visitors to leave messages. The user types their name, a plain text message and clicks send. The plugin automatically adds the source IP address, the post date and stores the message for future display. Messages can be deleted using the identity key (known only to the MyDiskServer administrator).
Please donate to unlock the download link.
Save this plugin anywhere and share it to the guest user or specific users who are permitted view and write messages. To view the guest book click GuestBook.class when browsing your disk from an Internet browser.
Search

This plugin enables visitors to search for files. This simple search plugin will look for a filename containing the search string you specify. Only the files accessible to will be listed.
Please donate to unlock the download link.
Save this plugin anywhere and share it to the guest user or specific users who are permitted to search through shared files. To search click Search.class when browsing your disk from an Internet browser.
Show Index

This plugin automatically redirects the user to a html document within the folder. The plugin looks for files named default.html, default.htm, index.html, index.htm to return to the user. By saving a copy of this plugin in all locations with HTML content, MyDiskServer functions exactly like a web server.
Please donate to unlock the download link.
Save this plugin in the folders you want to display html index pages.
Hit counter

This plugin generates an image containing a number. The number increments each time the plugin is accessed. By incorporating this plugin into a web page you can keep a record of how many times the page has been accessed. By copying this plugin to multiple locations, a unique count for each location can be maintained.
Please donate to unlock the download link.
Save this plugin in the folder containing the web page you want to maintain a count of page impressions. Within the web page add the following HTML:
<img src="Counter.class">
To change the size of your counter add the parameter size to the query string. For example, in the screenshot above, the size was set to 200.
Hide file listing

This plugin prevents a list of files from being displayed. This is useful if you wish to provide a link to specific files but keep other files hidden.
Please donate to unlock the download link.
Save this plugin in the folders you want to hide the file listing.