J-Script — File Browser

J-Scriptv2.2 / J-Scriptv2.2 / addons / aamp / aamp.html

aamp.html — 28.24 KB — Download this file

<html>
<head>
  <title>argh-amp documentation</title>
  <style type="text/css">
    * { color: black; font-family: verdana; font-size: 13px; }
    a { font-weight: bold; text-decoration: none; }
    .big { font-size: 40px; line-height: 48px; }
    td { line-height: 18px; }
    p { margin-top: 5px; margin-left: 24px; line-height: 18px; }
    .bold { font-size: 20px; }
    li { margin-left: 24px; }
  </style>
  <script language=Javascript>
  function copy(theField) {
    var tempval = eval(theField);
    tempval.select();
    therange = tempval.createTextRange();
    therange.execCommand("Copy");
    window.status="Copied to clipboard";
    setTimeout("window.status=''; return true",2400);
  }
  </script><!-- above code is from http://www.js-examples.com/example/?ex=707&mode=1 -->
</head>

<body>
  <a name="top"></a>
  <center>
    <table border="2" style="background: #d0d0d0;" cellspacing="0"><tr><td valign="center" align="center" width="220px" height="90px">
      <span class="big">argh-amp</span><br>
        By Andy Dufilie (^Andy)<br>
      </span>
    </td></tr></table>
  </center>

  <br><span class="bold">Note:</span> This readme file will not be updated for a while.  There are a lot of changes in the script that I am going to make before doing so.<br><br>

  <span class="bold">Sections:</span>
  <p>
    1. <a href="#introduction">Introduction</a><br>
    2. <a href="#features">Features</a><br>
    3. <a href="#cmd">"/aamp" Command</a><br>
    4. <a href="#keyboard">Keyboard Shortcuts</a><br>
    5. <a href="#playlist">Playlist</a><br>
    6. <a href="#editor">GUI Editor</a><br>
    7. <a href="#share">Sharing Skins</a><br>
    8. <a href="#skins">Example Skins</a><br>
    9. <a href="#preview">Screenshot of Example Skins</a><br>
    10. <a href="#greets">Greetings</a><br>
    11. <a href="#website">Website</a><br>
  </p>

  <a name="introduction"></a>
  <span class="big">1. Introduction</span>
  <p>
    Argh-amp was originally made for the "Best picture-window mp3 player" challenge on <a href="http://www.mircscripts.org/">www.mircscripts.org</a>, with the restriction of it being no bigger than 10k (10240 bytes) in one .MRC file, with no external files.<br>
    <br>
    The reason why the GUI might be a little slow is because I had to cut down the size in order to fit it all in 10k.  Speed was sacrificed to save space.<br>
    <br>
    I am currently making adjustments to this script (faster, more features).<br>
    If you install <a href="http://pages.cthome.net/pdufilie/irc/mp3stuff.zip">mp3stuff</a> also, there will be an option in the argh-amp popup to integrate with mp3stuff (unloading stuffamp is recommended).<br>
    <br>
    The original, slow, challenge-entry version can be downloaded <a href="http://pages.cthome.net/pdufilie/irc/aamp_original.zip">here</a>.<br>
    For the newest version of this script, click <a href="http://pages.cthome.net/pdufilie/irc/aamp.zip">here</a>.<br>
  </p>
  [<a href="#top">Back to top</a>]<br><br><br>

  <a name="features"></a>
  <span class="big">2. Features</span>
  <p>
    You can use <a href="#keyboard">keyboard shortcuts</a> instead of the popups and buttons on the window.<br>
    <br>
    There is an "Easy Move" option in the popup so you can drag the player window without having to click on the titlebar.  This option makes it so you don't have to have a titlebar in the current skin to be able to move the window around.<br>
    <br>
    There's a <a href="#editor">GUI Editor</a> that you can use to make your own <a href="#skins">skins</a> and <a href="#share">share</a> them with your friends.<br>
    You can switch easily between saved skins using the [ and ] keys, and you can change layout or colors individually (see <a href="#keyboard">keyboard shortcuts</a>).<br>
    <br>
    Argh-amp has a basic <a href="#playlist">playlist</a>, which lets you add and remove files and directories.<br>
    You can also <a href="#playlist">move mp3s up and down</a> in the playlist with the <a href="#playlist">INSERT & DELETE</a> keys (other keys weren't reliable).<br>
    <br>
    You can choose to have the "Eject" button open the playlist instead of opening up the dialog to choose an mp3.  In the popup, this option is labeled "Eject opens playlist."<br>
  </p>
  [<a href="#top">Back to top</a>]<br><br><br>

  <a name="cmd"></a>
  <span class="big">3. "/aamp" Command</span>
  <p>
    To start the player, type /aamp<br>
    If you want to pick a skin in your .skn file, use /aamp &lt;number&gt;<br>
    To load the default skin, use /aamp 0<br>
    To load a skin that someone wants to <a href="#share">share</a> with you, use /aamp &lt;skin definition&gt;
  </p>
  [<a href="#top">Back to top</a>]<br><br><br>

  <a name="keyboard"></a>
  <span class="big">4. Keyboard Shortcuts</span>
  <p>
    <table border="1" cellspacing="0" cellpadding="2">
      <tr><td width="100px"><b>Key</b></td><td width="260px"><b>Function</b></td><td><b>Name in GUI Editor</b></td></tr>
      <tr><td>UP<br>DOWN</td><td>Volume control</td><td>Volume</td></tr>
      <tr><td>Z</td><td>Jump to previous mp3 in playlist</td><td>Prev</td></tr>
      <tr><td>X</td><td>Play from start/Unpause</td><td>Play</td></tr>
      <tr><td>C</td><td>Pause/Unpause</td><td>Pause</td></tr>
      <tr><td>V</td><td>Stop</td><td>Stop</td></tr>
      <tr><td>B</td><td>Jump to next mp3 in playlist</td><td>Next</td></tr>
      <tr><td>L</td><td>Choose an mp3 or open playlist<br>(depending on current settings)</td><td>Eject</td></tr>
      <tr><td>O</td><td>Choose an mp3 to play</td><td>-</td></tr>
      <tr><td>P</td><td>Open playlist</td><td>-</td></tr>
      <tr><td>[<br>]</td><td>Change entire skin</td><td>-</td></tr>
      <tr><td>SHIFT + [<br>SHIFT + ]</td><td>Change colors without changing layout</td><td>-</td></tr>
      <tr><td>CTRL + [<br>CTRL + ]</td><td>Change layout without changing colors</td><td>-</td></tr>
    </table>
  </p>
  [<a href="#top">Back to top</a>]<br><br><br>

  <a name="playlist"></a>
  <span class="big">5. Playlist</span>
  <table border="0" cellspacing="0" cellpadding="0"><tr><td width="24px"></td><td>
    To open the playlist, select "Open playlist" in the popup, or press P.<br>
    <br>
    <span class="bold">Options</span><br>
    <p>
      Options regarding the playlist can be found in the popup menu.<br>
      "Auto-advance" will automatically open the next mp3 in the playlist after a song finishes.<br>
      "Random," when enabled, will open a random mp3 in the playlist when you click the "Next mp3" button, or when a song finishes and you have "Auto-advance" enabled.<br>
    </p>
    <span class="bold">Adding & Removing Files</span><br>
    <p>
      To add or remove files or directories, right-click in the playlist window and use the popups.<br>
      "+ File" will add single files.<br>
      "+ Dir" will sort & add a directory (including files in sub-directories).<br>
      "- Sel" will remove the selected mp3s from the playlist.<br>
    </p>
    <span class="bold">Sorting the playlist</span><br>
    <p>
      To sort the playlist by directory & filenames, right-click in the playlist window and click "Sort."<br>
    </p>
    <span class="bold">Moving mp3s in the playlist</span><br>
    <p>
      To move the selected mp3s up, press <span class="bold">INSERT</span>.<br>
      To move the selected mp3s down, press <span class="bold">DELETE</span>.<br>
      <br>
      The reason these keys are used is that most of the other keys might have unwanted effects on the selected lines.<br>
    </p>
  </td></tr></table>
  <br>
  [<a href="#top">Back to top</a>]<br><br><br>

  <a name="editor"></a>
  <span class="big">6. GUI Editor</span>
  <table border="0" cellspacing="0" cellpadding="0"><tr><td width="24px"></td><td>
    To open the GUI Editor, select "GUI Editor" in the popup.<br>
    <br>
    <span class="bold">Types of lines in GUI Editor window</span><br>
    <p>
      There are 6 types of <a href="#lines">lines</a> in the GUI Editor.<br>
      The Text.Titlebar line is for the title bar text. Click once on it to edit the text.<br>
      Font.* lines are for font face. Click once on them to edit the font face.<br>
      FontSize.* lines are for font size. Click once on them to edit the font size.<br>
      Option.* lines are for ON/OFF options. Click once on them to toggle the options.<br>
      Color.* lines are for colors. Click on them once to change the RGB value.  You can enter both formats for RGB colors.<br>
      All other lines are for the position & size of controls.  Select these, then you can edit them as described below.<br>
    </p>
    <span class="bold">Moving controls</span><br>
    <p>
      To move parts of the layout, select the lines you want to edit, then drag the mouse on the player window.<br>
      Note that if you don't want certain controls on the window, you can just move them out of sight.<br>
    </p>
    <span class="bold">Changing width & height</span><br>
    <p>
      To change width and height of controls, hold the <span class="bold">SHIFT</span> key while dragging the mouse.<br>
      NOTE: There is no code that prevents you from making controls have negative size, so if you make it ugly, it's your own fault.<br>
    </p>
    <span class="bold">Volume & position bar can be horizontal or vertical</span><br>
    <p>
      Both bars can be either horizontal or vertical.<br>
      To make one vertical, just make it taller than it is wide, and vice versa for horizontal.<br>
    </p>
    <span class="bold">Changing volume & position bar knobs</span><br>
    <p>
      To change width and height of a knob, hold the <span class="bold">CTRL</span> key while dragging the mouse.<br>
    </p>
    <span class="bold">Arrow keys</span><br>
    <p>
      When the player window is active, you can use the arrow keys instead of the mouse to nudge controls by 1 pixel.<br>
      SHIFT and CTRL are also supported when using the arrow keys.<br>
    </p>
    <span class="bold">Saving your work</span><br>
    <p>
      To save your work, right-click in either the player window or the editor window, and select "Save."<br>
      This will save a copy of the current skin without overwriting any existing skin.<br>
    </p>
    <span class="bold">Deleting saved skins</span><br>
    <p>
      To delete unwanted skins, simply right-click in the player window after loading the unwanted skin, and click on "Delete."<br>
      To drop all changes and revert to a saved skin, select "Reload" in the popup.<br>
    </p>

    <a name="lines"></a>
    <span class="bold">Lines in GUI Editor</span>
    <p>
      <table border="1" cellspacing="0" cellpadding="2">
        <tr><td><b>Line</b></td><td><b>Description</b></td></tr>
        <tr><td>Width/Height</td><td>Width and height of main window</td></tr>
        <tr><td>Titlebar</td><td>Position & size of titlebar</td></tr>
        <tr><td>Minimize</td><td>Position & size of "Minimize" button</td></tr>
        <tr><td>Close</td><td>Position & size of "Close" button</td></tr>
        <tr><td>Prev</td><td>Position & size of "Previous mp3" button</td></tr>
        <tr><td>Play</td><td>Position & size of "Play" button</td></tr>
        <tr><td>Pause</td><td>Position & size of "Pause" button</td></tr>
        <tr><td>Stop</td><td>Position & size of "Stop" button</td></tr>
        <tr><td>Next</td><td>Position & size of "Next mp3" button</td></tr>
        <tr><td>Eject</td><td>Position & size of "Eject" button</td></tr>
        <tr><td>Song</td><td>Position & size of song title display</td></tr>
        <tr><td>Time</td><td>Position & size of time display</td></tr>
        <tr><td>kbps</td><td>Position & size of kbps display</td></tr>
        <tr><td>kHz</td><td>Position & size of kHz display</td></tr>
        <tr><td>Volume</td><td>Position & size of volume bar (and size of knob, editable with CTRL)</td></tr>
        <tr><td>Position-bar</td><td>Position & size of position bar (and size of knob, editable with CTRL)</td></tr>
        <tr><td>Font.Song</td><td>Font for song title</td></tr>
        <tr><td>FontSize.Song</td><td>Font size for song title</td></tr>
        <tr><td>Font.Time</td><td>Font for time display</td></tr>
        <tr><td>FontSize.Time</td><td>Font size for time display</td></tr>
        <tr><td>Font.Quality</td><td>Font for kbps and kHz</td></tr>
        <tr><td>FontSize.Quality</td><td>Font size for kbps and kHz</td></tr>
        <tr><td>Font.Tb</td><td>Font for titlebar text</td></tr>
        <tr><td>FontSize.Tb</td><td>Font size for titlebar text</td></tr>
        <tr><td>Text.Titlebar</td><td>Text to display in the titlebar (can be blank)</td></tr>
        <tr><td>Option.Center-Title</td><td>1 = Center the titlebar text<br>0 = Draw the text starting from the left side of the titlebar</td></tr>
        <tr><td>Option.Main-Border</td><td>1 = Display a border around the main window<br>0 = Don't display the border</td></tr>
        <tr><td>Option.Alt-Borders</td><td>1 = Display alternate borders for buttons, edits, etc.<br>0 = Default borders</td></tr>
        <tr><td>Option.Label-Move</td><td>1 = Labels move when buttons are pressed<br>0 = Labels don't move</td></tr>
        <tr><td>Color.Button-Label</td><td>Button label color</td></tr>
        <tr><td>Color.Button-Label2</td><td>Button label color when pressed</td></tr>
        <tr><td>Color.Button</td><td>Button face color</td></tr>
        <tr><td>Color.Button2</td><td>Button face color when pressed</td></tr>
        <tr><td>Color.Main</td><td>Main window color</td></tr>
        <tr><td>Color.Frame</td><td>Border color, usually black</td></tr>
        <tr><td>Color.Shadow</td><td>Border color, usually dark gray</td></tr>
        <tr><td>Color.3DLight</td><td>Border color, usually light gray</td></tr>
        <tr><td>Color.Hilight</td><td>Border color, usually white</td></tr>
        <tr><td>Color.Titlebar</td><td>Active titlebar color</td></tr>
        <tr><td>Color.Titlebar2</td><td>Inactive titlebar color</td></tr>
        <tr><td>Color.Titlebar-Text</td><td>Active titlebar text color</td></tr>
        <tr><td>Color.Titlebar-Text2</td><td>Inactive titlebar text color</td></tr>
        <tr><td>Color.Edit</td><td>Background color for song title, time display, kbps, kHz, Volume, and Position-bar</td></tr>
        <tr><td>Color.Song</td><td>Color of the song title</td></tr>
        <tr><td>Color.Time</td><td>Color of the time display</td></tr>
        <tr><td>Color.Quality</td><td>Color of the kbps and kHz text</td></tr>
        <tr><td>Color.Knob</td><td>Color of the knob on Volume and Pos-bar</td></tr>
        <tr><td>Option.Knob-Border</td><td>1 = Show a border around knobs<br>0 = No border</td></tr>
      </table>
    </p>
  </td></tr></table>
  <br>
  [<a href="#top">Back to top</a>]<br><br><br>

  <a name="share"></a>
  <span class="big">7. Sharing Skins</span>
  <p>To share skins with your friends on IRC, right-click in the argh-amp window, and click on "Copy to clipboard."<br>
    Paste it into mIRC, and your friends can type "/aamp &lt;what you pasted&gt;" to view the skin.<br>
    They can then save the skin by right-clicking in the argh-amp window and selecting "Save."</p>
  [<a href="#top">Back to top</a>]<br><br><br>

  <a name="skins"></a>
  <span class="big">8. Example Skins</span>
  <p>
    You can copy any of the following commands to view example skins for argh-amp.<br>
    Note: I asked fubar if I could include this in the readme, and he said it was ok as long as the script didn't read the file, the user has to copy it.<br>
  </p>
  <table border="0" cellspacing="0" cellpadding="0"><tr><td width="24px"></td><td nowrap>
    ^Andy:
    <p>
      [<a href="javascript:copy('andy1')">Copy</a>]
      <textarea readonly name="andy1" cols="80" rows="1">/aamp 0 0 350 19	3 3 10 13	320 3 13 13	334 3 13 13	125 3 14 13	139 3 14 13	153 3 14 13	167 3 14 13	181 3 14 13	197 3 14 13	14 3 108 13	5 38 62 25	69 41 55 19	126 41 45 19	287 7 30 5 5 13	214 7 70 5 5 13	lucida console	9	verdana	18	verdana	9	verdana	9	.	0	1	0	1	0	0	12632256	12632256	12632256	0	8421504	14737632	16777215	0	8421504	16777215	14737632	12632256	0	0	0	12632256	1</textarea>
      <br>
      [<a href="javascript:copy('andy2')">Copy</a>]
      <textarea readonly name="andy2" cols="80" rows="1">/aamp 0 0 193 102	3 3 187 13	166 4 11 11	178 4 11 11	5 77 26 20	32 77 26 20	59 77 26 20	86 77 26 20	113 77 26 20	145 77 26 20	5 19 183 17	5 38 62 25	69 41 55 19	126 41 45 19	177 41 8 56 14 6	5 65 166 9 29 7	terminal	9	verdana	18	verdana	9	verdana	10	.boamp	0	1	0	1	10192740	10192740	5327160	5327160	5458491	854532	3682079	7562579	9008471	3288355	3946285	4819108	4290705	0	11114106	3172739	3172739	5327160	1</textarea>
      <br>
      [<a href="javascript:copy('andy3')">Copy</a>]
      <textarea readonly name="andy3" cols="80" rows="1">/aamp 0 0 193 102	3 3 187 13	166 4 11 11	178 4 11 11	5 77 26 20	32 77 26 20	59 77 26 20	86 77 26 20	113 77 26 20	145 77 26 20	5 19 183 17	5 38 62 25	69 41 55 19	126 41 45 19	177 41 8 56 14 6	5 65 166 9 29 7	verdana	9	verdana	18	verdana	9	verdana	10	.argh-amp	0	1	0	1	9998	9998	23843	23843	23843	16384	20518	32050	32603	8968	16132	26548	32632	8192	28152	26548	32461	23843	1</textarea>
      <br>
      [<a href="javascript:copy('andy4')">Copy</a>]
      <textarea readonly name="andy4" cols="80" rows="1">/aamp 0 0 193 102	3 3 187 13	166 4 11 11	178 4 11 11	5 77 26 20	32 77 26 20	59 77 26 20	86 77 26 20	113 77 26 20	145 77 26 20	5 19 183 17	5 38 62 25	69 41 55 19	126 41 45 19	177 41 8 56 14 6	5 65 166 9 29 7	verdana	9	verdana	18	verdana	9	verdana	10	.argh-amp	0	1	0	1	0	0	9211020	9211020	7895160	2631720	5263440	9211020	12500670	1973790	4605510	12500670	9539985	1315860	12829635	11513775	12829635	9211020	1</textarea>
      <br>
      [<a href="javascript:copy('andy5')">Copy</a>]
      <textarea readonly name="andy5" cols="80" rows="1">/aamp 0 0 46 159	4 4 38 14	189 233 11 11	201 233 11 11	3 19 19 20	16 41 26 20	16 62 26 20	16 83 26 20	24 19 19 20	16 104 26 20	136 175 46 15	4 126 38 17	91 201 55 19	148 201 45 19	4 147 38 5 4 11	6 41 6 83 10 5	terminal	9	verdana	9	verdana	9	verdana	10	.tallamp	0	1	0	1	10192740	10192740	5327160	5327160	5458491	854532	3682079	7562579	9008471	3288355	3946285	4819108	4290705	0	11114106	3172739	3172739	5327160	1</textarea>
      <br>
      [<a href="javascript:copy('andy6')">Copy</a>]
      <textarea readonly name="andy6" cols="80" rows="1">/aamp 0 0 43 91	3 3 37 7	59 125 11 11	28 77 11 11	5 22 11 11	5 11 11 11	16 11 11 11	27 11 11 11	27 22 11 11	16 22 11 11	4 58 35 17	4 34 35 14	5 141 55 17	5 160 55 17	4 80 22 4 4 6	4 51 35 4 4 6	terminal	9	lucida console	10	verdana	9	verdana	10	.	0	1	0	1	0	0	9211020	9211020	7895160	2631720	5263440	9211020	12500670	1973790	4605510	12500670	9539985	1315860	12829635	11513775	12829635	9211020	1</textarea>
      <br>
      [<a href="javascript:copy('andy7')">Copy</a>]
      <textarea readonly name="andy7" cols="80" rows="1">/aamp 0 0 101 28	3 3 95 4	75 8 11 11	87 8 11 11	3 8 11 11	15 8 11 11	27 8 11 11	39 8 11 11	51 8 11 11	63 8 11 11	5 53 183 17	5 72 62 25	69 75 55 19	126 75 45 19	75 19 23 7 5 3	3 19 71 7 9 3	verdana	9	verdana	18	verdana	9	verdana	10	.	0	1	1	0	0	0	10526880	12500670	5921370	11842740	5263440	7895160	7237230	1973790	3947580	12500670	9539985	3289650	12829635	11513775	12829635	9211020	0</textarea>
      <br>
      [<a href="javascript:copy('andy8')">Copy</a>]
      <textarea readonly name="andy8" cols="80" rows="1">/aamp 0 0 33 33	11 11 11 11	0 11 11 11	22 11 11 11	0 22 11 11	0 0 11 11	11 0 11 11	22 0 11 11	22 22 11 11	11 22 11 11	22 116 35 17	22 92 35 14	74 102 51 20	74 121 51 20	22 138 22 4 4 6	22 109 35 4 4 6	terminal	9	lucida console	10	verdana	9	verdana	10	.	0	0	0	1	0	0	9211020	9211020	7895160	2631720	5263440	9211020	12500670	1973790	4605510	12500670	9539985	1315860	12829635	11513775	12829635	9211020	1</textarea>
      <br>
      [<a href="javascript:copy('andy9')">Copy</a>]
      <textarea readonly name="andy9" cols="80" rows="1">/aamp 0 0 105 104	30 -44 43 24	4 4 23 23	78 4 23 23	4 77 23 23	29 29 23 23	53 29 23 23	29 53 23 23	78 77 23 23	53 53 23 23	29 78 47 29	29 -2 47 29	25 -154 47 132	3 -104 77 73	78 29 30 46 23 7	-3 29 30 46 23 7	verdana	9	verdana	9	verdana	9	verdana	9	.	1	1	0	1	0	0	9211020	9211020	7895160	2631720	5263440	9211020	12500670	1973790	4605510	12500670	9539985	1315860	12829635	11513775	12829635	9211020	1</textarea>
      <br>
      [<a href="javascript:copy('andy10')">Copy</a>]
      <textarea readonly name="andy10" cols="80" rows="1">/aamp 0 0 189 85	3 3 183 13	4 4 11 11	174 4 11 11	4 62 27 19	33 62 27 19	62 62 27 19	91 62 27 19	120 62 27 19	149 62 27 19	3 17 174 16	3 33 56 19	59 33 62 19	121 33 56 19	180 17 3 65 7 15	3 55 174 3 29 7	terminal	9	terminal	11	terminal	9	terminal	9	.argh-amp	1	1	1	0	7895160	11184810	3289650	3289650	5921370	0	5263440	5263440	0	1973790	4605510	10526880	9539985	3289650	10526880	10526880	10526880	7895160	1</textarea>
      <br>
      [<a href="javascript:copy('andy11')">Copy</a>]
      <textarea readonly name="andy11" cols="80" rows="1">/aamp 0 0 197 94	2 2 193 15	170 4 11 11	182 4 11 11	4 71 27 19	34 71 27 19	64 71 27 19	94 71 27 19	124 71 27 19	157 71 27 19	4 19 180 19	4 41 56 19	63 41 62 19	128 41 56 19	187 19 5 71 7 20	4 63 180 5 29 7	tahoma	11	tahoma	11	tahoma	11	tahoma	11	.argh-amp	1	1	0	1	0	0	12632256	12632256	12105912	7368816	9474192	13684944	14737632	10000536	11053224	0	0	12632256	0	0	0	12632256	1</textarea>
    </p>
    nacitar:
    <p>
      [<a href="javascript:copy('nac1')">Copy</a>]
      <textarea readonly name="nac1" cols="80" rows="1">/aamp 0 0 193 102	3 3 187 13	166 4 11 11	178 4 11 11	5 77 26 20	32 77 26 20	59 77 26 20	86 77 26 20	113 77 26 20	145 77 26 20	5 19 183 17	5 38 62 25	69 41 55 19	126 41 45 19	177 41 8 56 14 6	5 65 166 9 29 7	verdana	9	verdana	18	verdana	9	verdana	10	.bloobox j00'r3 asshole	1	1	1	0	1315860	0	12480050	13795910	7219220	13132860	6566430	6566430	11488035	3344906	6558740	13795940	10835255	4592640	14124905	12806475	14124905	12480050	1</textarea>
      <br>
      [<a href="javascript:copy('nac2')">Copy</a>]
      <textarea readonly name="nac2" cols="80" rows="1">/aamp 0 0 193 102	3 3 187 13	166 4 11 11	178 4 11 11	5 77 26 20	32 77 26 20	59 77 26 20	86 77 26 20	113 77 26 20	145 77 26 20	5 19 183 17	5 38 62 25	69 41 55 19	126 41 45 19	177 41 8 56 14 6	5 65 166 9 29 7	verdana	9	verdana	18	verdana	9	verdana	10	.argh-amp	0	1	1	0	1315860	0	11184810	12500670	5921370	11842740	5263440	5263440	10197915	1973790	4605510	12500670	9539985	3289650	12829635	11513775	12829635	11184810	1</textarea>
      <br>
      [<a href="javascript:copy('nac3')">Copy</a>]
      <textarea readonly name="nac3" cols="80" rows="1">/aamp 0 0 193 102	3 3 187 13	166 4 11 11	178 4 11 11	5 77 26 20	32 77 26 20	59 77 26 20	86 77 26 20	113 77 26 20	145 77 26 20	5 19 183 17	5 38 62 25	69 41 55 19	126 41 45 19	177 41 8 56 14 6	5 65 166 9 29 7	verdana	9	verdana	18	verdana	9	verdana	10	.argh-amp	0	1	1	0	1315860	0	2009690	3325550	23060	2667600	675870	675870	1022775	7680	17920	5291630	2330945	12800	5620595	3649365	5620595	2009690	1</textarea>
      <br>
      [<a href="javascript:copy('nac4')">Copy</a>]
      <textarea readonly name="nac4" cols="80" rows="1">/aamp 0 0 193 102	3 3 187 13	166 4 11 11	178 4 11 11	5 77 26 20	32 77 26 20	59 77 26 20	86 77 26 20	113 77 26 20	145 77 26 20	5 19 183 17	5 38 62 25	69 41 55 19	126 41 45 19	177 41 8 56 14 6	5 65 166 9 29 7	verdana	9	verdana	18	verdana	9	verdana	10	.argh-amp	0	1	1	0	5140	0	28350	33490	10350	25800	12900	12900	19375	2611	5220	33490	21925	5190	34775	27075	34775	28350	1</textarea>
    </p>
    Magnus:
    <p>
      [<a href="javascript:copy('mag1')">Copy</a>]
      <textarea readonly name="mag1" cols="80" rows="1">/aamp 0 0 193 102	3 3 187 13	166 4 11 11	178 4 11 11	5 77 26 20	32 77 26 20	59 77 26 20	86 77 26 20	113 77 26 20	145 77 26 20	5 19 183 17	5 38 62 25	69 41 55 19	126 41 45 19	177 41 8 56 14 6	5 65 166 9 29 7	terminal	9	verdana	18	verdana	9	verdana	10	.argh-amp	0	1	0	1	12500670	12500670	8550520	8550520	7234660	0	4210752	9208450	9208450	9205880	8550520	16777215	0	2631720	16445680	12632256	12632256	8550520	1</textarea>
      <br>
      [<a href="javascript:copy('mag2')">Copy</a>]
      <textarea readonly name="mag2" cols="80" rows="1">/aamp 0 0 113 96	3 3 105 9	4 81 23 10	86 81 23 10	6 42 15 12	23 42 15 12	40 42 15 12	57 42 15 12	74 42 15 12	92 42 15 12	5 14 102 18	4 64 105 15	5 27 59 14	58 27 49 14	29 81 57 11 4 10	4 56 104 5 29 7	terminal	9	terminal	9	terminal	9	terminal	10	.groin amp	1	1	0	1	12500670	12500670	8550520	8550520	7234660	0	4210752	9208450	9208450	9205880	8550520	16777215	0	2631720	16445680	12632256	12632256	8550520	1</textarea>
      <br>
      [<a href="javascript:copy('mag3')">Copy</a>]
      <textarea readonly name="mag3" cols="80" rows="1">/aamp 0 0 232 57	112 74 61 10	4 81 23 10	86 81 23 10	7 40 16 13	24 40 16 13	41 40 16 13	58 40 16 13	75 40 16 13	94 40 16 13	8 6 218 18	8 17 218 22	254 96 5 33	6 6 6 33	29 81 57 11 0 10	114 45 111 3 29 7	terminal	9	terminal	9	courier new	1	terminal	10	.groin amp	0	1	0	1	12500670	12500670	8550520	8550520	7234660	0	4210752	9208450	9208450	7890020	7234660	16777215	0	2631720	16445680	12632256	2631720	8550520	1</textarea>
      <br>
      [<a href="javascript:copy('mag4')">Copy</a>]
      <textarea readonly name="mag4" cols="80" rows="1">/aamp 0 0 75 88	2 3 70 9	4 74 11 11	60 74 11 11	4 39 11 11	15 39 11 11	26 39 11 11	37 39 11 11	48 39 11 11	60 39 11 11	4 14 67 12	4 60 67 14	4 26 67 12	6 150 41 14	16 77 42 6 4 10	4 53 67 5 4 8	terminal	9	terminal	9	terminal	9	terminal	10	.tiny groin	1	1	0	1	9599092	9599092	13418686	13418686	13418686	0	9599092	13418686	15130847	9468792	10523276	16777215	0	16777215	0	0	0	13418686	1</textarea>
    </p>
    EvilXeroX:
    <p>
      [<a href="javascript:copy('evil1')">Copy</a>]
      <textarea readonly name="evil1" cols="80" rows="1">/aamp 0 0 291 73	5 3 282 13	263 4 11 11	275 4 11 11	114 40 24 18	139 40 24 18	164 40 24 18	189 40 24 18	214 40 24 18	244 40 24 18	67 18 200 21	5 18 62 21	5 39 62 19	67 39 45 19	276 19 6 39 16 10	5 62 281 6 29 7	Tahoma	11	Tahoma	16	Tahoma	11	Tahoma	11	.EvilXerox0r amp0r	0	1	0	1	1206748	9998	23843	23843	23843	16384	20518	32050	32603	8968	16132	26548	32632	8192	28152	26548	32461	23843	1</textarea>
      <br>
      [<a href="javascript:copy('evil2')">Copy</a>]
      <textarea readonly name="evil2" cols="80" rows="1">/aamp 0 0 291 73	5 3 282 13	263 4 11 11	275 4 11 11	114 40 24 18	139 40 24 18	164 40 24 18	189 40 24 18	214 40 24 18	244 40 24 18	67 18 200 21	5 18 62 21	5 39 62 19	67 39 45 19	275 19 6 39 16 5	5 62 281 6 29 7	Tahoma	11	Tahoma	16	Tahoma	11	Tahoma	11	.EvilXerox0r amp0r	0	1	0	1	0	0	9211020	9211020	7895160	2631720	5263440	9211020	12500670	1973790	4605510	12500670	9539985	1315860	12829635	11513775	12829635	9211020	1</textarea>
    </p>
    oS\2:
    <p>
      [<a href="javascript:copy('os1')">Copy</a>]
      <textarea readonly name="os1" cols="80" rows="1">/aamp 0 0 245 25	0 0 5 32	236 6 10 8	236 0 10 9	5 14 11 10	14 14 11 10	23 14 11 10	33 14 11 10	43 14 11 10	52 14 11 10	44 -1 192 14	5 -1 42 14	69 41 55 19	126 41 45 19	218 15 23 7 5 3	65 15 151 7 5 3	arial	9	verdana	9	verdana	9	verdana	9	 	0	0	1	0	12369084	12369084	4534820	4534820	4534820	16242075	4534820	4534820	4534820	9860959	9860959	16777215	0	4534820	16777215	16777215	0	16242075	0</textarea>
    </p>
  </td></tr></table>
  <br>
  [<a href="#top">Back to top</a>]<br><br><br>

    <a name="preview"></a>
  <span class="big">9. Screenshot of Example Skins</span>
  <p>
    This screenshot displays all of the <a href="#skins">example skins</a> above.<br>
    <br>
    <img src="http://pages.cthome.net/pdufilie/argh-amp.png">
  </p>
  [<a href="#top">Back to top</a>]<br><br><br>

  <a name="greets"></a>
  <span class="big">10. Greetings</span>
  <p>
    adidos, Avalanche, besouro, B1z, cHIN^, crazy2k, Dark_Greg, Deleted, dephekt, dohcan, Eric^^, eXonyte, fubar, fxd, gzerod, IRN-BRU, jreg, Kamek, Ken, Lisa^B, Lord-aZ, Magnus, mast`, Matrix, m0rph, nacitar, nimper, Nuke, nukem, oMri^^, Oracel, oS\2, sedative, Shikkie, sh0cknock, SirNo3DfX, spion, Stevon, tabo, Tiernan, Tig0ti, ^TwoSock^, vague, Variant, wshs, xdxc, xenu, yermom, Yardiff, Ymar, ...<br>
    <br>
    P.S. nacitar is buggy, i no can fix
  </p>
  [<a href="#top">Back to top</a>]<br><br><br>

  <a name="website"></a>
  <span class="big">11. Website</span>
  <p>
    <a href="http://pages.cthome.net/pdufilie/">http://pages.cthome.net/pdufilie/</a><br>
  </p>
  [<a href="#top">Back to top</a>]<br><br><br>

</body>
</html>