Mioplanet Documentation Center
Resources and Help
HomeProductsMioScriptJavaScriptTechNotesPHP
   Home | Admin Panel Configuration File: Software SEARCH    

AdminPanel

  TechNotes
Admin Panel Configuration File: Account
Admin Panel Configuration File: Alerts
Admin Panel Configuration File: Channels
Admin Panel Configuration File: Servers
Admin Panel Configuration File: Software
Admin Panel Configuration File: Tasks
Admin Panel Installation Troubleshooting
Installing Admin Panel on a server
Where to host Mioplanet Admin Panel

  Help
01. Introduction
02. The tab Products
03. The tab Alerts
04. The tab Channels

  Products
All Products
MioDB
MioFactory
Mioplanet Admin Panel

TechNote
Admin Panel Configuration File: Software

Product: Admin Panel


A software may use an XML configuration file to make it possible to change settings live.
For more information: XML Configuration File Format

Settings of the XML configuration file are set in .mem files stored on the server in panel/config/software.

Possibles keys:
 
name
Product name.

channels_mandatorySupported
Some channels can be set as mandatory.

channels_categories
A category can be set for each channel.

channels_subCategories:
A sub-category can be set for each channel.

logo
Enable (true) or disable (false) fields to set the URL and the SRC of a logo.

ads
Enable (true) or disable (false) the tab Ads.

links
Enable (true) or disable (false) tab Links.

options
Enable (true) or disable (false) the tab Options.

channels
Enable (true) or disable (false) the tab Channels.

ticker
Enable the tab Ticker.

alerts
Enable (true) or disable (false) the tab Alerts.

restart
Set to true to show a push button to restart remotely the application.
This feature must be supported client-side to work.

dock
Enable (true) or disable (false) docking feature.

search
Show (true) or hide (false) a field to specify a search URL.

server
Valid ID of a server defined in panel/config/servers.

file
Path to the XML configuration file, excluding the root set in the server configuration file (php_root).
This path is used by the admin panel to update the XML configuration file. The application should accede to the files via the same path or via another path when necessary.

stats_software
Tracking of the users of the software is enabled (true) or disabled (false).

stats_trackingID
Tracking IDs are enabled (true) or disabled (false).

stats_server
Valid ID of the server defined in panel/config/servers.

exe
HTTP path to the EXE file of the application.
 




Sample Code

name=My App
channels_mandatorySupported=false
channels_categories=false
channels_subCategories=false
ticker=false
dock=false
alerts=true
ads=false
links=true
options=true
channels=false
logo=false
search=false
server=MySERVER
file=apps/myapp.xml
stats_software=false
exe=http://www...com/apps/myapp.exe