<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr"> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <meta http-equiv="content-language" content="fr" /> <meta name="robots" content="index,follow" /> <meta name="keywords" content="nouvelles, cinema, espace, space, science, sciences, movies, insolites, internet, informatique, security, scurit, securite, news, technology, headlines, xoops, xoop, nuke, myphpnuke, myphp-nuke, phpnuke, SE, geek, geeks, hacker, hackers, linux, software, download, downloads, free, community, mp3, forum, forums, bulletin, board, boards, bbs, php, survey, poll, polls, kernel, comment, comments, portal, odp, open, source, opensource, FreeSoftware, gnu, gpl, license, Unix, *nix, mysql, sql, database, databases, web site, weblog, guru, module, modules, theme, themes, cms, content management" /> <meta name="description" content="Des news comme vous en avez jamais vue sur l'actualit, l'espace, le cinma, internet, la scurit informatique, l'informatique et beaucoup d'autre chose" /> <meta name="rating" content="general" /> <meta name="author" content="Supercoolworld - webmaster@supercoolworld.be" /> <meta name="copyright" content="Copyright  2001-2003" /> <meta name="generator" content="XOOPS" /> <title>.:: SuPeRCooLWorld ::. - News</title> <link href="http://www.supercoolworld.be/favicon.ico" rel="SHORTCUT ICON" /> <link rel="stylesheet" type="text/css" media="all" href="http://www.supercoolworld.be/xoops.css" /> <link rel="stylesheet" type="text/css" media="all" href="http://www.supercoolworld.be/cache/styleNN.css" /> <script type="text/javascript"> <!-- function xoopsGetElementById(id){ 	if (document.getElementById) { 		return (document.getElementById(id)); 	} else if (document.all) { 		return (document.all[id]); 	} else { 		if ((navigator.appname.indexOf("Netscape") != -1) && parseInt(navigator.appversion == 4)) { 			return (document.layers[id]); 		} 	} }  function showImgSelected(imgId, selectId, imgDir) { 	imgDom = xoopsGetElementById(imgId); 	selectDom = xoopsGetElementById(selectId); 	imgDom.src = "http://www.supercoolworld.be/"+ imgDir + "/" + selectDom.options[selectDom.selectedIndex].value; }  function justReturn() { 	return; }  function init() {  }  function openWithSelfMain(url,name,width,height) { 	var options = "width=" + width + ",height=" + height + "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no";  	new_window = window.open(url, name, options); 	window.self.name = "main"; 	new_window.focus(); }  function setElementColor(id, color){ 	xoopsGetElementById(id).style.color = "#" + color; }  function setElementFont(id, font){ 	xoopsGetElementById(id).style.fontFamily = font; }  function setElementSize(id, size){ 	xoopsGetElementById(id).style.fontSize = size; }  function changeDisplay(id){ 	var elestyle = xoopsGetElementById(id).style; 	if (elestyle.display == "") { 		elestyle.display = "none"; 	} else { 		elestyle.display = "block"; 	} }  function setVisible(id){ 	xoopsGetElementById(id).style.visibility = "visible"; }  function setHidden(id){ 	xoopsGetElementById(id).style.visibility = "hidden"; }  function makeBold(id){ 	var eleStyle = xoopsGetElementById(id).style; 	if (eleStyle.fontWeight != "bold") { 		eleStyle.fontWeight = "bold"; 	} else { 		eleStyle.fontWeight = "normal"; 	} }  function makeItalic(id){ 	var eleStyle = xoopsGetElementById(id).style; 	if (eleStyle.fontStyle != "italic") { 		eleStyle.fontStyle = "italic"; 	} else { 		eleStyle.fontStyle = "normal"; 	} }  function makeUnderline(id){ 	var eleStyle = xoopsGetElementById(id).style; 	if (eleStyle.textDecoration != "underline") { 		eleStyle.textDecoration = "underline"; 	} else { 		eleStyle.textDecoration = "none"; 	} }  function makeLineThrough(id){ 	var eleStyle = xoopsGetElementById(id).style; 	if (eleStyle.textDecoration != "line-through") { 		eleStyle.textDecoration = "line-through"; 	} else { 		eleStyle.textDecoration = "none"; 	} }   function appendSelectOption(selectMenuId, optionName, optionValue){ 	var selectMenu = xoopsGetElementById(selectMenuId); 	var newoption = new Option(optionName, optionValue); 	selectMenu.options[selectMenu.length] = newoption; 	selectMenu.options[selectMenu.length].selected = true; }  function disableElement(target){ 	var targetDom = xoopsGetElementById(target); 	if (targetDom.disabled != true) { 		targetDom.disabled = true; 	} else { 		targetDom.disabled = false; 	} } function xoopsCheckAll(formname, switchid) { 	var ele = document.forms[formname].elements; 	var switch_cbox = xoopsGetElementById(switchid); 	for (var i = 0; i < ele.length; i++) { 		var e = ele[i]; 		if ( (e.name != switch_cbox.name) && (e.type == 'checkbox') ) { 			e.checked = switch_cbox.checked; 		} 	} }  function xoopsCodeUrl(id){ 	var text = prompt("Entrez l'URL du lien que vous voulez ajouter :", ""); 	var domobj = xoopsGetElementById(id); 	if ( text != null && text != "" ) { 		var text2 = prompt("Entrez le titre du site web :", ""); 		if ( text2 != null ) { 			if ( text2 == "" ) { 				var result = "[url=" + text + "]" + text + "[/url]"; 			} else { 				var pos = text2.indexOf(unescape('%00')); 				if(0 <= pos){ 					text2 = text2.substr(0,pos); 				} 				var result = "[url=" + text + "]" + text2 + "[/url]"; 			} 			xoopsInsertText(domobj, result); 		} 	} 	domobj.focus(); }  function xoopsCodeImg(id){ 	var text = prompt("Entrez l'URL de l'image que vous voulez ajouter.", ""); 	var domobj = xoopsGetElementById(id); 	if ( text != null && text != "" ) { 		var text2 = prompt("Maintenant, entrez la position de l'image.\n'R' ou 'r' pour droite, 'L' ou 'l' pour gauche, ou laisser vide.", ""); 		while ( ( text2 != "" ) && ( text2 != "r" ) && ( text2 != "R" ) && ( text2 != "l" ) && ( text2 != "L" ) && ( text2 != null ) ) { 			text2 = prompt("ERREUR ! Entrez la position de l'image.\n'R' ou 'r' pour droite, 'L' ou 'l' pour gauche, ou laisser vide.",""); 		} 		if ( text2 == "l" || text2 == "L" ) { 			text2 = " align=left"; 		} else if ( text2 == "r" || text2 == "R" ) { 			text2 = " align=right"; 		} else { 			text2 = ""; 		} 		var result = "[img" + text2 + "]" + text + "[/img]"; 		xoopsInsertText(domobj, result); 	} 	domobj.focus(); }  function xoopsCodeEmail(id){ 	var text = prompt("Entrez l'adresse e-mail que vous voulez ajouter.", ""); 	var domobj = xoopsGetElementById(id); 	if ( text != null && text != "" ) { 		var result = "[email]" + text + "[/email]"; 		xoopsInsertText(domobj, result); 	} 	domobj.focus(); }  function xoopsCodeQuote(id){ 	var text = prompt("Entrez le texte que vous voulez citer.", ""); 	var domobj = xoopsGetElementById(id); 	if ( text != null && text != "" ) { 		var pos = text.indexOf(unescape('%00')); 		if(0 <= pos){ 			text = text.substr(0,pos); 		} 		var result = "[quote]" + text + "[/quote]"; 		xoopsInsertText(domobj, result); 	} 	domobj.focus(); }  function xoopsCodeCode(id){ 	var text = prompt("Entrez les codes que vous voulez ajouter.", ""); 	var domobj = xoopsGetElementById(id); 	if ( text != null && text != "" ) { 		var result = "[code]" + text + "[/code]"; 		xoopsInsertText(domobj, result); 	} 	domobj.focus(); }    function xoopsCodeText(id, hiddentext){ 	var textareaDom = xoopsGetElementById(id); 	var textDom = xoopsGetElementById(id + "Addtext"); 	var fontDom = xoopsGetElementById(id + "Font"); 	var colorDom = xoopsGetElementById(id + "Color"); 	var sizeDom = xoopsGetElementById(id + "Size"); 	var xoopsHiddenTextDomStyle = xoopsGetElementById(hiddentext).style; 	var textDomValue = textDom.value; 	var fontDomValue = fontDom.options[fontDom.options.selectedIndex].value; 	var colorDomValue = colorDom.options[colorDom.options.selectedIndex].value; 	var sizeDomValue = sizeDom.options[sizeDom.options.selectedIndex].value; 	if ( textDomValue == "" ) { 		alert("Merci de saisir le texte dans la boite."); 		textDom.focus(); 	} else { 		if ( fontDomValue != "FONT") { 			textDomValue = "[font=" + fontDomValue + "]" + textDomValue + "[/font]"; 			fontDom.options[0].selected = true; 		} 		if ( colorDomValue != "COLOR") { 			textDomValue = "[color=" + colorDomValue + "]" + textDomValue + "[/color]"; 			colorDom.options[0].selected = true; 		} 		if ( sizeDomValue != "SIZE") { 			textDomValue = "[size=" + sizeDomValue + "]" + textDomValue + "[/size]"; 			sizeDom.options[0].selected = true; 		} 		if (xoopsHiddenTextDomStyle.fontWeight == "bold") { 			textDomValue = "[b]" + textDomValue + "[/b]"; 			xoopsHiddenTextDomStyle.fontWeight = "normal"; 		} 		if (xoopsHiddenTextDomStyle.fontStyle == "italic") { 			textDomValue = "[i]" + textDomValue + "[/i]"; 			xoopsHiddenTextDomStyle.fontStyle = "normal"; 		} 		if (xoopsHiddenTextDomStyle.textDecoration == "underline") { 			textDomValue = "[u]" + textDomValue + "[/u]"; 			xoopsHiddenTextDomStyle.textDecoration = "none"; 		} 		if (xoopsHiddenTextDomStyle.textDecoration == "line-through") { 			textDomValue = "[d]" + textDomValue + "[/d]"; 			xoopsHiddenTextDomStyle.textDecoration = "none"; 		} 		xoopsInsertText(textareaDom, textDomValue); 		textDom.value = ""; 		xoopsHiddenTextDomStyle.color = "#000000"; 		xoopsHiddenTextDomStyle.fontFamily = ""; 		xoopsHiddenTextDomStyle.fontSize = "12px"; 		xoopsHiddenTextDomStyle.visibility = "hidden"; 		textareaDom.focus(); 	} }  function xoopsSavePosition(id) { 	var textareaDom = xoopsGetElementById(id); 	if (textareaDom.createTextRange) { 		textareaDom.caretPos = document.selection.createRange().duplicate(); 	} }  function xoopsInsertText(domobj, text) { 	if (domobj.createTextRange && domobj.caretPos){   		var caretPos = domobj.caretPos; 		caretPos.text = caretPos.text.charAt(caretPos.text.length - 1)  == ' ' ? text + ' ' : text;   	} else if (domobj.getSelection && domobj.caretPos){ 		var caretPos = domobj.caretPos; 		caretPos.text = caretPos.text.charat(caretPos.text.length - 1)   == ' ' ? text + ' ' : text; 	} else { 		domobj.value = domobj.value + text;   	} }  function xoopsCodeSmilie(id, smilieCode) { 	var revisedMessage; 	var textareaDom = xoopsGetElementById(id); 	xoopsInsertText(textareaDom, smilieCode); 	textareaDom.focus(); 	return; }  function xoopsValidate(subjectId, textareaId, submitId) { 	var maxchars = 65535; 	var subjectDom = xoopsGetElementById(subjectId); 	var textareaDom = xoopsGetElementById(textareaId); 	var submitDom = xoopsGetElementById(submitId); 	if (textareaDom.value == "" || subjectDom.value == "") { 		alert("Merci de compl&eacute;ter le sujet et le champs message."); 		return false; 	} 	if (maxchars != 0) { 		if (textareaDom.value.length > maxchars) { 			alert("Votre message est trop long.\n\nLongueur maxi de caract&egrave;res autoris&eacute;e :&nbsp;" + maxchars + "\nLongueur de caract&egrave;res actuelle :&nbsp;" + textareaDom.value.length + ""); 			textareaDom.focus(); 			return false; 		} else { 			submitDom.disabled = true; 			return true; 		} 	} else { 		submitDom.disabled = true; 		return true; 	} } window.onload=init;  //--> </script> </head> <body>   <table cellspacing="0">     <tr id="header">       <td id="headerlogo"><a href="http://www.supercoolworld.be/"><img src="http://www.supercoolworld.be/cache/logo.gif" width="150" height="80" alt="" /></a></td>       <td id="headerbanner"><div><a href="http://www.supercoolworld.be/banners.php?op=click&amp;bid=8" target="_blank"><img src="http://www4.click-fr.com/printj.cgi?a=10112-1291670&b=aleatoire" alt="" /></a></div></td>     </tr>     <tr>       <td id="headerbar" colspan="2">&nbsp;</td>     </tr>   </table>    <table cellspacing="0">     <tr>       <td id="leftcolumn">          <!-- Start left blocks loop -->                   <div class="blockTitle">Login</div> <div class="blockContent"><form style="margin-top: 0px;" action="http://www.supercoolworld.be/user.php" method="post"><input type="hidden" name="PHPSESSID" value="7da1dd515f5fb3e5c9c715983c480bb7" />Pseudo :&nbsp;<br /><input type="text" name="uname" size="12" value="" /><br />Mot de Passe :&nbsp;<br /><input type="password" name="pass" size="12" /><br /><input type="hidden" name="op" value="login" /><input type="submit" value="Connexion Membre" /> </form> <a href="http://www.supercoolworld.be/user.php#lost">Perdu le Mot de Passe ?</a> <br /><br /> <a href="http://www.supercoolworld.be/register.php">Inscrivez-vous maintenant !</a></div>                  <div class="blockTitle">Main Menu</div> <div class="blockContent"><table cellspacing="0">   <tr>     <td id="mainmenu">       <a class="menuTop" href="http://www.supercoolworld.be/">Accueil</a>       <!-- start module menu loop -->             <a class="menuMain" href="http://www.supercoolworld.be/modules/news/">News</a>                   <a class="menuSub" href="http://www.supercoolworld.be/modules/news/submit.php">Proposer un Article</a>                   <a class="menuSub" href="http://www.supercoolworld.be/modules/news/archive.php">Archives</a>                     <a class="menuMain" href="http://www.supercoolworld.be/modules/contact/">Contact Us</a>                     <a class="menuMain" href="http://www.supercoolworld.be/modules/mylinks/">Web Links</a>                   <a class="menuSub" href="http://www.supercoolworld.be/modules/mylinks/submit.php">Soumettre</a>                   <a class="menuSub" href="http://www.supercoolworld.be/modules/mylinks/topten.php?hit=1">Populaire</a>                   <a class="menuSub" href="http://www.supercoolworld.be/modules/mylinks/topten.php?rate=1">Mieux not&eacute;s</a>                     <a class="menuMain" href="http://www.supercoolworld.be/modules/E-Cartes/">Cartes Vituelles</a>                     <a class="menuMain" href="http://www.supercoolworld.be/modules/topsite/">Inc Top</a>                     <a class="menuMain" href="http://www.supercoolworld.be/modules/liens/">LIENS</a>                     <a class="menuMain" href="http://www.supercoolworld.be/modules/magalerie/">Galerie d&#039;images</a>                     <a class="menuMain" href="http://www.supercoolworld.be/modules/newbb/">Forum</a>                     <a class="menuMain" href="http://www.supercoolworld.be/modules/sections/">Sections</a>                     <a class="menuMain" href="http://www.supercoolworld.be/modules/xoopsfaq/">FAQ</a>                     <a class="menuMain" href="http://www.supercoolworld.be/modules/annuaire/">Annuaire</a>                     <a class="menuMain" href="http://www.supercoolworld.be/modules/google2/">GooGle2</a>                     <a class="menuMain" href="http://www.supercoolworld.be/modules/pipotron/">Pipotron</a>                     <!-- end module menu loop -->     </td>   </tr> </table></div>                  <div class="blockTitle">E-Stat</div> <div class="blockContent"><? $lvc_include_dir = './stats/include/'; include($lvc_include_dir.'new-visitor.inc.php3'); ?> <!-- eStat --> <SCRIPT LANGUAGE="JavaScript"> <!-- var _UJS=0; //--> </SCRIPT> <SCRIPT LANGUAGE="JavaScript" SRC="http://perso.estat.com/js/m.js"></SCRIPT> <SCRIPT LANGUAGE="JavaScript"> <!-- if(_UJS) _estat('200000153542','PAGE_MARQUEE','GROUPE_PAGES_MARQUEES'); //--> </SCRIPT> <NOSCRIPT> <p align=center> <A HREF="http://www.estat.com/getstats?serial=200000153542"><IMG SRC="http://perso.estat.com/m/00/200000153542?p=PAGE_MARQUEE&c=GROUPE_PAGES_MARQUEES&st=0&sjs=0" BORDER="0"></A> </p> </NOSCRIPT> <!-- /eStat --></div>                  <div class="blockTitle">News Topics</div> <div class="blockContent"><div style="text-align: center;"><form name="newstopicform" action="http://www.supercoolworld.be/modules/news/index.php" method="get"><input type="hidden" name="PHPSESSID" value="7da1dd515f5fb3e5c9c715983c480bb7" /><select name='storytopic' onchange='location="http://www.supercoolworld.be/modules/news/index.php?storytopic="+this.options[this.selectedIndex].value'> <option value='0'>----</option> <option value='9'>Argent</option> <option value='22'>Ariane</option> <option value='3'>Cinema</option> <option value='19'>Espace</option> <option value='15'>GSM</option> <option value='23'>Hardware</option> <option value='4'>Insolites</option> <option value='8'>Internet</option> <option value='20'>ISS</option> <option value='7'>Linux</option> <option value='16'>Mac</option> <option value='2'>Microsoft</option> <option value='10'>mp3</option> <option value='21'>N.A.S.A.</option> <option value='11'>Nounours</option> <option value='5'>Nouvelles</option> <option value='24'>Sciences</option> <option value='17'>Securit</option> <option value='18'>Software</option> <option value='13'>Tlphonie</option> <option value='25'>The Gulf War</option> <option value='12'>Virus</option> <option value='14'>Windows</option> <option value='6'>XboX</option> <option value='1'>XOOPS</option> </select> </form></div></div>                  <div class="blockTitle">AutoPub</div> <div class="blockContent"><!-- dbut du code banner --> <a href="http://www.autopub.misterbot.com/inscription.php?idsite=7381" target=blank"> <img src="http://www.misterbot.com/autopub/banners/banner3.gif" border=0></a> <!-- fin du code banner --></div>                  <div class="blockTitle">Partenaires</div> <div class="blockContent"><p align=center><a href="http://www.hit-parade.com/hp.asp?site=305203" target="_blank"><IMG SRC="http://loga.hit-parade.com/logohp1.gif?site=a305203"></a></p> <p align=center> <a href="http://www.top-xoops.net/topPHP/in.php?id=106"><img src="http://www.top-xoops.net/topPHP/image/logo.gif" border="0" alt="Votez pour moi sur le site XOOPS Top of the World"></a> </p> <p align=center> <a href="http://www.onrigole.net/modules/topsite/in.php?id=21"> <IMG SRC="http://www.onrigole.net/modules/topsite/bouton.gif" border="0"  alt="Annuaire des sites humoristique"></a> </p> <p align=center> <a href="http://www.hit-parade.com/hp.asp?site=305203" target="_blank"><IMG SRC="http://loga.hit-parade.com/logohp1.gif?site=a305203"></a></p> <p align=center> <a href="http://www.promobenef.com/cgi-bin/index.cgi?parrain=12253"> <IMG SRC="http://www.promobenef.com/image/promobenef_1.gif"></a> </p> <p align=center> <a href="http://www.copinedegeek.com/"> <IMG SRC="http://www.copinedegeek.com/img/banniere/pluie_coeur.gif"></a> </p> <p align=center> <a href="http://top.cx.be/in.php?id=14"> <IMG SRC="http://top.cx.be/image/logo.gif" border="0"  alt="Top.cx.be"></a> </p> <p align=center> <a href="http://www.hebdotop.com/clic.php"> <IMG SRC="http://www.hebdotop.com/cgi-bin/vote.eur?id=33702" border="0"  alt="Classement de sites - Inscrivez le vtre!"></a> </p> <p align=center> <a href="http://www.b-annuaire.be"> <IMG SRC="http://membres.lycos.fr/bannuaire/image/banner3.gif" border="0"  alt="Annuaire francophones - Inscrivez votre site !"></a> </p> <p align=center> <a href="http://www.xe.com"> <IMG SRC="http://www.xe.com/gen/illegal2copy.gif"></a> </p> <p align=center> <a href="http://www.gjeux.com/"> <IMG SRC="http://www.gjeux.com/gjeux.gif" border="0" alt="Site d'information sur les Jeux PC"></a> </p> <p align=center> <a href="http://www.bouclier.org/"> <IMG SRC="http://www.supercoolworld.be/banniere/bouclier.gif" border="0"  alt="Defendre les droits des enfants"></a> </p> <p align=center> <a href="http://www.abc-du-gratuit.com/php/top/in.php?id=Neoweb"> <IMG SRC="http://www.abc-du-gratuit.com/images/ban014.gif"></a> </p> <p align=center> <a href="http://www.cestpasdur.com/top50asp/in.asp?ID=86"> <IMG SRC="http://www.cestpasdur.com/8831.gif"></a> </p> <p align=center> <a href="http://manson2002.free.fr" target="blank"> <img src="http://manson2002.free.fr/Boutons/Bouton88x31.gif" border=0 width=88 height=33 alt="Manson2002 - L'Univers de Marilyn Manson" ></a> </p></div>                  <div class="blockTitle">Top News</div> <div class="blockContent"><ul>       <li><a href="http://www.supercoolworld.be/modules/news/article.php?storyid=50">Projet Xbox Linux:...</a> (880)</li>       <li><a href="http://www.supercoolworld.be/modules/news/article.php?storyid=406">Un nouveau fournis...</a> (392)</li>       <li><a href="http://www.supercoolworld.be/modules/news/article.php?storyid=435">Une dcouverte imp...</a> (332)</li>       <li><a href="http://www.supercoolworld.be/modules/news/article.php?storyid=290">le box-office amr...</a> (285)</li>       <li><a href="http://www.supercoolworld.be/modules/news/article.php?storyid=2">Bill Brother ( Par...</a> (280)</li>       <li><a href="http://www.supercoolworld.be/modules/news/article.php?storyid=77">Centime anniversa...</a> (271)</li>       <li><a href="http://www.supercoolworld.be/modules/news/article.php?storyid=62">Red Hat 8 rsoudra...</a> (266)</li>       <li><a href="http://www.supercoolworld.be/modules/news/article.php?storyid=14">Thalande: pendant...</a> (246)</li>       <li><a href="http://www.supercoolworld.be/modules/news/article.php?storyid=63">Alerte au parfait ...</a> (215)</li>       <li><a href="http://www.supercoolworld.be/modules/news/article.php?storyid=128">Un serveur de Micr...</a> (160)</li>   </ul></div>                  <div class="blockTitle">Site Info</div> <div class="blockContent"><table class="outer" cellspacing="0">       <!-- start group loop -->     <tr>     <th colspan="2">webmaster</th>   </tr>    <!-- start group member loop -->     <tr>     <td class="even" valign="middle" align="center"><img src="http://www.supercoolworld.be/uploads/savt3db7afc1e013e.gif" alt="" width="32" /><br /><a href="http://www.supercoolworld.be/userinfo.php?uid=1">Ne0</a></td><td class="odd" width="20%" align="right" valign="middle"><a href="mailto:webmaster@supercoolworld.be"><img src="http://www.supercoolworld.be/images/icons/em_small.gif" border="0" width="16" height="14" alt="" /></a></td>   </tr>     <!-- end group member loop -->      <!-- end group loop -->   </table>  <br />  <div style="margin: 3px; text-align:center;">   <img src="http://www.supercoolworld.be/images/s_poweredby.gif" alt="" border="0" /><br /><a href="javascript:openWithSelfMain('http://www.supercoolworld.be/misc.php?action=showpopups&amp;type=friend&amp;op=sendform&amp;t=1050671497','friend',320,190)">Recommandez-nous</a> </div></div>                <!-- End left blocks loop -->        </td>        <td id="centercolumn">          <!-- Display center blocks if any -->                  <table cellspacing="0">           <tr>             <td id="centerCcolumn" colspan="2">              <!-- Start center-center blocks loop -->                           <div style="padding: 5px;">   <fieldset>     <legend class="blockTitle">Allo Sponsor</legend>     <div class="blockContent"><IFRAME SRC="http://www.allosponsor.com/cgi-bin/iframe_sponsor.eur?num_site_aff=3028" FRAMEBORDER="0" width="468" height="60" SCROLLING="no" align=center></iframe></div>   </fieldset> </div>                          <div style="padding: 5px;">   <fieldset>     <legend class="blockTitle">Dimoitou</legend>     <div class="blockContent"><!-- BEGIN DIMOITOU.NET LE RSEAU D'CHANGE DE BANNIRE DE RATIO 1:1 CODE --> <center> <A HREF="http://www.dimoitou.net/cgi-bin/echangeban/bpwork2.cgi?advert=NonSSI&page=01" TARGET="_blank"><IMG SRC="http://www.dimoitou.net/cgi-bin/echangeban/bpwork2.cgi?ID=ne0web&page=01" BORDER=0 width=468 height=60></a> <br><font size=-1><A HREF="http://www.dimoitou.net/" TARGET="_blank">Dimoitou.net le rseau d'change de bannire de ratio 1:1</a> </center></font> <!-- END DIMOITOU.NET LE RSEAU D'CHANGE DE BANNIRE DE RATIO 1:1 CODE --></div>   </fieldset> </div>                        <!-- End center-center blocks loop -->              </td>           </tr>           <tr>             <td id="centerLcolumn">              <!-- Start center-left blocks loop -->                           <!-- End center-left blocks loop -->              </td><td id="centerRcolumn">              <!-- Start center-right blocks loop -->                           <!-- End center-right blocks loop -->              </td>           </tr>         </table>                  <!-- End display center blocks -->          <div id="content"><div style="text-align: left; margin: 10px;"></div>  <div style="padding: 3px; margin-right:3px;"> <div class="item">   <div class="itemHead"><span class="itemTitle"><a href='http://www.supercoolworld.be/modules/news/index.php?storytopic=6'>XboX</a>&nbsp;:&nbsp;Xbox Linux: une console sans &quot;mod chip&quot; peut  prsent tourner sous Linux</span></div>   <div class="itemInfo">     <span class="itemPoster">Post&eacute; par <a href="http://www.supercoolworld.be/userinfo.php?uid=1">Ne0</a></span> <span class="itemPostDate">le 2/4/2003 18:45:05</span> (<span class="itemStats">41 lectures</span>)   </div>   <div class="itemBody">          <p class="itemText">Un hacker anonyme est parvenu  faire fonctionner un systme d'exploitation GNU/Linux sur une console Xbox non modifie: il pourrait empocher la rcompense de 100000 dollars offerte par le fondateur de Lindows, Michael Robertson.<br /><br />Ce concours, bien videmment pas du got de Microsoft, le pre de la Xbox, vise  rcompenser la premire personne qui transformera cette console hyperprotge en station Linux performante. Certains y sont dj parvenus, mais cette fois, l'exploit peut tre accompli sans recourir aux fameuses "mod chips", ces puces "clandestines" qui permettent de modifier considrablement les fonctions d'une console. <br /><br />Un bidouilleur se faisant appeler Habibi_Xbox a rvl tre l'auteur de cet exploit, samedi 29 mars, dans un message post sur le site ddi  ce concours, Xboxhacker.net. <br /><br />Les organisateurs du Xbox Linux Project ont confirm que la mthode indique fonctionne bel et bien. Elle consiste  utiliser la fonction "Sauvegarder/charger" du jeu James Bond ("007: Agent Under Fire"); elle permet normalement aux joueurs de sauvegarder leur progression dans le jeu sur le disque dur de la Xbox, et de la charger par la suite. <br /><br />Habibi a dcouvert qu'en utilisant un des nombreux priphriques de stockage USB reconnus par la Xbox, l'cran de chargement permet galement de charger d'autres logiciels, y compris des versions compactes du systme d'exploitation Linux. La technique consisterait  exploiter une faille de type dpassement de mmoire tampon (buffer overflow); une technique similaire  celle utilise par les pirates informatiques pour endommager les serveurs en les saturant de requtes. <br /><br /><br />La technique exploite une faille dans la gestion des sauvegardes<br /><br />Pour faire simple, il y a un bug dans la gestion des sauvegardes, que l'on retrouve dans plusieurs jeux, explique Habibi dans son message.<br /><br />Peu aprs la sortie de la Xbox, les bidouilleurs, la plupart adeptes des logiciels libres, ont commenc  modifier la console de jeu de faon  l'utiliser pour faire fonctionner d'autres types de logiciels. Ouvertement anti-Windows, Michael Robertson, le fondateur de la socit Lindows, a choisi d'encourager ces recherches en lanant deux dfis (projet A et B), chacun associ  une prime de 100000 dollars. <br /><br />Des programmeurs ont dj gagn le projet A, qui consiste  faire fonctionner un OS Linux sur des consoles quipes de "mod chips". Mais la plupart du temps, pour utiliser des puces modifies, il faut se lancer dans des travaux de soudure qui limitent leur intrt. Il tait indispensable, pour la finalit de l'opration, de trouver un moyen pour que des logiciels tournent sur des consoles non modifies, si l'on souhaitait dvelopper des versions Xbox de Linux. Le second dfi, faire tourner Linux sur une console non modifie, a donc t accompli par le dnomm Habibi. <br /><br />Le programmeur britannique Andy Green, un des fondateurs du projet Xbox Linux , a confirm lundi que la technique consistant  utiliser la faille dans le jeu 007 fonctionne, et a indiqu qu'elle justifie la remise de la rcompense dans sa totalit ou en partie. La dcision dfinitive ne sera prise qu' l'expiration du dfi, le 31 dcembre 2003, lorsque le comit mis en place par Robinson aura dtermin les gagnants.<br /><br />David Becker, CNET News.com </p>   </div>   <div class="itemFoot">     <span class="itemAdminLink"></span> <span class="itemPermaLink"></span>   </div> </div></div>  <div style="text-align: left; margin: 10px;"></div>  <div style="padding: 5px; text-align: right; margin-right:3px;"> <a href="print.php?storyid=806&PHPSESSID=7da1dd515f5fb3e5c9c715983c480bb7"><img src="images/print.gif" border="0" alt="Format Imprimable" /></a> <a target="_top" href="mailto:?subject=Article intressant sur .:: SuPeRCooLWorld ::.&amp;body=Voici un article intressant trouv sur .:: SuPeRCooLWorld ::.:  http://www.supercoolworld.be/modules/news/article.php?storyid=806"><img src="images/friend.gif" border="0" alt="Envoyer cet article &agrave; un(e) ami(e)" /></a> </div>  <div style="text-align: center; padding: 3px; margin:3px;">  <form method="get" action="article.php"><input type="hidden" name="PHPSESSID" value="7da1dd515f5fb3e5c9c715983c480bb7" /> <table width="95%" class="outer" cellspacing="1">   <tr>     <td class="even" align="center"><select name="com_mode"><option value="flat">A plat</option><option value="thread" selected="selected">Par Conversation</option><option value="nest">Embo&icirc;t&eacute;</option></select> <select name="com_order"><option value="0">Les + anciens en Premier</option><option value="1" selected="selected">Les + r&eacute;cents en Premier</option></select><input type="hidden" name="storyid" value="806" /> <input type="image" alt="Raffra&icirc;re" src="http://www.supercoolworld.be/images/refresh.gif" />     </td>   </tr> </table> </form> Les commentaires appartiennent &agrave; leurs auteurs. Nous ne sommes pas responsables de leur contenu. </div>  <div style="margin:3px; padding: 3px;"> <!-- start comments loop --> <!-- end comments loop --> </div></div>       </td>             </tr>   </table>    <table cellspacing="0">     <tr id="footerbar">       <td><img src="http://www.supercoolworld.be/cache/poweredby.gif" alt="" /></td>     </tr>   </table> </body> </html> 
