Aller au contenu

baycris

Hubmaster
  • Compteur de contenus

    239
  • Inscrit(e) le

  • Dernière visite

Messages postés par baycris

  1. Bonjour à tous,

    J'ai un site (signature)

    j'ai un petit problème :

    Google référence dans ses liens plus de page en italien plutot que le français.

    Sitemap État Type Téléchargé Nombre d'URL fournies URL dans l'index Web

    /index.php?option=com_xmap&view=xml&no_html=1&lang=en

    OK Sitemap 13 nov. 2010 71 32

    /index.php?option=com_xmap&view=xml&no_html=1&lang=fr

    OK Sitemap 13 nov. 2010 72 38

    /index.php?option=com_xmap&view=xml&no_html=1&lang=it

    OK Sitemap 13 nov. 2010 71 52

    Je vous joints ci-dessus les données visibles sur outils webmaster de google.

    Comment faire au moins pour que toutes les pages FR soient référencées en site principale.

    Au mieux que toutes les pages de toutes les langues soient mieux prises en compte.

    Dans l'attente de vos retour, je vous souhaite une excellente journée.

    Cordialement,

    Cris

  2. Bonsoir,

    J'ai allégé mon code départ ce qui donne :

    /* menu Images */
    .menu-image
    {
    float: left;
    margin: auto 50px auto 50px;
    border: 0px;
    padding-top: 0px;
    height: 50px;
    width: 986px;
    }

    /* end Header */


    .menu_btn_1 a, .menu_btn_1 a:visited {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight:bold;
    background-image: url(../images/btn1-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    float:left;
    width:150px;
    height:45px;
    padding-top:0px;
    text-align:center;
    text-decoration: none;
    }

    .menu_btn_1 a:hover, .menu_btn1 a:active {
    background-image: url(../images/btn1-2.jpg);
    }


    .menu_btn_2 a, .menu_btn_2 a:visited {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight:bold;
    background-image: url(../images/btn2-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    float:left;
    width:150px;
    height:45px;
    padding-top:0px;
    text-align:center;
    text-decoration: none;
    }

    .menu_btn_2 a:hover, .menu_btn2 a:active {
    background-image: url(../images/btn2-2.jpg);
    }

    .menu_btn_3 a, .menu_btn_3 a:visited {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight:bold;
    background-image: url(../images/btn3-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    float:left;
    width:150px;
    height:45px;
    padding-top:0px;
    text-align:center;
    text-decoration: none;
    }

    .menu_btn_3 a:hover, .menu_btn_3 a:active {
    background-image: url(../images/btn3-2.jpg);
    }

    .menu_btn_4 a, .menu_btn_4 a:visited {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight:bold;
    background-image: url(../images/btn4-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    float:left;
    width:150px;
    height:45px;
    padding-top:0px;
    text-align:center;
    text-decoration: none;
    }

    .menu_btn_4 a:hover, .menu_btn_4 a:active {
    background-image: url(../images/btn4-2.jpg);
    }

    .menu_btn_5 a, .menu_btn_5 a:visited {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight:bold;
    background-image: url(../images/btn5-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    float:left;
    width:150px;
    height:45px;
    padding-top:0px;
    text-align:center;
    text-decoration: none;
    }

    .menu_btn_5 a:hover, .menu_btn_5 a:active {
    background-image: url(../images/btn5-2.jpg);
    }

    .menu_btn_6 a, .menu_btn_6 a:visited {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight:bold;
    background-image: url(../images/btn6-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    float:left;
    width:150px;
    height:45px;
    padding-top:0px;
    text-align:center;
    text-decoration: none;
    }

    .menu_btn_6 a:hover, .menu_btn_6 a:active {
    background-image: url(../images/btn6-2.jpg);
    }

    et Html :

    <div class="menu-image">

    <div class="menu_btn_1"><a href="../index.php/mission.html" ><div style="margin-top:13px;">  ENTREPRISE</div>
    </a></div>

    <div class="menu_btn_2"><a href="../index.php/conseil-architecture.html">
    <div style="margin-top:8px;">  CONSEIL<br />   ARCHITECTURE</div>
    </a></div>

    <div class="menu_btn_3"><a href="../index.php/ingenieurie-mise-en-oeuvre.html">
    <div style="margin-top:8px;">  INGÉNIERIE<br />    MISE EN OEUVRE</div>
    </a></div>

    <div class="menu_btn_4"><a href="../index.php/service-desk.html">
    <div style="margin-top:13px;">   SERVICE DESK</div>
    </a></div>

    <div class="menu_btn_5"><a href="../index.php/actualites.html">
    <div style="margin-top:13px;"> ACTUALITÉ</div>
    </a></div>

    <div class="menu_btn_6"><a href="../index.php/emploi.html">
    <div style="margin-top:13px;">  EMPLOI</div>
    </a></div>
    </div>

    Apparemment je n'ai plus mon bug d'affichage,

    Merci Sarc pour ton aide toujours là pour un vieux pote...

    Amicalement Cris

  3. Bonjour Dadou !

    Nous ne nous connaissons pas, mais je trouve que ton intervention est un peu...discourtoise...

    Je remercie sarc pour son aide, ma dernière réponse était plus pour lui montrer le resultat... Biensure je continu à regarder et tester à l aide des conseils de Sarc (les CSs ne sont pas ma tasse de thé)

    si biensure je résoud mon soucis je ne manquerai pas de mettre en ligne la solution.

    Le but de ce topic est plus le partage, que la solution....

    Je te souhaite une bon fin de weekend,

    cordialement

    cris

  4. Merci Sarc,

    Mais pas top le résultat... à savoir que l'image en moide hover et active ne sont pas les même celon le btn...

    voici ce que j'ai mis en code :

    /* menu Images */


    .menu-image a{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    display:block;
    font-size: 12px;
    color: #ffffff;
    font-weight:bold;
    background-repeat: no-repeat;
    background-position: center center;
    float:left;
    width:150px;
    height:45px;
    padding-top:0px;
    text-align:center;
    text-decoration: none; }

    .btn_1, .btn_3, .btn_4, .btn_5, .btn_6{padding-top:13px}
    .btn_1 {background-image: url(../images/btn1-1.jpg)}
    .btn_2 {background-image: url(../images/btn2-1.jpg);padding-top:8px}
    .btn_3 {background-image: url(../images/btn3-1.jpg)}
    .btn_4 {background-image: url(../images/btn4-1.jpg)}
    .btn_5 {background-image: url(../images/btn5-1.jpg)}
    .btn_6 {background-image: url(../images/btn6-1.jpg)}
    .btn_1 a:hover, .btn_1 a:active
    {
    background-image: url(../images/btn1-2.jpg)
    }
    .btn_2 a:hover, .btn_2 a:active
    {
    background-image: url(../images/btn2-2.jpg)
    }
    .btn_3 a:hover, .btn_3 a:active
    {
    background-image: url(../images/btn3-2.jpg)
    }
    .btn_4 a:hover, .btn_4 a:active
    {
    background-image: url(../images/btn4-2.jpg)
    }
    .btn_5 a:hover, .btn_5 a:active
    {
    background-image: url(../images/btn5-2.jpg)
    }
    .btn_6 a:hover, .btn_6 a:active
    {
    background-image: url(../images/btn6-2.jpg)
    }

    html :

    </div>

    <div class="menu-image">

    <a href="../index.php/mission.html" class="btn_1">ENTREPRISE</a>

    <a href="../index.php/conseil-architecture.html" class="btn_2">
    CONSEIL<br />
    ARCHITECTURE
    </a>

    <a href="../index.php/ingenieurie-mise-en-oeuvre.html" class="btn_3">
    INGÉNIERIE<br />
    MISE EN OEUVRE</a>


    <a href="../index.php/service-desk.html" class="btn_4">
    SERVICE DESK
    </a>

    <a href="../index.php/actualites.html" class="btn_5">
    ACTUALITÉ
    </a>

    <a href="../index.php/emploi.html" class="btn_6">
    EMPLOI
    </a>
    </div>

    je n'ai plus la police blanche..., je n'ai plus le changement d'image en hover et active... et le texte ne tiens pas compte du padding...

    Merci encore, je ne vois plus lol

    Cris

  5. Bonjour à toutes et tous,

    j'ai créé un menu avec 6 images que j'ai aligné.

    Malheureusement j'ai un petit bug d'affichage sur firefox.

    Ma dernière image parfois ce répète 3 fois...

    Voici le code CSS :

    /* menu Images */
    .menu-image
    {
    float: left;
    margin: auto 50px auto 50px;
    border: 0px;
    padding-top: 0px;
    height: 50px;
    width: 986px;
    }

    /* end Header */


    .menu_btn_1 a {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight:bold;
    background-image: url(../images/btn1-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    float:left;
    width:150px;
    height:45px;
    padding-top:0px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    text-align:center;
    text-decoration: none;
    }

    .menu_btn_1 a:hover {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:bold;
    color: #ffffff;
    background-image: url(../images/btn1-2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    float:left;
    width:150px;
    height:45px;
    padding-top:0px;
    text-align:center;
    text-decoration: none;
    }

    .menu_btn_1 a:active {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight:bold;
    background-image: url(../images/btn1-2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    float:left;
    width:150px;
    height:45px;
    padding-top:0px;
    text-align:center;
    text-decoration: none;
    }

    .menu_btn_1 a:visited {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight:bold;
    background-repeat: no-repeat;
    background-position: center center;
    float:left;
    width:150px;
    height:45px;
    padding-top:0px;
    text-align:center;
    text-decoration: none;
    }
    .menu_btn_2 a {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight:bold;
    background-image: url(../images/btn2-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    float:left;
    width:150px;
    height:45px;
    padding-top:0px;
    text-align:center;
    text-decoration: none;
    }

    .menu_btn_2 a:hover {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:bold;
    color: #ffffff;
    background-image: url(../images/btn2-2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    float:left;
    width:150px;
    height:45px;
    padding-top:0px;
    text-align:center;
    text-decoration: none;
    }

    .menu_btn_2 active {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight:bold;
    background-image: url(../images/btn2-2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    float:left;
    width:150px;
    height:45px;
    padding-top:0px;
    text-align:center;
    text-decoration: none;
    }
    .menu_btn_2 a:visited {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight:bold;
    background-repeat: no-repeat;
    background-position: center center;
    float:left;
    width:150px;
    height:45px;
    padding-top:0px;
    text-align:center;
    text-decoration: none;
    }

    .menu_btn_3 a {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight:bold;
    background-image: url(../images/btn3-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    float:left;
    width:150px;
    height:45px;
    padding-top:0px;
    text-align:center;
    text-decoration: none;
    }

    .menu_btn_3 a:hover {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:bold;
    color: #ffffff;
    background-image: url(../images/btn3-2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    float:left;
    width:150px;
    height:45px;
    padding-top:0px;
    text-align:center;
    text-decoration: none;
    }

    .menu_btn_3 active {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight:bold;
    background-image: url(../images/btn3-2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    float:left;
    width:150px;
    height:45px;
    padding-top:0px;
    text-align:center;
    text-decoration: none;
    }
    .menu_btn_3 a:visited {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight:bold;
    background-repeat: no-repeat;
    background-position: center center;
    float:left;
    width:150px;
    height:45px;
    padding-top:0px;
    text-align:center;
    text-decoration: none;
    }

    .menu_btn_4 a {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight:bold;
    background-image: url(../images/btn4-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    float:left;
    width:150px;
    height:45px;
    padding-top:0px;
    text-align:center;
    text-decoration: none;
    }

    .menu_btn_4 a:hover {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:bold;
    color: #ffffff;
    background-image: url(../images/btn4-2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    float:left;
    width:150px;
    height:45px;
    padding-top:0px;
    text-align:center;
    text-decoration: none;
    }

    .menu_btn_4 active {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight:bold;
    background-image: url(../images/btn4-2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    float:left;
    width:150px;
    height:45px;
    padding-top:0px;
    text-align:center;
    text-decoration: none;
    }
    .menu_btn_4 a:visited {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight:bold;
    background-repeat: no-repeat;
    background-position: center center;
    float:left;
    width:150px;
    height:45px;
    padding-top:0px;
    text-align:center;
    text-decoration: none;
    }
    .menu_btn_5 a {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight:bold;
    background-image: url(../images/btn5-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    float:left;
    width:150px;
    height:45px;
    padding-top:0px;
    text-align:center;
    text-decoration: none;
    }

    .menu_btn_5 a:hover {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:bold;
    color: #ffffff;
    background-image: url(../images/btn5-2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    float:left;
    width:150px;
    height:45px;
    padding-top:0px;
    text-align:center;
    text-decoration: none;
    }

    .menu_btn_5 active {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight:bold;
    background-image: url(../images/btn5-2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    float:left;
    width:150px;
    height:45px;
    padding-top:0px;
    text-align:center;
    text-decoration: none;
    }
    .menu_btn_5 a:visited {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight:bold;
    background-repeat: no-repeat;
    background-position: center center;
    float:left;
    width:150px;
    height:45px;
    padding-top:0px;
    text-align:center;
    text-decoration: none;
    }
    .menu_btn_6 a {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight:bold;
    background-image: url(../images/btn6-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    float:left;
    width:150px;
    height:45px;
    padding-top:0px;
    text-align:center;
    text-decoration: none;
    }

    .menu_btn_6 a:hover {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:bold;
    color: #ffffff;
    background-image: url(../images/btn6-2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    float:left;
    width:150px;
    height:45px;
    padding-top:0px;
    text-align:center;
    text-decoration: none;
    }

    .menu_btn_6 active {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight:bold;
    background-image: url(../images/btn6-2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    float:left;
    width:150px;
    height:45px;
    padding-top:0px;
    text-align:center;
    text-decoration: none;
    }
    .menu_btn_6 a:visited {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight:bold;
    background-repeat: no-repeat;
    background-position: center center;
    float:left;
    width:150px;
    height:45px;
    padding-top:0px;
    text-align:center;
    text-decoration: none;
    }

    et le code html :

    <div class="menu-image">

    <div class="menu_btn_1"><a href="../index.php/mission.html" ><div style="margin-top:13px;">      ENTREPRISE
    </div></a></div>

    <div class="menu_btn_2"><a href="../index.php/conseil-architecture.html">
    <div style="margin-top:8px;">
          CONSEIL<br />
        ARCHITECTURE </div>
    </a></div>

    <div class="menu_btn_3"><a href="../index.php/ingenieurie-mise-en-oeuvre.html">
    <div style="margin-top:8px;">
        INGÉNIERIE<br />
         MISE EN OEUVRE </div></a>
    </div>

    <div class="menu_btn_4"><a href="../index.php/service-desk.html">
    <div style="margin-top:13px;">
        SERVICE DESK </div>
    </a></div>

    <div class="menu_btn_5"><a href="../index.php/actualites.html">
    <div style="margin-top:13px;">
        ACTUALITÉ </div>
    </a></div>

    <div class="menu_btn_6"><a href="../index.php/emploi.html">
    <div style="margin-top:13px;">
      EMPLOI </div>
    </a> </div>
    </div>

    qu'en pensez-vous ?

    Dans l'attente de vos retours, je vous remercie par avance.

    Cordialement,

    Cris

  6. Bonjour à tous et merci de vos réponses,

    Petite précision : lorsque je disais plusieurs langues :

    je pense à un nom de domaine en fr : mot-clé.fr et pour l'anglais : key-word.com.

    Qu'en pensez-vous ?

    Mais je commence à pencher moi aussi pour une identité propre comme le nom d'une marque.

    Merci encore

  7. Bonjour à toutes et tous,

    J'ai un gros dilem...

    Je suis en pleine reflection sur un nom de domaine, comme beaucoup le savent les mots clés sont important dans le nom de domaine, mais est-ce pénalisant d'imaginer un nom de domaine sans mot clés ?

    Par exemple je vois des sites avec seulement les premieres lettres de leur association.

    Nrha.fr pour National Reining Horse Association

    Deuxieme question :

    pour un site multilangues puis-je mettre plusieurs nom de domaine ? un avec des mots français, un autre avec de mots anglais... un autre italien... bref vous m'avez compris ...

    Merci pour vos réponses,

    Codialement,

    Cris

  8. Bonjour à toutes et tous,

    j'aurai deux questions :

    Quelles différences y a til entre la premiere ligne de lien bleu et celle du dessous (la verte).

    voici pour ma première.

    J'ai mis a jour mon site (beaucoup de pages... 2500)

    j'ai une baise de visites, et je m'apperçois que la ligne verte corespond à mon ancienne page, et la bleu ma nouvelle...

    Quelqu'un peut il m'expliquer l'incidence de ma mise à jour ?

    Merci à vous.

    Bien amicalement Baycris !

  9. Chèque emploi - service universel

    Voila un joli nom...

    Mais voilà cela fait des jours que je cherches mais je ne suis jamais sur de ce que je trouve.

    Je suis salarié et à mes heures perdues... je dois faire un site pour un client et il me demande coment il me paye...

    Idem beaucoup de mon cartier et alentours bouche à oreille me tel pour régler leurs soucis de pc.... à force on me demande mes tarifs...

    Je me suis dis puisqu'il y a de la demande pourquoi pas faire un peu de travaille à côté et même faire cela légalement et créer mon propre raiseau de client.

    Mais je cherche comment me concidérer ??

    Y a t il un moyen de faire mes tarifs en concidérent une réduction d'impot pour mes clients ? CF loie Borloo...

    Voila si quelqu'un peut juste m'aiguiller.

    Je pose la question car impossible de prendre une journée pour aller voir les administrations françaises... style Chambre du commerce car horraire incompatible.

    Par avance merci !!

    Crysy

  10. salut une chtiote recherche sur notre ami fidel pour trouver ceci :

    http://www.hifocus.net/adsl/articles/2-creer-son-serveur-web

    il est possible pour toi de le faire sous xp, dans un premier temps, car ce mettre direct au serveur linux sans conaitre un minimum c'est un peu comme boire avant de savoir ouvrir la bouche ^^ on s'en met partout ^^...

    Pour info je prepare un tuto facile pour tout cela sous debian ou sous une suse 10 mais il ne sortira pas avant quelques semaines

    amicalement Cris

  11. Salut j'avais xp installer sur un dd j'ai voulu redimenssionner le dd d 160 en :

    100 pour xp et 60 pour linux avec partition magic (qui m'a couté les yeux de la tête...) je reboot pouffffffffff plus de dd...

    et plus aucun autre dd n'est reconnu ?

    Que faire ? ca viens du bios ? j'ai essayé de voir dedans mettre en automatique......... rien de rien ... Une petite aide car je deviens ouff

    merki Cris

  12. Je disais essaye de valider pour te montrer combien d'erreurs apparaissent, et pourtant si tu regarde bien opera fire fox et ie ne merde pas tant que cela

    Je vais laisser comme cela en attendant, je cherche un caïde du CSS pour me rendre tout cela valide moyenant rémunération.

    Mais est ce que cela peut etre possible......

    J'en doute.

    Merci Cris

  13. Salut j'ai ce petit morceau de code qui me pose un soucis de compatibilité :

    Si l'on regarde en haut de page du site w**.tai-informatique.com au niveau de site intro il y a un décalage du texte par rapport à l'image.

    Ca le fait sous Firefox et Opera mais pas sous internet explorer.

    Auriez vous une idée ?

    Par avance merci

    Cris

    <td>
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr valign="top">
    <td width="342">
    <a href="<?php echo XOOPS_URL;?>/"><img src="<?php echo XOOPS_URL."/themes/".XOOPS_THEME;?>/images/logo.jpg" width="342" height="100" alt="<tai> - <slogan>"></a></td>
    <form id="pagesearch" action="<?php echo XOOPS_URL;?>/search.php" method="post">
    <td width="274" class="title" background="<?php echo XOOPS_URL."/themes/".XOOPS_THEME;?>/images/fon_top01.gif">
    <p style="margin-top:4px; margin-left:28px; color:white;"><b><?php echo _TH_SITEINTRO;?></b>
    <div style="margin-left:10px; margin-right:10px; padding-top:10px;">
    <?php include ("inc/siteintro.html");?>
    </div>
    </td>
    </form>

    <form action="<?php echo XOOPS_URL;?>/user.php" method="post">
    <td width="274" background="<?php echo XOOPS_URL."/themes/".XOOPS_THEME;?>/images/fon_top02.gif">
    <p style="padding-top:4px; padding-left:28px; color:white"><b>
    <?php
    if ($xoopsUser) {
    printf(_TH_WELCOME_BACK, $xoopsUser->uname());
    } else {
    printf(_TH_WELCOME_TO, $meta['title']);
    }
    ?>

  14. merci à tous pour vos réponses !

    en fait j'ai enfin compris ce qu'il avait voulu me dir...

    bref pour info c'était le module robotsstats machin chose qui cumule les url crawlés ......

    ce qui bien sur crée des tables de fous.

    bref j'ai fait un peu de menage ^^

    merci encore Cris.

  15. Je viens de recevoir cet e-mail de mon hébérgeur...

    Il est bien gentil mais je ne comprend pas ...

    ourriez vous me l'expliquer ?

    Nous vous envoyons cet email pour vous prevenir de l'ajout d'un index, pour
    ameliorer les performances de vos requetes.
    Sans index, pour chaque requete de ce style, environ 500000 enregistrements
    sont parcourus.

    mysql> explain select id_url from rs_log_url2 where
    mysql> (url='http://www.mondomaine/recette-2043-Corniottes.html'
    mysql> AND robot = '10') AND date = '2006-03-21';
    +----+-------------+-------------+------+---------------+------+---------+--
    ----+--------+-------------+
    | id | select_type | table       | type | possible_keys | key  | key_len |
    ref  | rows   | Extra       |
    +----+-------------+-------------+------+---------------+------+---------+--
    ----+--------+-------------+
    |  1 | SIMPLE      | rs_log_url2 | ALL  | NULL          | NULL |    NULL |
    NULL | 489224 | Using where |
    +----+-------------+-------------+------+---------------+------+---------+--
    ----+--------+-------------+

    mysql> alter table rs_log_url2 add index `i_url_robot_date` (`url`,
    mysql> `robot`, `date`);

    mysql> explain select id_url from rs_log_url2 where
    mysql> (url='http://www.mondomaine.com/recette-2043-Corniottes.html'
    mysql> AND robot = '10') AND date = '2006-03-21';
    +----+-------------+-------------+------+------------------+----------------
    --+---------+-------------------+------+-------------+
    | id | select_type | table       | type | possible_keys    | key
    | key_len | ref               | rows | Extra       |
    +----+-------------+-------------+------+------------------+----------------
    --+---------+-------------------+------+-------------+
    |  1 | SIMPLE      | rs_log_url2 | ref  | i_url_robot_date |
    i_url_robot_date |     265 | const,const,const |    1 | Using where |
    +----+-------------+-------------+------+------------------+----------------
    --+---------+-------------------+------+-------------+

    Je vois bien qu'il veulent limiter les requetes mais lesquels ? cela va til jouer sur les robots google... et autres ?

    Par avance merci .

    Cris

×
×
  • Créer...