changeset 24:2979a76e3fdf laserkard

[svn r25] meeting with kevin
author rlm
date Sun, 03 Jan 2010 21:11:16 -0500
parents 707d202f58b1
children b9a4988a22ed
files buy.html buy.pl images/left.png images/leftg.png images/right.png images/rightg.png images/up.png inkscape/arrow.svg log/error_log.log paypal/BASE.paylist paypal/basic_acrylic_clear.paylist paypal/basic_acrylic_green.paylist paypal/big_acrylic_clear.paylist paypal/big_acrylic_green.paylist paypal/classic_acrylic_clear.paylist paypal/classic_acrylic_green.paylist paypal/generate_paylists.pm paypal/lines_acrylic_clear.paylist paypal/lines_acrylic_green.paylist paypal/make.pl sexy.css
diffstat 21 files changed, 447 insertions(+), 53 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/buy.html	Sun Jan 03 08:30:32 2010 -0500
     1.2 +++ b/buy.html	Sun Jan 03 21:11:16 2010 -0500
     1.3 @@ -21,25 +21,25 @@
     1.4  
     1.5  
     1.6  <div id = "centerbox" >
     1.7 -<div id="display" onmouseover="pokedex(['args__display'],['pokedex']);">PERL-REPLACE::DISPLAY</div>
     1.8 +<div id="display">PERL-REPLACE::DISPLAY</div>
     1.9  
    1.10  <div id= "trifold" >
    1.11  
    1.12  <div id="trileft">
    1.13  <div id = "arrowleft"><img src = "./images/left.png"></div>
    1.14 -Please click a template from the left...
    1.15 +<div class="texttext">1. Choose!</div>
    1.16  </div>
    1.17  
    1.18  
    1.19  <div id = "triright">
    1.20  <div id = "arrowright"><img src = "./images/right.png"></div>
    1.21 -...and then please fill out the form to the right.
    1.22 +<div class="texttext">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2. Info!</div>
    1.23  </div>
    1.24  
    1.25  
    1.26  </div>
    1.27  
    1.28 -<div id="pokedex"></div>
    1.29 +<div id="pokedex">PERL-REPLACE::POKEDEX</div>
    1.30  
    1.31  
    1.32  
    1.33 @@ -47,7 +47,7 @@
    1.34  
    1.35  
    1.36  <div id="inputbox" >PERL-REPLACE::INPUTBOX</div>
    1.37 -<div id = "garbage">&nbsp;</div>
    1.38 +
    1.39  
    1.40  </div>
    1.41  
     2.1 --- a/buy.pl	Sun Jan 03 08:30:32 2010 -0500
     2.2 +++ b/buy.pl	Sun Jan 03 21:11:16 2010 -0500
     2.3 @@ -89,7 +89,7 @@
     2.4  $materialcolor = $1;
     2.5  
     2.6  	
     2.7 -$r = "<div id = \"i_templates\"><titletron>Templates:</titletron><br>
     2.8 +$r = "<div id = \"i_templates\"><titletron>Templates</titletron><br>
     2.9  
    2.10  <input TYPE=\"image\" src = \"./images/templates/big_$materialcolor.jpg\" 	onmouseover=\"pokedex([\'args__big\'],[\'pokedex\']);\" 	onclick=\"display([\'template2\'], [\'display\']); inputbox([\'template2\'], [\'inputbox\']);material([\'template2\'], [\'materials\']);\" ID=\"template2\" NAME=\"template2\" VALUE=\"big_$materialcolor\"        > <br>
    2.11    
    2.12 @@ -155,9 +155,15 @@
    2.13  	
    2.14  	
    2.15  	
    2.16 -	$t ="
    2.17 -	<input TYPE=\"image\" src = \"./images/display/$all.jpg\" >
    2.18 -	";
    2.19 +	$t = <<HERE;
    2.20 +	<input TYPE="image" src = "./images/display/PERL::PIC.jpg" 	onmouseover="pokedex(['args__PERL::PIC'],['pokedex']);">
    2.21 +HERE
    2.22 +
    2.23 +
    2.24 +$t =~ s/PERL::PIC/$all/g;
    2.25 +
    2.26 +	
    2.27 +	
    2.28  	return $t;
    2.29  	
    2.30  }
    2.31 @@ -195,6 +201,9 @@
    2.32  $b = &inputbox("big_acrylic_clear");
    2.33  $a =~ s/PERL-REPLACE::INPUTBOX/$b/;
    2.34  
    2.35 +$b = &pokedex('big');
    2.36 +$a =~ s/PERL-REPLACE::POKEDEX/$b/;
    2.37 +
    2.38  
    2.39  return $a
    2.40  
    2.41 @@ -206,9 +215,59 @@
    2.42  sub pokedex
    2.43  {
    2.44  
    2.45 +
    2.46 +$classic = <<HERE;
    2.47 +<h1>The Classic LaserKard.</h1>
    2.48 +Balanced and Complete.  The original LaserKard.  For those that wish to leave no stone unturned.  It's all there.
    2.49 +HERE
    2.50 +
    2.51 +$bold = <<HERE;
    2.52 +<h1>The Bold Kard.</h1>
    2.53 +Austere and Iconic.  For those that wish to leave an impression with the power of their name accompanied only by their main method of contact.  Bold, period.
    2.54 +HERE
    2.55 +
    2.56 +$arrow = <<HERE;
    2.57 +<h1>The Arrow Kard.</h1>
    2.58 +Precise and Straightforward.  For those that seek to make a statement while being clear and concise. Straight as an arrow.
    2.59 +HERE
    2.60 +
    2.61 +$direct = <<HERE;
    2.62 +<h1>The Direct Kard.</h1>
    2.63 +Thorough and Distinct.  For those that aim to demonstrate their professionalism with style.  Push the envelope.  Be Direct.
    2.64 +HERE
    2.65 +
    2.66 +
    2.67 +
    2.68 +my %megahash = 
    2.69 +(
    2.70 +
    2.71 +'big' => $bold,
    2.72 +
    2.73 +'basic' => $arrow,
    2.74 +
    2.75 +'lines' => $direct,
    2.76 +
    2.77 +'classic' => $classic,
    2.78 +
    2.79 +'big_acrylic_clear' => $bold,
    2.80 +
    2.81 +'classic_acrylic_clear' => $classic,
    2.82 +
    2.83 +'basic_acrylic_clear'  => $arrow,
    2.84 +
    2.85 +'lines_acrylic_clear' => $direct
    2.86 +);
    2.87 +
    2.88 +
    2.89 +
    2.90  my $key = shift;
    2.91  
    2.92 -return $key;
    2.93 +
    2.94 +if (!$megahash{$key}){return $key;}
    2.95 +
    2.96 +return $megahash{$key};
    2.97 +
    2.98 +
    2.99  
   2.100  
   2.101  }
   2.102 @@ -223,7 +282,7 @@
   2.103  # this here function makes the paypal button go away so people know it's working!
   2.104  sub vanish
   2.105  {
   2.106 -return "Fuck you!"
   2.107 +return "";
   2.108  
   2.109  
   2.110  }
     3.1 Binary file images/left.png has changed
     4.1 Binary file images/leftg.png has changed
     5.1 Binary file images/right.png has changed
     6.1 Binary file images/rightg.png has changed
     7.1 Binary file images/up.png has changed
     8.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.2 +++ b/inkscape/arrow.svg	Sun Jan 03 21:11:16 2010 -0500
     8.3 @@ -0,0 +1,135 @@
     8.4 +<?xml version="1.0" encoding="UTF-8" standalone="no"?>
     8.5 +<!-- Created with Inkscape (http://www.inkscape.org/) -->
     8.6 +
     8.7 +<svg
     8.8 +   xmlns:dc="http://purl.org/dc/elements/1.1/"
     8.9 +   xmlns:cc="http://creativecommons.org/ns#"
    8.10 +   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    8.11 +   xmlns:svg="http://www.w3.org/2000/svg"
    8.12 +   xmlns="http://www.w3.org/2000/svg"
    8.13 +   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
    8.14 +   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
    8.15 +   width="744.09448819"
    8.16 +   height="1052.3622047"
    8.17 +   id="svg2"
    8.18 +   version="1.1"
    8.19 +   inkscape:version="0.47pre4 r22446"
    8.20 +   sodipodi:docname="New document 1">
    8.21 +  <defs
    8.22 +     id="defs4">
    8.23 +    <marker
    8.24 +       inkscape:stockid="Arrow2Lend"
    8.25 +       orient="auto"
    8.26 +       refY="0.0"
    8.27 +       refX="0.0"
    8.28 +       id="Arrow2Lend"
    8.29 +       style="overflow:visible;">
    8.30 +      <path
    8.31 +         id="path3711"
    8.32 +         style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
    8.33 +         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
    8.34 +         transform="scale(1.1) rotate(180) translate(1,0)" />
    8.35 +    </marker>
    8.36 +    <marker
    8.37 +       inkscape:stockid="DotL"
    8.38 +       orient="auto"
    8.39 +       refY="0.0"
    8.40 +       refX="0.0"
    8.41 +       id="DotL"
    8.42 +       style="overflow:visible">
    8.43 +      <path
    8.44 +         id="path3752"
    8.45 +         d="M -2.5,-1.0 C -2.5,1.7600000 -4.7400000,4.0 -7.5,4.0 C -10.260000,4.0 -12.5,1.7600000 -12.5,-1.0 C -12.5,-3.7600000 -10.260000,-6.0 -7.5,-6.0 C -4.7400000,-6.0 -2.5,-3.7600000 -2.5,-1.0 z "
    8.46 +         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;marker-end:none"
    8.47 +         transform="scale(0.8) translate(7.4, 1)" />
    8.48 +    </marker>
    8.49 +    <marker
    8.50 +       inkscape:stockid="TriangleOutL"
    8.51 +       orient="auto"
    8.52 +       refY="0.0"
    8.53 +       refX="0.0"
    8.54 +       id="TriangleOutL"
    8.55 +       style="overflow:visible">
    8.56 +      <path
    8.57 +         id="path3833"
    8.58 +         d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z "
    8.59 +         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none"
    8.60 +         transform="scale(0.8)" />
    8.61 +    </marker>
    8.62 +    <inkscape:perspective
    8.63 +       sodipodi:type="inkscape:persp3d"
    8.64 +       inkscape:vp_x="0 : 526.18109 : 1"
    8.65 +       inkscape:vp_y="0 : 1000 : 0"
    8.66 +       inkscape:vp_z="744.09448 : 526.18109 : 1"
    8.67 +       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
    8.68 +       id="perspective10" />
    8.69 +    <inkscape:perspective
    8.70 +       id="perspective3608"
    8.71 +       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
    8.72 +       inkscape:vp_z="1 : 0.5 : 1"
    8.73 +       inkscape:vp_y="0 : 1000 : 0"
    8.74 +       inkscape:vp_x="0 : 0.5 : 1"
    8.75 +       sodipodi:type="inkscape:persp3d" />
    8.76 +    <inkscape:perspective
    8.77 +       id="perspective3630"
    8.78 +       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
    8.79 +       inkscape:vp_z="1 : 0.5 : 1"
    8.80 +       inkscape:vp_y="0 : 1000 : 0"
    8.81 +       inkscape:vp_x="0 : 0.5 : 1"
    8.82 +       sodipodi:type="inkscape:persp3d" />
    8.83 +    <inkscape:perspective
    8.84 +       id="perspective4541"
    8.85 +       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
    8.86 +       inkscape:vp_z="1 : 0.5 : 1"
    8.87 +       inkscape:vp_y="0 : 1000 : 0"
    8.88 +       inkscape:vp_x="0 : 0.5 : 1"
    8.89 +       sodipodi:type="inkscape:persp3d" />
    8.90 +  </defs>
    8.91 +  <sodipodi:namedview
    8.92 +     id="base"
    8.93 +     pagecolor="#ffffff"
    8.94 +     bordercolor="#666666"
    8.95 +     borderopacity="1.0"
    8.96 +     inkscape:pageopacity="0.0"
    8.97 +     inkscape:pageshadow="2"
    8.98 +     inkscape:zoom="7.9195959"
    8.99 +     inkscape:cx="356.79727"
   8.100 +     inkscape:cy="511.78309"
   8.101 +     inkscape:document-units="px"
   8.102 +     inkscape:current-layer="layer1"
   8.103 +     showgrid="false"
   8.104 +     inkscape:snap-bbox="true"
   8.105 +     inkscape:window-width="1440"
   8.106 +     inkscape:window-height="850"
   8.107 +     inkscape:window-x="1440"
   8.108 +     inkscape:window-y="0"
   8.109 +     inkscape:window-maximized="1" />
   8.110 +  <metadata
   8.111 +     id="metadata7">
   8.112 +    <rdf:RDF>
   8.113 +      <cc:Work
   8.114 +         rdf:about="">
   8.115 +        <dc:format>image/svg+xml</dc:format>
   8.116 +        <dc:type
   8.117 +           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
   8.118 +        <dc:title></dc:title>
   8.119 +      </cc:Work>
   8.120 +    </rdf:RDF>
   8.121 +  </metadata>
   8.122 +  <g
   8.123 +     inkscape:label="Layer 1"
   8.124 +     inkscape:groupmode="layer"
   8.125 +     id="layer1">
   8.126 +    <path
   8.127 +       style="fill:#ffff00;fill-opacity:0;stroke:#dddddd;stroke-width:2.8269999;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
   8.128 +       d="m 334.07796,539.67465 19.8072,18.73629 0,-9.46183 38.8221,0 0,-18.54892 -38.8221,0 0,-9.46183 -19.8072,18.73629 z"
   8.129 +       id="rect4525"
   8.130 +       inkscape:export-filename="/home/rlm/Desktop/left.png"
   8.131 +       inkscape:export-xdpi="90"
   8.132 +       inkscape:export-ydpi="90" />
   8.133 +  </g>
   8.134 +  <g
   8.135 +     inkscape:groupmode="layer"
   8.136 +     id="layer2"
   8.137 +     inkscape:label="Layer" />
   8.138 +</svg>
     9.1 --- a/log/error_log.log	Sun Jan 03 08:30:32 2010 -0500
     9.2 +++ b/log/error_log.log	Sun Jan 03 21:11:16 2010 -0500
     9.3 @@ -2069,3 +2069,170 @@
     9.4  [Sat Jan 02 01:29:39 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
     9.5  [Sun Jan 03 07:49:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico
     9.6  [Sun Jan 03 07:49:13 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico
     9.7 +[Sun Jan 03 09:54:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico
     9.8 +[Sun Jan 03 10:21:17 2010] [error] [client 70.138.229.243] File does not exist: /home/rlm/Desktop/web/laserkard/images/right.png, referer: http://laserkard.rlmcintyre.com/buy.pl
     9.9 +[Sun Jan 03 10:21:17 2010] [error] [client 70.138.229.243] File does not exist: /home/rlm/Desktop/web/laserkard/images/left.png, referer: http://laserkard.rlmcintyre.com/buy.pl
    9.10 +[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.11 +[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.12 +[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
    9.13 +[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
    9.14 +[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.15 +[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.16 +[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
    9.17 +[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
    9.18 +[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.19 +[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.20 +[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
    9.21 +[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
    9.22 +[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.23 +[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.24 +[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
    9.25 +[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
    9.26 +[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.27 +[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.28 +[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
    9.29 +[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
    9.30 +[Sun Jan 03 20:15:12 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.31 +[Sun Jan 03 20:15:12 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.32 +[Sun Jan 03 20:15:12 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
    9.33 +[Sun Jan 03 20:15:12 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
    9.34 +[Sun Jan 03 20:15:12 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.35 +[Sun Jan 03 20:15:12 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.36 +[Sun Jan 03 20:15:12 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
    9.37 +[Sun Jan 03 20:15:12 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
    9.38 +[Sun Jan 03 20:15:13 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.39 +[Sun Jan 03 20:15:13 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.40 +[Sun Jan 03 20:15:13 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
    9.41 +[Sun Jan 03 20:15:13 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
    9.42 +[Sun Jan 03 20:15:14 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.43 +[Sun Jan 03 20:15:14 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.44 +[Sun Jan 03 20:15:14 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
    9.45 +[Sun Jan 03 20:15:14 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
    9.46 +[Sun Jan 03 20:15:14 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.47 +[Sun Jan 03 20:15:14 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.48 +[Sun Jan 03 20:15:14 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
    9.49 +[Sun Jan 03 20:15:14 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
    9.50 +[Sun Jan 03 20:15:14 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.51 +[Sun Jan 03 20:15:14 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.52 +[Sun Jan 03 20:15:14 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
    9.53 +[Sun Jan 03 20:15:14 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
    9.54 +[Sun Jan 03 20:15:15 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.55 +[Sun Jan 03 20:15:15 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.56 +[Sun Jan 03 20:15:15 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
    9.57 +[Sun Jan 03 20:15:15 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
    9.58 +[Sun Jan 03 20:15:15 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.59 +[Sun Jan 03 20:15:15 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.60 +[Sun Jan 03 20:15:15 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
    9.61 +[Sun Jan 03 20:15:15 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
    9.62 +[Sun Jan 03 20:15:15 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.63 +[Sun Jan 03 20:15:15 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.64 +[Sun Jan 03 20:15:15 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
    9.65 +[Sun Jan 03 20:15:15 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
    9.66 +[Sun Jan 03 20:15:44 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.67 +[Sun Jan 03 20:15:44 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.68 +[Sun Jan 03 20:15:44 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
    9.69 +[Sun Jan 03 20:15:44 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
    9.70 +[Sun Jan 03 20:15:50 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.71 +[Sun Jan 03 20:15:50 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.72 +[Sun Jan 03 20:15:50 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
    9.73 +[Sun Jan 03 20:15:50 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
    9.74 +[Sun Jan 03 20:15:50 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.75 +[Sun Jan 03 20:15:50 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.76 +[Sun Jan 03 20:15:50 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
    9.77 +[Sun Jan 03 20:15:50 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
    9.78 +[Sun Jan 03 20:15:50 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.79 +[Sun Jan 03 20:15:50 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.80 +[Sun Jan 03 20:15:50 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
    9.81 +[Sun Jan 03 20:15:50 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
    9.82 +[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.83 +[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.84 +[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
    9.85 +[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
    9.86 +[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.87 +[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.88 +[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
    9.89 +[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
    9.90 +[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.91 +[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.92 +[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
    9.93 +[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
    9.94 +[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.95 +[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.96 +[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
    9.97 +[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
    9.98 +[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
    9.99 +[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
   9.100 +[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
   9.101 +[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
   9.102 +[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
   9.103 +[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
   9.104 +[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
   9.105 +[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
   9.106 +[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
   9.107 +[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
   9.108 +[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
   9.109 +[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
   9.110 +[Sun Jan 03 20:15:52 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
   9.111 +[Sun Jan 03 20:15:52 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
   9.112 +[Sun Jan 03 20:15:52 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
   9.113 +[Sun Jan 03 20:15:52 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
   9.114 +[Sun Jan 03 20:15:52 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
   9.115 +[Sun Jan 03 20:15:52 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
   9.116 +[Sun Jan 03 20:15:52 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
   9.117 +[Sun Jan 03 20:15:52 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
   9.118 +[Sun Jan 03 20:15:52 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
   9.119 +[Sun Jan 03 20:15:52 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
   9.120 +[Sun Jan 03 20:15:52 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
   9.121 +[Sun Jan 03 20:15:52 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
   9.122 +[Sun Jan 03 20:15:52 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
   9.123 +[Sun Jan 03 20:15:52 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
   9.124 +[Sun Jan 03 20:15:52 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
   9.125 +[Sun Jan 03 20:15:52 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
   9.126 +[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
   9.127 +[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
   9.128 +[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
   9.129 +[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
   9.130 +[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
   9.131 +[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
   9.132 +[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
   9.133 +[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
   9.134 +[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
   9.135 +[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
   9.136 +[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
   9.137 +[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
   9.138 +[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
   9.139 +[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
   9.140 +[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
   9.141 +[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
   9.142 +[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
   9.143 +[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
   9.144 +[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
   9.145 +[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
   9.146 +[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
   9.147 +[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
   9.148 +[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
   9.149 +[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
   9.150 +[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
   9.151 +[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
   9.152 +[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
   9.153 +[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
   9.154 +[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
   9.155 +[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
   9.156 +[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
   9.157 +[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
   9.158 +[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
   9.159 +[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
   9.160 +[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
   9.161 +[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
   9.162 +[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
   9.163 +[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
   9.164 +[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
   9.165 +[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
   9.166 +[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl
   9.167 +[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl
   9.168 +[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl
   9.169 +[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl
   9.170 +[Sun Jan 03 20:19:27 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash", referer: http://laserkard.rlmcintyre.com/contact.php
   9.171 +[Sun Jan 03 20:19:27 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash =", referer: http://laserkard.rlmcintyre.com/contact.php
   9.172 +[Sun Jan 03 20:19:27 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/contact.php
   9.173 +[Sun Jan 03 20:19:27 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/contact.php
    10.1 --- a/paypal/BASE.paylist	Sun Jan 03 08:30:32 2010 -0500
    10.2 +++ b/paypal/BASE.paylist	Sun Jan 03 21:11:16 2010 -0500
    10.3 @@ -23,7 +23,7 @@
    10.4  
    10.5  <!--   -->
    10.6  <input type="hidden" name="baseamt" value="00">
    10.7 -<input type="hidden" name="basedes" value="PERL::TITLE">
    10.8 +<input type="hidden" name="basedes" value="PERL::PRODUCT-NAME">
    10.9  <!--   -->
   10.10  <input type="hidden" name="baseon0" PERL::OPT0>
   10.11  <input type="hidden" name="baseos0">
   10.12 @@ -99,7 +99,7 @@
   10.13  <br><br>
   10.14  <div id = "buttoncon">
   10.15  <div id="crush">
   10.16 -Please Wait...
   10.17 +Sending Order...
   10.18  </div>
   10.19  
   10.20  <div id="vanish">
    11.1 --- a/paypal/basic_acrylic_clear.paylist	Sun Jan 03 08:30:32 2010 -0500
    11.2 +++ b/paypal/basic_acrylic_clear.paylist	Sun Jan 03 21:11:16 2010 -0500
    11.3 @@ -1,5 +1,5 @@
    11.4  <div id = "i_inputbox">
    11.5 -<titletron>Clarity LaserKard  Basic Style</titletron>
    11.6 +<titletron>Clarity:<br> The Arrow Kard.</titletron>
    11.7  <br><BR>
    11.8  <!-- Start of Form -->
    11.9  <!-- Note: target="paypal" was replaced with the variable target="_self" -->
   11.10 @@ -23,7 +23,7 @@
   11.11  
   11.12  <!--   -->
   11.13  <input type="hidden" name="baseamt" value="00">
   11.14 -<input type="hidden" name="basedes" value="Clarity LaserKard  Basic Style">
   11.15 +<input type="hidden" name="basedes" value="Clarity: The Arrow Kard">
   11.16  <!--   -->
   11.17  <input type="hidden" name="baseon0" value = "Line 1 (James Bond)">
   11.18  <input type="hidden" name="baseos0">
   11.19 @@ -143,7 +143,7 @@
   11.20  <br><br>
   11.21  <div id = "buttoncon">
   11.22  <div id="crush">
   11.23 -Please Wait...
   11.24 +Sending Order...
   11.25  </div>
   11.26  
   11.27  <div id="vanish">
    12.1 --- a/paypal/basic_acrylic_green.paylist	Sun Jan 03 08:30:32 2010 -0500
    12.2 +++ b/paypal/basic_acrylic_green.paylist	Sun Jan 03 21:11:16 2010 -0500
    12.3 @@ -23,7 +23,7 @@
    12.4  
    12.5  <!--   -->
    12.6  <input type="hidden" name="baseamt" value="00">
    12.7 -<input type="hidden" name="basedes" value="Vitality LaserKard Basic Style">
    12.8 +<input type="hidden" name="basedes" value="">
    12.9  <!--   -->
   12.10  <input type="hidden" name="baseon0" value = "Line 1">
   12.11  <input type="hidden" name="baseos0">
   12.12 @@ -139,7 +139,7 @@
   12.13  <br><br>
   12.14  <div id = "buttoncon">
   12.15  <div id="crush">
   12.16 -Please Wait...
   12.17 +Sending Order...
   12.18  </div>
   12.19  
   12.20  <div id="vanish">
    13.1 --- a/paypal/big_acrylic_clear.paylist	Sun Jan 03 08:30:32 2010 -0500
    13.2 +++ b/paypal/big_acrylic_clear.paylist	Sun Jan 03 21:11:16 2010 -0500
    13.3 @@ -1,5 +1,5 @@
    13.4  <div id = "i_inputbox">
    13.5 -<titletron>Clarity LaserKard BIG Style</titletron>
    13.6 +<titletron>Clarity:<br> The Bold Kard.</titletron>
    13.7  <br><BR>
    13.8  <!-- Start of Form -->
    13.9  <!-- Note: target="paypal" was replaced with the variable target="_self" -->
   13.10 @@ -23,7 +23,7 @@
   13.11  
   13.12  <!--   -->
   13.13  <input type="hidden" name="baseamt" value="00">
   13.14 -<input type="hidden" name="basedes" value="Clarity LaserKard BIG Style">
   13.15 +<input type="hidden" name="basedes" value="Clarity: The Bold Kard">
   13.16  <!--   -->
   13.17  <input type="hidden" name="baseon0" value = "Line 1 (James Bond)">
   13.18  <input type="hidden" name="baseos0">
   13.19 @@ -129,7 +129,7 @@
   13.20  <br><br>
   13.21  <div id = "buttoncon">
   13.22  <div id="crush">
   13.23 -Please Wait...
   13.24 +Sending Order...
   13.25  </div>
   13.26  
   13.27  <div id="vanish">
    14.1 --- a/paypal/big_acrylic_green.paylist	Sun Jan 03 08:30:32 2010 -0500
    14.2 +++ b/paypal/big_acrylic_green.paylist	Sun Jan 03 21:11:16 2010 -0500
    14.3 @@ -23,7 +23,7 @@
    14.4  
    14.5  <!--   -->
    14.6  <input type="hidden" name="baseamt" value="00">
    14.7 -<input type="hidden" name="basedes" value="Vitality LaserKard BIG Style">
    14.8 +<input type="hidden" name="basedes" value="">
    14.9  <!--   -->
   14.10  <input type="hidden" name="baseon0" value = "Line 1">
   14.11  <input type="hidden" name="baseos0">
   14.12 @@ -133,7 +133,7 @@
   14.13  <br><br>
   14.14  <div id = "buttoncon">
   14.15  <div id="crush">
   14.16 -Please Wait...
   14.17 +Sending Order...
   14.18  </div>
   14.19  
   14.20  <div id="vanish">
    15.1 --- a/paypal/classic_acrylic_clear.paylist	Sun Jan 03 08:30:32 2010 -0500
    15.2 +++ b/paypal/classic_acrylic_clear.paylist	Sun Jan 03 21:11:16 2010 -0500
    15.3 @@ -1,5 +1,5 @@
    15.4  <div id = "i_inputbox">
    15.5 -<titletron>Clarity LaserKard Classic Style</titletron>
    15.6 +<titletron>Clarity:<br> The Classic Kard.</titletron>
    15.7  <br><BR>
    15.8  <!-- Start of Form -->
    15.9  <!-- Note: target="paypal" was replaced with the variable target="_self" -->
   15.10 @@ -23,7 +23,7 @@
   15.11  
   15.12  <!--   -->
   15.13  <input type="hidden" name="baseamt" value="00">
   15.14 -<input type="hidden" name="basedes" value="Clarity LaserKard Classic Style">
   15.15 +<input type="hidden" name="basedes" value="Clarity: The Classic Kard">
   15.16  <!--   -->
   15.17  <input type="hidden" name="baseon0" value = "Line 1 (jbond@mi6.co.uk)">
   15.18  <input type="hidden" name="baseos0">
   15.19 @@ -149,7 +149,7 @@
   15.20  <br><br>
   15.21  <div id = "buttoncon">
   15.22  <div id="crush">
   15.23 -Please Wait...
   15.24 +Sending Order...
   15.25  </div>
   15.26  
   15.27  <div id="vanish">
    16.1 --- a/paypal/classic_acrylic_green.paylist	Sun Jan 03 08:30:32 2010 -0500
    16.2 +++ b/paypal/classic_acrylic_green.paylist	Sun Jan 03 21:11:16 2010 -0500
    16.3 @@ -23,7 +23,7 @@
    16.4  
    16.5  <!--   -->
    16.6  <input type="hidden" name="baseamt" value="00">
    16.7 -<input type="hidden" name="basedes" value="Vitality LaserKard  Classic Style">
    16.8 +<input type="hidden" name="basedes" value="">
    16.9  <!--   -->
   16.10  <input type="hidden" name="baseon0" value = "Line 1">
   16.11  <input type="hidden" name="baseos0">
   16.12 @@ -149,7 +149,7 @@
   16.13  <br><br>
   16.14  <div id = "buttoncon">
   16.15  <div id="crush">
   16.16 -Please Wait...
   16.17 +Sending Order...
   16.18  </div>
   16.19  
   16.20  <div id="vanish">
    17.1 --- a/paypal/generate_paylists.pm	Sun Jan 03 08:30:32 2010 -0500
    17.2 +++ b/paypal/generate_paylists.pm	Sun Jan 03 21:11:16 2010 -0500
    17.3 @@ -25,7 +25,7 @@
    17.4          DEFAULTS      => ['jbond@mi6.co.uk','123.456.7890','James Bond','MI6','Secret Agent','http://www.jamesbond.com'],
    17.5          @_,         # argument pair list goes here
    17.6      );
    17.7 -    
    17.8 +    $prod_name = $args{PRODUCT_NAME};
    17.9      @defaults = @{$args{DEFAULTS}};
   17.10      $name = $args{NAME};
   17.11      @fields = @{$args{FIELDS}};
   17.12 @@ -69,6 +69,8 @@
   17.13      
   17.14  {#PERL::TITLE   
   17.15  $base =~ s/PERL::TITLE/$title/g;
   17.16 +$base =~ s/PERL::PRODUCT-NAME/$prod_name/g;
   17.17 +
   17.18  }
   17.19  
   17.20  {#PERL::OPT0 -- PERL::OPT9
    18.1 --- a/paypal/lines_acrylic_clear.paylist	Sun Jan 03 08:30:32 2010 -0500
    18.2 +++ b/paypal/lines_acrylic_clear.paylist	Sun Jan 03 21:11:16 2010 -0500
    18.3 @@ -1,5 +1,5 @@
    18.4  <div id = "i_inputbox">
    18.5 -<titletron>Clarity LaserKard  Lines Style</titletron>
    18.6 +<titletron>Clarity:<br> The Direct Kard.</titletron>
    18.7  <br><BR>
    18.8  <!-- Start of Form -->
    18.9  <!-- Note: target="paypal" was replaced with the variable target="_self" -->
   18.10 @@ -23,7 +23,7 @@
   18.11  
   18.12  <!--   -->
   18.13  <input type="hidden" name="baseamt" value="00">
   18.14 -<input type="hidden" name="basedes" value="Clarity LaserKard  Lines Style">
   18.15 +<input type="hidden" name="basedes" value="Clarity: The Direct Kard">
   18.16  <!--   -->
   18.17  <input type="hidden" name="baseon0" value = "Line 1 (James Bond)">
   18.18  <input type="hidden" name="baseos0">
   18.19 @@ -149,7 +149,7 @@
   18.20  <br><br>
   18.21  <div id = "buttoncon">
   18.22  <div id="crush">
   18.23 -Please Wait...
   18.24 +Sending Order...
   18.25  </div>
   18.26  
   18.27  <div id="vanish">
    19.1 --- a/paypal/lines_acrylic_green.paylist	Sun Jan 03 08:30:32 2010 -0500
    19.2 +++ b/paypal/lines_acrylic_green.paylist	Sun Jan 03 21:11:16 2010 -0500
    19.3 @@ -23,7 +23,7 @@
    19.4  
    19.5  <!--   -->
    19.6  <input type="hidden" name="baseamt" value="00">
    19.7 -<input type="hidden" name="basedes" value="Vitality LaserKard  Lines Style">
    19.8 +<input type="hidden" name="basedes" value="">
    19.9  <!--   -->
   19.10  <input type="hidden" name="baseon0" value = "Line 1">
   19.11  <input type="hidden" name="baseos0">
   19.12 @@ -149,7 +149,7 @@
   19.13  <br><br>
   19.14  <div id = "buttoncon">
   19.15  <div id="crush">
   19.16 -Please Wait...
   19.17 +Sending Order...
   19.18  </div>
   19.19  
   19.20  <div id="vanish">
    20.1 --- a/paypal/make.pl	Sun Jan 03 08:30:32 2010 -0500
    20.2 +++ b/paypal/make.pl	Sun Jan 03 21:11:16 2010 -0500
    20.3 @@ -4,7 +4,9 @@
    20.4  {#big_acrylic_clear
    20.5  &paylist
    20.6  (
    20.7 -TITLE  => "Clarity LaserKard BIG Style",
    20.8 +TITLE  => 'Clarity:<br> The Bold Kard.',
    20.9 +PRODUCT_NAME => 'Clarity: The Bold Kard',
   20.10 +
   20.11  NAME   => 'big_acrylic_clear', 
   20.12  
   20.13  FIELDS      => ["Line 1 (James Bond)", "Line 2 (jbond\@mi6.co.uk)"],
   20.14 @@ -22,7 +24,9 @@
   20.15  {#basic_acrylic_clear
   20.16  &paylist
   20.17  (
   20.18 -TITLE  => "Clarity LaserKard  Basic Style",
   20.19 +TITLE  => 'Clarity:<br> The Arrow Kard.',
   20.20 +PRODUCT_NAME => 'Clarity: The Arrow Kard',
   20.21 +
   20.22  NAME   => 'basic_acrylic_clear', 
   20.23  
   20.24  FIELDS      => ["Line 1 (James Bond)", "Line 2 (MI6)","Line 3 (Secret Agent)","Line 4 (jbond\@mi6.co.uk)"],
   20.25 @@ -41,7 +45,9 @@
   20.26  {#classic_acrylic_clear
   20.27  &paylist
   20.28  (
   20.29 -TITLE  => "Clarity LaserKard Classic Style",
   20.30 +TITLE  => 'Clarity:<br> The Classic Kard.',
   20.31 +PRODUCT_NAME => 'Clarity: The Classic Kard',
   20.32 +
   20.33  NAME   => 'classic_acrylic_clear', 
   20.34  
   20.35  FIELDS      => ["Line 1 (jbond\@mi6.co.uk)", "Line 2 (123.456.7890)","Line 3 (James Bond)","Line 4 (MI6)","Line 5 (Secret Agent)","Side (http://www.jamesbond.com)"],
   20.36 @@ -61,7 +67,9 @@
   20.37  {#lines_acrylic_clear
   20.38  &paylist
   20.39  (
   20.40 -TITLE  => "Clarity LaserKard  Lines Style",
   20.41 +TITLE  => 'Clarity:<br> The Direct Kard.',
   20.42 +PRODUCT_NAME => 'Clarity: The Direct Kard',
   20.43 +
   20.44  NAME   => 'lines_acrylic_clear', 
   20.45  
   20.46  FIELDS      => ["Line 1 (James Bond)", "Line 2 (Secret Agent)","Line 3 (MI6)","Line 4 (123.456.7890)","Line 5 (jbond\@domain.com)","Line 6 (www.domain.com)"],
    21.1 --- a/sexy.css	Sun Jan 03 08:30:32 2010 -0500
    21.2 +++ b/sexy.css	Sun Jan 03 21:11:16 2010 -0500
    21.3 @@ -4,9 +4,9 @@
    21.4  position:relative;
    21.5  width:505;
    21.6  background-color:#000000;
    21.7 -margin-bottom:100px;
    21.8 +margin-bottom:120px;
    21.9  margin-top:25px;
   21.10 -font: bold 14px "helvetica","arial", "sans-serif";
   21.11 +font: bold 25px "helvetica","arial", "sans-serif";
   21.12  color: white;
   21.13  
   21.14  
   21.15 @@ -18,20 +18,23 @@
   21.16  
   21.17  position:absolute;
   21.18  top:0;
   21.19 -left:2.5%;
   21.20 +left:0%;
   21.21  width:45%;
   21.22  
   21.23  
   21.24  padding:5px;
   21.25  border-style:solid;
   21.26 -border-color:#79797b;
   21.27 +border-color:#ffffff;
   21.28  border-width:1px;
   21.29  
   21.30  
   21.31  
   21.32  }
   21.33  
   21.34 -
   21.35 +div.texttext
   21.36 +{
   21.37 +padding-top: 12px;
   21.38 +}
   21.39  
   21.40  
   21.41  div#triright
   21.42 @@ -43,8 +46,9 @@
   21.43  width:45%;
   21.44  padding:5px;
   21.45  border-style:solid;
   21.46 -border-color:#79797b;
   21.47 +border-color:#ffffff;
   21.48  border-width:1px;
   21.49 +padding-left:15px;
   21.50  }
   21.51  
   21.52  
   21.53 @@ -61,6 +65,7 @@
   21.54  {
   21.55  float:left;
   21.56  margin:7px;
   21.57 +margin-right:15px;
   21.58  }
   21.59  
   21.60  div#arrowright
   21.61 @@ -86,12 +91,12 @@
   21.62    margin-left: auto ;
   21.63    margin-right: auto ;
   21.64  
   21.65 -
   21.66 +/*
   21.67  padding:2px;
   21.68  border-style:solid;
   21.69  border-color:#79797b;
   21.70  border-width:1px;
   21.71 -
   21.72 +*/
   21.73  }
   21.74  
   21.75  
   21.76 @@ -125,7 +130,7 @@
   21.77  
   21.78  padding:10px;
   21.79  border-style:solid;
   21.80 -border-color:#79797b;
   21.81 +border-color:#ffffff;
   21.82  border-width:1px;
   21.83  
   21.84  float: left;
   21.85 @@ -177,8 +182,8 @@
   21.86  input#template1,input#template2,input#template3,input#template4, input#clear_acr, input#green_acr
   21.87  {
   21.88  padding:3px;
   21.89 -#border-style:solid;
   21.90 -#border-color:#79797b;
   21.91 +/*#border-style:solid;
   21.92 +#border-color:#79797b;*/
   21.93  border-width:1px;
   21.94  }
   21.95  
   21.96 @@ -190,9 +195,9 @@
   21.97  padding-top:10px;
   21.98  padding-right:0px;
   21.99  border-style:solid;
  21.100 -border-color:#79797b;
  21.101 +border-color:#ffffff;
  21.102  border-width:1px;
  21.103 -
  21.104 +padding-bottom:10px;
  21.105  
  21.106  font: bold 14px "helvetica","arial", "sans-serif";
  21.107  color: white;
  21.108 @@ -214,24 +219,36 @@
  21.109  div#centerbox
  21.110  {
  21.111  float:left;
  21.112 -margin-top:-4px;
  21.113 +margin-top:-10px;
  21.114  margin-left:10px;
  21.115  margin-right:10px;
  21.116  width:515px;
  21.117  padding:5px;
  21.118 +
  21.119 +/*
  21.120  border-style:solid;
  21.121  border-color:#79797b;
  21.122  border-width:1px;
  21.123  margin:10px;
  21.124 +*/
  21.125  }
  21.126  
  21.127  
  21.128  
  21.129  div#pokedex
  21.130  {
  21.131 +padding : 30px;
  21.132  clear:right;
  21.133  float:none;
  21.134 -background-color:#B3DF15;
  21.135 +background-color:#000000;
  21.136 +border-style:solid;
  21.137 +border-color:#ffffff;
  21.138 +border-width:1px;
  21.139 +
  21.140 +
  21.141 +
  21.142 +font: bold 16px "helvetica","arial", "sans-serif";
  21.143 +color: white;
  21.144  }
  21.145  
  21.146  div#garbage
  21.147 @@ -271,7 +288,13 @@
  21.148  
  21.149  
  21.150  
  21.151 +h1
  21.152  
  21.153 +{
  21.154 +padding: 0px;
  21.155 +margin:0px;
  21.156 +margin-bottom: 10px;
  21.157 +}
  21.158  
  21.159  
  21.160