home *** CD-ROM | disk | FTP | other *** search
/ hackzapple.com / www.hackzapple.com.tar / www.hackzapple.com / phpBB2 / viewtopic.php?p=1136&highlight=.orig < prev    next >
Text File  |  2010-10-06  |  59KB  |  936 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html dir="LTR">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  5. <meta http-equiv="Content-Style-Type" content="text/css">
  6.  
  7. <link rel="top" href="./index.php" title=" Index du Forum" />
  8. <link rel="search" href="./search.php" title="Rechercher" />
  9. <link rel="help" href="./faq.php" title="FAQ" />
  10. <link rel="author" href="./memberlist.php" title="Liste des Membres" />
  11. <link rel="prev" href="viewtopic.php?t=192&view=previous" title="Voir le sujet prΘcΘdent" />
  12. <link rel="next" href="viewtopic.php?t=192&view=next" title="Voir le sujet suivant" />
  13. <link rel="up" href="viewforum.php?f=13" title="PROTECTION MALEFIQUE" />
  14. <link rel="chapter forum" href="viewforum.php?f=1" title="REGLES DE BASE DU FORUM" />
  15. <link rel="chapter forum" href="viewforum.php?f=2" title="PRESENTATION DES MEMBRES" />
  16. <link rel="chapter forum" href="viewforum.php?f=3" title="FAQ" />
  17. <link rel="chapter forum" href="viewforum.php?f=24" title="LES VENDEURS DE Q et assimilΘs..." />
  18. <link rel="chapter forum" href="viewforum.php?f=4" title="APPLE II et II+" />
  19. <link rel="chapter forum" href="viewforum.php?f=5" title="APPLE IIe" />
  20. <link rel="chapter forum" href="viewforum.php?f=6" title="APPLE IIc et IIc Plus" />
  21. <link rel="chapter forum" href="viewforum.php?f=7" title="APPLE IIGS" />
  22. <link rel="chapter forum" href="viewforum.php?f=8" title="ITT2020" />
  23. <link rel="chapter forum" href="viewforum.php?f=9" title="BELL & HOWELL" />
  24. <link rel="chapter forum" href="viewforum.php?f=25" title="APPLE I" />
  25. <link rel="chapter forum" href="viewforum.php?f=10" title="APPLE /// et ///Plus" />
  26. <link rel="chapter forum" href="viewforum.php?f=11" title="LISA 1,  2, 2/5,  2/10 et ... XL" />
  27. <link rel="chapter forum" href="viewforum.php?f=12" title="PROBLEMES DIVERS" />
  28. <link rel="chapter forum" href="viewforum.php?f=13" title="PROTECTION MALEFIQUE" />
  29. <link rel="chapter forum" href="viewforum.php?f=23" title="EMULATION" />
  30. <link rel="chapter forum" href="viewforum.php?f=14" title="CARTES COPROCESSEUR" />
  31. <link rel="chapter forum" href="viewforum.php?f=15" title="CARTES MEMOIRE" />
  32. <link rel="chapter forum" href="viewforum.php?f=16" title="CARTES POUR DISQUES" />
  33. <link rel="chapter forum" href="viewforum.php?f=17" title="AUTRES CARTES" />
  34. <link rel="chapter forum" href="viewforum.php?f=18" title="PERIPHERIQUES" />
  35. <link rel="chapter forum" href="viewforum.php?f=19" title="Recherches techniques (hard ou soft)" />
  36. <link rel="chapter forum" href="viewforum.php?f=20" title="ACHATS,VENTES ET/OU ECHANGES" />
  37. <link rel="chapter forum" href="viewforum.php?f=21" title="DIVERS...MAIS TOUJOURS EN RELATION AVEC APPLE!" />
  38. <link rel="chapter forum" href="viewforum.php?f=22" title="LES PETITS MAUDITS A EVITER" />
  39.  
  40. <title> :: Voir le sujet - Hold-Up (Infogrames, 1985)</title>
  41. <!-- link rel="stylesheet" href="templates/subSilver/subSilver.css" type="text/css" -->
  42. <style type="text/css">
  43. <!--
  44. /*
  45.   The original subSilver Theme for phpBB version 2+
  46.   Created by subBlue design
  47.   http://www.subBlue.com
  48.  
  49.   NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  50.   theme administration centre. When you have finalised your style you could cut the final CSS code
  51.   and place it in an external file, deleting this section to save bandwidth.
  52. */
  53.  
  54. /* General page style. The scroll bar colours only visible in IE5.5+ */
  55. body {
  56.     background-color: #E5E5E5;
  57.     scrollbar-face-color: #DEE3E7;
  58.     scrollbar-highlight-color: #FFFFFF;
  59.     scrollbar-shadow-color: #DEE3E7;
  60.     scrollbar-3dlight-color: #D1D7DC;
  61.     scrollbar-arrow-color:  #006699;
  62.     scrollbar-track-color: #EFEFEF;
  63.     scrollbar-darkshadow-color: #98AAB1;
  64. }
  65.  
  66. /* General font families for common tags */
  67. font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
  68. a:link,a:active,a:visited { color : #006699; }
  69. a:hover        { text-decoration: underline; color : #DD6900; }
  70. hr    { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
  71.  
  72. /* This is the border line & background colour round the entire page */
  73. .bodyline    { background-color: #FFFFFF; border: 1px #98AAB1 solid; }
  74.  
  75. /* This is the outline round the main forum tables */
  76. .forumline    { background-color: #FFFFFF; border: 2px #006699 solid; }
  77.  
  78. /* Main table cell colours and backgrounds */
  79. td.row1    { background-color: #EFEFEF; }
  80. td.row2    { background-color: #DEE3E7; }
  81. td.row3    { background-color: #D1D7DC; }
  82.  
  83. /*
  84.   This is for the table cell above the Topics, Post & Last posts on the index.php page
  85.   By default this is the fading out gradiated silver background.
  86.   However, you could replace this with a bitmap specific for each forum
  87. */
  88. td.rowpic {
  89.         background-color: #FFFFFF;
  90.         background-image: url(templates/subSilver/images/cellpic2.jpg);
  91.         background-repeat: repeat-y;
  92. }
  93.  
  94. /* Header cells - the blue and silver gradient backgrounds */
  95. th    {
  96.     color: #FFA34F; font-size: 11px; font-weight : bold;
  97.     background-color: #006699; height: 25px;
  98.     background-image: url(templates/subSilver/images/cellpic3.gif);
  99. }
  100.  
  101. td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
  102.             background-image: url(templates/subSilver/images/cellpic1.gif);
  103.             background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
  104. }
  105.  
  106. /*
  107.   Setting additional nice inner borders for the main table cells.
  108.   The names indicate which sides the border will be on.
  109.   Don't worry if you don't understand this, just ignore it :-)
  110. */
  111. td.cat,td.catHead,td.catBottom {
  112.     height: 29px;
  113.     border-width: 0px 0px 0px 0px;
  114. }
  115. th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
  116.     font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px;
  117. }
  118. td.row3Right,td.spaceRow {
  119.     background-color: #D1D7DC; border: #FFFFFF; border-style: solid;
  120. }
  121.  
  122. th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
  123. th.thSides,td.catSides,td.spaceRow     { border-width: 0px 1px 0px 1px; }
  124. th.thRight,td.catRight,td.row3Right     { border-width: 0px 1px 0px 0px; }
  125. th.thLeft,td.catLeft      { border-width: 0px 0px 0px 1px; }
  126. th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
  127. th.thTop     { border-width: 1px 0px 0px 0px; }
  128. th.thCornerL { border-width: 1px 0px 0px 1px; }
  129. th.thCornerR { border-width: 1px 1px 0px 0px; }
  130.  
  131. /* The largest text used in the index page title and toptic title etc. */
  132. .maintitle    {
  133.     font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
  134.     text-decoration: none; line-height : 120%; color : #000000;
  135. }
  136.  
  137. /* General text */
  138. .gen { font-size : 12px; }
  139. .genmed { font-size : 11px; }
  140. .gensmall { font-size : 10px; }
  141. .gen,.genmed,.gensmall { color : #000000; }
  142. a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
  143. a.gen:hover,a.genmed:hover,a.gensmall:hover    { color: #DD6900; text-decoration: underline; }
  144.  
  145. /* The register, login, search etc links at the top of the page */
  146. .mainmenu        { font-size : 11px; color : #000000 }
  147. a.mainmenu        { text-decoration: none; color : #006699;  }
  148. a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }
  149.  
  150. /* Forum category titles */
  151. .cattitle        { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
  152. a.cattitle        { text-decoration: none; color : #006699; }
  153. a.cattitle:hover{ text-decoration: underline; }
  154.  
  155. /* Forum title: Text and link to the forums used in: index.php */
  156. .forumlink        { font-weight: bold; font-size: 12px; color : #006699; }
  157. a.forumlink     { text-decoration: none; color : #006699; }
  158. a.forumlink:hover{ text-decoration: underline; color : #DD6900; }
  159.  
  160. /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
  161. .nav            { font-weight: bold; font-size: 11px; color : #000000;}
  162. a.nav            { text-decoration: none; color : #006699; }
  163. a.nav:hover        { text-decoration: underline; }
  164.  
  165. /* titles for the topics: could specify viewed link colour too */
  166. .topictitle,h1,h2    { font-weight: bold; font-size: 11px; color : #000000; }
  167. a.topictitle:link   { text-decoration: none; color : #006699; }
  168. a.topictitle:visited { text-decoration: none; color : #5493B4; }
  169. a.topictitle:hover    { text-decoration: underline; color : #DD6900; }
  170.  
  171. /* Name of poster in viewmsg.php and viewtopic.php and other places */
  172. .name            { font-size : 11px; color : #000000;}
  173.  
  174. /* Location, number of posts, post date etc */
  175. .postdetails        { font-size : 10px; color : #000000; }
  176.  
  177. /* The content of the posts (body of text) */
  178. .postbody { font-size : 12px; line-height: 18px}
  179. a.postlink:link    { text-decoration: none; color : #006699 }
  180. a.postlink:visited { text-decoration: none; color : #5493B4; }
  181. a.postlink:hover { text-decoration: underline; color : #DD6900}
  182.  
  183. /* Quote & Code blocks */
  184. .code {
  185.     font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
  186.     background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
  187.     border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
  188. }
  189.  
  190. .quote {
  191.     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
  192.     background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
  193.     border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
  194. }
  195.  
  196. /* Copyright and bottom info */
  197. .copyright        { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
  198. a.copyright        { color: #444444; text-decoration: none;}
  199. a.copyright:hover { color: #000000; text-decoration: underline;}
  200.  
  201. /* Form elements */
  202. input,textarea, select {
  203.     color : #000000;
  204.     font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  205.     border-color : #000000;
  206. }
  207.  
  208. /* The text input fields background colour */
  209. input.post, textarea.post, select {
  210.     background-color : #FFFFFF;
  211. }
  212.  
  213. input { text-indent : 2px; }
  214.  
  215. /* The buttons used for bbCode styling in message post */
  216. input.button {
  217.     background-color : #EFEFEF;
  218.     color : #000000;
  219.     font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
  220. }
  221.  
  222. /* The main submit button option */
  223. input.mainoption {
  224.     background-color : #FAFAFA;
  225.     font-weight : bold;
  226. }
  227.  
  228. /* None-bold submit button */
  229. input.liteoption {
  230.     background-color : #FAFAFA;
  231.     font-weight : normal;
  232. }
  233.  
  234. /* This is the line in the posting page which shows the rollover
  235.   help line. This is actually a text box, but if set to be the same
  236.   colour as the background no one will know ;)
  237. */
  238. .helpline { background-color: #DEE3E7; border-style: none; }
  239.  
  240. /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
  241. @import url("templates/subSilver/formIE.css");
  242. -->
  243. </style>
  244. </head>
  245. <body bgcolor="#E5E5E5" text="#000000" link="#006699" vlink="#5493B4">
  246.  
  247. <a name="top"></a>
  248.  
  249. <table width="100%" cellspacing="0" cellpadding="10" border="0" align="center" >
  250.     <tr>
  251.         <td class="bodyline" >
  252.             <table width="100%" cellspacing="0" cellpadding="0" border="0" >
  253.             <tr>
  254.                 <td BGCOLOR="BLACK"><CENTER>
  255.                 <a href="index.php"><img src="templates/subSilver/images/HZA/TITRE8A.PNG" border="0" alt=" Index du Forum" vspace="1" /></a>
  256.                 </CENTER></td>
  257.                 <TD></TD>
  258.             </TR>
  259.                 <TR><TD align="center" COLSPAN="2" BGCOLOR="#E5E5E5">
  260.                     <span class="mainmenu"><B><FONT COLOR="RED">IDENTIFICATION SERVEUR : 213.186.33.87 - CLIENT : 74.109.56.191 </FONT></B></SPAN></TD>
  261.                 </TR>
  262.             <TR><TD><BR></TD></TR>
  263.             <CENTER>
  264.             <table cellspacing="0" cellpadding="2" border="0">
  265.                     <tr>
  266.                         <td align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="faq.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="FAQ" hspace="3" />FAQ</a>   <a href="search.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" alt="Rechercher" hspace="3" />Rechercher</a>   <a href="memberlist.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="Liste des Membres" hspace="3" />Liste des Membres</a>   <a href="groupcp.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="Groupes d'utilisateurs" hspace="3" />Groupes d'utilisateurs</a> 
  267.                          <a href="profile.php?mode=register" class="mainmenu"><img src="templates/subSilver/images/icon_mini_register.gif" width="12" height="13" border="0" alt="S'enregistrer" hspace="3" />S'enregistrer</a> 
  268.                         </span></td>
  269.                     </tr>
  270.                     <tr>
  271.                         <td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="profile.php?mode=editprofile" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="Profil" hspace="3" />Profil</a>   <a href="privmsg.php?folder=inbox" class="mainmenu"><img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="Se connecter pour vΘrifier ses messages privΘs" hspace="3" />Se connecter pour vΘrifier ses messages privΘs</a>   <a href="login.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="Connexion" hspace="3" />Connexion</a> </span></td>
  272.                     </tr>
  273.                 </table></td>
  274.             </tr>
  275.         </table>
  276.  
  277.         <br />
  278.  
  279.  
  280. <table width="100%" cellspacing="2" cellpadding="2" border="0">
  281.   <tr>
  282.     <td align="left" valign="bottom" colspan="2"><a class="maintitle" href="viewtopic.php?t=192&start=15&postdays=0&postorder=asc&highlight=">Hold-Up (Infogrames, 1985)</a><br />
  283.       <span class="gensmall"><b>Aller α la page  <a href="viewtopic.php?t=192&postdays=0&postorder=asc&start=0">PrΘcΘdente</a>  <a href="viewtopic.php?t=192&postdays=0&postorder=asc&start=0">1</a>, <b>2</b></b><br />
  284.         </span></td>
  285.   </tr>
  286. </table>
  287.  
  288. <table width="100%" cellspacing="2" cellpadding="2" border="0">
  289.   <tr>
  290.     <td align="left" valign="bottom" nowrap="nowrap"><span class="nav"><a href="posting.php?mode=newtopic&f=13"><img src="templates/subSilver/images/lang_french/post.gif" border="0" alt="Poster un nouveau sujet" align="middle" /></a>   <a href="posting.php?mode=reply&t=192"><img src="templates/subSilver/images/lang_french/reply.gif" border="0" alt="RΘpondre au sujet" align="middle" /></a></span></td>
  291.     <td align="left" valign="middle" width="100%"><span class="nav">   <a href="index.php" class="nav"> Index du Forum</a>
  292.       -> <a href="viewforum.php?f=13" class="nav">PROTECTION MALEFIQUE</a></span></td>
  293.   </tr>
  294. </table>
  295.  
  296. <table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
  297.     <tr align="right">
  298.         <td class="catHead" colspan="2" height="28"><span class="nav"><a href="viewtopic.php?t=192&view=previous" class="nav">Voir le sujet prΘcΘdent</a> :: <a href="viewtopic.php?t=192&view=next" class="nav">Voir le sujet suivant</a>  </span></td>
  299.     </tr>
  300.     
  301.     <tr>
  302.         <th class="thLeft" width="150" height="26" nowrap="nowrap">Auteur</th>
  303.         <th class="thRight" nowrap="nowrap">Message</th>
  304.     </tr>
  305.     <tr>
  306.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="952"></a><b>toinet</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 15 Juin 2007<br />Messages: 326<br />Localisation: Paris, France</span><br /></td>
  307.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  308.             <tr>
  309.                 <td width="100%"><a href="viewtopic.php?p=952#952"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Dim 16 Nov 2008, 22:13<span class="gen"> </span>   Sujet du message: </span></td>
  310.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=952"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  311.             </tr>
  312.             <tr>
  313.                 <td colspan="2"><hr /></td>
  314.             </tr>
  315.             <tr>
  316.                 <td colspan="2"><span class="postbody">Ah, j'ai oubliΘ Θgalement qu'il faut que la disquette soit protΘgΘe en Θcriture... cela va de soi bien entendu, pfou...</span><span class="gensmall"></span></td>
  317.             </tr>
  318.         </table></td>
  319.     </tr>
  320.     <tr>
  321.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  322.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  323.             <tr>
  324.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=4"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=4"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://www.oss117.org/" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  325.  
  326.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  327.         document.write(' ');
  328.     else
  329.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  330.  
  331.                 //--></script><noscript></noscript></td>
  332.             </tr>
  333.         </table></td>
  334.     </tr>
  335.     <tr>
  336.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  337.     </tr>
  338.     <tr>
  339.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="953"></a><b>vladitx</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 19 DΘc 2007<br />Messages: 22<br /></span><br /></td>
  340.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  341.             <tr>
  342.                 <td width="100%"><a href="viewtopic.php?p=953#953"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Mar 18 Nov 2008, 23:07<span class="gen"> </span>   Sujet du message: </span></td>
  343.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=953"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  344.             </tr>
  345.             <tr>
  346.                 <td colspan="2"><hr /></td>
  347.             </tr>
  348.             <tr>
  349.                 <td colspan="2"><span class="postbody"></span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>       <td><span class="genmed"><b>toinet a Θcrit:</b></span></td>    </tr>    <tr>      <td class="quote">And who is "JPL" ??????????????????</td>    </tr></table><span class="postbody">
  350. <br />
  351.  
  352. <br />
  353.  <img src="images/smiles/icon_lol.gif" alt="Laughing" border="0" />  <img src="images/smiles/icon_cool.gif" alt="Cool" border="0" />
  354. <br />
  355.  
  356. <br />
  357. And what is he doing right now ...</span><span class="gensmall"></span></td>
  358.             </tr>
  359.         </table></td>
  360.     </tr>
  361.     <tr>
  362.         <td class="row2" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  363.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  364.             <tr>
  365.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=29"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=29"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>     <script language="JavaScript" type="text/javascript"><!--
  366.  
  367.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  368.         document.write(' ');
  369.     else
  370.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  371.  
  372.                 //--></script><noscript></noscript></td>
  373.             </tr>
  374.         </table></td>
  375.     </tr>
  376.     <tr>
  377.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  378.     </tr>
  379.     <tr>
  380.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="954"></a><b>Deckard</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 29 Mar 2007<br />Messages: 350<br />Localisation: Levallois-Perret / Le Mans</span><br /></td>
  381.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  382.             <tr>
  383.                 <td width="100%"><a href="viewtopic.php?p=954#954"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Ven 21 Nov 2008, 13:10<span class="gen"> </span>   Sujet du message: </span></td>
  384.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=954"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  385.             </tr>
  386.             <tr>
  387.                 <td colspan="2"><hr /></td>
  388.             </tr>
  389.             <tr>
  390.                 <td colspan="2"><span class="postbody"></span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>       <td><span class="genmed"><b>toinet a Θcrit:</b></span></td>    </tr>    <tr>      <td class="quote">
  391. <br />
  392. DΘjα que la disquette doit Ωtre incopiable avec son spiralling, Emile cherche α dΘcourager le type qui veut suivre le programme (boot-tracing) α ses diffΘrentes Θtapes de chargement, je ne suis pas loin de craquer (avec 'qu')
  393. <br />
  394. </td>    </tr></table><span class="postbody">
  395. <br />
  396.  
  397. <br />
  398. Si tu prΘfΦres, j'en ai un autre: Blast Away / Blast'Em
  399. <br />
  400. Il est Θcrit en basic et si τa se trouve il y a peut-Ωtre une protection contre le ctrl-C!   <img src="images/smiles/icon_lol.gif" alt="Laughing" border="0" />  <img src="images/smiles/icon_lol.gif" alt="Laughing" border="0" /> 
  401. <br />
  402.  
  403. <br />
  404. Quelques clichΘs de cette curiositΘ (qui n'a d'ailleurs pas l'air de porter de Cracked by)  <img src="images/smiles/icon_wink.gif" alt="Wink" border="0" /> 
  405. <br />
  406.  
  407. <br />
  408. <img src="http://boutillon.free.fr/Forum/Softman/BlastEm_p01.png" border="0" />
  409. <br />
  410.  
  411. <br />
  412. <img src="http://boutillon.free.fr/Forum/Softman/BlastEm_p02.png" border="0" />
  413. <br />
  414.  
  415. <br />
  416. <img src="http://boutillon.free.fr/Forum/Softman/BlastEm_p03.png" border="0" />
  417. <br />
  418.  
  419. <br />
  420. <img src="http://boutillon.free.fr/Forum/Softman/BlastEm_p04.png" border="0" />
  421. <br />
  422.  
  423. <br />
  424. JM</span><span class="gensmall"></span></td>
  425.             </tr>
  426.         </table></td>
  427.     </tr>
  428.     <tr>
  429.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  430.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  431.             <tr>
  432.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=3"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=3"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://boutillon.free.fr" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  433.  
  434.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  435.         document.write(' ');
  436.     else
  437.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  438.  
  439.                 //--></script><noscript></noscript></td>
  440.             </tr>
  441.         </table></td>
  442.     </tr>
  443.     <tr>
  444.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  445.     </tr>
  446.     <tr>
  447.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="955"></a><b>toinet</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 15 Juin 2007<br />Messages: 326<br />Localisation: Paris, France</span><br /></td>
  448.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  449.             <tr>
  450.                 <td width="100%"><a href="viewtopic.php?p=955#955"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Mer 26 Nov 2008, 20:34<span class="gen"> </span>   Sujet du message: </span></td>
  451.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=955"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  452.             </tr>
  453.             <tr>
  454.                 <td colspan="2"><hr /></td>
  455.             </tr>
  456.             <tr>
  457.                 <td colspan="2"><span class="postbody">AAAAAArrrrrrrrgggggghhhhhhhhhh,
  458. <br />
  459.  
  460. <br />
  461. je ne veux plus entendre parler de Mimile, au secours !!!!!!!!!!!!!
  462. <br />
  463.  
  464. <br />
  465. JMP $FAA6
  466. <br />
  467.  
  468. <br />
  469. el toto</span><span class="gensmall"></span></td>
  470.             </tr>
  471.         </table></td>
  472.     </tr>
  473.     <tr>
  474.         <td class="row2" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  475.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  476.             <tr>
  477.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=4"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=4"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://www.oss117.org/" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  478.  
  479.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  480.         document.write(' ');
  481.     else
  482.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  483.  
  484.                 //--></script><noscript></noscript></td>
  485.             </tr>
  486.         </table></td>
  487.     </tr>
  488.     <tr>
  489.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  490.     </tr>
  491.     <tr>
  492.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="1131"></a><b>toinet</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 15 Juin 2007<br />Messages: 326<br />Localisation: Paris, France</span><br /></td>
  493.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  494.             <tr>
  495.                 <td width="100%"><a href="viewtopic.php?p=1131#1131"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Sam 04 Juil 2009, 23:34<span class="gen"> </span>   Sujet du message: </span></td>
  496.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1131"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  497.             </tr>
  498.             <tr>
  499.                 <td colspan="2"><hr /></td>
  500.             </tr>
  501.             <tr>
  502.                 <td colspan="2"><span class="postbody">Hello everybody,
  503. <br />
  504.  
  505. <br />
  506. je suis de retour aprΦs des mois professionnels. J'ai un truc sur IIgs α faire puis je me replonge sur le Mimile's nightmare en ao√t.
  507. <br />
  508.  
  509. <br />
  510. Jean-Pierre,
  511. <br />
  512. si tu sais comment contacter Emile, dis-lui que son soft est ch.. α dΘprotΘger...
  513. <br />
  514.  
  515. <br />
  516. Bonnes vacances α tous,
  517. <br />
  518.  
  519. <br />
  520. Antoine (qui part dans quatre jours)</span><span class="gensmall"></span></td>
  521.             </tr>
  522.         </table></td>
  523.     </tr>
  524.     <tr>
  525.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  526.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  527.             <tr>
  528.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=4"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=4"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://www.oss117.org/" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  529.  
  530.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  531.         document.write(' ');
  532.     else
  533.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  534.  
  535.                 //--></script><noscript></noscript></td>
  536.             </tr>
  537.         </table></td>
  538.     </tr>
  539.     <tr>
  540.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  541.     </tr>
  542.     <tr>
  543.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="1136"></a><b>JPL</b></span><br /><span class="postdetails">Site Admin<br /><br /><br />Inscrit le: 12 Mar 2007<br />Messages: 160<br />Localisation: Issy les Moulineaux / PARIS</span><br /></td>
  544.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  545.             <tr>
  546.                 <td width="100%"><a href="viewtopic.php?p=1136#1136"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Lun 03 Ao√ 2009, 13:23<span class="gen"> </span>   Sujet du message: </span></td>
  547.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1136"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  548.             </tr>
  549.             <tr>
  550.                 <td colspan="2"><hr /></td>
  551.             </tr>
  552.             <tr>
  553.                 <td colspan="2"><span class="postbody">Oui... mais il le sait dΘjα  <img src="images/smiles/icon_lol.gif" alt="Laughing" border="0" />  Je lui fais passer le message  <img src="images/smiles/icon_cool.gif" alt="Cool" border="0" /> 
  554. <br />
  555.  
  556. <br />
  557. Ceci dit tu Θtais prΘvenu  <img src="images/smiles/icon_cool.gif" alt="Cool" border="0" />  
  558. <br />
  559.  
  560. <br />
  561. Le mimile il a suivi le principe du plombeur chevronnΘ ! ... rendre vraiment trΦs chiant la dΘprotection de faτon α le conduire α l'abandon en s'intΘressant α d'autres jeux et par consΘquent en laisser en vente le magnifique HoldUp  <img src="images/smiles/icon_wink.gif" alt="Wink" border="0" /> 
  562. <br />
  563.  
  564. <br />
  565. Je suis de retour de vacances aujourd'hui ! Pour la premiΦre fois depuis de nombreuses annΘes : moins fatiguΘ qu'en partant !
  566. <br />
  567.  
  568. <br />
  569. A bient⌠t lors de ton retour.</span><span class="gensmall"></span></td>
  570.             </tr>
  571.         </table></td>
  572.     </tr>
  573.     <tr>
  574.         <td class="row2" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  575.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  576.             <tr>
  577.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=2"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=2"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a> <a href="mailto:jplvs10@hotmail.com"><img src="templates/subSilver/images/lang_french/icon_email.gif" alt="Envoyer un e-mail" title="Envoyer un e-mail" border="0" /></a> <a href="http://www.hackzapple.com/INDEX0.HTM" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  578.  
  579.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  580.         document.write(' ');
  581.     else
  582.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  583.  
  584.                 //--></script><noscript></noscript></td>
  585.             </tr>
  586.         </table></td>
  587.     </tr>
  588.     <tr>
  589.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  590.     </tr>
  591.     <tr>
  592.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="1137"></a><b>toinet</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 15 Juin 2007<br />Messages: 326<br />Localisation: Paris, France</span><br /></td>
  593.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  594.             <tr>
  595.                 <td width="100%"><a href="viewtopic.php?p=1137#1137"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Sam 08 Ao√ 2009, 20:13<span class="gen"> </span>   Sujet du message: </span></td>
  596.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1137"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  597.             </tr>
  598.             <tr>
  599.                 <td colspan="2"><hr /></td>
  600.             </tr>
  601.             <tr>
  602.                 <td colspan="2"><span class="postbody"></span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>       <td><span class="genmed"><b>JPL a Θcrit:</b></span></td>    </tr>    <tr>      <td class="quote">Oui... mais il le sait dΘjα  <img src="images/smiles/icon_lol.gif" alt="Laughing" border="0" />  Je lui fais passer le message  <img src="images/smiles/icon_cool.gif" alt="Cool" border="0" /> 
  603. <br />
  604.  
  605. <br />
  606. Ceci dit tu Θtais prΘvenu  <img src="images/smiles/icon_cool.gif" alt="Cool" border="0" />  
  607. <br />
  608.  
  609. <br />
  610. Le mimile il a suivi le principe du plombeur chevronnΘ ! ... rendre vraiment trΦs chiant la dΘprotection de faτon α le conduire α l'abandon en s'intΘressant α d'autres jeux et par consΘquent en laisser en vente le magnifique HoldUp  <img src="images/smiles/icon_wink.gif" alt="Wink" border="0" /> 
  611. <br />
  612.  
  613. <br />
  614. Je suis de retour de vacances aujourd'hui ! Pour la premiΦre fois depuis de nombreuses annΘes : moins fatiguΘ qu'en partant !
  615. <br />
  616.  
  617. <br />
  618. A bient⌠t lors de ton retour.</td>    </tr></table><span class="postbody">
  619. <br />
  620.  
  621. <br />
  622. Il a presque rΘussi mais je suis tenace et Θgalement rentrΘ de vacances. DΘjeunons ensemble la semaine du 10, ok ?
  623. <br />
  624.  
  625. <br />
  626. toto
  627. <br />
  628.  
  629. <br />
  630. ps. notre ami commun a quittΘ ma sociΘtΘ, tu dois le savoir Θgalement, arf !</span><span class="gensmall"></span></td>
  631.             </tr>
  632.         </table></td>
  633.     </tr>
  634.     <tr>
  635.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  636.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  637.             <tr>
  638.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=4"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=4"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://www.oss117.org/" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  639.  
  640.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  641.         document.write(' ');
  642.     else
  643.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  644.  
  645.                 //--></script><noscript></noscript></td>
  646.             </tr>
  647.         </table></td>
  648.     </tr>
  649.     <tr>
  650.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  651.     </tr>
  652.     <tr>
  653.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="1139"></a><b>toinet</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 15 Juin 2007<br />Messages: 326<br />Localisation: Paris, France</span><br /></td>
  654.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  655.             <tr>
  656.                 <td width="100%"><a href="viewtopic.php?p=1139#1139"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Sam 08 Ao√ 2009, 21:00<span class="gen"> </span>   Sujet du message: </span></td>
  657.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1139"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  658.             </tr>
  659.             <tr>
  660.                 <td colspan="2"><hr /></td>
  661.             </tr>
  662.             <tr>
  663.                 <td colspan="2"><span class="postbody">Previously on Hold-Up (summary of the previous episodes)
  664. <br />
  665.  
  666. <br />
  667. - some bytes used in ZP
  668. <br />
  669. - nibble count bytes at $0110.0111 are 9B 18
  670. <br />
  671. - read routine from $0400 to $07FF
  672. <br />
  673. - program loaded from $6000 to $BFFF
  674. <br />
  675.  
  676. <br />
  677. We have just jumped at $6000, let's go on with the show...
  678. <br />
  679.  
  680. <br />
  681. antoine
  682. <br />
  683. 8/2009</span><span class="gensmall"></span></td>
  684.             </tr>
  685.         </table></td>
  686.     </tr>
  687.     <tr>
  688.         <td class="row2" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  689.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  690.             <tr>
  691.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=4"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=4"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://www.oss117.org/" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  692.  
  693.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  694.         document.write(' ');
  695.     else
  696.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  697.  
  698.                 //--></script><noscript></noscript></td>
  699.             </tr>
  700.         </table></td>
  701.     </tr>
  702.     <tr>
  703.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  704.     </tr>
  705.     <tr>
  706.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="1140"></a><b>toinet</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 15 Juin 2007<br />Messages: 326<br />Localisation: Paris, France</span><br /></td>
  707.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  708.             <tr>
  709.                 <td width="100%"><a href="viewtopic.php?p=1140#1140"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Sam 08 Ao√ 2009, 21:25<span class="gen"> </span>   Sujet du message: </span></td>
  710.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1140"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  711.             </tr>
  712.             <tr>
  713.                 <td colspan="2"><hr /></td>
  714.             </tr>
  715.             <tr>
  716.                 <td colspan="2"><span class="postbody">Another update... La mΘmoire me fait dΘfaut, j'avais avancΘ le 16 novembre 2008 α 15h8 <img src="images/smiles/icon_wink.gif" alt="Wink" border="0" />
  717. <br />
  718.  
  719. <br />
  720. - I did a comment on the $6000..$62FF area which I have to post it here. "HOLD-UP EST UN JEU D'AVENTURES ECRIT..."
  721. <br />
  722. - The code at $6000 has the spiralling code in it (JSR $616B)
  723. <br />
  724. - That code loads the following area: $0400..$3FFF
  725. <br />
  726. - It jumps to $6237, performs a RAM check ($0113), stops the disk, plays the music (call at $BD00 with music address at $7000), checks RAM again and saves data at $4203, $4202, $4203 and jumps (indirectly) at $0400
  727. <br />
  728.  
  729. <br />
  730. Pfou... I need to disassemble the $0400..$3FFF part (I hope the $2000..$3FFF is a picture)
  731. <br />
  732.  
  733. <br />
  734. antoine
  735. <br />
  736. 8/2009</span><span class="gensmall"></span></td>
  737.             </tr>
  738.         </table></td>
  739.     </tr>
  740.     <tr>
  741.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  742.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  743.             <tr>
  744.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=4"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=4"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://www.oss117.org/" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  745.  
  746.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  747.         document.write(' ');
  748.     else
  749.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  750.  
  751.                 //--></script><noscript></noscript></td>
  752.             </tr>
  753.         </table></td>
  754.     </tr>
  755.     <tr>
  756.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  757.     </tr>
  758.     <tr>
  759.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="1141"></a><b>toinet</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 15 Juin 2007<br />Messages: 326<br />Localisation: Paris, France</span><br /></td>
  760.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  761.             <tr>
  762.                 <td width="100%"><a href="viewtopic.php?p=1141#1141"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Dim 09 Ao√ 2009, 9:57<span class="gen"> </span>   Sujet du message: </span></td>
  763.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1141"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  764.             </tr>
  765.             <tr>
  766.                 <td colspan="2"><hr /></td>
  767.             </tr>
  768.             <tr>
  769.                 <td colspan="2"><span class="postbody">Side 1 is now complete <img src="images/smiles/icon_wink.gif" alt="Wink" border="0" />
  770. <br />
  771. memory area : Merlin source code or binary
  772. <br />
  773. - $0400..$3FFF: HU.1400.X
  774. <br />
  775. - $4000..$7FFF: HU.4000.X
  776. <br />
  777. - $8000..$BFFF: HU.6000.O
  778. <br />
  779.  
  780. <br />
  781. The routine that reads side B is located at $1C71. The tables are the following ones:
  782. <br />
  783. - $581B-$581C: track/sector of data/image
  784. <br />
  785. - $588F: nb of sectors to read
  786. <br />
  787. The current scene is stored in zp $16 and a call to $BD0C is performed.
  788. <br />
  789.  
  790. <br />
  791. $BD0C reads data as you know what? The EOR #$12 I see probably means that side B is a 18-sec diskette...
  792. <br />
  793.  
  794. <br />
  795. Pfou...
  796. <br />
  797.  
  798. <br />
  799. antoine
  800. <br />
  801. 8/2009</span><span class="gensmall"></span></td>
  802.             </tr>
  803.         </table></td>
  804.     </tr>
  805.     <tr>
  806.         <td class="row2" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  807.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  808.             <tr>
  809.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=4"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=4"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://www.oss117.org/" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  810.  
  811.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  812.         document.write(' ');
  813.     else
  814.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  815.  
  816.                 //--></script><noscript></noscript></td>
  817.             </tr>
  818.         </table></td>
  819.     </tr>
  820.     <tr>
  821.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  822.     </tr>
  823.     <tr>
  824.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="1277"></a><b>toinet</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 15 Juin 2007<br />Messages: 326<br />Localisation: Paris, France</span><br /></td>
  825.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  826.             <tr>
  827.                 <td width="100%"><a href="viewtopic.php?p=1277#1277"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Jeu 08 Avr 2010, 21:55<span class="gen"> </span>   Sujet du message: </span></td>
  828.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1277"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  829.             </tr>
  830.             <tr>
  831.                 <td colspan="2"><hr /></td>
  832.             </tr>
  833.             <tr>
  834.                 <td colspan="2"><span class="postbody">Promis, je m'y replonge demain !
  835. <br />
  836.  
  837. <br />
  838. Je regardais mon rΘpertoire FINAL prΘfΘrΘ tout α l'heure et, en fait, j'ai toute la face 1 et le code de lecture de la face 2.
  839. <br />
  840.  
  841. <br />
  842. Donc, l'idΘe m'a ΘtΘ soufflΘe par je ne sais plus qui, ah si, un collΦgue amΘricain pour un autre crack : fais une version ProDOS. Et pourquoi pas ?
  843. <br />
  844.  
  845. <br />
  846. Ainsi, d'ici α la fin du mois, je rΘcupΦre la face 2, scΦne par scΦne et j'essaierai de comprendre comment le soft a ΘtΘ crackΘ α l'origine et a pu tenir sur une face 16 secteurs alors que l'ensemble d'une disquette 18 secteurs a ΘtΘ utilisΘe et que chaque scΦne semble Ωtre compressΘe.
  847. <br />
  848.  
  849. <br />
  850. Bon, c'est vraiment... disons... long <img src="images/smiles/icon_smile.gif" alt="Smile" border="0" />
  851. <br />
  852.  
  853. <br />
  854. antoine
  855. <br />
  856. 4/2010 (enfin)</span><span class="gensmall"></span></td>
  857.             </tr>
  858.         </table></td>
  859.     </tr>
  860.     <tr>
  861.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  862.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  863.             <tr>
  864.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=4"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=4"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://www.oss117.org/" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  865.  
  866.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  867.         document.write(' ');
  868.     else
  869.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  870.  
  871.                 //--></script><noscript></noscript></td>
  872.             </tr>
  873.         </table></td>
  874.     </tr>
  875.     <tr>
  876.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  877.     </tr>
  878.     <tr align="center">
  879.         <td class="catBottom" colspan="2" height="28"><table cellspacing="0" cellpadding="0" border="0">
  880.             <tr><form method="post" action="viewtopic.php?t=192&start=15">
  881.                 <td align="center"><span class="gensmall">Montrer les messages depuis: <select name="postdays"><option value="0" selected="selected">Tous les messages</option><option value="1">1 Jour</option><option value="7">7 Jours</option><option value="14">2 Semaines</option><option value="30">1 Mois</option><option value="90">3 Mois</option><option value="180">6 Mois</option><option value="364">1 An</option></select> <select name="postorder"><option value="asc" selected="selected">Le plus ancien en premier</option><option value="desc">Le plus rΘcent en premier</option></select> <input type="submit" value="Aller" class="liteoption" name="submit" /></span></td>
  882.             </form></tr>
  883.         </table></td>
  884.     </tr>
  885. </table>
  886.  
  887. <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
  888.   <tr>
  889.     <td align="left" valign="middle" nowrap="nowrap"><span class="nav"><a href="posting.php?mode=newtopic&f=13"><img src="templates/subSilver/images/lang_french/post.gif" border="0" alt="Poster un nouveau sujet" align="middle" /></a>   <a href="posting.php?mode=reply&t=192"><img src="templates/subSilver/images/lang_french/reply.gif" border="0" alt="RΘpondre au sujet" align="middle" /></a></span></td>
  890.     <td align="left" valign="middle" width="100%"><span class="nav">   <a href="index.php" class="nav"> Index du Forum</a>
  891.       -> <a href="viewforum.php?f=13" class="nav">PROTECTION MALEFIQUE</a></span></td>
  892.     <td align="right" valign="top" nowrap="nowrap"><span class="gensmall">Toutes les heures sont au format GMT + 1 Heure</span><br /><span class="nav">Aller α la page  <a href="viewtopic.php?t=192&postdays=0&postorder=asc&start=0">PrΘcΘdente</a>  <a href="viewtopic.php?t=192&postdays=0&postorder=asc&start=0">1</a>, <b>2</b></span>
  893.       </td>
  894.   </tr>
  895.   <tr>
  896.     <td align="left" colspan="3"><span class="nav">Page <b>2</b> sur <b>2</b></span></td>
  897.   </tr>
  898. </table>
  899.  
  900. <table width="100%" cellspacing="2" border="0" align="center">
  901.   <tr>
  902.     <td width="40%" valign="top" nowrap="nowrap" align="left"><span class="gensmall"></span><br />
  903.        <br />
  904.       </td>
  905.     <td align="right" valign="top" nowrap="nowrap">
  906. <form method="get" name="jumpbox" action="viewforum.php" onSubmit="if(document.jumpbox.f.value == -1){return false;}"><table cellspacing="0" cellpadding="0" border="0">
  907.     <tr>
  908.         <td nowrap="nowrap"><span class="gensmall">Sauter vers: <select name="f" onchange="if(this.options[this.selectedIndex].value != -1){ forms['jumpbox'].submit() }"><option value="-1">SΘlectionner un forum</option><option value="-1"> </option><option value="-1">GENERALITES</option><option value="-1">----------------</option><option value="1">REGLES DE BASE DU FORUM</option><option value="2">PRESENTATION DES MEMBRES</option><option value="3">FAQ</option><option value="24">LES VENDEURS DE Q et assimilΘs...</option><option value="-1"> </option><option value="-1">La ligne des APPLE II</option><option value="-1">----------------</option><option value="4">APPLE II et II+</option><option value="5">APPLE IIe</option><option value="6">APPLE IIc et IIc Plus</option><option value="7">APPLE IIGS</option><option value="8">ITT2020</option><option value="9">BELL & HOWELL</option><option value="-1"> </option><option value="-1">ON AIME AUSSI...</option><option value="-1">----------------</option><option value="25">APPLE I</option><option value="10">APPLE /// et ///Plus</option><option value="11">LISA 1,  2, 2/5,  2/10 et ... XL</option><option value="-1"> </option><option value="-1">LOGICIELS</option><option value="-1">----------------</option><option value="12">PROBLEMES DIVERS</option><option value="13"selected="selected">PROTECTION MALEFIQUE</option><option value="23">EMULATION</option><option value="-1"> </option><option value="-1">LES CARTES ET PERIPHERIQUES</option><option value="-1">----------------</option><option value="14">CARTES COPROCESSEUR</option><option value="15">CARTES MEMOIRE</option><option value="16">CARTES POUR DISQUES</option><option value="17">AUTRES CARTES</option><option value="18">PERIPHERIQUES</option><option value="-1"> </option><option value="-1">EN VRAC ET DIVERS</option><option value="-1">----------------</option><option value="19">Recherches techniques (hard ou soft)</option><option value="20">ACHATS,VENTES ET/OU ECHANGES</option><option value="21">DIVERS...MAIS TOUJOURS EN RELATION AVEC APPLE!</option><option value="22">LES PETITS MAUDITS A EVITER</option></select><input type="hidden" name="sid" value="88dc291636b558c274916ca04b217a32" /> <input type="submit" value="Aller" class="liteoption" /></span></td>
  909.     </tr>
  910. </table></form>
  911.  
  912. <span class="gensmall">Vous <b>ne pouvez pas</b> poster de nouveaux sujets dans ce forum<br />Vous <b>ne pouvez pas</b> rΘpondre aux sujets dans ce forum<br />Vous <b>ne pouvez pas</b> Θditer vos messages dans ce forum<br />Vous <b>ne pouvez pas</b> supprimer vos messages dans ce forum<br />Vous <b>ne pouvez pas</b> voter dans les sondages de ce forum<br /></span></td>
  913.   </tr>
  914. </table>
  915.  
  916.  
  917. <div align="center"><span class="copyright"><br /><br />
  918. <!--
  919.     We request you retain the full copyright notice below including the link to www.phpbb.com.
  920.     This not only gives respect to the large amount of time given freely by the developers
  921.     but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
  922.     reason) retain the full copyright we request you at least leave in place the
  923.     Powered by phpBB line, with phpBB linked to www.phpbb.com. If you refuse
  924.     to include even this then support on our forums may be affected.
  925.  
  926.     The phpBB Group : 2002
  927. // -->
  928. Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> © 2001, 2005 phpBB Group<br />Traduction par : <a href="http://www.phpbb-fr.com/" target="_blank" class="copyright">phpBB-fr.com</a></span></div>
  929.         </td>
  930.     </tr>
  931. </table>
  932.  
  933. </body>
  934. </html>
  935.  
  936.