No image R?f?rents de l’article

C’est un plugin pour Wordpress Qui montre les derniers sites d’o? sont venus vos visiteurs. Vous aurez besoin du plugin Stattraq.

Installation :

  1. T?l?chargez et installez Stattraq.
  2. T?l?chargezWinRAR
  3. Envoyer le fichier r?sultant votre dossier /wp-content/plugins
  4. Activez le plugin dans votre interface d’administration

L’utilisation est simple :

Ajouter le code suivant dans votre fichier index.php

post_referrers(8, “

  • “, “
  • “, “Pas encore…”, “self”);

    o? 8 est le nombre pe pages r?f?rentes afficher, ‘<li>’ est le texte afficher avant chaque lien, ‘</li>’ est le texte afficher apr?s chaque lien, ‘Pas encore…’ est le texte afficher s’il n’y a pas encore de page r?f?rente. La derni?re option sert exclure certains sites : En mettant ’self’ (d?fault), les r?f?rents internes ne seront pas affich?s. Sinon, vous pouvez ecrire une liste de sites ignorer, comme ceci :

    post_referrers(”, ”, ”, ”, ‘google.com yahoo.com exemple.com’);

    Pour ne pas afficher les r?f?rents sur une page o? il y a plusieurs articles, utilisez une condition comme ceci:

    if ($single) post_referrers();

    Vous pouvez voir une d?monstration en bas des pages de ce blog, et n’h?sitez pas laisser un commentaire si vous avez des probl?mes.

    Version 0.21 : utilisation de la redirection Google pour essayer de diminuer les spams de r?f?rents.

    English version

    Show comments

    No image Idec en route vers Cadix.

    Francis Joyon, sur Idec, va tenter d’?tablir un nouveau record Cadix – San salvador (Bahamas) sur un parcours que l’on appelle la ‘Route de la d?couverte’

    Francis est ? [...] sur le trimaran matin, midi et soir, je n’arr?te pas de bricoler, car il y a
    toujours une foule de petites choses faire ? Il fait tout lui m?me, sur un bateau qui est cens? ?tre men? par un ?quipage de gaillards surentra?n?s et pris en charge par une ?quipe terre imposante…

    Il part prochainement de La Trinit? afin de se placer en stand-by Cadix. Aucun temps n’a encore ?t? ?tabli sur ce parcours en solitaire, et la seule r?f?rence est le record de Playstation, bateau plus grand men? par un ?quipage au complet. Francis ne pense pas pouvoir battre ce record, mais essaira de ? [...] (s’) en
    approcher, dans la mesure du possible ?.

    Show comments

    No image Censored Comment Wordpress plugin

    Another wordpress plugin. This one shows a user definable text on comments that have been edited or censored. I got the idea from Michael Heilemann complaining about some useless comments on his site.

    I would like to have a way of showing which comments have been moderated [...]

    Well, there you go, Michael!

    Download gzip format and put it in a php file in your wp-content/plugins directory. Activate it from the admin interface. That’s it, good to go!

    You can change the text that is displayed when a comment has been edited in the plugin source itself, you could even use a small image or whatever…

    Show comments
    OCTOBER 5

    New generation acronym replacer

    This post describes a new kind of acronym replacer, where you don’t need to touch a line of PHP to define new acronyms, and can make them link directly to some place. For example, AOL could become AOL.

    You can get the plugin here directly.

    I haven’t tried it myself, so I can’t give you an opinion, but it does sound good, doesn’t it?

    Show comments
    OCTOBER 4

    Teaser Style Wordpress plugin

    Another useless wordpress plugin from my little factory here :) . This one takes the teaser text, delimited between the beginning of a post and the <!–more–> tag, and wraps it in a <div> with class morediv. This then allows you style it differently using your style sheet, doing for example:

    .morediv{
    font-weight:bold;
    }

    which is exactly what I have here.

    To install it, either put the gzip file and uncompress it.

    Upload the resulting file to your wp-content/plugins folder and activate it from the admin interface. That’s all there is to it. You can then apply whichever style you want to that block.

    Show comments
    OCTOBER 3

    Author page wordpress plugin

    This plugin shows a specific page for each author, showing the number of posts published and some of the data entered in the Wordpress admin section, i.e. URL, AIM ICQ number, etc… except email! But it can provide a contact form that will send an email to the author’s address.

    You can use it as an ‘About’ page for a personnal weblog or to give each author their own page in a collaborative blog.

    To install it, download the gzip file and unpack it.

    Upload the resulting file to your wp-content/plugins directory and activate it from the admin interface.

    To use it put the author() function in you index.php template,
    where it normally shows the message that there are no posts.

    In the default template, it looks like this:

    Replace this by :



    The first optionnal boolean parameter gives you the opportunity to show or hide
    a contact form for the author. Defaults to ‘true’ (show the form).

    In version 0.2+, the second parameter is an integer an defines the number of latest posts to show. The default is ‘0′.
    You may want to change some of the text in the plugin file to your own language.

    To do a link to the author page, you have to do something like this:

    About

    On a multiuser blog, you could do this:

    RewriteRule ^author/?(.*)/? /index.php?author_name=$1 [QSA]

    and so the link to the page is like this:

    En Fran?ais

    Show comments

    Mise jour de s?curit? pour Firefox 1.0PR

    Disponible sur Mozillazine

    Ou bien lisez la version officielle.

    Show comments
    OCTOBER 2

    Parts de march? de Firefox (sur ce blog)

    J’ai install? StatTraq il y a quelques temps, et je voulais faire un petit point sur les navigateurs utilis?s par les visiteurs (robots exclus). Il se trouve que la semaine derni?re, Firefox a pass? la barre des 2 millions de t?l?chargements, et la popularit? croissante se retrouve dans les statistiques de ce site : l’image de droite montre les principaux naviagateurs ayant acc?d? ce blog du 23 septembre au 2 octobre 2004.

    Graphique navigateurs

    On voit clairement que, avec 67% des hits, Firefox n’est pas “un petit matelot“, mais est bel et bien devenu un capitaine. Mozilla figure ?galement en assez bonne posistion, mais pas Opera, ce qui est dommage car il s’agit ?galement d’un tr?s bon navigateur, surtout la version 7.60 qui est superbe, avec reconnaissance des commandes vocales, etc…

    Sur l’image du bas, vous pouvez voir le classement des navigateurs depuis le 23 septembre 2004, r?actualis? en direct.

    Show comments
    SEPTEMBER 27

    Sending your email database to your GMail account

    After I got my GMail account, I wanted to transfer all my local emails there. Why? I don’t know, beacause it doesn’t seem like the best thing to do. I tried Mark Lyon’s Google Mail Loader, but it kept locking up, so I wrote a little php script to read an mBox file and send the emails it contains one by one to a GMail account.

    Copy the source from gzip file, uncompress and host it on your own web site, but make sure no one has access to it, as it can be used to send span or whatever to any account. When you load it up in your browser, it will ask you for your GMail address and the mBox file to send. Click on ‘go’ and it starts sending your emails. It sends one every three seconds, so sending a whole database might take a while…

    Show comments
    SEPTEMBER 26

    Record de la travers?e de la M?diterran?e.

    17 heures 56 minutes 13 secondes ! Voila le temps qu’ Orange II a mis pour naviguer de Marseille Carthage (Tunisie). Ils ont donc battu de 50 minutes le pr?c?dent record ?tabli par Steve Fosset et Playstation, une vitesse moyenne absolument extraordinaire de 25,53 noeuds sur la distance de 548 miles !

    D’apr?s Bruno Peyron, ce fut un v?ritable sprint tr?s stressant, les ?coutes la main dans des vents soutenus de 30 35 noeuds.

    Les nouveaux d?tenteurs du record de la M?diterran?e se nomment d?sormais : Bruno Peyron (skipper), S?bastien Audigane (barreur), Lionel Lemonchois (barreur), Halvard Mabire (barreur), Yves Le Bl?vec, Ludovic Alglaor, Marc Englebert, Tanguy de lamotte, Stanislas Devorsine, Quentin Gilles et Arnaud de B?linay (vid?o).

    Show comments