Difference between revisions of "Linfo"
From Amahi Wiki
(Created page with 'Category:Apps * There are 3 status plug-in modules installed, but disabled by default: # Cups # Samba # Truecrypt * Change the following lines in ''/var/hda/web-apps/linfo/h…') |
|||
Line 11: | Line 11: | ||
* There is also one additional plug-in module available: | * There is also one additional plug-in module available: | ||
− | + | [http://downloads.sourceforge.net/project/linfo/Linfo%20Extensions/soldat-0.1.tar.gz soldat]: dedicated server gamestat.txt parser | |
* To install it: | * To install it: | ||
− | # | + | # Download it to the ''/var/hda/web-apps/linfo'' directory |
# Extract the php file and place it in ''/var/hda/web-apps/linfo/html/lib'' directory | # Extract the php file and place it in ''/var/hda/web-apps/linfo/html/lib'' directory | ||
# Add the lines from the included README file to the end of ''/var/hda/web-apps/linfo/html/config.inc.php'' | # Add the lines from the included README file to the end of ''/var/hda/web-apps/linfo/html/config.inc.php'' | ||
* As additional plug-in modules become available, they will be added to the application or posted here. | * As additional plug-in modules become available, they will be added to the application or posted here. |
Revision as of 22:55, 17 November 2010
- There are 3 status plug-in modules installed, but disabled by default:
- Cups
- Samba
- Truecrypt
- Change the following lines in /var/hda/web-apps/linfo/html/config.inc.php from false to true for the ones you want enabled:
$settings['extensions']['smb'] = false; $settings['extensions']['cups'] = false; $settings['extensions']['truecrypt'] = false;
- There is also one additional plug-in module available:
soldat: dedicated server gamestat.txt parser
- To install it:
- Download it to the /var/hda/web-apps/linfo directory
- Extract the php file and place it in /var/hda/web-apps/linfo/html/lib directory
- Add the lines from the included README file to the end of /var/hda/web-apps/linfo/html/config.inc.php
- As additional plug-in modules become available, they will be added to the application or posted here.