changeset 16:839533015ed3 laserkard

[svn r17] made it look good.
author rlm
date Sat, 02 Jan 2010 01:42:50 -0500
parents 5c7f16af1dd2
children 1481aa25c3c7
files buy.html buy.pl buy_pieces/materials2.html index.php log/error_log.log main.css 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/lines_acrylic_clear.paylist paypal/lines_acrylic_green.paylist paypal/make.pl sexy.css
diffstat 16 files changed, 332 insertions(+), 102 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/buy.html	Fri Jan 01 23:31:58 2010 -0500
     1.2 +++ b/buy.html	Sat Jan 02 01:42:50 2010 -0500
     1.3 @@ -15,6 +15,9 @@
     1.4  PERL-REPLACE::TOP_MENU
     1.5  
     1.6  
     1.7 +<div class="whole">
     1.8 +
     1.9 +
    1.10  <div id="materials" onmouseover="pokedex(['args__materials'],['pokedex']);">
    1.11  PERL-REPLACE::MATERIALS
    1.12  </div>
    1.13 @@ -23,17 +26,19 @@
    1.14  <div id="templates" >
    1.15  PERL-REPLACE::TEMPLATES
    1.16  </div>
    1.17 -    
    1.18 +
    1.19 +<div id="display" onmouseover="pokedex(['args__display'],['pokedex']);"></div>
    1.20 +
    1.21  <div id="inputbox" ></div>
    1.22  
    1.23 -<div id="display" onmouseover="pokedex(['args__display'],['pokedex']);">
    1.24 +
    1.25 +
    1.26  </div>
    1.27  
    1.28 +
    1.29  <div id="pokedex">
    1.30  </div>
    1.31  
    1.32 -
    1.33 -
    1.34  </body>
    1.35  
    1.36  </html>
     2.1 --- a/buy.pl	Fri Jan 01 23:31:58 2010 -0500
     2.2 +++ b/buy.pl	Sat Jan 02 01:42:50 2010 -0500
     2.3 @@ -88,10 +88,10 @@
     2.4  
     2.5  	
     2.6  $r = "<div id = \"i_templates\">Templates:<br>
     2.7 -   <input TYPE=\"image\" src = \"./templates/thumbnails/classic_$materialcolor.jpg\"  onmouseover=\"pokedex([\'args__classic\'],[\'pokedex\']);\"	onclick=\"display([\'template1\'], [\'display\']); inputbox([\'template1\'], [\'inputbox\']);material([\'template1\'], [\'materials\']);\" ID=\"template1\" NAME=\"template1\" VALUE=\"classic_$materialcolor\"    >
     2.8 -   <input TYPE=\"image\" src = \"./templates/thumbnails/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\"        >
     2.9 -   <input TYPE=\"image\" src = \"./templates/thumbnails/basic_$materialcolor.jpg\"  onmouseover=\"pokedex([\'args__basic\'],['pokedex\']);\"	onclick=\"display([\'template3\'], [\'display\']); inputbox([\'template3\'], [\'inputbox\']);material([\'template3\'], [\'materials\']);\" ID=\"template3\" NAME=\"template3\" VALUE=\"basic_$materialcolor\"          > 
    2.10 -   <input TYPE=\"image\" src = \"./templates/thumbnails/lines_$materialcolor.jpg\"  onmouseover=\"pokedex([\'args__lines\'],[\'pokedex\']);\"	onclick=\"display([\'template4\'], [\'display\']); inputbox([\'template4\'], [\'inputbox\']);material([\'template4\'], [\'materials\']);\" ID=\"template4\" NAME=\"template4\" VALUE=\"lines_$materialcolor\"           > 
    2.11 +   <input TYPE=\"image\" src = \"./images/templates/classic_$materialcolor.jpg\"  onmouseover=\"pokedex([\'args__classic\'],[\'pokedex\']);\"	onclick=\"display([\'template1\'], [\'display\']); inputbox([\'template1\'], [\'inputbox\']);material([\'template1\'], [\'materials\']);\" ID=\"template1\" NAME=\"template1\" VALUE=\"classic_$materialcolor\"    ><br>
    2.12 +   <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.13 +   <input TYPE=\"image\" src = \"./images/templates/basic_$materialcolor.jpg\"  onmouseover=\"pokedex([\'args__basic\'],['pokedex\']);\"	onclick=\"display([\'template3\'], [\'display\']); inputbox([\'template3\'], [\'inputbox\']);material([\'template3\'], [\'materials\']);\" ID=\"template3\" NAME=\"template3\" VALUE=\"basic_$materialcolor\"          ><br>
    2.14 +   <input TYPE=\"image\" src = \"./images/templates/lines_$materialcolor.jpg\"  onmouseover=\"pokedex([\'args__lines\'],[\'pokedex\']);\"	onclick=\"display([\'template4\'], [\'display\']); inputbox([\'template4\'], [\'inputbox\']);material([\'template4\'], [\'materials\']);\" ID=\"template4\" NAME=\"template4\" VALUE=\"lines_$materialcolor\"           > 
    2.15  	</div>
    2.16  
    2.17  ";
    2.18 @@ -150,7 +150,7 @@
    2.19  	
    2.20  	
    2.21  	$t ="
    2.22 -	<input TYPE=\"image\" src = \"./templates/display/$all.jpg\" >
    2.23 +	<input TYPE=\"image\" src = \"./images/display/$all.jpg\" >
    2.24  	";
    2.25  	return $t;
    2.26  	
    2.27 @@ -180,8 +180,8 @@
    2.28  $a =~ s/PERL-REPLACE::MATERIALS/$b/; #let's do it again!!! :)
    2.29  $b = &template("classic_acrylic_clear");
    2.30  
    2.31 -$a =~ s/PERL-REPLACE::TEMPLATES//; 
    2.32 -#$a =~ s/PERL-REPLACE::TEMPLATES/$b/; #comment out one or the other!
    2.33 +#$a =~ s/PERL-REPLACE::TEMPLATES//; 
    2.34 +$a =~ s/PERL-REPLACE::TEMPLATES/$b/; #comment out one or the other!
    2.35  
    2.36  
    2.37  
     3.1 --- a/buy_pieces/materials2.html	Fri Jan 01 23:31:58 2010 -0500
     3.2 +++ b/buy_pieces/materials2.html	Sat Jan 02 01:42:50 2010 -0500
     3.3 @@ -5,7 +5,7 @@
     3.4  		<div class = "Acrylic">
     3.5  		
     3.6  		
     3.7 -		<input TYPE="image" src = "./inkscape/clear_acrylic.png" onclick="template(['clear_acr'], ['templates']);display(['clear_acr'], ['display']); inputbox(['clear_acr'], ['inputbox']);" ID="clear_acr" NAME="clear_acr" VALUE=PERL::ACRYLIC_CLEAR>
     3.8 +		<input TYPE="image" src = "./inkscape/clear_acrylic.png" onclick="template(['clear_acr'], ['templates']);display(['clear_acr'], ['display']); inputbox(['clear_acr'], ['inputbox']);" ID="clear_acr" NAME="clear_acr" VALUE=PERL::ACRYLIC_CLEAR><br>
     3.9  		<input TYPE="image" src = "./inkscape/green_acrylic.png" onclick="template(['green_acr'], ['templates']);display(['green_acr'], ['display']); inputbox(['green_acr'], ['inputbox']);" ID="green_acr" NAME="green_acr" VALUE=PERL::ACRYLIC_GREEN>
    3.10  
    3.11  		</div>
     4.1 --- a/index.php	Fri Jan 01 23:31:58 2010 -0500
     4.2 +++ b/index.php	Sat Jan 02 01:42:50 2010 -0500
     4.3 @@ -16,10 +16,11 @@
     4.4  <div class="center">
     4.5  	<a href="."><img src="./images/wt_sm.jpg" name="but" border="0"></a>
     4.6  <div class="text">
     4.7 -  <p>Competition is tough.  Everyone wants that next job, that next opportunity.<br>
     4.8 -	 Everyone looks the same. <br />
     4.9 -	 Same suit, same hair, same business card.</p>
    4.10 -  <p>But not you &mdash laserkard is a unique way to make an impact when it counts.</p>
    4.11 +  <p>Competition is tough.  
    4.12 +  <br>Everyone wants that next job, that next opportunity.
    4.13 +  <br>They all look the same. 
    4.14 +  <br>Same suit, same hair, same business card.</p>
    4.15 +  <p>But not you &mdash <br> Laserkard is a unique way to make an impact when it counts.</p>
    4.16  </div>
    4.17  
    4.18  </div>
     5.1 --- a/log/error_log.log	Fri Jan 01 23:31:58 2010 -0500
     5.2 +++ b/log/error_log.log	Sat Jan 02 01:42:50 2010 -0500
     5.3 @@ -1826,3 +1826,244 @@
     5.4  [Fri Jan 01 23:31:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates, referer: http://laserkard.rlmcintyre.com/buy.pl
     5.5  [Fri Jan 01 23:31:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates, referer: http://laserkard.rlmcintyre.com/buy.pl
     5.6  [Fri Jan 01 23:31:23 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates, referer: http://laserkard.rlmcintyre.com/buy.pl
     5.7 +[Fri Jan 01 23:32:57 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
     5.8 +[Fri Jan 01 23:32:57 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
     5.9 +[Fri Jan 01 23:32:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.10 +[Fri Jan 01 23:33:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.11 +[Fri Jan 01 23:33:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.12 +[Fri Jan 01 23:33:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.13 +[Fri Jan 01 23:33:31 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.14 +[Fri Jan 01 23:33:31 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.15 +[Fri Jan 01 23:38:31 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.16 +[Fri Jan 01 23:38:31 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.17 +[Fri Jan 01 23:38:32 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.18 +[Fri Jan 01 23:38:32 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.19 +[Fri Jan 01 23:38:32 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.20 +[Fri Jan 01 23:38:32 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.21 +[Fri Jan 01 23:38:33 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.22 +[Fri Jan 01 23:38:33 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.23 +[Fri Jan 01 23:41:02 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.24 +[Fri Jan 01 23:41:02 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.25 +[Fri Jan 01 23:41:20 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.26 +[Fri Jan 01 23:41:20 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.27 +[Fri Jan 01 23:43:21 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.28 +[Fri Jan 01 23:43:21 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.29 +[Fri Jan 01 23:46:48 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.30 +[Fri Jan 01 23:46:48 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.31 +[Fri Jan 01 23:46:49 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.32 +[Fri Jan 01 23:46:49 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.33 +[Fri Jan 01 23:52:02 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.34 +[Fri Jan 01 23:52:02 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.35 +[Fri Jan 01 23:52:02 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.36 +[Fri Jan 01 23:52:02 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.37 +[Fri Jan 01 23:52:04 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.38 +[Fri Jan 01 23:52:04 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.39 +[Fri Jan 01 23:52:04 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.40 +[Fri Jan 01 23:52:04 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.41 +[Fri Jan 01 23:52:05 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.42 +[Fri Jan 01 23:52:05 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.43 +[Fri Jan 01 23:52:06 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.44 +[Fri Jan 01 23:52:06 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.45 +[Fri Jan 01 23:53:27 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.46 +[Fri Jan 01 23:53:27 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.47 +[Fri Jan 01 23:53:43 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.48 +[Fri Jan 01 23:53:43 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.49 +[Fri Jan 01 23:53:44 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.50 +[Fri Jan 01 23:53:44 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.51 +[Fri Jan 01 23:53:55 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.52 +[Fri Jan 01 23:53:55 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.53 +[Fri Jan 01 23:53:56 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.54 +[Fri Jan 01 23:53:56 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.55 +[Fri Jan 01 23:53:58 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.56 +[Fri Jan 01 23:53:58 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.57 +[Fri Jan 01 23:53:58 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.58 +[Fri Jan 01 23:53:58 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.59 +[Fri Jan 01 23:54:23 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.60 +[Fri Jan 01 23:54:23 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.61 +[Fri Jan 01 23:54:24 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.62 +[Fri Jan 01 23:54:24 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.63 +[Fri Jan 01 23:54:42 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.64 +[Fri Jan 01 23:54:42 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.65 +[Fri Jan 01 23:54:51 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.66 +[Fri Jan 01 23:54:51 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.67 +[Fri Jan 01 23:59:45 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.68 +[Fri Jan 01 23:59:45 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.69 +[Fri Jan 01 23:59:46 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.70 +[Fri Jan 01 23:59:46 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.71 +[Fri Jan 01 23:59:47 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.72 +[Fri Jan 01 23:59:47 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.73 +[Fri Jan 01 23:59:48 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.74 +[Fri Jan 01 23:59:48 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.75 +[Sat Jan 02 00:00:58 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.76 +[Sat Jan 02 00:00:58 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.77 +[Sat Jan 02 00:01:25 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.78 +[Sat Jan 02 00:01:25 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.79 +[Sat Jan 02 00:01:41 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.80 +[Sat Jan 02 00:01:41 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.81 +[Sat Jan 02 00:01:41 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.82 +[Sat Jan 02 00:01:41 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.83 +[Sat Jan 02 00:01:42 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.84 +[Sat Jan 02 00:01:42 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.85 +[Sat Jan 02 00:02:18 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.86 +[Sat Jan 02 00:02:18 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.87 +[Sat Jan 02 00:02:38 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.88 +[Sat Jan 02 00:02:38 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.89 +[Sat Jan 02 00:03:25 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.90 +[Sat Jan 02 00:03:25 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.91 +[Sat Jan 02 00:03:36 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.92 +[Sat Jan 02 00:03:36 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.93 +[Sat Jan 02 00:04:38 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.94 +[Sat Jan 02 00:04:38 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.95 +[Sat Jan 02 00:04:48 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.96 +[Sat Jan 02 00:04:48 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.97 +[Sat Jan 02 00:04:53 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
    5.98 +[Sat Jan 02 00:04:53 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    5.99 +[Sat Jan 02 00:04:54 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.100 +[Sat Jan 02 00:04:54 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.101 +[Sat Jan 02 00:04:56 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.102 +[Sat Jan 02 00:04:56 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.103 +[Sat Jan 02 00:05:04 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.104 +[Sat Jan 02 00:05:04 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.105 +[Sat Jan 02 00:05:12 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.106 +[Sat Jan 02 00:05:12 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.107 +[Sat Jan 02 00:07:24 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.108 +[Sat Jan 02 00:07:24 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.109 +[Sat Jan 02 00:07:25 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.110 +[Sat Jan 02 00:07:25 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.111 +[Sat Jan 02 00:07:26 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.112 +[Sat Jan 02 00:07:26 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.113 +[Sat Jan 02 00:07:27 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.114 +[Sat Jan 02 00:07:27 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.115 +[Sat Jan 02 00:07:27 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.116 +[Sat Jan 02 00:07:27 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.117 +[Sat Jan 02 00:07:27 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.118 +[Sat Jan 02 00:07:27 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.119 +[Sat Jan 02 00:07:38 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.120 +[Sat Jan 02 00:07:38 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.121 +[Sat Jan 02 00:07:39 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.122 +[Sat Jan 02 00:07:39 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.123 +[Sat Jan 02 00:07:39 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.124 +[Sat Jan 02 00:07:39 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.125 +[Sat Jan 02 00:07:40 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.126 +[Sat Jan 02 00:07:40 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.127 +[Sat Jan 02 00:07:41 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.128 +[Sat Jan 02 00:07:41 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.129 +[Sat Jan 02 00:07:41 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.130 +[Sat Jan 02 00:07:41 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.131 +[Sat Jan 02 00:08:20 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.132 +[Sat Jan 02 00:08:20 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.133 +[Sat Jan 02 00:11:22 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.134 +[Sat Jan 02 00:11:22 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.135 +[Sat Jan 02 00:11:23 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.136 +[Sat Jan 02 00:11:23 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.137 +[Sat Jan 02 00:13:08 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.138 +[Sat Jan 02 00:13:08 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.139 +[Sat Jan 02 00:13:09 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.140 +[Sat Jan 02 00:13:09 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.141 +[Sat Jan 02 00:14:03 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.142 +[Sat Jan 02 00:14:03 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.143 +[Sat Jan 02 00:14:04 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.144 +[Sat Jan 02 00:14:04 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.145 +[Sat Jan 02 00:15:08 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.146 +[Sat Jan 02 00:15:08 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.147 +[Sat Jan 02 00:15:09 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.148 +[Sat Jan 02 00:15:09 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.149 +[Sat Jan 02 00:16:20 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.150 +[Sat Jan 02 00:16:20 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.151 +[Sat Jan 02 00:17:27 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.152 +[Sat Jan 02 00:17:27 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.153 +[Sat Jan 02 00:17:45 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.154 +[Sat Jan 02 00:17:45 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.155 +[Sat Jan 02 00:17:46 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.156 +[Sat Jan 02 00:17:46 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.157 +[Sat Jan 02 00:18:37 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.158 +[Sat Jan 02 00:18:37 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.159 +[Sat Jan 02 00:20:23 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.160 +[Sat Jan 02 00:20:23 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.161 +[Sat Jan 02 00:20:24 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.162 +[Sat Jan 02 00:20:24 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.163 +[Sat Jan 02 00:20:24 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.164 +[Sat Jan 02 00:20:24 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.165 +[Sat Jan 02 00:20:45 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.166 +[Sat Jan 02 00:20:45 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.167 +[Sat Jan 02 00:20:46 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.168 +[Sat Jan 02 00:20:46 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.169 +[Sat Jan 02 00:21:20 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.170 +[Sat Jan 02 00:21:20 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.171 +[Sat Jan 02 00:21:26 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.172 +[Sat Jan 02 00:21:26 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.173 +[Sat Jan 02 00:21:27 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.174 +[Sat Jan 02 00:21:27 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.175 +[Sat Jan 02 00:21:28 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.176 +[Sat Jan 02 00:21:28 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.177 +[Sat Jan 02 00:21:28 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.178 +[Sat Jan 02 00:21:28 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.179 +[Sat Jan 02 00:21:54 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.180 +[Sat Jan 02 00:21:54 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.181 +[Sat Jan 02 00:22:26 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.182 +[Sat Jan 02 00:22:26 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.183 +[Sat Jan 02 00:24:00 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.184 +[Sat Jan 02 00:24:00 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.185 +[Sat Jan 02 00:24:03 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.186 +[Sat Jan 02 00:24:03 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.187 +[Sat Jan 02 00:24:03 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.188 +[Sat Jan 02 00:24:03 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.189 +[Sat Jan 02 00:24:03 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.190 +[Sat Jan 02 00:24:03 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.191 +[Sat Jan 02 00:25:21 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.192 +[Sat Jan 02 00:25:21 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.193 +[Sat Jan 02 00:25:22 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.194 +[Sat Jan 02 00:25:22 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.195 +[Sat Jan 02 00:35:07 2010] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.196 +[Sat Jan 02 00:35:07 2010] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.197 +[Sat Jan 02 00:35:08 2010] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.198 +[Sat Jan 02 00:35:08 2010] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.199 +[Sat Jan 02 00:44:56 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.200 +[Sat Jan 02 00:44:56 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.201 +[Sat Jan 02 00:44:57 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.202 +[Sat Jan 02 00:44:57 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.203 +[Sat Jan 02 00:47:50 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.204 +[Sat Jan 02 00:47:50 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.205 +[Sat Jan 02 00:47:51 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.206 +[Sat Jan 02 00:47:51 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.207 +[Sat Jan 02 00:47:52 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.208 +[Sat Jan 02 00:47:52 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.209 +[Sat Jan 02 00:47:55 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.210 +[Sat Jan 02 00:47:55 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.211 +[Sat Jan 02 00:51:51 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.212 +[Sat Jan 02 00:51:51 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.213 +[Sat Jan 02 00:53:34 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.214 +[Sat Jan 02 00:53:34 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.215 +[Sat Jan 02 00:53:34 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.216 +[Sat Jan 02 00:53:34 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.217 +[Sat Jan 02 00:53:35 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.218 +[Sat Jan 02 00:53:35 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.219 +[Sat Jan 02 00:53:48 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.220 +[Sat Jan 02 00:53:48 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.221 +[Sat Jan 02 00:53:49 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.222 +[Sat Jan 02 00:53:49 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.223 +[Sat Jan 02 01:08:28 2010] [error] [client 18.50.1.73] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico
   5.224 +[Sat Jan 02 01:08:31 2010] [error] [client 18.50.1.73] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico
   5.225 +[Sat Jan 02 01:08:31 2010] [error] [client 18.50.1.73] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico
   5.226 +[Sat Jan 02 01:08:32 2010] [error] [client 18.50.1.73] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.227 +[Sat Jan 02 01:08:32 2010] [error] [client 18.50.1.73] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.228 +[Sat Jan 02 01:08:54 2010] [error] [client 18.50.1.73] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.229 +[Sat Jan 02 01:08:54 2010] [error] [client 18.50.1.73] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.230 +[Sat Jan 02 01:08:56 2010] [error] [client 18.50.1.73] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.231 +[Sat Jan 02 01:08:56 2010] [error] [client 18.50.1.73] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.232 +[Sat Jan 02 01:08:58 2010] [error] [client 18.50.1.73] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.233 +[Sat Jan 02 01:08:58 2010] [error] [client 18.50.1.73] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.234 +[Sat Jan 02 01:08:59 2010] [error] [client 18.50.1.73] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.235 +[Sat Jan 02 01:08:59 2010] [error] [client 18.50.1.73] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.236 +[Sat Jan 02 01:09:00 2010] [error] [client 18.50.1.73] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.237 +[Sat Jan 02 01:09:00 2010] [error] [client 18.50.1.73] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.238 +[Sat Jan 02 01:09:01 2010] [error] [client 18.50.1.73] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.239 +[Sat Jan 02 01:09:01 2010] [error] [client 18.50.1.73] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.240 +[Sat Jan 02 01:13:02 2010] [error] [client 18.50.1.73] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.241 +[Sat Jan 02 01:13:02 2010] [error] [client 18.50.1.73] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.242 +[Sat Jan 02 01:19:07 2010] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.243 +[Sat Jan 02 01:19:07 2010] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.244 +[Sat Jan 02 01:29:39 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.245 +[Sat Jan 02 01:29:39 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
   5.246 +[Sat Jan 02 01:29:39 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
   5.247 +[Sat Jan 02 01:29:39 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
     6.1 --- a/main.css	Fri Jan 01 23:31:58 2010 -0500
     6.2 +++ b/main.css	Sat Jan 02 01:42:50 2010 -0500
     6.3 @@ -74,64 +74,14 @@
     6.4  }
     6.5  div.text
     6.6  {
     6.7 -	color:#888;
     6.8 -	font-family:Helvetica, sans-serif, Arial;
     6.9 -	font-size:11px;
    6.10 +	color:#aaaaaa;
    6.11 +	/*font-family:Helvetica, sans-serif, Arial;*/
    6.12 +	font: bold 13.5px "arial", "sans-serif";
    6.13 +	
    6.14  	margin-top:80px;
    6.15  	margin-bottom:30px;
    6.16  }
    6.17 -div.leftslab
    6.18 -{
    6.19 -	float:left;
    6.20 -	width:400px;
    6.21 -	position:relative;
    6.22 -	left:50%;
    6.23 -	margin-left:-200px;
    6.24 -}
    6.25 -div.templates
    6.26 -{
    6.27 -	margin-left:auto;
    6.28 -	margin-right:auto;
    6.29 -	width:300px;
    6.30 -	background-color:#333;
    6.31 -	border:thin;
    6.32 -	border-color:#FFF;
    6.33 -	color:#FFF;
    6.34 -	font-family:Arial, Helvetica, sans-serif;
    6.35 -	font-size:11px;
    6.36 -}
    6.37 -div.materials
    6.38 -{
    6.39 -	margin-left:auto;
    6.40 -	margin-right:auto;
    6.41 -	width:300px;
    6.42 -	background-color:#333;
    6.43 -	border:thin;
    6.44 -	border-color:#FFF;
    6.45 -	color:#FFF;
    6.46 -	font-family:Arial, Helvetica, sans-serif;
    6.47 -	font-size:11px;
    6.48 -}
    6.49 -div.inputbox
    6.50 -{
    6.51 -	margin-left:auto;
    6.52 -	margin-right:auto;
    6.53 -	width:300px;
    6.54 -	background-color:#333;
    6.55 -	border:thin;
    6.56 -	border-color:#FFF;
    6.57 -	color:#FFF;
    6.58 -	font-family:Arial, Helvetica, sans-serif;
    6.59 -	font-size:11px;
    6.60 -}
    6.61 -div.rightslab
    6.62 -{
    6.63 -	float:left;
    6.64 -	width:400px;
    6.65 -	position:relative;
    6.66 -	left:50%;
    6.67 -	margin-left:0;
    6.68 -}
    6.69 +
    6.70  img
    6.71  {
    6.72  	margin:0;
     7.1 --- a/paypal/basic_acrylic_clear.paylist	Fri Jan 01 23:31:58 2010 -0500
     7.2 +++ b/paypal/basic_acrylic_clear.paylist	Sat Jan 02 01:42:50 2010 -0500
     7.3 @@ -23,7 +23,7 @@
     7.4  
     7.5  <!--   -->
     7.6  <input type="hidden" name="baseamt" value="00">
     7.7 -<input type="hidden" name="basedes" value="Clarity LaserKard<br> &mdash; Basic Style">
     7.8 +<input type="hidden" name="basedes" value="Clarity LaserKard  Basic Style">
     7.9  <!--   -->
    7.10  <input type="hidden" name="baseon0" value = "Line 1">
    7.11  <input type="hidden" name="baseos0">
    7.12 @@ -79,7 +79,7 @@
    7.13    </select>
    7.14  <!--   -->
    7.15  <br>
    7.16 -<h1>Clarity LaserKard<br> &mdash; Basic Style</h1>
    7.17 +<h1>Clarity LaserKard  Basic Style</h1>
    7.18  
    7.19  
    7.20  
     8.1 --- a/paypal/basic_acrylic_green.paylist	Fri Jan 01 23:31:58 2010 -0500
     8.2 +++ b/paypal/basic_acrylic_green.paylist	Sat Jan 02 01:42:50 2010 -0500
     8.3 @@ -23,7 +23,7 @@
     8.4  
     8.5  <!--   -->
     8.6  <input type="hidden" name="baseamt" value="00">
     8.7 -<input type="hidden" name="basedes" value="Vitality LaserKard<br> &mdash; Basic Style">
     8.8 +<input type="hidden" name="basedes" value="Vitality LaserKard Basic Style">
     8.9  <!--   -->
    8.10  <input type="hidden" name="baseon0" value = "Line 1">
    8.11  <input type="hidden" name="baseos0">
    8.12 @@ -79,7 +79,7 @@
    8.13    </select>
    8.14  <!--   -->
    8.15  <br>
    8.16 -<h1>Vitality LaserKard<br> &mdash; Basic Style</h1>
    8.17 +<h1>Vitality LaserKard Basic Style</h1>
    8.18  
    8.19  
    8.20  
     9.1 --- a/paypal/big_acrylic_clear.paylist	Fri Jan 01 23:31:58 2010 -0500
     9.2 +++ b/paypal/big_acrylic_clear.paylist	Sat Jan 02 01:42:50 2010 -0500
     9.3 @@ -23,7 +23,7 @@
     9.4  
     9.5  <!--   -->
     9.6  <input type="hidden" name="baseamt" value="00">
     9.7 -<input type="hidden" name="basedes" value="Clarity LaserKard <br>&mdash;BIG Style">
     9.8 +<input type="hidden" name="basedes" value="Clarity LaserKard BIG Style">
     9.9  <!--   -->
    9.10  <input type="hidden" name="baseon0" value = "Line 1">
    9.11  <input type="hidden" name="baseos0">
    9.12 @@ -79,7 +79,7 @@
    9.13    </select>
    9.14  <!--   -->
    9.15  <br>
    9.16 -<h1>Clarity LaserKard <br>&mdash;BIG Style</h1>
    9.17 +<h1>Clarity LaserKard BIG Style</h1>
    9.18  
    9.19  
    9.20  
    10.1 --- a/paypal/big_acrylic_green.paylist	Fri Jan 01 23:31:58 2010 -0500
    10.2 +++ b/paypal/big_acrylic_green.paylist	Sat Jan 02 01:42:50 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="Vitality LaserKard <br>&mdash;BIG Style">
    10.8 +<input type="hidden" name="basedes" value="Vitality LaserKard BIG Style">
    10.9  <!--   -->
   10.10  <input type="hidden" name="baseon0" value = "Line 1">
   10.11  <input type="hidden" name="baseos0">
   10.12 @@ -79,7 +79,7 @@
   10.13    </select>
   10.14  <!--   -->
   10.15  <br>
   10.16 -<h1>Vitality LaserKard <br>&mdash;BIG Style</h1>
   10.17 +<h1>Vitality LaserKard BIG Style</h1>
   10.18  
   10.19  
   10.20  
    11.1 --- a/paypal/classic_acrylic_clear.paylist	Fri Jan 01 23:31:58 2010 -0500
    11.2 +++ b/paypal/classic_acrylic_clear.paylist	Sat Jan 02 01:42:50 2010 -0500
    11.3 @@ -23,7 +23,7 @@
    11.4  
    11.5  <!--   -->
    11.6  <input type="hidden" name="baseamt" value="00">
    11.7 -<input type="hidden" name="basedes" value="Clarity LaserKard <br>&mdash; Classic Style">
    11.8 +<input type="hidden" name="basedes" value="Clarity LaserKard Classic Style">
    11.9  <!--   -->
   11.10  <input type="hidden" name="baseon0" value = "Line 1">
   11.11  <input type="hidden" name="baseos0">
   11.12 @@ -79,7 +79,7 @@
   11.13    </select>
   11.14  <!--   -->
   11.15  <br>
   11.16 -<h1>Clarity LaserKard <br>&mdash; Classic Style</h1>
   11.17 +<h1>Clarity LaserKard Classic Style</h1>
   11.18  
   11.19  
   11.20  
    12.1 --- a/paypal/classic_acrylic_green.paylist	Fri Jan 01 23:31:58 2010 -0500
    12.2 +++ b/paypal/classic_acrylic_green.paylist	Sat Jan 02 01:42:50 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 <br>&mdash; Classic Style">
    12.8 +<input type="hidden" name="basedes" value="Vitality LaserKard  Classic Style">
    12.9  <!--   -->
   12.10  <input type="hidden" name="baseon0" value = "Line 1">
   12.11  <input type="hidden" name="baseos0">
   12.12 @@ -79,7 +79,7 @@
   12.13    </select>
   12.14  <!--   -->
   12.15  <br>
   12.16 -<h1>Vitality LaserKard <br>&mdash; Classic Style</h1>
   12.17 +<h1>Vitality LaserKard  Classic Style</h1>
   12.18  
   12.19  
   12.20  
    13.1 --- a/paypal/lines_acrylic_clear.paylist	Fri Jan 01 23:31:58 2010 -0500
    13.2 +++ b/paypal/lines_acrylic_clear.paylist	Sat Jan 02 01:42:50 2010 -0500
    13.3 @@ -23,7 +23,7 @@
    13.4  
    13.5  <!--   -->
    13.6  <input type="hidden" name="baseamt" value="00">
    13.7 -<input type="hidden" name="basedes" value="Clarity LaserKard <br>&mdash; Lines Style">
    13.8 +<input type="hidden" name="basedes" value="Clarity LaserKard  Lines Style">
    13.9  <!--   -->
   13.10  <input type="hidden" name="baseon0" value = "Line 1">
   13.11  <input type="hidden" name="baseos0">
   13.12 @@ -79,7 +79,7 @@
   13.13    </select>
   13.14  <!--   -->
   13.15  <br>
   13.16 -<h1>Clarity LaserKard <br>&mdash; Lines Style</h1>
   13.17 +<h1>Clarity LaserKard  Lines Style</h1>
   13.18  
   13.19  
   13.20  
    14.1 --- a/paypal/lines_acrylic_green.paylist	Fri Jan 01 23:31:58 2010 -0500
    14.2 +++ b/paypal/lines_acrylic_green.paylist	Sat Jan 02 01:42:50 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 <br>&mdash; Lines Style">
    14.8 +<input type="hidden" name="basedes" value="Vitality LaserKard  Lines Style">
    14.9  <!--   -->
   14.10  <input type="hidden" name="baseon0" value = "Line 1">
   14.11  <input type="hidden" name="baseos0">
   14.12 @@ -79,7 +79,7 @@
   14.13    </select>
   14.14  <!--   -->
   14.15  <br>
   14.16 -<h1>Vitality LaserKard <br>&mdash; Lines Style</h1>
   14.17 +<h1>Vitality LaserKard  Lines Style</h1>
   14.18  
   14.19  
   14.20  
    15.1 --- a/paypal/make.pl	Fri Jan 01 23:31:58 2010 -0500
    15.2 +++ b/paypal/make.pl	Sat Jan 02 01:42:50 2010 -0500
    15.3 @@ -3,7 +3,7 @@
    15.4  {#classic_acrylic_clear
    15.5  &paylist
    15.6  (
    15.7 -TITLE  => "Clarity LaserKard <br>&mdash; Classic Style",
    15.8 +TITLE  => "Clarity LaserKard Classic Style",
    15.9  NAME   => 'classic_acrylic_clear', 
   15.10  
   15.11  FIELDS      => ["Line 1", "Line 2","Line 3","Line 4","Line 5","Side"],
   15.12 @@ -21,7 +21,7 @@
   15.13  {#big_acrylic_clear
   15.14  &paylist
   15.15  (
   15.16 -TITLE  => "Clarity LaserKard <br>&mdash;BIG Style",
   15.17 +TITLE  => "Clarity LaserKard BIG Style",
   15.18  NAME   => 'big_acrylic_clear', 
   15.19  
   15.20  FIELDS      => ["Line 1", "Line 2"],
   15.21 @@ -38,7 +38,7 @@
   15.22  {#basic_acrylic_clear
   15.23  &paylist
   15.24  (
   15.25 -TITLE  => "Clarity LaserKard<br> &mdash; Basic Style",
   15.26 +TITLE  => "Clarity LaserKard  Basic Style",
   15.27  NAME   => 'basic_acrylic_clear', 
   15.28  
   15.29  FIELDS      => ["Line 1", "Line 2","Line 3","Line 4"],
   15.30 @@ -55,7 +55,7 @@
   15.31  {#lines_acrylic_clear
   15.32  &paylist
   15.33  (
   15.34 -TITLE  => "Clarity LaserKard <br>&mdash; Lines Style",
   15.35 +TITLE  => "Clarity LaserKard  Lines Style",
   15.36  NAME   => 'lines_acrylic_clear', 
   15.37  
   15.38  FIELDS      => ["Line 1", "Line 2","Line 3","Line 4","Line 5","Line 6"],
   15.39 @@ -75,7 +75,7 @@
   15.40  {#classic_acrylic_green
   15.41  &paylist
   15.42  (
   15.43 -TITLE  => "Vitality LaserKard <br>&mdash; Classic Style",
   15.44 +TITLE  => "Vitality LaserKard  Classic Style",
   15.45  NAME   => 'classic_acrylic_green', 
   15.46  
   15.47  FIELDS      => ["Line 1", "Line 2","Line 3","Line 4","Line 5","Side"],
   15.48 @@ -93,7 +93,7 @@
   15.49  {#big_acrylic_green
   15.50  &paylist
   15.51  (
   15.52 -TITLE  => "Vitality LaserKard <br>&mdash;BIG Style",
   15.53 +TITLE  => "Vitality LaserKard BIG Style",
   15.54  NAME   => 'big_acrylic_green', 
   15.55  
   15.56  FIELDS      => ["Line 1", "Line 2"],
   15.57 @@ -110,7 +110,7 @@
   15.58  {#basic_acrylic_green
   15.59  &paylist
   15.60  (
   15.61 -TITLE  => "Vitality LaserKard<br> &mdash; Basic Style",
   15.62 +TITLE  => "Vitality LaserKard Basic Style",
   15.63  NAME   => 'basic_acrylic_green', 
   15.64  
   15.65  FIELDS      => ["Line 1", "Line 2","Line 3","Line 4"],
   15.66 @@ -127,7 +127,7 @@
   15.67  {#lines_acrylic_green
   15.68  &paylist
   15.69  (
   15.70 -TITLE  => "Vitality LaserKard <br>&mdash; Lines Style",
   15.71 +TITLE  => "Vitality LaserKard  Lines Style",
   15.72  NAME   => 'lines_acrylic_green', 
   15.73  
   15.74  FIELDS      => ["Line 1", "Line 2","Line 3","Line 4","Line 5","Line 6"],
    16.1 --- a/sexy.css	Fri Jan 01 23:31:58 2010 -0500
    16.2 +++ b/sexy.css	Sat Jan 02 01:42:50 2010 -0500
    16.3 @@ -10,19 +10,32 @@
    16.4  
    16.5  }
    16.6  
    16.7 +div.whole
    16.8 +{
    16.9 +  width: 1200px ;
   16.10 +  margin-left: auto ;
   16.11 +  margin-right: auto ;
   16.12 +
   16.13 +
   16.14 +
   16.15 +}
   16.16  
   16.17  
   16.18           
   16.19  div#i_materials
   16.20  {
   16.21 -padding:15px;
   16.22 +display: none;
   16.23 +padding:5px;
   16.24  border-style:solid;
   16.25  border-color:#79797b;
   16.26  border-width:1px;
   16.27  
   16.28 -position:absolute;
   16.29 -left:80px;
   16.30 -top:80px;
   16.31 +width:auto;
   16.32 +float:left;
   16.33 +margin:15px;
   16.34 +/*position:absolute;
   16.35 +left:15px;
   16.36 +top:80px;*/
   16.37  background-color:#000000;
   16.38  
   16.39  }
   16.40 @@ -40,24 +53,36 @@
   16.41  border-color:#79797b;
   16.42  border-width:1px;
   16.43  
   16.44 +float: left;
   16.45 +width: auto;
   16.46  
   16.47 +margin:15px;
   16.48 +
   16.49 +/*
   16.50  position:absolute;
   16.51  left:15px;
   16.52  bottom:15px;
   16.53 +*/
   16.54 +
   16.55  }
   16.56  
   16.57  
   16.58  
   16.59  div#display 
   16.60  {
   16.61 +
   16.62 +float:left;
   16.63 +margin:15px;
   16.64 +/*
   16.65  position:absolute;
   16.66 -left:500px;
   16.67 +left:200px;
   16.68  top:80px;
   16.69 +*/
   16.70  background-color:#FEE2F9;
   16.71  }
   16.72  
   16.73  
   16.74 -input#template1,input#template2,input#template3,input#template4
   16.75 +input#template1,input#template2,input#template3,input#template4, input#clear_acr, input#green_acr
   16.76  {
   16.77  padding:3px;
   16.78  #border-style:solid;
   16.79 @@ -68,16 +93,24 @@
   16.80  
   16.81  div#i_inputbox
   16.82  {
   16.83 -padding:25px;
   16.84 +padding:10px;
   16.85  border-style:solid;
   16.86  border-color:#79797b;
   16.87  border-width:1px;
   16.88  
   16.89  font: bold 14px "helvetica","arial", "sans-serif";
   16.90  color: white;
   16.91 +
   16.92 +float:left;
   16.93 +width:280px;
   16.94 +margin:5px;
   16.95 +
   16.96 +/*
   16.97  position:absolute;
   16.98  left:1260px;
   16.99  top:80px;
  16.100 +*/
  16.101 +
  16.102  background-color:#000000;
  16.103  }
  16.104