Serveur Minecraft gratuit RP, Freebuild, PvP, sans white list
Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.
Le Deal du moment :
ETB Pokémon Fable Nébuleuse : où ...
Voir le deal

Minecuping !

+9
9decarreau
Olive-5
LouisXIV
Dragorn
freepostpas
Mogolecho
zouglou
azertyfun
TheZopo
13 participants

Page 7 sur 7 Précédent  1, 2, 3, 4, 5, 6, 7

Aller en bas

Minecuping ! - Page 7 Empty Re: Minecuping !

Message par TheZopo Mar 28 Aoû 2012 - 15:09

J'ai modifié le script PHP, pour inséré le champs "ID" qui n'y était pas :
http://pastebin.com/NYDv9fhp

Dites moi si j'ai fait des erreurs.

TheZopo

Messages : 374
Points : 416
Réputation : 8
Date d'inscription : 30/05/2012
Age : 25
Localisation : Derière toi ! BOU !

Revenir en haut Aller en bas

Minecuping ! - Page 7 Empty Re: Minecuping !

Message par freepostpas Mar 28 Aoû 2012 - 15:14

Justement, le champ id, il ne faut pas le mettre Very Happy . Il est auto-incrémenté.
freepostpas
freepostpas

Messages : 735
Points : 791
Réputation : 8
Date d'inscription : 24/08/2011
Age : 28

Revenir en haut Aller en bas

Minecuping ! - Page 7 Empty Re: Minecuping !

Message par TheZopo Mar 28 Aoû 2012 - 15:26

Ca se fait automatiquement a chaque requète ?

TheZopo

Messages : 374
Points : 416
Réputation : 8
Date d'inscription : 30/05/2012
Age : 25
Localisation : Derière toi ! BOU !

Revenir en haut Aller en bas

Minecuping ! - Page 7 Empty Re: Minecuping !

Message par azertyfun Mar 28 Aoû 2012 - 15:45

Si configuré dans la bdd, wi.
azertyfun
azertyfun
Admin

Messages : 7560
Points : 7961
Réputation : 66
Date d'inscription : 01/04/2011
Age : 25
Localisation : Liège, Belgique

http://www.minecurie.1fr1.net

Revenir en haut Aller en bas

Minecuping ! - Page 7 Empty Re: Minecuping !

Message par TheZopo Mar 28 Aoû 2012 - 15:59

Quel con XD :
DEFAULT '0' NOT NULL auto_increment
C'est pas le code qu'il faut changer, mais la requête SQL tongue

Code:
CREATE TABLE IF NOT EXISTS `users` (
  `ID` int(11) DEFAULT '0' NOT NULL auto_increment,
  `player` text COLLATE utf8_bin NOT NULL,
  `accept_av` tinyint(1) NOT NULL,
  `grade_av` text COLLATE utf8_bin NOT NULL,
  `accept_ap` tinyint(1) NOT NULL,
  `grade_ap` text COLLATE utf8_bin NOT NULL,
  `ville1` text COLLATE utf8_bin NOT NULL,
  `ville2` text COLLATE utf8_bin NOT NULL,
  `ville3` text COLLATE utf8_bin NOT NULL,
  PRIMARY KEY (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;

TheZopo

Messages : 374
Points : 416
Réputation : 8
Date d'inscription : 30/05/2012
Age : 25
Localisation : Derière toi ! BOU !

Revenir en haut Aller en bas

Minecuping ! - Page 7 Empty Re: Minecuping !

Message par Contenu sponsorisé


Contenu sponsorisé


Revenir en haut Aller en bas

Page 7 sur 7 Précédent  1, 2, 3, 4, 5, 6, 7

Revenir en haut


 
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum