Configuration Pages | |
config.php | Database and other settings. You need to customize this before anything will work. |
customconfig.php | Custom settings (starts empty). |
footer.html | HTML to be included at the bottom of each page. Blank to start with except for some text crediting me as the author of TNG. You may use a different file, but you must specify the new file in the General Settings. |
genlog.txt | Contains raw log data (starts empty). Must be made writeable (chmod 766). |
genstyle.css | Contains font face, size and color information for various text types and background areas. You can customize this if you know enough about style sheets. Otherwise, leave this page alone. |
genstyle2.css | An alternate style sheet. Rename to genstyle.css before using. |
importconfig.php | Import-related settings. |
logconfig.php | Log-related settings. |
meta.html | For HTML or scripting language to be included in the HEAD section of each page. Blank to start with, except for the style sheet declaration. Customization is optional. You may use a different file, but you must specify the new file in the General Settings. |
admin/adminmeta.php | For HTML or scripting language to be included in the HEAD section of each Admin page. Blank to start with, except for the style sheet declaration and a statement to keep search engines from indexing your Admin pages. Customization is optional. |
pedconfig.php | Settings for the pedigree charts. You will likely want to customize these in order to more closely integrate the charts with the rest of your site.. |
tngprint.css | Style sheet used when rendering "printer friendly" page. |
tngrobots.php | Directs search engine crawlers whether to index certain pages or stay away. |
tngtabs1.css | Style sheet used to display page tabs. |
tngtabs2.css | Alternate style sheet for displaying page tabs. |
topmenu.html | HTML to be included at top of each page. Blank to start with except for the <BODY> tag. I recommend you put your site navigation here. You may use a different file, but you must specify the new file in the General Settings. |
Public Pages You Might Want to Link To | |
anniversaries.php | Displays individuals matching user-entered date and event criteria. |
browsedocs.php | Displays a list of all histories. |
browseheadstones.php | Displays list of all headstones. |
browsenotes.php | Displays a list of all notes. |
browsephotos.php | Displays a list of all photos. |
browserepos.php | Displays a list of all repositories. |
browsesources.php | Displays a list of all sources. |
browsetrees.php | Provides general database statistics. |
browsetrees-old.php | Pre-v4 method of displaying list of all trees. |
cemeteries.php | Displays list of all cemeteries (lets you drill down to find headstones). |
login.php | Prompts user to log in. |
logout.php | Logs a user out. |
index.php | Your very basic home page (just in case you don't have one), with links to all the pages in this section. Please make it better!! |
index_plus_header_footer.php | Your very basic home page (just in case you don't have one), with links to all the pages in this section. Please make it better!! |
newacctform.php | Form users can fill out to request a username/password login. |
places.php | Shows all place localities in the database (first letters only), plus some other interesting stats. |
reports.php | Displays a list of all active reports. |
searchform.php | Search page to locate individuals. |
showlog.php | Shows most recently logged actions. |
surnames.php | Shows all surnames in the database (first letters only), plus some other interesting stats. |
whatsnew.php | Report of new individuals, families, photos, histories and headstones. |
Public Pages That Take Care of Themselves (they do plenty of work, but you don't need to link to them) | |
ahnentafel.php | Displays a register ancestral report for an individual, where personID=###. |
addnewacct.php | Puts information from potential user in users table, notifies administrator. |
anniversaries2.php | Works in conjunction with anniversaries.php. Without this redirection, the original page will not properly refresh on submission. |
begin.php | Wrapper for including config.php. |
browserinfo.php | Determines the client's browser (used with the pedigree chart). |
changelanguage.php | Displays a list of all languages you've set up and allows visitors to select their preference. |
checklogin.php | Behind-the-scenes check done on every page to see if user has logged in or not. |
descend.php | Displays descendancy chart for personID=###. |
desctracker.php | Displays a graphical descendancy chart for a line of descent defined in descend.php. |
end.php | Includes code to end each page. |
extrastree.php | Displays a list of all ancestors (where person=###) who have associated photos or histories. |
familygroup.php | Displays a family group sheet, where familyID=###. |
findperson.php | Displays a short summary of person records that match search criteria. |
findpersonform.php | Accepts search criteria to locate matching persons. |
functions.php | Miscellaneous functions. |
gedcom.php | Creates GEDCOM for download. |
gedform.php | Form to request a GEDCOM file to download. |
genlib.php | Contains database, header, footer and menu functions. |
getlang.php | Contains language preference functions. |
getperson.php | Displays individual information, data first, where personID=###. |
globallib.php | Contains functions common to both public and admin pages. |
headstones.php | Displays list of all headstones for a given cemetery or locality. |
log.php | Logs actions to the log file (genlog.txt). |
pedigree.php | Displays a graphical pedigree chart for an individual, where personID=###. |
pedigreetext.php | Displays a text-only pedigree chart for an individual, where personID=###. |
personlib.php | Contains functions common to all public pages that show events (like for people, families, sources and photos). |
placesearch.php | Searches for and displays summaries for individuals who match place name criteria. |
places100.php | Shows the top # places (ordered by number of localities), where topnum=#. |
places-all.php | Shows all largest locality place names in the database. |
places-oneletter.php | Shows all place name localities beginning with a given character (passed from places.php). |
processlogin.php | Processes username and password entered by a user, performs login. |
register.php | Displays a modified register descendancy report for an individual, where personID=###. |
reglib.php | Contains functions common to both the Register and Ahnentafel reports. |
relateform.php | Page where visitors select two candidates for relationship chart. |
relationship.php | Charts relationship between two people (within a fixed number of generations). |
relationship2.php | Works in conjunction with relationship.php. Without this redirection, the original page will not properly refresh on submission. |
savelanguage.php | Saves the visitor's language preference. |
savelanguage2.php | Saves the visitor's language preference and returns them to the previous page. |
savetentedit.php | Saves tentative edits for later review. |
search.php | Searches for and displays summaries for individuals who match the criteria entered in searchform.php. |
sendlogin.php | Sends login information to e-mail address entered if a match is found. |
showheadstone.php | Shows a headstone and/or map (if available), where personID=###. |
showhistory.php | Shows a history record, where docID=###, if the history is stored in the database. |
showmap.php | Shows map of a cemetery, where cemeteryID=###. |
showphoto.php | Shows a photo, where (personID=### AND ordernum=###) OR photoID=###. |
showrepo.php | Shows a repository record, where repoID=###. |
showreport.php | Shows a report, where reportID=###. |
showsource.php | Shows a source record, where sourceID=###. |
showtree.php | Shows detail for a tree, where treeID=###. |
suggest.php | Prompts user for suggested changes to viewed record. |
surnames100.php | Shows the top # surnames (ordered by occurence), where topnum=#. |
surnames-all.php | Shows all surnames in the database. |
surnames-oneletter.php | Shows all surnames beginning with a given character (passed from surnames.php). |
tentedit.php | Prompts user for tentative edits to displayed record. |
timeline.php | Does 'behind-the-scenes' work for timeline chart. |
timeline2.php | Displays timeline chart. |
tnghelp.php | Displays popup help window for menu guide. |
tngsendmail.php | Sends suggested edit from users to site owner. |
ultraped.php | Displays a very compact graphical pedigree chart for an individual, where personID=###. |
version.php | Contains current version information. |
Administration Pages (must go in the 'admin' folder) | |
addbranch.php | Adds new branch record to the database. |
addcemetery.php | Adds new cemetery record to the database. |
addcitation.php | Adds new citation record to the database. |
addentity.php | Adds new state or country (for cemetery locations) to the database. |
addevent.php | Adds new event record to the database. |
addeventtype.php | Adds new event type record to the database. |
addfamily.php | Adds new family record to the database. |
addheadstone.php | Adds new headstone record to the database. |
addhistory.php | Adds new history record to the database, links it to individual(s). |
addlanguage.php | Adds new language record to the database. |
addnote.php | Adds new note record to the database. |
addperson.php | Adds new individual record to the database. |
addperson2.php | Adds new individual record to the database (short form). |
addphoto.php | Adds new photo record to the database, links it to individual(s). |
addplace.php | Adds new place record to the database. |
addrepo.php | Adds new repository record to the database. |
addreport.php | Adds new report record to the database. |
addsource.php | Adds new source record to the database. |
addtlevent.php | Adds new timeline event record to the database. |
addtree.php | Adds new tree record to the database. |
adduser.php | Adds new user record to the database. |
adminlib.php | Contains database, header functions. |
adminlog.php | Contains functions that perform logging in admin area. |
adminshowlog.php | Shows administrative log. |
AnchorPosition.js | Javascript required for color picker. |
backup.php | Creates a backup file of a database table. |
backuprestore.php | Select a table to back up or restore. |
branches.php | Branch administration page. |
branchlabels.php | Labels branches within a tree. |
branchlib.php | Library of code and functions used with branches. |
branchmenu.php | Accepts user parameters for labeling branches. |
cemeteries.php | Cemetery administration page. |
checkID.php | Utility that checks to see if an ID is unique. |
checklogin.php | Behind-the-scenes check done on every page to see if user has logged in or not. |
citations.php | Displays citations for a selected event. |
ColorPicker2.js | More Javascript required for color picker. |
corner.php | Corner frame for TNG logo. |
dataimport.php | Begins a GEDCOM import. |
datelib.php | Text date-to-true date conversion functions. |
deepindex.php | Allows linking to individual admin pages within frames environment. |
defphotos.php | Sets default photo for each person with photos. |
deletebranch.php | Deletes a branch record. |
deletecemetery.php | Deletes a cemetery record. |
deletecitation.php | Deletes a citation record. |
deleteentity.php | Deletes a state or country (cemetery locations). |
deleteevent.php | Deletes an event record. |
deleteeventtype.php | Deletes an event type record. |
deletefamily.php | Deletes a family record. |
deleteheadstone.php | Deletes a headstone record. |
deletehistory.php | Deletes a history record. |
deletelanguage.php | Deletes a language record. |
deletenote.php | Deletes a note record. |
deleteperson.php | Deletes a person record. |
deletephoto.php | Deletes a photo record. |
deleteplace.php | Deletes a place record. |
deleterepo.php | Deletes a repository record. |
deletereport.php | Deletes a report record. |
deletereview.php | Deletes a tentative edit record. |
deleteselected.php | Deletes entities checked from a list (photos, histories, etc.). |
deletesource.php | Deletes a source record. |
deletetlevent.php | Deletes a timeline event record. |
deletetree.php | Deletes a tree record. |
deleteuser.php | Deletes a user record. |
diagnostics.php | Displays TNG and PHP diagnostics. |
editbranch.php | Displays a branch record for editing. |
editcemetery.php | Displays a cemetery record for editing. |
editcitation.php | Displays a citation record for editing. |
editconfig.php | Displays the values of your system variables for editing. |
editevent.php | Displays an event record for editing. |
editeventtype.php | Displays an event type record for editing. |
editfamily.php | Displays a family record for editing. |
editheadstone.php | Displays a headstone record for editing. |
edithistory.php | Displays a history record for editing. |
editimportconfig.php | Displays the values of your import variables for editing. |
editlanguage.php | Displays a language record for editing. |
editlogconfig.php | Displays the values of your log variables for editing. |
editmore.php | Displays a additional event information for editing. |
editnote.php | Displays a note record for editing. |
editpedconfig.php | Displays the values of your pedigree variables for editing. |
editperson.php | Displays a person record for editing. |
editphoto.php | Displays a photo record for editing. |
editplace.php | Displays a place record for editing. |
editrepo.php | Displays a repository record for editing. |
editreport.php | Displays a report record for editing. |
editsource.php | Displays a source record for editing. |
edittlevent.php | Displays a timeline record for editing. |
edittree.php | Displays a tree record for editing. |
edituser.php | Displays a user record for editing. |
eventtypes.php | Event types administration page. |
export.php | Takes your export preferences prior to exporting a GEDCOM. |
families.php | Family administration page. |
filepicker.php | Displays contents of a TNG folder to allow easy picking of photos and other items. |
findcemetery.php | Displays summary of cemetery records that match search criteria. |
findfamily.php | Displays longer summary of family records that match search criteria. |
findfamily2.php | Displays summary of family records that match search criteria. |
findfamilyform.php | Accepts search criteria to locate matching families. |
findheadstone.php | Displays summary of headstone records that match search criteria. |
findhistory.php | Displays summary of history records that match search criteria. |
findperson.php | Displays short summary of person records that match search criteria. |
findperson2.php | Displays longer summary of person records that match search criteria. |
findpersonform.php | Accepts search criteria to locate matching persons. |
findphoto.php | Displays summary of photo records that match search criteria. |
findplace.php | Displays summary of place records that match search criteria. |
findplaceform.php | Accepts search criteria to find matching places. |
findplace2.php | Displays longer summary of place records that match search criteria. |
findrepo.php | Displays summary of repository records that match search criteria. |
findreview.php | Displays summary of tentative edit records ready for review that match search criteria. |
findsource.php | Displays longer summary of source records that match search criteria. |
findsourceform.php | Accepts search criteria for to find matching sources. |
findsource2.php | Displays summary of source records that match search criteria. |
findtlevent.php | Displays summary of timeline event records that match search criteria. |
gedcom2.php | Exports a complete GEDCOM for a tree. |
gedimport.php | Imports new genealogical data (individuals and marriages) |
gedimport_families.php | Dependency of gedimport.php (handles family records). |
gedimport_misc.php | Dependency of gedimport.php (miscellaneous functions). |
gedimport_people.php | Dependency of gedimport.php (handles individual records). |
gedimport_sources.php | Dependency of gedimport.php (handles source records). |
gedimport_trees.php | Dependency of gedimport.php (handles tree-related functions). |
generateID.php | Generates a unique person or family ID. |
generatethumbs.php | Generate thumbnail images for existing photos. |
headstones.php | Headstone administration page. |
histories.php | History administration page. |
imageutils.php | PHP functions common to several photo-manipulating scripts. |
index.php | Main administration menu page (one of only two here you need to worry about). |
languages.php | Language administration page. |
leftbanner.php | Left navigational frame of admin set, displays menu items. |
login.php | Prompts a user to log in. |
logout.php | Logs a user out. |
main.php | Main admin menu, displays in central frame. |
makefolder.php | Attempts to create TNG folders (used during installation). Success depends on server setup. |
merge.php | Search for possible duplicate individuals and merge on command. |
mergeplace1.php | Accepts criteria for possible place merge. |
mergeplace2.php | Displays matches for place merge criteria. |
mergeplace3.php | Performs place merge. |
newbranch.php | Accepts information for new branch record. |
newcemetery.php | Accepts information for new cemetery record. |
newcitation.php | Accepts information for new citation record. |
newentity.php | Accepts information for new state or country record (cemetery locations). |
newevent.php | Accepts information for new event record. |
neweventtype.php | Accepts information for new event type record. |
newfamily.php | Accepts information for new family record. |
newheadstone.php | Accepts information for new headstone record. |
newhistory.php | Accepts information for new history record. |
newlanguage.php | Accepts information for new language record. |
newnote.php | Accepts information for new note record. |
newperson.php | Accepts information for new person record. |
newperson2.php | Accepts information for new person record (short form). |
newphoto.php | Accepts information for new photo record. |
newplace.php | Accepts information for new place record. |
newrepo.php | Accepts information for new repository record. |
newreport.php | Accepts information for new report record. |
newsource.php | Accepts information for new source record. |
newtlevent.php | Accepts information for new timeline event record. |
newtree.php | Accepts information for new tree record. |
newuser.php | Accepts information for new user record. |
notes.php | Displays notes for a selected event. |
optimize.php | Optimizes a database table. |
orderheadstones.php | Displays summaries of all headstone records linked to an individual for sorting. |
orderhistories.php | Displays summaries of all photo records linked to an individual or family for sorting. |
orderphotos.php | Displays summaries of all history records linked to an individual or family for sorting. |
orderphotos.js | Miscellaneous Javascript functions for orderphotos.php. |
people.php | Person administration page. |
photos.php | Photo administration page. |
phpinfo.php | Displays "PHP Info" page for your PHP installation. |
places.php | Places administration page. |
prefixes.php | Contains ID prefixes for individuals, families & sources. |
processlogin.php | Processes username and password entered by a user, performs login. |
reports.js | Javascript routines common to new/edit report screens. |
reports.php | Reports administration page. |
restore.php | Restores a backed-up table. |
review.php | Displays a tentative edit for administrative review. |
rightbanner.php | Top right frame of admin set, displays TNG version, language switcher and other menu items. |
savelanguage_admin.php | Processes a language switch. |
secondary.php | Indicates progress of secondary data maintenance processes (GENDEX creation, tracking lines of descent) |
second_menu.php | Menu of secondary data processes. |
selectutils.js | Javascript routines common to several admin screens. |
setup.php | Configuration Setup page (the other one you need to worry about). |
showadminlog.php | Displays contents of admin log. |
showbranch.php | Show individuals in a particular branch. |
sources.php | Sources administration page. |
tablecreate.php | Create all tables needed for application (WARNING: ALL PRE-EXISTING DATA WILL BE LOST!!) |
timelineevents.php | Timeline events administration page. |
trees.php | Trees administration page. |
updatebranch.php | Saves changes to a branch record. |
updatecemetery.php | Saves changes to a cemetery record. |
updatecitation.php | Saves changes to a citation record. |
updateconfig.php | Saves changes to system variables. |
updateevent.php | Saves changes to an event record. |
updateeventtype.php | Saves changes to an event type record. |
updatefamily.php | Saves changes to a family record. |
updateheadstone.php | Saves changes to a headstone record. |
updatehistory.php | Saves changes to a history record. |
updateimportconfig.php | Saves changes to import variables. |
updatelanguage.php | Saves changes to a language record. |
updatelogconfig.php | Saves changes to log variables. |
updatemore.php | Saves changes to an extended event record. |
updatenote.php | Saves changes to a note record. |
updatepedconfig.php | Saves changes to pedigree variables. |
updateperson.php | Saves changes to a person record. |
updatephoto.php | Saves changes to a photo record. |
updateplace.php | Saves changes to a place record. |
updaterepo.php | Saves changes to a repository record. |
updatereport.php | Saves changes to a report record. |
updateselectedeventtypes.php | Saves mass changes to event type records. |
updateselectedhs.php | Saves mass changes to headstone records. |
updateselectedphotos.php | Saves mass changes to photo records. |
updatesource.php | Saves changes to a source record. |
updatetlevent.php | Saves changes to a timeline event record. |
updatetree.php | Saves changes to a tree record. |
updateuser.php | Saves changes to a user record. |
users.php | Users administration page. |
Text Pages (must go in the 'English' folder) | |
admintext.php | Text messages for all administration pages. |
backuprestore_help.html | Help for all backup/restore administration pages. |
cemeteries_help.html | Help for all cemetery administration pages. |
citations_help.html | Help for all citation administration pages. |
config_help.html | Help for general configuration settings. |
data_help.html | Help for all data import administration pages. |
events_help.html | Help for all events administration pages. |
eventtypes_help.html | Help for all event types administration pages. |
families_help.html | Help for all family administration pages. |
headstones_help.html | Help for all headstone administration pages. |
histories_help.html | Help for all history administration pages. |
index_help.html | Help for main administration menu page. |
logconfig_help.html | Help for log configuration settings. |
notes_help.html | Help for all notes administration pages. |
pedconfig_help.html | Help for pedigree configuration settings. |
people_help.html | Help for all person administration pages. |
photos_help.html | Help for all photo administration pages. |
reports_help.html | Help for all report administration pages. |
second_help.html | Help for all secondary processes pages. |
setup_help.html | Help for configuration setup menu page. |
sources_help.html | Help for all sources administration pages. |
trees_help.html | Help for all trees administration pages. |
text.php | Text messages for all public pages. |
users_help.html | Help for all users administration pages. |
Images | |
ArrowDown.gif | Downward pointing arrow for pedigree chart. Indicates more individual information is present. |
ArrowRight.gif | Right facing arrow for pedigree chart. Indicates additional pedigree information is present. |
background.gif | Background pattern for admin pages. |
black.gif | Black one-pixel image used to create pedigree lines with text-only option. |
Chart.gif | Small pedigree image used to indicate a link to another pedigree chart. |
dchart.gif | Small descendancy image used to indicate a link to a graphical representation of the descendancy report to that point. |
doc.gif | Small document icon used to indicate that an individual has at least one history linked to their record. |
photo.gif | Small camera icon used to indicate that an individual has at least one photo linked to their record. |
spacer.gif | Blank one-pixel image used as filler. |
tng_log.gif | Small icon for login. |
tng_date.gif | Small icon for dates & anniversaries. |
tng_desc.gif | Small icon for descendancy. |
tng_doc.gif | Small icon for documents. |
tng_edit.gif | Small icon for editing. |
tng_female.gif | Small icon to indicate displayed individual is a female. |
tng_ged.gif | Small icon for GEDCOM download. |
tng_help.gif | Small icon for menu guide. |
tng_hist.gif | Small icon for histories. |
tng_home.gif | Small icon for home page. |
tng_home2.gif | Slightly larger icon for home page. |
tng_hs.gif | Small icon for headstones. |
tng_ind.gif | Small icon for individual record page. |
tng_log.gif | Small icon for login/logout. |
tng_log2.gif | Slightly larger icon for login. |
tng_logout.gif | Small icon for logout. |
tng_male.gif | Small icon to indicate displayed individual is a male. |
tng_minus.gif | Small icon for collapsing a hidden block. |
tng_new.gif | Small icon for "What's New" page. |
tng_note.gif | Small icon for notes. |
tng_ped.gif | Small icon for pedigree. |
tng_photo.gif | Small icon for photos. |
tng_place.gif | Small icon for places. |
tng_plus.gif | Small icon for expanding a hidden block. |
tng_rel.gif | Small icon for relationship chart. |
tng_rpt.gif | Small icon for reports. |
tng_search.gif | Small icon for search action. |
tng_search2.gif | Slightly larger icon for search action. |
tng_search_small.gif | Very small icon for place searching. |
tng_src.gif | Small icon for sources. |
tng_stats.gif | Small icon for statistics. |
tng_time.gif | Small icon for timeline. |
tngtab.png | Image used with inactive tabs. |
tngtabactive.png | Image used with active tabs. |
admin/ArrowUp.gif | Upward pointing arrow for sorting photos. |
admin/ArrowDown.gif | Downward pointing arrow for sorting photos. |
admin/backuprestore_icon.gif | Icon for Backup/Restore/Optimize Table Data. |
admin/cemeteries_icon.gif | Icon for Cemeteries. |
admin/customeventtypes_icon.gif | Icon for Event Types. |
admin/data_icon.gif | Icon for Data Import. |
admin/families_icon.gif | Icon for Families. |
admin/first_button.gif | Button indicating first in a series. |
admin/green.gif | Icon indicating a green light. |
admin/headstones_icon.gif | Icon for Headstones. |
admin/histories_icon.gif | Icon for Histories. |
admin/languages_icon.gif | Icon for Languages. |
admin/last_button.gif | Button indicating last in a series. |
admin/next_button.gif | Button indicating next in a series. |
admin/orange.gif | Icon indicating an orange light. |
admin/people_icon.gif | Icon for People. |
admin/photos_icon.gif | Icon for Photos. |
admin/places_icon.gif | Icon for Places. |
admin/prev_button.gif | Button indicating previous in a series. |
admin/red.gif | Icon indicating a red light. |
admin/reports_icon.gif | Icon for Reports. |
admin/second_icon.gif | Icon for Secondary Processes. |
admin/setup_icon.gif | Icon for Setup & Configuration. |
admin/sources_icon.gif | Icon for Sources. |
admin/tlevents_icon.gif | Icon for Timeline Events. |
admin/tng_branch.gif | Small icon for labeling branches. |
admin/tng_clear.gif | Small icon for clearing trees. |
admin/tng_colorpicker.gif | Small icon for color selection. |
admin/tng_delete.gif | Small icon for delete action. |
admin/tng_down.gif | Small icon for moving items down in a list. |
admin/tng_edit.gif | Small icon for edit action. |
admin/tng_left.gif | Small icon for moving items left from one list to another. |
admin/tng_optimize.gif | Small icon for optimizing tables. |
admin/tng_restore.gif | Small icon for restoring tables. |
admin/tng_right.gif | Small icon for moving items right from one list to another. |
admin/tng_save.gif | Small icon for exporting a GEDCOM. |
admin/tng_test.gif | Small icon for testing a page. |
admin/tng_up.gif | Small icon for moving items up in a list. |
admin/tnglogo.gif | TNG logo. |
admin/trees_icon.gif | Icon for Trees. |
admin/users_icon.gif | Icon for Users. |
Other | |
historytemplate.php | A template file for creating histories (must go one folder below the genealogy area). |
license.txt | Your license agreement. |
livingupdate.php | Utility to flag living individuals (left over from v4 upgrade). |
photoblock.php | Contains code you can put on your home page to display a random photo. |
photoimport.php | Imports photos and photolinks from a CSV file. |
setpermissions1.php | Attempts to set permissions on configuration files (used during setup). Success depends on server setup. |
switchcolor.php | Creates new tab background images according to the color numbers you enter. |
admin/deepindex.php | Allows you to link to an Admin page beyond the home page and keep the navigation framework intact by passing a "page" parameter (ie, deepindex.php?page=photos.php). |
admin/setpermissions2.php | Attempts to set permissions on configuration files (used during setup). Success depends on server setup. |
admin/surnameconvert400.php | Converts surnames to prefix + rest of name (left over from v4 upgrade). |
admin/surnameunconvert400.php | Converts surnames from prefix + rest of name back to former format (left over from v4 upgrade). |
tngrss.php | Outputs contents of "What's New" page in RSS newsreader format. When subscribing, you can get the feed to appear in alternate languages if you append "&lang=yourlanguage" (where "yourlanguage" is the name of the language as you have set it up in TNG) to the URL. |