section Moto
Motorbike section (english)


section électronique
electronics section (english)




Version française/home/rene/hackerschicken/french.html

English version/home/rene/hackerschicken/english.html











Mentions classiques :

Ce site montre des réalisations ou expériences personnelles. L'imitation, l'usage ou la recopie en est faite sous votre propre responsabilité et risque en application des lois locales.

Protection :

hackerschicken.eu et son contenu, de r ené mazon est mis à disposition selon les termes de la licence Creative Commons Paternité - Pas d'Utilisation Commerciale 3.0 non transposé.

Classic warnings :

This website shows personnal projects or experiences. Imitation, use or copy is made under your own responsibility and risk, governed by local laws

protection :


hackerschicken.eu and his contents by r ené m az on is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.




postmaster@hackerschicken.eu
Nombre de visites / visitors : <?php //-----------------------------------------------------// // Compteur v1 // // © Nicolas Picot // // toophp@free.fr // //-----------------------------------------------------// $fp = fopen("compteur.txt","r+"); $nbvisites = fgets($fp,10); if ($nbvisites=="") $nbvisites = 0; $nbvisites++; fseek($fp,0); fputs($fp,$nbvisites); fclose($fp); echo "$nbvisites"; ?>


dedicated to Gary Sullivan (Hackerskitchen.com)