2014-04-23 11:53:40 +00:00
< ? php
// Desactiver le rapport d'erreurs
error_reporting ( 0 );
// $tableau_connectivite = (file("http://marvin.fritalk.com/status.php?jid=blankoworld@jabber.dk&iconset=stellar"));
//
// $decoupage_src = explode("src=", $tableau_connectivite[1]);
// $decoupage_guillemet = explode('"', $decoupage_src[1]);
//
// $adresse_icone = $decoupage_guillemet[1];
//
// $information_adresse = pathinfo($adresse_icone);
//
// $fichier = $information_adresse['basename'];
//
// $extension = explode(".", $fichier);
//
// // available = dispo = disponible
// // dnd = occ = occupe
// // away = abs = absent
// // xa = nondispo = non disponible
// // unvailable = deco = deconnecte (ou apparaitre hors ligne)
// // chat = chat = libre pour discuter
// if($fichier == 'available.png')
// {
// $image_locale = 'dispo.png';
// $etat = 'disponible';
// }
//
// elseif($fichier == 'dnd.png')
// {
// $image_locale = 'occ.png';
// $etat = 'occupee';
// }
//
// elseif($fichier == 'away.png')
// {
// $image_locale = 'abs.png';
// $etat = 'absente';
// }
//
// elseif($fichier == 'xa.png')
// {
// $image_locale = 'nondispo.png';
// $etat = 'connectee, mais indisponible pour l\'instant';
// }
//
// elseif($fichier == 'unvailable.png')
// {
// $image_locale = 'deco.png';
// $etat = 'deconnectee ou hors ligne';
// }
//
// elseif($fichier == 'chat.png')
// {
// $image_locale = 'chat.png';
// $etat = 'disponible pour discuter';
// }
//
// else
// {
// $image_locale = 'deco.png';
// $etat = ' dont l\'etat est inconnu pour le moment';
// }
// Ancienne ligne pour marvin.fritalk.com
// $image_lue = './img/jabber/' . $image_locale;
$commentaire_image = " Image de l'état de connexion d'Olivier DOSSMANN " ;
/*** Creation de l'image a.png : Petite icone pour montrer l'etat jabber ***/
2014-10-15 14:08:02 +00:00
$image_lue = 'http://presence.jabberfr.org/9ad3a8f92f8ae26ecf1f71a2556ae395/image-dcraven.png' ;
2014-04-23 11:53:40 +00:00
$image_destination = 'a.png' ;
$image = imagecreatefrompng ( $image_lue );
imagealphablending ( $image , true ); // permet de garder transparence
imagesavealpha ( $image , true ); // idem garde transparence
if ( is_file ( $image_destination ))
{
unlink ( $image_destination );
imagepng ( $image , $image_destination );
}
else {
imagepng ( $image , $image_destination );
}
/*** Creation de l'image b.png : Gros encart avec photo, statut Jabber, adresse Jabber, et petit icone d'etat jabber ***/
2014-10-15 14:08:02 +00:00
$grande_image_lue = 'http://webstatus.kd2.org/signature.php/jid/gra.aanzffbq.ervivyb..ervivyb/image.png' ;
2014-04-23 11:53:40 +00:00
$grande_image_destination = 'b.png' ;
$grande_image = imagecreatefrompng ( $grande_image_lue );
if ( is_file ( $grande_image_destination ))
{
unlink ( $grande_image_destination );
imagepng ( $grande_image , $grande_image_destination );
}
else {
imagepng ( $grande_image , $grande_image_destination );
}
?>
<! DOCTYPE html PUBLIC " -//W3C//DTD XHTML 1.1//EN " " http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd " >
< html xmlns = " http://www.w3.org/1999/xhtml " xml : lang = " fr " >
< head >
< title > Etat de connectivit & eacute ; </ title >
< meta http - equiv = " refresh " content = " 180 " />
< link type = " text/css " rel = " stylesheet " media = " screen " href = " a.css " title = " défaut " />
</ head >
< body >
< div id = " contenu_principal " >
< h1 > Me retrouver sur les r & eacute ; seaux sociaux </ h1 >
< div id = " etatActualise " >
< h2 >& Eacute ; tat actuel & nbsp ; : </ h2 >
< p >< img src = " b.png " alt = " <?php echo $commentaire_image ; ?> " title = " État de connexion " /><!-- Personne -->< ? php //echo $etat; ?></p>
</ div >
< div id = " infosup " >
< h2 > Qui suis - je ? </ h2 >
< p > Si vous tombez sur cette page , c 'est que vous devez probablement me connaître. Je suis Olivier DOSSMANN, vous pourriez me rencontrer au détour d' un salon de discussion sur les < span > r & eacute ; seaux de discussion </ span >. Je suis disponible sous les pseudonymes suivants & nbsp ; : < p >
< ul >
< li > od -</ li >
< li > Personne </ li >
< li > bl4n </ li >
</ ul >
< h2 > O & ugrave ; me trouver ? </ h2 >
< p > Les r & eacute ; seaux sociaux sur lesquels je vadrouille sont nombreux . Je vous sugg & egrave ; re les & eacute ; l & eacute ; ments suivants & nbsp ; : </ p >
< ol >
< li >< a href = " http://status.vinilox.eu/bl4n " title = " Se rendre sur la page de l'utilisateur bl4n sur vinilox.eu " > bl4n sur le r & eacute ; seau StatusNet </ a ></ li >
2014-10-15 14:08:02 +00:00
< li > olivier CHEZ olivier . dossmann POINT net ( Cf . Informations compl & eacute ; mentaires ci - apr & egrave ; s ) </ li >
2014-04-23 11:53:40 +00:00
< li >< a href = " http://twitter.com/bl4n " title = " Se rendre sur la page de l'utilisateur bl4n sur Twitter " > bl4n sur Twitter </ a ></ li >
</ ol >
< h2 > Informations compl & eacute ; mentaires </ h2 >
2014-10-15 14:08:02 +00:00
< p > Je suis disponible & agrave ; l ' adresse OLIVIER [ AROBASE ] OLIVIER . DOSSMANN [ POINT ] NET .< br />
2014-04-23 11:53:40 +00:00
( Traduire le tout en minuscule et en rempla & ccedil ; ant [ AROBASE ] par @ et [ POINT ] par un vrai point '.' ) .< br />
Il vous suffit de vous connecter au < a href = " http://fr.wikipedia.org/wiki/Jabber " > r & eacute ; seau Jabber </ a >
& agrave ; l 'aide d' un < a href = " http://wiki.jabberfr.org/Clients#Clients_Jabber " > client compatible </ a > , puis
de < a href = " http://wiki.jabberfr.org/Cr%C3%A9er_un_compte " > cr & eacute ; er une adresse Jabber </ a > en choisissant
l ' un des < a href = " http://wiki.jabberfr.org/Serveurs " > serveurs disponibles </ a >.</ p >
</ div >
< div id = " liens " >
< h2 > Liens utiles </ h2 >
< ul >
< li >< a href = " http://wiki.jabberfr.org/Accueil " > D & eacute ; buter sur Jabber </ a > : Tout ce qu ' il faut pour d & eacute ; buter
sous Jabber , r & eacute ; ponses & agrave ; toutes les questions qe nous nous posons .</ li >
< li >< a href = " http://wiki.jabberfr.org/Clients#Clients_Jabber " > Liste des clients : logiciels & agrave ; utiliser pour se connecter & agrave ; Jabber ( liste de choix ) .</ a ></ li >
< li >< a href = " http://wiki.jabberfr.org/Serveurs " > Liste des serveurs Jabber disponibles : les serveurs Jabber , tout simplement !</ a ></ li >
< li >< a href = " http://olivier.dossmann.net/blog " title = " Aller sur le blog (joueb) d'Olivier DOSSMANN " > Mon blog </ a ></ li >
</ ul >
</ div >
</ div >
</ body >
</ html >