What users say
Purchase FSP at simMarket
|
 |
 |
FSP database web interface
Download FSP database web interface V 1.0
----> The download (ZIP file) is here <----
Installation:
The web interface uses ASP (Active Server Pages). You should have Windows XP Professional, Windows 2000 or Windows 2003 Server edition and the Internet Information Server (IIS) installed. Users of XP Home Edition may find a way to install the IIS on their system on the web.
Please extract the contents of the ZIP file to your local web publishing folder.
This is usually: c:\inetpub\wwwroot
SETTING THE DATABASE ACCESS METHOD AND PATH
To operate this web interface you must edit the path to the database that is used by the scripts.
Please open the file ‘global.asp’ to be found in the ‘Assets/Images/’ subdirectory of the FSP web directory.
We assume that your mode of database access is direct file read/write.
Please set audbmode=’file’ and select a provider from the list.
Please modify the audbpath argument to the path corresponding with your MS flightsimulator home directory.
Last, file permissions must be set for ‘fsp.mdb’ in the fspilot/database directory to enable IUSR_YOURCOMPUTERNAME to read/write to the database
Alternatively, you may use the ODBC database access method.
Please uncomment audbmode=odbc and comment audbmode=file:
audbmode="odbc"
‘ audbmode="file"
Install an ODBC data source named fsp pointing to the FSPilot database: fsp.mdb.
SETTING THE PATH TO SCREENSHOTS
Please open global.asp and set the correct path to the folder where your FSP screenshots are located.
You may even enter a relative path to operate the website on a server (NT or a Windows 2003 web server).
'
' for a physical path on a personal computer
' (f.e. IIS and Winows XP Professional ) use
'
auscreenshotpath="C:\Programme\Microsoft Games\Flight Simulator 9\fspilot\Screenshots\"
'
' for relative paths on a web server
' (f.e. IIS and Windows Server 2003) use
' you must have your screenshot directory inside the FSP web directory
'
' auscreenshotpath="..\screenshots\"
RUNNING THE INTERFACE
Open your browser and enter
http://localhost/fsp/index.asp
which should start the FSP database web interface. To edit or delete database records please login from the first page:
login: admin
password: fsp
You can change the admin password within MS Access (open the table users and change the password).
We will publish updates for this interface from time to time.
|
 |
 |
|