Il y a actuellement 227 visiteurs
Jeudi 28 Mars 2024
accueilactualitésdossierscomparer les prixtélécharger gratuitement vos logicielsoffres d'emploiforum informatique
Connexion
Créer un compte

freedom.ghost

Ce membre n'a pas encore choisi d'avatar
Sous Expert(e)
Sous Expert(e)
Nom d'utilisateur:
freedom.ghost
Groupes:

Contacter freedom.ghost

Statistiques de l’utilisateur

Inscription:
06 Juil 2006 14:18
Dernière visite:
21 Fév 2007 17:58
Messages:
50 (0.01% de tous les messages / 0.01 messages par jour)
Forum le plus actif:
Forum Programmation, Web & Ftp
(42 Messages / 84.00% des messages de l'utilisateur)
Sujet le plus actif:
Nouveau problème : taille de page web
(15 Messages / 30.00% des messages de l'utilisateur)

Les derniers messages de freedom.ghost

Message Question sur les appareils qui font serveur
Bonjour,

J'ai entendus parler d'un appareil qui fait serveur. Cela veut dire que si l'on a cette machine, je peux héberger des gens? Je prux m'héberger aussi?

Pour héberger quelq'un avec ce type de machine, qu'est que l'on doit faire?

Merci

Message Comment mettre un sudoku
Bonjour,

Quelqu'un peux me dire comment et où puis-je trouver et mettre un sudoku sur mon site?

Merci

Message Question sur wamp 5
Bonjour,

Je voudrais utiliser winamp 5. Je l'ai installé et j'ai créer une adresse sur DynDNS mais maintenant je fais quoi pour charger mon site dessus?

Merci

Message [php]Formulaire de contact
Bonjour,

J'ai construit mon formulaire de contact suivant les cours d'un site mais maintenant je bloque même avec les tutos c'est pour ca que je suis ici.

Alors voilà le code :
Code: Tout sélectionner
   <form method="post" action="cible.php">
   <fieldset>
     <legend>Vos coordonnées</legend>
       <p><label>Nom et Prénom: <input type="text" name="nom" size="40" maxlength="40" tabindex="10"<?php if (isset($_POST['nom'])){echo 'value="' . $_POST['nom'] . '"';} ?>/></label></p>
       <p><label>Date de naissance(JJ/MM/AAAA) : <input type="text" name="age" size="15" maxlength="10" tabindex="30"<?php if (isset($_POST['age'])){echo 'value="' . $_POST['age'] . '"';} ?>/></label></p>
       <p><label>Code postal : <input type="text" name="postal" size="10" maxlength="5" tabindex="40"<?php if (isset($_POST['postal'])){echo 'value="' . $_POST['postal'] . '"';} ?>/></label> <label>Ville : <input type="text" name="ville" size="20" maxlength="20" tabindex="50"<?php if (isset($_POST['ville'])){echo 'value="' . $_POST['ville'] . '"';} ?>/></label></p>
       <p><label>Votre adresse :<input type="text" name="adresse" size="30" maxlength="30" tabindex="60"<?php if (isset($_POST['adresse'])){echo 'value="' . $_POST['adresse'] . '"';} ?>/></label><br/>
      <label>Complément d'adresse : <input type="text" name="adresse2" size="30" maxlength="30" tabindex="61"<?php if (isset($_POST['adresse2'])){echo 'value="' . $_POST['adresse2'] . '"';} ?>/></label></p>
       <p>Sur quel continent habitez-vous ?<br />
         <label><input type="radio" name="continent" value="europe" /> Europe</label><br />
         <label><input type="radio" name="continent" value="afrique" /> Afrique</label><br />
         <label><input type="radio" name="continent" value="asie" /> Asie</label><br />
         <label><input type="radio" name="continent" value="amerique" /> Amérique</label><br />
         <label><input type="radio" name="continent" value="australie" /> Australie, Océanie</label>
      </p>
    </fieldset>
   <fieldset>
     <legend>Moyen de réponse</legend>
      <p><label>N° tél :<input type="text" name="tel" size="20" maxlength="15" tabindex="70"<?php if (isset($_POST['tel'])){echo 'value="' . $_POST['tel'] . '"';} ?>/></label></p>
      <p><label>adresse email : <input type="text" name="email" size="40" maxlength="40" tabindex="80"<?php if (isset($_POST['email'])){echo 'value="' . $_POST['email'] . '"';} ?>/></label></p>
       <p>Quels moyens de réponse préferez-vous?<br />
         <label><input type="radio" name="question" value="telephone" /> Téléphone</label><br />
         <label><input type="radio" name="question" value="e-mail" /> Email</label><br />
      </p>
   </fieldset>
   <fieldset>
     <legend>Le message</legend>
        <p><label>Sujet :<br />
            <select name="sujet"tabindex="90">
                <option value="conseil">Conseil</option>
                <option value="animaux">Animaux</option>
                <option value="probleme">Problème sur le site</option>
                <option value="webmaster">Webmaster</option>
                <option value="autres">Autres</option>
            </select>
           </label>
        </p>
        <p><label>Sous-sujet : <input type="text" name="ssujet" size="20" maxlength="20" tabindex="100"<?php if (isset($_POST['ssujet'])){echo 'value="' . $_POST['ssujet'] . '"';} ?>/></label></p>
        <p><label>Question : <br /><textarea name="question" rows="10" cols="50" tabindex="110"<?php if (isset($_POST['question'])){echo 'value="' . $_POST['question'] . '"';} ?>></textarea></label></p>
    </fieldset>
   <p>
       <input type="submit" /> <input type="reset" />
   </p>
   </form>


J'essaye à comprendre où dois-je mettre les htmlentities?

Et comment faire pour que cela fonctionne?

Merci

Message Nouveau problème : taille de page web
Bonjour,

J'ai utilisé W3C pour m'aider à réctifié mes erreurs et voilà ce que cela donne : 95 errors

Et je ne comprend pas ces erreurs alors les voilà :

Line 28 column 104: document type does not allow element "a" here.

...ref="index.php" style="color:#2313ec">Accueil</a> |<a href="reco.php" style="

The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).


Une autre :
Line 45 column 30: document type does not allow element "span" here.

rub1 = ' <span class="close"><a href="">Final Fantasy</a></span><br/>';


Line 45 column 70: document type does not allow element "br" here.

..."close"><a href="">Final Fantasy</a></span><br/>';


Line 46 column 30: document type does not allow element "span" here.

rub2 = ' <span class="close"><a href="affiliation.php">Affilié</a><br/> <a


Ensuite, il m'inscrit ceci :
# Line 79 column 5: "DOCTYPE" declaration not allowed in instance.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3org/TR/xhtml1


# Error Line 80 column 55: document type does not allow element "html" here.

<html xmlns="http://www.w3.org/1999/xhtml"xml:lang="fr">


# Error Line 83 column 6: end tag for "head" which is not finished.

</head>

Most likely, You nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, <head> generally requires a <title>, lists (ul, ol, dl) require list items (li, or dt, dd), and so on.
Ce code qui d'après W3C est situé ligne 79, je pense qu'il parle du menu 1 et 2. Cela veut-il dire que je ne dois pas mettre de doctype,... sur mon fichier menu?
Voici le code du menu :
Code: Tout sélectionner
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"xml:lang="fr">
 <head>
 <link rel="stylesheet"media="screen"type="text/css"title="css"href="CSS/menu.css"/>
 </head>
 <body>
<center><a href="javascript:go(1)"><span class="menu">Jeux video</span></a><br>
<DIV ID="rubrique1" STYLE="position:relative"></DIV>
<a href="javascript:go(2)"><span class="menu">Argent</span></a><br>
<DIV ID="rubrique2" STYLE="position:relative"></DIV>
<a href="javascript:go(3)"><span class="menu">Casino</span></a><br>
<DIV ID="rubrique3" STYLE="position:relative"></DIV></center>
 </body>
Et j'ai un include dans ma page index.

Avec ce que vous allez me dire, je vais essayer de régler le reste tout seul. Je suis novice comme je l'ai déjà dit mais je trouve cela dur et assez long surtout si l'on veux faire un bon site. En tout cas ce forum vaut le coût!

Message Aide
Bonjour,

Alors voilà le code :
Code: Tout sélectionner
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"xml:lang="fr">
 <head>
  <title>Freezone, home</title>
  <meta http-equiv="Content-Type"content="text/html; charset=iso-8859-1"/>
  <meta name="generator" content="NC-Technologies MetaCreator"/>
  <meta http-equiv="pragma" content="no-cache"/>
  <meta name="classification" content=" "/>
  <meta name="description" content="Freezone est un site totalement dédiée au GRATUIT mais aussi à faire des affaires très intéressantes."/>
  <meta name="keywords" content="casino, site, argent, gifs, australie, porno, sexe, rencontre, gratuit, free, forum, tchat, musique, mp3, jeux, concours, affiliation, gagné, fabriquer, affilié, animaux"/>
  <meta name="robots" content="ALL"/>
  <meta name="distribution" content="Global"/>
  <meta name="rating" content="General"/>
  <meta name="copyright" content=""/>
  <meta name="author" content="DarkGhost"/>
  <meta http-equiv="reply-to" content="freedom.ghost@yahoo.fr"/>
  <meta name="language" content="multilanguage"/>
  <meta name="revisit-after" content="7 days" />
  <meta name="doc-type" content=" "/>
  <meta name="doc-rights" content=" "/>
  <meta name="Indentifier-URL" content="http://www.freezone.neo.cx/"/>
  <link rel="stylesheet"media="screen"type="text/css"title="css"href="CSS/design_principale.css"/>
<script language="javascript">
function rubriques(n)
{
   if(n == 1)
        {
        document.getElementById("zone_rubriques").innerHTML = '<a href="index.php" STYLE="color:#2313ec">Accueil</a> |<a href="reco.php" STYLE="color:#2313ec">Recommendation</a>';
        }
        if(n == 2)
        {
        document.getElementById("zone_rubriques").innerHTML = '<a href="http://www.chezmaya.com/alm/alamemoire.htm" STYLE="color:#2313ec">Memorium</a> | <a href="souvenir.php" STYLE="color:#2313ec">N°1</a>';
        }
        if(n == 3)
        {
        document.getElementById("zone_rubriques").innerHTML = '<a href="http://multiweb.monforum.fr/index.php" STYLE="color:#2313ec">Forum</a> | <a href="lien2.html" STYLE="color:#2313ec">Tchat</a> | <a href="lien3.html" STYLE="color:#2313ec">Blog</a>';
        }
        if(n == 4)
        {
        document.getElementById("zone_rubriques").innerHTML = '<a href="lien.php" STYLE="color:#2313ec">Liens</a> | <a href="contact.php" STYLE="color:#2313ec">Contact</a>';
        }
}
</script>
<script language="javascript">
rub1 = '   <span class="close"><a href="">Final Fantasy</a></span><br>';
rub2 = '   <span class="close"><a href="affiliation.php">Affilié</a><br>   <a href="http://www.milimel.com/site/promo/inscription.asp">Milimel</a><br>   <a href="http://www.partnershop.fr/shop/4108">Lycoshop</a></span><br>';
rub3 = '   <span class="close"><a href="http://www.casino-gpalace.com/index.php?540876">G-Palace</a><br>    <a href="http://www.casino2rio.com/index.php?540876">2Rio</a><br>   <a href="http://www.monlasvegas.com/index.php?540876">Lasvegas</a></span><br>';

function fermer(e)
{
document.getElementById("rubrique"+e).innerHTML = '';
document.getElementById("rubrique"+e).style.position = 'absolute';
}

function go(n)
{
document.getElementById("rubrique"+n).style.position = 'relative';

   if(n == 1)
        {
        document.getElementById("rubrique"+n).innerHTML = rub1 + "   <a href='javascript:fermer("+n+")'>Fermer</a>";
        }
        if(n == 2)
        {
        document.getElementById("rubrique"+n).innerHTML = rub2 + "   <a href='javascript:fermer("+n+")'>Fermer</a>";
        }
        if(n == 3)
        {
        document.getElementById("rubrique"+n).innerHTML = rub3 + "   <a href='javascript:fermer("+n+")'>Fermer</a>";
        }

}
</script>
 </head>
 <body>
  <div id="en_tete">
  </div>
 
   <? include("menu2.php"); ?>
 
  <div id="menu">      
   <? include("menu.php"); ?>
  </div>
 
  <div id="corps"> 
   <p>
         <SCRIPT language=JavaScript>
<!-- Hide the script from non-Javascript browsers
var date_statement="";
var time_statement="";
var today=new Date();
var month="";
var day="";
function todays_date() {
var month=today.getMonth();
var day_of_week=today.getDay();
date_statement=""
document.month=""
month++; // So it's now between 1 - 12.
if(month==1) {
january(today.getDate());
document.month="janvier";
}
if(month==2) {
february(today.getDate());
document.month="février";
}
if(month==3) {
march(today.getDate());
document.month="mars";
}
if(month==4) {
april(today.getDate());
document.month="avril";
}
if(month==5) {
may(today.getDate());
document.month="mai";
}
if(month==6) {
june(today.getDate());
document.month="juin";
}
if(month==7) {
july(today.getDate());
document.month="juillet";
}
if(month==8) {
august(today.getDate());
document.month="août";
}
if(month==9) {
september(today.getDate());
document.month="septembre";
}
if(month==10) {
october(today.getDate());
document.month="octobre";
}
if(month==11) {
november(today.getDate());
document.month="novembre";
}
if(month==12) {
december(today.getDate());
document.month="décembre";
}
document.day=""
if(day_of_week==0)
document.day="dimanche";
if(day_of_week==1)
document.day="lundi";
if(day_of_week==2)
document.day="mardi";
if(day_of_week==3)
document.day="mercredi";
if(day_of_week==4)
document.day="jeudi";
if(day_of_week==5)
document.day="vendredi";
if(day_of_week==6)
document.day="samedi";
}
function january(date) {
if(date==1)
date_statement="";
if(date==26)
date_statement="";
}
function february(date) {
if(date==14)
date_statement="";
}
function march(date) {
if(date==15)
date_statement="";
if(date==17)
date_statement="";
}
function march(date) {
if(date==21)
date_statement="";
if(date==25)
date_statement="";
}
function april(date) {
if(date==1)
date_statement="";
if(date==30)
date_statement="";
}
function may(date) {
if(date==1)
date_statement="";
if(date==17)
date_statement="";
}
function june(date) {
if(date==2)
date_statement="";
if(date==5)
date_statement="";
if(date==10)
date_statement="";
if(date==17)
date_statement="";
if(date==21)
date_statement="";
if(date==23)
date_statement="";
if(date==24)
date_statement="";
}
function july(date) {
if(date==1)
date_statement="";
if(date==4)
date_statement="";
if(date==14)
date_statement="";
if(date==21)
date_statement="";
if(date==23)
date_statement="";
}
function august(date) {
if(date==1)
date_statement="";
}
function september(date) {
if(date==7)
date_statement="";
if(date==21)
date_statement="C'est l'automne !";
}
function october(date) {
if(date==3)
date_statement="";
if(date==12)
date_statement="";
if(date==31)
date_statement="Happy Halloween.";
}
function november(date) {
}
function december(date) {
if(date==21)
date_statement+="Couvrez-vous c'est l'hiver !";
if(date==23)
date_statement+="";
if(date==25)
date_statement="Joyeux Noël!";
if(date==31)
date_statement="Bon réveillon !";
}
function time_of_day() {
var time=today.getHours();
time_statement=""
if(time>=6 && time<8)
time_statement="Déja sur le Net !,"
if(time>=8 && time<12)
time_statement="Bonne matinée,"
if(time>=12 && time<13)
time_statement="Bon appétit,"
if(time>=13 && time<17)
time_statement="Bon après-midi,"
if(time>=17 && time<18)
time_statement="Bon fin d'après-midi,"
if(time>=18 && time<20)
time_statement="Bonsoir et bon appétit,"
if(time>=20 && time<22)
time_statement="Bonsoir,"
if(time>=22 || time<6)
time_statement="Salut les couche-tard,"
}
// -- End Hiding Here -->
      </SCRIPT>

      <SCRIPT language=JavaScript>
<!-- Hide the script from non-Javascript browsers
time_of_day();
todays_date();
document.writeln(""+time_statement+" et bienvenue, nous sommes le "+document.day+" "+today.getDate()+" "+document.month+". "+date_statement+"")
// -- End Hiding Here -->
 </SCRIPT></p>

  <p>
    Freezone est un site ayant beaucoup de particularités alors ne cherchez pas, visitez le!! Découvrez des casinos, le forum avec différents sujets,... Bonne visite!! 
  </p>
 
  <p>
   <span class="important">IMPORTANT!!</span> <span class="attention">pour le bon fonctionnement de ce site (et aussi pour enrichir votre ordinateur), veuillez télécharger la police d'écriture : "<a href="doc/starcraft.ttf">Starcraft</a>" en cliquant dessus. </span>   
  </p>
 
  <p>
  <span class="important">CONSEIL :</span> <span class="attention">Il y a une rubrique sur ce site qui est à lire absolument, elle s'appelle "coup d'coeur".</span>
  </p>
 
  <table>
  <th>
  <span class="news">NEWS :</span>
  </th>
 
  <tr><td>
  1.A défaut de se répéter, passez à Firefox, il n'a rien à envier à IE, ses avantages sont multiples, libre, gratuit et bien plus encore, pour vous en concvaincre, rendez-vous sur ce site : <a href="http://emmanuel.clement.free.fr/navigateurs/comparatif.htm">[lien]</a>
  </td></tr>
 
  <tr><td>
  2.Fondé sur la même technologie que le navigateur libre Firefox, téléchargé à plus de 10 millions d'exemplaires en un mois, Thunderbird est un client de messagerie open source développé par la Fondation Mozilla. Il propose presque toutes les fonctionnalités d'Outlook 2003, le coût de licence en moins.
  </td></tr>
 
  <tr><td>
  3.Les animaux sont en dangés en tout temps et en tous moment, il existe des associations pour les aider. Il y a quelque adresse dans la partie n°1 de coup de coeur et il y a ce site aussi : <a href="http://league-animal-rights.org/news.html">[lien]</a>
  </td></tr>
  </table>




  </div>

 
  <div id="pied_de_page">
   <? include("pied.php"); ?>
  </div>
 
 </body>
</html>


Je l'ai essayé sur W3C et il m'indique des erreurs que je ne comprends pas.

Alors les voilà :
Line 23 column 17: there is no attribute "language".
<script language="javascript">
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute

Line 23 column 29: required attribute "type" not specified.
<script language="javascript">
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

Typical values for type are type="text/css" for <style> and type="text/javascript" for <script

La ligne 23 est :
Code: Tout sélectionner
<script language="javascript">


Line 28 column 89: there is no attribute "STYLE".
...nerHTML = '<a href="index.php" STYLE="color:#2313ec">Accueil</a> |<a href="re

Line 28 column 104: document type does not allow element "a" here.
...ref="index.php" STYLE="color:#2313ec">Accueil</a> |<a href="reco.php" STYLE="
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).

Ligne 28 :
Code: Tout sélectionner
        document.getElementById("zone_rubriques").innerHTML = '<a href="index.php" STYLE="color:#2313ec">Accueil</a> |<a href="reco.php" STYLE="color:#2313ec">Recommendation</a>';


PS :je ne comprends pas trop l'anglais!!

Merci

Message Serveur et hébergement
Bonjour,

J'aimerais savoir comment créer son propre serveur pour se faire héberger.

Si on devient son propre hébergeur, l'espace disque sera calculé à partir de quoi? Et pour la bande passante?

Merci

Message Probleme recommendation
Bonjour,

Voici le message d'erreur qui apparait qu'en j'essaye de recommender mon site :
Warning: Killing fake 'From:' header in envoi_whrc.php on line 69
Warning: gethostbyaddr() has been disabled for security reasons. in envoi_whrc.php on line 94


Voici le php :
Code: Tout sélectionner
<?php
include("config_whrc.php");
include("haut.php");

if ($HTTP_POST_VARS['env'] == "1") {

$nom = $HTTP_POST_VARS['nom'];
$email = $HTTP_POST_VARS['email'];
$emailsdes = $HTTP_POST_VARS['emailsdes'];
$message = $HTTP_POST_VARS['message'];

$msg_error = "";
$error = "";

if(strlen($nom) < 4) {
   $msg_error .= "Votre nom doit contenir au minimum 4 caractères.<br>";
   $error = 1;
   }

if (empty($email)) {
   $msg_error .= "Vous n'avez pas rentrez votre addresse e-mail.<br>";
   $error = 1;
   } elseif (!eregi(".+(@.+)(.[[:alpha:]]{2}([[:alpha:]]?))$",$email)) {
   $msg_error .= "Votre addresse e-mail est invalide.<br>";
   $error = 1;
   }

if(strlen($emailsdes) < 6) {
   $msg_error .= "Vous devez indiquer au moins une adresse e-mail pour expédier cette recommandation.<br>";
   $error = 1;
   } else {
   list($email1, $email2, $email3, $email4, $email5, $email6, $email7, $email8, $email9, $email10 ) = split( ",", $emailsdes );
      if ($email1 != "" && !eregi(".+(@.+)(.[[:alpha:]]{2}([[:alpha:]]?))$",$email1)) {$msg_error .= "L'adresse email <b>'$email1'</b> est invalide.<br>";$error = 1;}
      if ($email2 != "" && !eregi(".+(@.+)(.[[:alpha:]]{2}([[:alpha:]]?))$",$email2)) {$msg_error .= "L'adresse email <b>'$email2'</b> est invalide.<br>";$error = 1;}
      if ($email3 != "" && !eregi(".+(@.+)(.[[:alpha:]]{2}([[:alpha:]]?))$",$email3)) {$msg_error .= "L'adresse email <b>'$email3'</b> est invalide.<br>";$error = 1;}
      if ($email4 != "" && !eregi(".+(@.+)(.[[:alpha:]]{2}([[:alpha:]]?))$",$email4)) {$msg_error .= "L'adresse email <b>'$email4'</b> est invalide.<br>";$error = 1;}
      if ($email5 != "" && !eregi(".+(@.+)(.[[:alpha:]]{2}([[:alpha:]]?))$",$email5)) {$msg_error .= "L'adresse email <b>'$email5'</b> est invalide.<br>";$error = 1;}
      if ($email6 != "" && !eregi(".+(@.+)(.[[:alpha:]]{2}([[:alpha:]]?))$",$email6)) {$msg_error .= "L'adresse email <b>'$email6'</b> est invalide.<br>";$error = 1;}
      if ($email7 != "" && !eregi(".+(@.+)(.[[:alpha:]]{2}([[:alpha:]]?))$",$email7)) {$msg_error .= "L'adresse email <b>'$email7'</b> est invalide.<br>";$error = 1;}
      if ($email8 != "" && !eregi(".+(@.+)(.[[:alpha:]]{2}([[:alpha:]]?))$",$email8)) {$msg_error .= "L'adresse email <b>'$email8'</b> est invalide.<br>";$error = 1;}
      if ($email9 != "" && !eregi(".+(@.+)(.[[:alpha:]]{2}([[:alpha:]]?))$",$email9)) {$msg_error .= "L'adresse email <b>'$email9'</b> est invalide.<br>";$error = 1;}
      if ($email10 != "" && !eregi(".+(@.+)(.[[:alpha:]]{2}([[:alpha:]]?))$",$email10)) {$msg_error .= "L'adresse email <b>'$email10'</b> est invalide.<br>";$error = 1;}
   }

if ($error != "1") {
   if ($message != "") {
      $message = stripslashes($message);
      $notesup = $conf_notesup;
      }
   $msg_mail = $conf_msg_mail;

   mail($email1, $tof, $msg_mail, "From: $email", "-f$email");
   if (!empty($email2)) {mail($email2, $tof, $msg_mail, "From: $email", "-f$email");}
   if (!empty($email3)) {mail($email3, $tof, $msg_mail, "From: $email", "-f$email");}
   if (!empty($email4)) {mail($email4, $tof, $msg_mail, "From: $email", "-f$email");}
   if (!empty($email5)) {mail($email5, $tof, $msg_mail, "From: $email", "-f$email");}
   if (!empty($email6)) {mail($email6, $tof, $msg_mail, "From: $email", "-f$email");}
   if (!empty($email7)) {mail($email7, $tof, $msg_mail, "From: $email", "-f$email");}
   if (!empty($email8)) {mail($email8, $tof, $msg_mail, "From: $email", "-f$email");}
   if (!empty($email9)) {mail($email9, $tof, $msg_mail, "From: $email", "-f$email");}
   if (!empty($email10)) {mail($email10, $tof, $msg_mail, "From: $email", "-f$email");}

   if (!empty($vem)) {
      $do = getdate();
      $mois = $do['mon'];
      $mjour = $do['mday'];
      $annee = $do['year'];
      $heure = $do['hours'];
      $minute = $do['minutes'];
      $seconde = $do['seconds'];
      if ($mjour<10)      $mjour="0".$mjour;
      if ($mois<10)      $mois="0".$mois;
      if ($heure<10)      $heure="0".$heure;
      if ($minute<10)      $minute="0".$minute;
      if ($seconde<10)      $seconde="0".$seconde;

      $ipaf = gethostbyaddr($REMOTE_ADDR);
      
      $msg_admin = $conf_msg_admin;

      mail($vem,"$nms recommandé", $msg_admin);

      }

?>

<SCRIPT LANGUAGE='JavaScript'>
function redirect() {
   window.location='<? echo $HTTP_POST_VARS['form_pos']; ?>'
}
setTimeout('redirect()',3000);
</SCRIPT>

<br><br><br><br><br><br>

<table border='0' class='inter'>
  <tr>
    <td align='center'><b><font face='arial' color='$colortextinter'>&nbsp;Merci d'avoir recommandé le site&nbsp;</font></b></td>
  </tr>
</table>

<?

   } else  {

?>

<table border='0' cellspacing='0' class='titre' width='418'>
  <tr>
    <td align='center'><font color='<? echo $colortexttitre; ?>' face='Verdana' size='2'><b>&nbsp;Erreur(s) de saisie&nbsp;</b></font></td>
  </tr>
</table>

<table border='0' cellspacing='0' class='inter' width='418'>
  <tr>
    <td>

<table border='0' cellpadding='3' width='100%'>
  <tr>
    <td align='center'><b><font color='<? echo $colortexterr; ?>' face='Arial' size='2'><br><? echo $msg_error; ?></font></b><br><br><input type='button' name='retour' value='Retour' class='form' onClick='window.history.back();'></td>
  </tr>
</table>

    </td>
  </tr>
</table>

<br><b><font face='arial' size='1' color='#000000'>Webmasteur Ghost</font></b>

<?

   }
   } else {

?>

<SCRIPT LANGUAGE='JavaScript'>
function redirect() {
   window.location='javascript:window.history.back();'
}
setTimeout('redirect()',1);
</SCRIPT>

<?

   }

include("bas.php");
?>


La ligne 69 est :
Code: Tout sélectionner
   if (!empty($email10)) {mail($email10, $tof, $msg_mail, "From: $email", "-f$email");}


Et la ligne 94 :
Code: Tout sélectionner
      $ipaf = gethostbyaddr($REMOTE_ADDR);


Qu'elle est le problème et comment le résoudre?

J'ai qu'en même recu une copie comme ceci :

Bonjour arigoni (natacha.markiewicz@aliceadsl.fr) le // à ::, à recommandé le site Freezone à ses ami(e)s : natacha.markiewicz@yahoo.fr Son DNS : , et son navigateur : Mozilla/5.0 (Windows; U; Windows NT
5.1; fr; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4



Pourquoi il ne marque pas la date et l'heure?



Merci

Message Prob avec page internet
Bonjour,

voici le code CSS :
Code: Tout sélectionner
#corps
{
margin-left:160px;
margin-bottom:50px;
margin-top:40px;
}

p
{
  font-family:arial, "time new roman", serif;
  color:black;
  font-weight: bold;
  Font-size:medium;
  width:90%;
  text-align:justify;
}

table
{
padding:5px;
}

.important
{
  color:red;
  font-weight: bold;
  font-style : italic;
  text-decoration: underline ;
}

.close
{
  font-family:starcraft, arial, "time new roman", serif;
  color :green ;
   Font-size:large;
}

.attention
{
  color:blue;
  font-weight: bold;
  font-style : italic;
}


Et voilà le html :
Code: Tout sélectionner
  <p>
   <span class="important">IMPORTANT!!</span> <span class="attention">pour le bon fonctionnement de ce site(et aussi pour enrichir votre ordinateur), veuillez télécharger cette police d'écriture : Starcraft </span>   
  </p>
 
  <p>
  <span class="important">CONSEIL :</span> <span class="attention">Il y a une rubrique sur ce site qui est à lire absolument, elle s'appelle "coup d'coeur".</span>
  </p>


J'ai mis correctement le "important mais cela ne marche pas comme vous pouvez le voir sur :http://www.freezone.neo.cx/

Je ne comprend pas!! Cela me le fait aussi avec close car je demande du vert et rien (c'est sur le menu)

Message Comment proposer un téléchargement
Bonjour,

J'aimerai proposé de télécharger quelque chose mais je ne sais pas comment faire.

Merci



.: Nous contacter :: Flux RSS :: Données personnelles :.