Jump to content
TomNedry

Squad.xml Editor 2 - Manage multiple squads via a browser

Recommended Posts

I extended my "single squad.xml" editor a while ago and realized that i never published it. After extensive use by www.panzergrenadierbrigade37.de i think it's a reliable, small and helpful tool. Don't wanna miss it...

Requirements: A webspace with "PHP 5.x". As database the PHP build-in SQlite is used...

Licence: GPL3



For further information take a look at the Readme. Download-link (106KB, Zip) ...

UPDATE to version 2.2, 01mar13, see post #3 for details

Edited by TomNedry
Update to version 2.2

Share this post


Link to post
Share on other sites

Hi TomNedry,

I've translated this tool in italian language, if it's useful for you this is the file..

Regards.

<?php
/* 
copyright 2011 by TomNedry, tom.nedry@gmx.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/>.

Italian Localized by =FSI=FlorianGeyer, Forze Speciali Italiane (http://www.forzespecialitaliane.com/)
*/

$lng_change = "Modifica";
$lng_delete = "Elimina";
$lng_add = "Aggiungi";
$lng_deleteMessage = "Sei sicuro?";
$lng_buttonSave = "Salva";
$lng_buttonChancel = "Cancella";
$lng_modeEdit = "Modifica";
$lng_modeOverview = "Overview";
$lng_modeNew = $lng_add;
$lng_warning = "Attenzione";
$lng_warning_ascii = "Usa unicamente caratteri ASCII!";
$lng_biki_hint = "Per ulteriori informazioni visita:";
$lng_biki_link = "http://community.bistudio.com/wiki/squad.xml";
?>

Share this post


Link to post
Share on other sites

UPDATE to version 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

Download link see post #1

Share this post


Link to post
Share on other sites
UPDATE to version 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

Download link see post #1

Hey Tom,

Can you please upload a new download for the squad.xml editor 2 (that you can create squads + players).

Thanks!!

Share this post


Link to post
Share on other sites

Download link is working again. Thank you for the advice.

Share this post


Link to post
Share on other sites
Download link is working again. Thank you for the advice.

Thank you so much!

Btw, How do I update to V2.2? I didn't understood the full process..

Share this post


Link to post
Share on other sites
Thank you so much!

Btw, How do I update to V2.2? I didn't understood the full process..

The main difference between v2.1 und v2.2 is that in 2.2 the data is stored in a database and the xml is created on the fly everytime there is a change in the database. In v2.1 the data is stored in the xml file only.

So, there is no need to update to v2.2 as long as you're happy with v2.1, because v2.2 has no new functionality from the user point of view. I'm sorry to say that i didn't implement a method to import an existing xml file to the v2.2 database and won't do in the near future as i havn't a personal need.

Share this post


Link to post
Share on other sites
The main difference between v2.1 und v2.2 is that in 2.2 the data is stored in a database and the xml is created on the fly everytime there is a change in the database. In v2.1 the data is stored in the xml file only.

So, there is no need to update to v2.2 as long as you're happy with v2.1, because v2.2 has no new functionality from the user point of view. I'm sorry to say that i didn't implement a method to import an existing xml file to the v2.2 database and won't do in the near future as i havn't a personal need.

Got you, Thanks!

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×