PDA

View Full Version : Undocumented Log Sorting


andyt683
05-27-2008, 05:22 PM
For now, you'll have to do it manually, but logs are searchable.

To sort INCOMING MISSIONS by :

date : logs.php?m=date
type : logs.php?m=type
name : logs.php?m=name
result : logs.php?m=resultTo modify whether its ASCENDING or DESCENDING, type the URI in the form of:

logs.php?m=date&o=asc
logs.php?m=date&o=descTo sort OUTGOING MISSIONS by :

date : logs.php?om=date
type : logs.php?om=type
name : logs.php?om=name
result : logs.php?om=resultTo modify whether its ASCENDING or DESCENDING, type the URI in the form of:

logs.php?om=date&oo=asc
logs.php?om=date&oo=desc