Home Site Map
All New Files Search Files Hot Files Upload New Member Sign-Up First Class Membership
Reviews Features How To... Op-Ed News Archive
News/Article Search File Library Search
Recover Password Change User Settings Site Map Sign-Up Help Contact Us

Train-Sim.Com Help

You can get help on the following subjects. For more detailed information, click on the subject you want more help with. Use your browser back button to get back to your previous location.

Help Index


Train-Sim.Com Usage Overview

Train-Sim.Com uses a new concept in information exchange which retains functions much like a traditional Bulletin Board System or BBS. The advantage is that it is available over the Internet and conforms to the HTML (HyperText Markup Language) specification. This means that any Web Browser that implements the specification allows you the full use and functionality Train-Sim.Com.

There are categorized file sections which have complete program descriptions to allow you to find what you are looking for. With the click of your mouse button you can download a file. You can get a listing of all the files that are new since the last time you checked. There is a search engine which can quickly find files containing the information you are looking for. The system also contains message areas for you to exchange public and private messages with other system users.

When you login to Train-Sim.Com you must enter a unique user name and a personal password. This allows you to be uniquely identified for sending and receiving messages and to allow access to the proper forums. When you wish to exit the system, you should use the logout buttons. If you don't logout, the system will eventually log you out automatically. However, this time is deducted from your daily time limit.

Downloading Files.
Once you have found a file within a directory listing, you can download the file by simply clicking on the filename. Your browser may ask you for a directory and/or filename to save to. Complete the browser questions and the file will be sent to your system. If your browser does not support multiple sessions, you will have to stay on that screen until the file is completely downloaded. Otherwise, your browser will terminate the download.

Some Internet Explorer users have problems getting the browser to save files where they want them saved; instead it saves them to a temporary folder or immediately opens them. Microsoft tech support has an article that explains how to solve this:

http://support.microsoft.com/support/kb/articles/q177/9/76.asp

Downloads Won't Start.
Many people seem to have problems with their downloads not starting after they click the link, or they get an error message of some sort that may say the site is unavailable, link broken, etc. Rarely is the problem with the web server, as the site is monitored 24 hours a day and is almost never offline.

The usual cause for such problems is security software being run on the user's computer; firewalls in particular. You should be able to change your firewall settings to solve this problem, or temporarily disable it just to test whether it is the cause of the problem.

In the case of the popular Zone Alarm software, it is reported that "Mobile Code Control" must be turned off to allow downloading.

Resuming Downloads.
Train-Sim.Com supports resuming file downloads. If your connection drops while you are downloading a file, all you need to do is make sure you are logged in and start the download again. If you are using GetRight (www.getright.com) for example, the file download will resume from where the error occured and you won't have to keep starting at the beginning. Currently, Train-Sim.Com is set up to allow you to resume downloads with no special actions on your part. Just follow the normal instructions for the download utility you are using.

"Maximum Batch Size Reached"
Some users complain about getting the error message "Maximum batch size reached" even when there are no files currently downloading. This error can happen because you are using a download accelerator and have it set to use too many simultaneous download threads, so the first thing to try is changing the download accelerator settings.

Another known cause for this problem is a setting in Windows XP which needs to be changed, a checkbox labeled "notify server when download complete". If your computer does not report back to the file server that the download completed and you attempt additional downloads eventually you will go over your limit.

To fix this, load Internet Explorer, then select Tools, Internet Options, "Advanced" tab, then scroll down the options (called settings) into the section headed "Browsing" and some way down the list of tick boxes is "Notify when downloads complete"; make sure this box is ticked.

File Search.
Synopsis:
File Searchs can be done within a file section or all file sections. The search criteria are performed on the entry for each file in the directory listings. The search criteria are easily entered. Once you have filled in these items to your satisfaction, just click on the Start Search button.

The search criteria on the standard File Search form are as described below. You can also use another form to change your display options.

Search Only File Section:
By default all file sections are searched. If you wish to search only a single file section click on the down arrow on this box and then select a single file section from the list that appears.

Search For Text:
Searchs can be done either by file name or by text string (not both). To search by text string fill in this box. You can enter a single word, a phrase, several words or a combination with boolean operators. You cannot search on partial words (wildcards for partial words do not work). Upper/lower case does not matter.

Single Word: To find all files that have a specific word in their file description enter just that word in the "Search For Text" box, then press the search key. Example: to find all Boeing aircraft do a search with boeing as the single search word.

Several Words: To find all files that have all of a group of words in their file description enter each of the words in the "Search For Text" box, separated by spaces. The order in which you enter the words does not matter. Example: to find all Boeing 747's do a search with boeing 747 entered in the box.

Phrase: To find a phrase, or to put it another way, to find several words in a specific order, enter the phrase in the "Search For Text" box with double quotes around it. Example: to find Pan American airplanes (but not things like "an American pan") do a search with "pan american" entered in the box. You can use the asterisk character as a wildcard for any entire word in the middle of a phrase.

Boolean Operations: Searchs can be additionally refined by using boolean operators between search words. Recognized operators are and, or, not. You can use the actual words "and", "or" and "not" as the operators, or you can use the characters "&", "|" and "!" respectively. See below for samples.

Nesting Words: Parentheses can be used to nest words together when creating complex search strings. See below for samples.

Search Examples:

  • A single word search to find any Boeing aircraft: boeing
  • A multiple word search to find any file with both "Boeing" and "747" in the description: boeing 747 OR 747 boeing
  • A phrase search to find "Boeing 747" together: "boeing 747"
  • A phrase with a wildcard: "grumman * tomcat" (would find "grumman f14 tomcat", or "grumman f-14 tomcat", or "grumman f14b tomcat", etc.); you can use more than one wildcard in a phrase if you wish
  • Using a boolean operator to find either of two ways that a Boeing 747 might be listed: 747 or b747
  • Proper use of the "not" operator: boeing and not 747 (finds all Boeing planes that are not 747's; "not" must always be used in combination with "and" or "or")
  • Combining a phrase and a boolean: "united airlines" & ! 747 (finds United Airlines planes that are not 747's)
  • Nesting words: ("united airlines" or varig) & 747 (finds all 747's flown by either United Airlines or by VARIG)

Search Tips:

  • When searching on multiple words the order that you enter the words does not matter unless you put the words between double quotes
  • Most punctuation characters are treated the same as a space
  • Search strings are not case sensitive
  • Searchs that are too specific often result in no matchs; try simpler searchs first
  • You many need to try alternate spellings; for example, to find a General Dynamics Fighting Falcon aircraft you might need to try both "F-16" and "F16"; the "or" boolean operator is useful for these cases
  • If you enter something into both the string search and the file search boxes, the file name search takes priority and the string search will be ignored
  • When using the boolean operators and, or, not you must put spaces between the operators and adjacent words, but if you use the equivalent characters instead, & | !, spaces are not necessary

File Name:
Instead of searching for files by string you can search by the name of the file. You can search for the exact file name or use the standard wildcards * and ? in the search.

Examples:

  • A file name search of "file.zip" will match only "file.zip".
  • A file name search of "file*.zip" will match "file.zip", "file1.zip", "file10.zip", "fileabcd.zip", etc.
  • A file name search of "file?.zip" will match "file1.zip", "filea.zip", etc.
  • A file name search of "*" or "*.*" will match all the files in the selected file section.

Searching by file name is generally faster than seaching by text string.

Sort File List By:
There are several choices of how the resulting list of files can be arranged. By default the files are listed by date, with the most recent files first.

To sort the file list a different way click on the down arrow on the "Sort file list by" box and choose one of the other selections: [number of] downloads, file name, file section or size [of file].

This selection has uses which may not be obvious at first. Sorting by date in descending order results in the newest files being displayed. Sorting by downloads in descending order results in a "hot files" listing, showing the most popular files.

Order:
The final choice in how the file list is displayed is the display order. By default this is descending but ascending can also be selected.

Start Search:
Click on this button to start your search. A display of all the files found matching your criteria will be shown.

Note: if your display does not change after setting new options or doing a new search it may be because your browser is still loading the previous page from local cache. Try using the browser's reload button to ensure that the new display is loaded.

Display Options
The Display Options page gives you a great deal of control on how the results of file searchs are displayed. Each field within a file listing can be turned on and off separately.

Display Fields:
The Display Options are check off boxes, one for each field within the file directory database. By checking all boxes on you can get the most detailed file listings possible, but for faster and smaller listings fields can be turned off. For example, turning off the description can result in a very concise listing of files by just name, title, etc.

Note that some database entries may not actually be used and thus turning them on or off will have no visible effect.

When all settings are the way you want them, click on the "Update Display Options" button. To leave your settings unchanged, click on "Return".

Note: if your display does not change after setting new options or doing a new search it may be because your browser is still loading the previous page from local cache. Try using the browser's reload button to ensure that the new display is loaded.

Select File Section.
On this screen all file sections are shown. File sections are grouped under their respective categories. Next to each file section is shown the number of files currently in that section.

To select the desired file section, simply click on the file section name.

User Settings.
This form lets you change your user settings. This is also where you can change your login password. Please keep your user information up to date. If you do make changes on this form, remember to click on the "Update" Button. If you change your mind about changes you have made, you can click on the "Reset" button and restore the values to what they were before you entered the page.