&My::Web::footer call is deprecated now, use just: exit;
[www.jankratochvil.net.git] / project / winvnc / Index.pm
index bfd5eec..cfdb7ea 100644 (file)
@@ -65,8 +65,7 @@ Otherwise error about missing <tt>omnithread_rt.dll</tt> will occur.</p>
 <p>Here is the table for bytes to patch in <tt>WinVNC.exe</tt> from <tt>vnc-3.3.3r9_x86_win32.zip</tt>.
 You are not interested in this table if you download the <a href="http://www.realvnc.com/dist/vnc-4.0-x86_win32.exe">already patched
 .EXE file</a> referenced in the heading.</p>
-<table border="0" width="100%"><tr><td align="center">
-       <table border="1">
+<table border="1" class="margin-center">
        <tr><th></th><th>File offset</th><th>Hex bytes</th></tr>
 <tr><td>4.0     original</td>        <td><tt>00003390</tt></td><td align="right">00 6A 66 6A  69 6A 65 56  8D 8D F8 FE  FF FF    E8 2D     </td></tr>
 <tr><td>4.0     'SECRET' patched</td><td><tt>00003390</tt></td><td align="right">00 6A 66 6A  69 6A 65 56  8D 8D F8 FE  FF FF <b>EB 03</b> </td></tr>
@@ -78,11 +77,9 @@ You are not interested in this table if you download the <a href="http://www.rea
 <tr><td colspan="3" style="border: none;"><hr /></td></tr>
 <tr><td>3.3.3r7 original</td>        <td><tt>0000C9F0</tt></td><td align="right">   53 55 56     8B  F1 57 8B 46   60 C7 46 68  58 00 00 00</td></tr>
 <tr><td>3.3.3r7 'SECRET' patched</td><td><tt>0000C9F0</tt></td><td align="right"><b>C2 08 00</b> 8B  F1 57 8B 46   60 C7 46 68  58 00 00 00</td></tr>
-       </table>
-</td></tr></table>
+</table>
 <p>Here you can check whether your patch was successful:</p>
-<table border="0" width="100%"><tr><td align="center">
-       <table border="1">
+<table border="1" class="margin-center">
 <tr><th>File from package</th><th>MD5 sum</th></tr>
 <tr><td><tt>WinVNC.exe-4.0    </tt>, original</td>        <td><tt>7043ddf51d7135c1d1b83b4213dfed61</tt></td></tr>
 <tr><td><tt>WinVNC.exe-4.0    </tt>, 'SECRET' patched</td><td><tt>916c82e99e1dc17bebdc31aebc895b52</tt></td></tr>
@@ -90,11 +87,10 @@ You are not interested in this table if you download the <a href="http://www.rea
 <tr><td><tt>WinVNC.exe-3.3.3r9</tt>, 'SECRET' patched</td><td><tt>6669d652357a56737b36e2cde0acd473</tt></td></tr>
 <tr><td><tt>WinVNC.exe-3.3.3r7</tt>, original</td>        <td><tt>d8d9d04901a4896f278d59a1cdc99aef</tt></td></tr>
 <tr><td><tt>WinVNC.exe-3.3.3r7</tt>, 'SECRET' patched</td><td><tt>8423b8f9598893b517a4f5eebbf0749b</tt></td></tr>
-       </table>
-</td></tr></table>
+</table>
 HERE
 
 
-My::Web->footer();
+exit;
 }
 1;