-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.xml
More file actions
100 lines (99 loc) · 3.5 KB
/
Copy pathsettings.xml
File metadata and controls
100 lines (99 loc) · 3.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<?xml version="1.0" encoding="UTF-8"?>
<nocToolsApp-Settings>
<paths>
<iconsDir>c:\noctools\icons\</iconsDir>
<rdpDir>c:\noctools\rdp\</rdpDir>
<scriptsDir>c:\noctools\scripts\</scriptsDir>
<tempRdpDir>c:\noctools\rdp\temp\</tempRdpDir>
<logsDir>c:\noctools\logs\</logsDir>
<serverLogsDir>c:\Program Files (x86)\Useful GPRS-3G-Bluetooth VOIP\bins\logs\</serverLogsDir>
<localServerLogsDir>c:\noctools\ServerLogs\</localServerLogsDir>
<server7zipLocation>c:\installs\7zip\7za.exe</server7zipLocation>
<local7zipLocation>c:\noctools\7za.exe</local7zipLocation>
</paths>
<rdpSettings>
<useCredentialsManager>yes</useCredentialsManager>
<desktopHeight>1024</desktopHeight>
<desktopWidth>1280</desktopWidth>
<rdpRestriction>yes</rdpRestriction>
<rdpMaxNum>20</rdpMaxNum>
<screenModeId>2</screenModeId>
<useDns>yes</useDns>
</rdpSettings>
<treeViewSettings>
<showFarms>yes</showFarms>
<showCountries>yes</showCountries>
<showLinks>yes</showLinks>
<showServerPopupMenu>yes</showServerPopupMenu>
<useShortServerNames>yes</useShortServerNames>
<doubleClickOnServerOpensRdp>no</doubleClickOnServerOpensRdp>
<doubleClickOnEmptyCollapsesTree>yes</doubleClickOnEmptyCollapsesTree>
<rightClickOnEmptyClearsSelection>yes</rightClickOnEmptyClearsSelection>
</treeViewSettings>
<configXmls>
<file>
<fullPath>C:\noctools\config111.xml</fullPath>
</file>
<file>
<fullPath>C:\noctools\config.xml</fullPath>
</file>
<exclude>fringilapps8.fring.com</exclude>
</configXmls>
<users>
<user>
<name>a1111</name>
<pass>857ed856b668c7263b8ae20227400547</pass>
</user>
<user>
<name>remote2</name>
<pass>8fa79f3deea268ce1c2caa37a304d997</pass>
</user>
<user>
<name>remote3</name>
<pass>e2c299631d4ae8f7f7e4c97d6b02d065</pass>
</user>
<user>
<name>fddfdf</name>
<pass>2980bbdb5efc5038530a15e8a1491e87</pass>
</user>
<user>
<name>remote1</name>
<pass>3fd1804c93a7cbfd631363d105f42cd2</pass>
</user>
</users>
<emails>
<email>noc.fring@fring.com</email>
</emails>
<dbSettings>
<dbAddress></dbAddress>
<dbUser></dbUser>
<dbName></dbName>
<webDB>http://10.10.10.69:6060/</webDB>
</dbSettings>
<serverStartupSettings>
<showServerStartupPanel>no</showServerStartupPanel>
<startupScriptDelay>1</startupScriptDelay>
<startupScriptFile>AutoLoadApps.exe</startupScriptFile>
<lastStartupScriptFile>AutoLoadAndKill.exe</lastStartupScriptFile>
<skypeCounterScriptFile>pstasklist.exe</skypeCounterScriptFile>
<skypeCounterLogsDir>c:\noctools\startup\</skypeCounterLogsDir>
<waitBetweenRemotes>10000</waitBetweenRemotes>
<maxWaitBetweenRemotes>10001</maxWaitBetweenRemotes>
<countSkypes>yes</countSkypes>
<countSkypesAfterMaxWait>no</countSkypesAfterMaxWait>
<testConnection>no</testConnection>
<maxFailuresPerServer>7</maxFailuresPerServer>
<maxConnectionFailuresPerServer>2</maxConnectionFailuresPerServer>
<maxPsexecFailuresPerServer>1</maxPsexecFailuresPerServer>
</serverStartupSettings>
<showTreeButtons>yes</showTreeButtons>
<showWorkMode>yes</showWorkMode>
<documentationLink>http://dataserver/index.php?title=NocTools</documentationLink>
<linksSettingsXml>c:\noctools\links.xml</linksSettingsXml>
<scriptsXml>c:\noctools\scripts.xml</scriptsXml>
<miniserversPerRemote>80</miniserversPerRemote>
<showRemoteButtons>no</showRemoteButtons>
<loggingLevel>debug
<!--For logging level use: debug / info / error-->
</loggingLevel>
</nocToolsApp-Settings>