Need a program installed

tyler811

Diamond Member
Jan 27, 2002
5,385
0
71
I am trying to install a program called SelectBF which collects data from the server game files and makes them into actual kills and deaths and all that good stuff.


Well I realized I can not do it. I was wondering if someone here could for a nominal fee. Thanks
 

EagleKeeper

Discussion Club Moderator<br>Elite Member
Staff member
Oct 30, 2000
42,589
5
0
No one else will be able to do it without access to your system.
 

Crusty

Lifer
Sep 30, 2001
12,684
2
81
We need a LOT more details. Where is the system located? What kind of system is this getting installed on? When can we get access to it? What kind of access can we get?
 

tyler811

Diamond Member
Jan 27, 2002
5,385
0
71
Ok I am giving this more try. :shocked:

This is the config xml file:
<selectbf-config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.selectbf.org/xsd/selectbf-config.xsd">
<!--DATABASE CONFIGURATION-->
<database user="username" password="password" database="database" port="3306">127.0.0.1</database>

<!--FILE MANAGEMENT-->
<after-parsing>remain</after-parsing>
<archive-folder>\archive\</archive-folder>
<after-download>rename</after-download>
<delete-decompressed-xml-files>true</delete-decompressed-xml-files>
<rename-at-error>false</rename-at-error>

<!--DATA MANAGEMENT-->
<log-bots>false</log-bots>
<trim-database days="5" keep-players="true">false</trim-database>
<skip-empty-rounds>true</skip-empty-rounds>
<lan-mode>false</lan-mode>

<!--OTHER STUFF-->
<consistency-check>true</consistency-check>
<memory-safer>true</memory-safer>

<!--LOG SOURCES-->
<!--
PLEASE NOTE: None of these are mandatory, if you don't want a source, delete it.
Also you can add as much sources as you want.
-->
<logs>
<dir live="true">d:\select(bf)\sample_logs\New Folder</dir>
</logs>
<logs>
<ftp host=?123.456.789.10? port=?21? user=?user? password=?password? live=?true?>
</logs>

<selectbf-config>


Is the FTP part at the bottom set up correctly?
 

DivideBYZero

Lifer
May 18, 2001
24,117
2
0
Originally posted by: tyler811
Ok I am giving this more try. :shocked:

This is the config xml file:
<selectbf-config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.selectbf.org/xsd/selectbf-config.xsd">
<!--DATABASE CONFIGURATION-->
<database user="username" password="password" database="database" port="3306">127.0.0.1</database>

<!--FILE MANAGEMENT-->
<after-parsing>remain</after-parsing>
<archive-folder>\archive\</archive-folder>
<after-download>rename</after-download>
<delete-decompressed-xml-files>true</delete-decompressed-xml-files>
<rename-at-error>false</rename-at-error>

<!--DATA MANAGEMENT-->
<log-bots>false</log-bots>
<trim-database days="5" keep-players="true">false</trim-database>
<skip-empty-rounds>true</skip-empty-rounds>
<lan-mode>false</lan-mode>

<!--OTHER STUFF-->
<consistency-check>true</consistency-check>
<memory-safer>true</memory-safer>

<!--LOG SOURCES-->
<!--
PLEASE NOTE: None of these are mandatory, if you don't want a source, delete it.
Also you can add as much sources as you want.
-->
<logs>
<dir live="true">d:\select(bf)\sample_logs\New Folder</dir>
</logs>
<logs>
<ftp host=?123.456.789.10? port=?21? user=?user? password=?password? live=?true?>
</logs>

<selectbf-config>


Is the FTP part at the bottom set up correctly?

OMG lol, please tell me you changed the user/pass...

Edit: re-read it and you have, haha.
 

tyler811

Diamond Member
Jan 27, 2002
5,385
0
71
Originally posted by: DivideBYZero
Originally posted by: tyler811
Ok I am giving this more try. :shocked:

This is the config xml file:
<selectbf-config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.selectbf.org/xsd/selectbf-config.xsd">
<!--DATABASE CONFIGURATION-->
<database user="username" password="password" database="database" port="3306">127.0.0.1</database>

<!--FILE MANAGEMENT-->
<after-parsing>remain</after-parsing>
<archive-folder>\archive\</archive-folder>
<after-download>rename</after-download>
<delete-decompressed-xml-files>true</delete-decompressed-xml-files>
<rename-at-error>false</rename-at-error>

<!--DATA MANAGEMENT-->
<log-bots>false</log-bots>
<trim-database days="5" keep-players="true">false</trim-database>
<skip-empty-rounds>true</skip-empty-rounds>
<lan-mode>false</lan-mode>

<!--OTHER STUFF-->
<consistency-check>true</consistency-check>
<memory-safer>true</memory-safer>

<!--LOG SOURCES-->
<!--
PLEASE NOTE: None of these are mandatory, if you don't want a source, delete it.
Also you can add as much sources as you want.
-->
<logs>
<dir live="true">d:\select(bf)\sample_logs\New Folder</dir>
</logs>
<logs>
<ftp host=?123.456.789.10? port=?21? user=?user? password=?password? live=?true?>
</logs>

<selectbf-config>


Is the FTP part at the bottom set up correctly?

OMG lol, please tell me you changed the user/pass...

Edit: re-read it and you have, haha.

Well course I did silly, I was using those as an example.