Nouveau sujet Répondre Imprimer Syndication RSS 2.0

Premier concours de programmation

VIP
Avatar de Grimmlink
  • Age : 22 ans
  • Messages : 3174
  • Inscrit : 16 Septembre 2004
  Lien vers ce message 13 Septembre 2005, 22:55

Reprise du dernier message

http://tkmaster.free.fr/admin_forum_gestion.txt

voila :)


FSBGraph - Blog perso
A man with a small penis is like a butterfly without wings
2,876,160 Germs currently live on my keyboard ! What about you?!
 
Volcan
Avatar de T@ncredo
  • Messages : 1177
  • Inscrit : 16 Septembre 2004
  Lien vers ce message 13 Septembre 2005, 22:57
Tu t'es planté dans l'install :mdr:
#
# [] ---------- chercher -------------------------------------------------------
#
		if (empty($forum_nom))
		{
			$erreur .= $langue['er_champs_vides'] . '<br />';
		}

#
# [] ---------- apres, ajouter -------------------------------------------------
#
		$forum_tags = array();
		
		for ($i = 0; $i < $compte_tags; $i++)
		{
			if ( isset($HTTP_POST_VARS['tag' . $tags[$i]['id']]) )
			{
				$forum_tags[] = $tags[$i]['id'];
			}
		}
		if ( !empty($forum_tags) )
		{
			$forum_tags = implode(',', $forum_tags);
		}
		else
		{
			$forum_tags = '';
		}


Attention, toi tu as rajouté après
[php] if ( empty($cat_nom) )
{
$erreur .= $langue['er_champs_vides'] . '<br />';
}[/php]

et non pas

[php] if (empty($forum_nom))
{
$erreur .= $langue['er_champs_vides'] . '<br />';
}[/php]


Enigma, site d'énigmes

http://www.elevage-enchante.com/bouton_88.gifJeu d'élevage virtuel de lapins
 
VIP
Avatar de Grimmlink
  • Age : 22 ans
  • Messages : 3174
  • Inscrit : 16 Septembre 2004
  Lien vers ce message 13 Septembre 2005, 22:58
errffff

y a deux fois la meme ligne (je peut pas faire une recherche sur plusieurs lignes :s

bon ben je modifie ^^

merci ^^

edit :: yeaaah ca marche au poil :)


FSBGraph - Blog perso
A man with a small penis is like a butterfly without wings
2,876,160 Germs currently live on my keyboard ! What about you?!
 
Volcan
Avatar de T@ncredo
  • Messages : 1177
  • Inscrit : 16 Septembre 2004
  Lien vers ce message 13 Septembre 2005, 23:03
Citation (Grimmlink)
edit :: yeaaah ca marche au poil :)


:)

Amuse toi bien :lol:


Enigma, site d'énigmes

http://www.elevage-enchante.com/bouton_88.gifJeu d'élevage virtuel de lapins
 
Répondre


.