-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReadMe.txt
129 lines (93 loc) · 3.47 KB
/
ReadMe.txt
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
SquadXML-Editor
===============
Create and edit one or several "squad.xml" files for ArmA and ArmA2 (see
www.arma2.com, trademark by Bohemia Interactive) via a webinterface and
allows member switching between different squad.xml
Version
=======
2.2
Changelog
=========
-- 2.2
Changed to Sqlite PDO database driver
Sqlite3 support added; Thanks to "sancron" for beta testing
Italian language file added; contributed by =FSI=FlorianGeyer
-- 2.1
Fixed: Wrong squad prefix in member list
-- 2.0
Removed: UTF-8 support
Added: Sqlite support
Added: manage several squads
Added: member switching between squads
Added: Selected squad logo via file browser
Added: Sort member list by nick and squad
Added: Filter member by squad
-- 1.2
Add UTF-8 support
Removed "Auto-removes all non-ASCII characters"
-- 1.1
Auto-removes all non-ASCII characters
-- 1.0
Initial release
Requirements
============
*) Webserver with PHP 5.x
Install (update see below)
=======
1. Unzip folder "squadxml_editor_21.zip"
2. Move the folder "squadxml" to your webserver
3. Make sure that the folder "squadxml" has write permission (755)
4. Browse to "http://YourDomain.com/squadxml/install.php"
5. Delete "install.php"
Update to 2.2
=============
Sorry no simple update, as database structure has changed from Sqlite to
Sqlite3.
Use "phpliteadmin.php" (included) to export the SQL-database "squadxml.sqlite".
Install version 2.2 and create a new database by using "install.php".
Use "phpliteadmin.php" to import your "old" database.
Update from 2.0 to 2.1
======================
Replace "index.php"
Usage
=====
0. Change language configuration in "setup.php"
1. Browse to ""http://YourDomain.com/squadxml/index.php"
2. Add at least one squad
3. Add members
4. Optional: Add pictures for squad logos to "http://YourDomain.com/squadxml/"
in "PAA"-format.
IMPORTANT:
* Dont forget to regular backup your database "squadxml.sqlite" to a local
drive or usb stick
Security
========
To prevent other people from accessing your "squad.xml" protect your files
with ".htacces" and ".htpasswd". Just rename the delivered "htaccess.txt"
and "htpasswd.txt" files and change username and password in the ".htpasswd"
Default is user:"root" with password:"123456". Dont forget to edit these
files while they are still "*.txt" files.
See "http://en.wikipedia.org/wiki/.htaccess" as first reference.
Copyright
=========
copyright 2012-2013 by TomNedry, [email protected]
www.airpressuretendency.net
This file is part of "SquadXML-Editor".
"SquadXML-Editor" is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
"SquadXML-Editor" is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with "SquadXML-Editor". If not, see <http://www.gnu.org/licenses/>.
Contributions
=============
Icons from the Iconset "Silk Icons" by www.famfamfam.com
(Creative Commons Attribution 2.5 License)
PHPLiteAdmin by phpLiteAdmin Team (code.google.com/p/phpliteadmin/)
(GNU GPL v3)
Italian language file by =FSI=FlorianGeyer,
Forze Speciali Italiane (www.forzespecialitaliane.com)