Dbquery.exe: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 19: | Line 19: | ||
{{CLArg|-putcharacter [file] | < file|Puts a character into the database via DBServer. Implies {{ms|-noencrypt}}, {{ms|-nopigs}} and {{ms|-silent}}.}} | {{CLArg|-putcharacter [file] | < file|Puts a character into the database via DBServer. Implies {{ms|-noencrypt}}, {{ms|-nopigs}} and {{ms|-silent}}.}} | ||
{{CLArg|-querysgleaders <string>|Probably queries to display the list of super group leaders when the supergroup is loaded.}} | {{CLArg|-querysgleaders <string>|Probably queries to display the list of super group leaders when the supergroup is loaded.}} | ||
{{CLArg|-restorecharacter | {{CLArg|-restorecharacter <logfile>|Launches an interactive CLI to restore a character from the deleted characters log. Specifying the log is optional; you can do so within the interface.}} | ||
{{CLArg|-silent|Produces cleaner output}} | {{CLArg|-silent|Produces cleaner output}} | ||
{{CLArg|-tcp [number]|Specify TCP port when connecting to DBServer, default 6997}} | {{CLArg|-tcp [number]|Specify TCP port when connecting to DBServer, default 6997}} |
Revision as of 14:14, 30 April 2019
An application for sending commands to the DBServer. DBServer listens on port 6997 by default.
Usage: bin\dbquery.exe [arguments]
Arguments
|
See characterTransfer.c for some hilarious surprises! |
|
|
|
Specifies a remote host the DBServer is running on. Accepts DNS name or IP address. Default: localhost. |
|
Implies |
|
Gets a character from the DBServer and outputs it to stdout. Implies |
|
|
|
Do not use encryption |
|
Don't load any pigg files; use only loose files on the filesystem when necessary. |
|
|
|
|
|
Puts a character into the database via DBServer. Implies |
|
Probably queries to display the list of super group leaders when the supergroup is loaded. |
|
Launches an interactive CLI to restore a character from the deleted characters log. Specifying the log is optional; you can do so within the interface. |
|
Produces cleaner output |
|
Specify TCP port when connecting to DBServer, default 6997 |
|
|
|
|
|
|
|
Specify UDP port when connecting to DBServer, default 6997 |
|
|
Sample Commands
Exporting and Importing a character
dbquery.exe -getcharacter "Name">file.txt dbquery.exe -putcharacter file.txt
Retrieving a character from a remote DBServer
dbquery -db 10.5.0.144 -getcharacter "Aleena"
DBQuery Entry Point
https://git.ourodev.com/CoX/Source/src/branch/develop/MapServer/svr/dbquery_init.c