diff --git a/del.php b/del.php
index 8d6c853..889f6e9 100755
--- a/del.php
+++ b/del.php
@@ -1,6 +1,5 @@
\ No newline at end of file
diff --git a/index.php b/index.php
index 41510f7..6a7eaae 100755
--- a/index.php
+++ b/index.php
@@ -97,7 +97,7 @@ $message[4]='
- Créer un joueur
+ Créer un joueur
@@ -197,9 +197,30 @@ $message[4]='
-
+
+
diff --git a/medias/c0f08ae603e364cb554fe71c9fc94ffd/Afyaka.xml b/medias/c0f08ae603e364cb554fe71c9fc94ffd/Afyaka.xml
new file mode 100644
index 0000000..b9b4d89
--- /dev/null
+++ b/medias/c0f08ae603e364cb554fe71c9fc94ffd/Afyaka.xml
@@ -0,0 +1,18 @@
+
+
+
+ Afyaka
+ 10
+ 20
+
+ 0
+ 0
+ 0
+ 0
+ 5
+ 0
+
+ light
+ ...
+
+
diff --git a/medias/c0f08ae603e364cb554fe71c9fc94ffd/player1.xml b/medias/c0f08ae603e364cb554fe71c9fc94ffd/Heuzef.xml
old mode 100755
new mode 100644
similarity index 93%
rename from medias/c0f08ae603e364cb554fe71c9fc94ffd/player1.xml
rename to medias/c0f08ae603e364cb554fe71c9fc94ffd/Heuzef.xml
index d6e00bf..c6a2038
--- a/medias/c0f08ae603e364cb554fe71c9fc94ffd/player1.xml
+++ b/medias/c0f08ae603e364cb554fe71c9fc94ffd/Heuzef.xml
@@ -1,7 +1,7 @@
- player1
+ Heuzef
10
20
diff --git a/medias/c0f08ae603e364cb554fe71c9fc94ffd/player2.xml b/medias/c0f08ae603e364cb554fe71c9fc94ffd/Tyrek.xml
old mode 100755
new mode 100644
similarity index 89%
rename from medias/c0f08ae603e364cb554fe71c9fc94ffd/player2.xml
rename to medias/c0f08ae603e364cb554fe71c9fc94ffd/Tyrek.xml
index ff44a9b..76949a5
--- a/medias/c0f08ae603e364cb554fe71c9fc94ffd/player2.xml
+++ b/medias/c0f08ae603e364cb554fe71c9fc94ffd/Tyrek.xml
@@ -1,9 +1,9 @@
- player2
+ Tyrek
10
- 20
+ 200
0
0
diff --git a/medias/c0f08ae603e364cb554fe71c9fc94ffd/player3.xml b/medias/c0f08ae603e364cb554fe71c9fc94ffd/Zycheron.xml
old mode 100755
new mode 100644
similarity index 79%
rename from medias/c0f08ae603e364cb554fe71c9fc94ffd/player3.xml
rename to medias/c0f08ae603e364cb554fe71c9fc94ffd/Zycheron.xml
index 1526738..1d742ac
--- a/medias/c0f08ae603e364cb554fe71c9fc94ffd/player3.xml
+++ b/medias/c0f08ae603e364cb554fe71c9fc94ffd/Zycheron.xml
@@ -1,7 +1,7 @@
- player3
+ Zycheron
10
20
@@ -10,9 +10,9 @@
0
0
0
- 0
+ 5
- default
+ dark
...
diff --git a/new_player.php b/new_player.php
new file mode 100644
index 0000000..5ff80eb
--- /dev/null
+++ b/new_player.php
@@ -0,0 +1,13 @@
+entry->nom = $player_name;
+
+$xml->asXml('./medias/'.$hash.'/'.$player_name.'.xml');
+
+header("location: index.php");
+?>
\ No newline at end of file