# HG changeset patch # User rlm # Date 1262571076 18000 # Node ID 2979a76e3fdf594f6cdc63ddb5f9cc50be4cccdd # Parent 707d202f58b1d598969964751014d76bcd9d1345 [svn r25] meeting with kevin diff -r 707d202f58b1 -r 2979a76e3fdf buy.html --- a/buy.html Sun Jan 03 08:30:32 2010 -0500 +++ b/buy.html Sun Jan 03 21:11:16 2010 -0500 @@ -21,25 +21,25 @@
-
PERL-REPLACE::DISPLAY
+
PERL-REPLACE::DISPLAY
-Please click a template from the left... +
1. Choose!
-...and then please fill out the form to the right. +
        2. Info!
-
+
PERL-REPLACE::POKEDEX
@@ -47,7 +47,7 @@
PERL-REPLACE::INPUTBOX
-
 
+
diff -r 707d202f58b1 -r 2979a76e3fdf buy.pl --- a/buy.pl Sun Jan 03 08:30:32 2010 -0500 +++ b/buy.pl Sun Jan 03 21:11:16 2010 -0500 @@ -89,7 +89,7 @@ $materialcolor = $1; -$r = "
Templates:
+$r = "
Templates

@@ -155,9 +155,15 @@ - $t =" - - "; + $t = < +HERE + + +$t =~ s/PERL::PIC/$all/g; + + + return $t; } @@ -195,6 +201,9 @@ $b = &inputbox("big_acrylic_clear"); $a =~ s/PERL-REPLACE::INPUTBOX/$b/; +$b = &pokedex('big'); +$a =~ s/PERL-REPLACE::POKEDEX/$b/; + return $a @@ -206,9 +215,59 @@ sub pokedex { + +$classic = <The Classic LaserKard. +Balanced and Complete. The original LaserKard. For those that wish to leave no stone unturned. It's all there. +HERE + +$bold = <The Bold Kard. +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. +HERE + +$arrow = <The Arrow Kard. +Precise and Straightforward. For those that seek to make a statement while being clear and concise. Straight as an arrow. +HERE + +$direct = <The Direct Kard. +Thorough and Distinct. For those that aim to demonstrate their professionalism with style. Push the envelope. Be Direct. +HERE + + + +my %megahash = +( + +'big' => $bold, + +'basic' => $arrow, + +'lines' => $direct, + +'classic' => $classic, + +'big_acrylic_clear' => $bold, + +'classic_acrylic_clear' => $classic, + +'basic_acrylic_clear' => $arrow, + +'lines_acrylic_clear' => $direct +); + + + my $key = shift; -return $key; + +if (!$megahash{$key}){return $key;} + +return $megahash{$key}; + + } @@ -223,7 +282,7 @@ # this here function makes the paypal button go away so people know it's working! sub vanish { -return "Fuck you!" +return ""; } diff -r 707d202f58b1 -r 2979a76e3fdf images/left.png Binary file images/left.png has changed diff -r 707d202f58b1 -r 2979a76e3fdf images/leftg.png Binary file images/leftg.png has changed diff -r 707d202f58b1 -r 2979a76e3fdf images/right.png Binary file images/right.png has changed diff -r 707d202f58b1 -r 2979a76e3fdf images/rightg.png Binary file images/rightg.png has changed diff -r 707d202f58b1 -r 2979a76e3fdf images/up.png Binary file images/up.png has changed diff -r 707d202f58b1 -r 2979a76e3fdf inkscape/arrow.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/inkscape/arrow.svg Sun Jan 03 21:11:16 2010 -0500 @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff -r 707d202f58b1 -r 2979a76e3fdf log/error_log.log --- a/log/error_log.log Sun Jan 03 08:30:32 2010 -0500 +++ b/log/error_log.log Sun Jan 03 21:11:16 2010 -0500 @@ -2069,3 +2069,170 @@ [Sat Jan 02 01:29:39 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl [Sun Jan 03 07:49:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico [Sun Jan 03 07:49:13 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico +[Sun Jan 03 09:54:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 +[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 diff -r 707d202f58b1 -r 2979a76e3fdf paypal/BASE.paylist --- a/paypal/BASE.paylist Sun Jan 03 08:30:32 2010 -0500 +++ b/paypal/BASE.paylist Sun Jan 03 21:11:16 2010 -0500 @@ -23,7 +23,7 @@ - + @@ -99,7 +99,7 @@

-Please Wait... +Sending Order...
diff -r 707d202f58b1 -r 2979a76e3fdf paypal/basic_acrylic_clear.paylist --- a/paypal/basic_acrylic_clear.paylist Sun Jan 03 08:30:32 2010 -0500 +++ b/paypal/basic_acrylic_clear.paylist Sun Jan 03 21:11:16 2010 -0500 @@ -1,5 +1,5 @@
-Clarity LaserKard Basic Style +Clarity:
The Arrow Kard.


@@ -23,7 +23,7 @@ - + @@ -143,7 +143,7 @@

-Please Wait... +Sending Order...
diff -r 707d202f58b1 -r 2979a76e3fdf paypal/basic_acrylic_green.paylist --- a/paypal/basic_acrylic_green.paylist Sun Jan 03 08:30:32 2010 -0500 +++ b/paypal/basic_acrylic_green.paylist Sun Jan 03 21:11:16 2010 -0500 @@ -23,7 +23,7 @@ - + @@ -139,7 +139,7 @@

-Please Wait... +Sending Order...
diff -r 707d202f58b1 -r 2979a76e3fdf paypal/big_acrylic_clear.paylist --- a/paypal/big_acrylic_clear.paylist Sun Jan 03 08:30:32 2010 -0500 +++ b/paypal/big_acrylic_clear.paylist Sun Jan 03 21:11:16 2010 -0500 @@ -1,5 +1,5 @@
-Clarity LaserKard BIG Style +Clarity:
The Bold Kard.


@@ -23,7 +23,7 @@ - + @@ -129,7 +129,7 @@

-Please Wait... +Sending Order...
diff -r 707d202f58b1 -r 2979a76e3fdf paypal/big_acrylic_green.paylist --- a/paypal/big_acrylic_green.paylist Sun Jan 03 08:30:32 2010 -0500 +++ b/paypal/big_acrylic_green.paylist Sun Jan 03 21:11:16 2010 -0500 @@ -23,7 +23,7 @@ - + @@ -133,7 +133,7 @@

-Please Wait... +Sending Order...
diff -r 707d202f58b1 -r 2979a76e3fdf paypal/classic_acrylic_clear.paylist --- a/paypal/classic_acrylic_clear.paylist Sun Jan 03 08:30:32 2010 -0500 +++ b/paypal/classic_acrylic_clear.paylist Sun Jan 03 21:11:16 2010 -0500 @@ -1,5 +1,5 @@
-Clarity LaserKard Classic Style +Clarity:
The Classic Kard.


@@ -23,7 +23,7 @@ - + @@ -149,7 +149,7 @@

-Please Wait... +Sending Order...
diff -r 707d202f58b1 -r 2979a76e3fdf paypal/classic_acrylic_green.paylist --- a/paypal/classic_acrylic_green.paylist Sun Jan 03 08:30:32 2010 -0500 +++ b/paypal/classic_acrylic_green.paylist Sun Jan 03 21:11:16 2010 -0500 @@ -23,7 +23,7 @@ - + @@ -149,7 +149,7 @@

-Please Wait... +Sending Order...
diff -r 707d202f58b1 -r 2979a76e3fdf paypal/generate_paylists.pm --- a/paypal/generate_paylists.pm Sun Jan 03 08:30:32 2010 -0500 +++ b/paypal/generate_paylists.pm Sun Jan 03 21:11:16 2010 -0500 @@ -25,7 +25,7 @@ DEFAULTS => ['jbond@mi6.co.uk','123.456.7890','James Bond','MI6','Secret Agent','http://www.jamesbond.com'], @_, # argument pair list goes here ); - + $prod_name = $args{PRODUCT_NAME}; @defaults = @{$args{DEFAULTS}}; $name = $args{NAME}; @fields = @{$args{FIELDS}}; @@ -69,6 +69,8 @@ {#PERL::TITLE $base =~ s/PERL::TITLE/$title/g; +$base =~ s/PERL::PRODUCT-NAME/$prod_name/g; + } {#PERL::OPT0 -- PERL::OPT9 diff -r 707d202f58b1 -r 2979a76e3fdf paypal/lines_acrylic_clear.paylist --- a/paypal/lines_acrylic_clear.paylist Sun Jan 03 08:30:32 2010 -0500 +++ b/paypal/lines_acrylic_clear.paylist Sun Jan 03 21:11:16 2010 -0500 @@ -1,5 +1,5 @@
-Clarity LaserKard Lines Style +Clarity:
The Direct Kard.


@@ -23,7 +23,7 @@ - + @@ -149,7 +149,7 @@

-Please Wait... +Sending Order...
diff -r 707d202f58b1 -r 2979a76e3fdf paypal/lines_acrylic_green.paylist --- a/paypal/lines_acrylic_green.paylist Sun Jan 03 08:30:32 2010 -0500 +++ b/paypal/lines_acrylic_green.paylist Sun Jan 03 21:11:16 2010 -0500 @@ -23,7 +23,7 @@ - + @@ -149,7 +149,7 @@

-Please Wait... +Sending Order...
diff -r 707d202f58b1 -r 2979a76e3fdf paypal/make.pl --- a/paypal/make.pl Sun Jan 03 08:30:32 2010 -0500 +++ b/paypal/make.pl Sun Jan 03 21:11:16 2010 -0500 @@ -4,7 +4,9 @@ {#big_acrylic_clear &paylist ( -TITLE => "Clarity LaserKard BIG Style", +TITLE => 'Clarity:
The Bold Kard.', +PRODUCT_NAME => 'Clarity: The Bold Kard', + NAME => 'big_acrylic_clear', FIELDS => ["Line 1 (James Bond)", "Line 2 (jbond\@mi6.co.uk)"], @@ -22,7 +24,9 @@ {#basic_acrylic_clear &paylist ( -TITLE => "Clarity LaserKard Basic Style", +TITLE => 'Clarity:
The Arrow Kard.', +PRODUCT_NAME => 'Clarity: The Arrow Kard', + NAME => 'basic_acrylic_clear', FIELDS => ["Line 1 (James Bond)", "Line 2 (MI6)","Line 3 (Secret Agent)","Line 4 (jbond\@mi6.co.uk)"], @@ -41,7 +45,9 @@ {#classic_acrylic_clear &paylist ( -TITLE => "Clarity LaserKard Classic Style", +TITLE => 'Clarity:
The Classic Kard.', +PRODUCT_NAME => 'Clarity: The Classic Kard', + NAME => 'classic_acrylic_clear', 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)"], @@ -61,7 +67,9 @@ {#lines_acrylic_clear &paylist ( -TITLE => "Clarity LaserKard Lines Style", +TITLE => 'Clarity:
The Direct Kard.', +PRODUCT_NAME => 'Clarity: The Direct Kard', + NAME => 'lines_acrylic_clear', 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)"], diff -r 707d202f58b1 -r 2979a76e3fdf sexy.css --- a/sexy.css Sun Jan 03 08:30:32 2010 -0500 +++ b/sexy.css Sun Jan 03 21:11:16 2010 -0500 @@ -4,9 +4,9 @@ position:relative; width:505; background-color:#000000; -margin-bottom:100px; +margin-bottom:120px; margin-top:25px; -font: bold 14px "helvetica","arial", "sans-serif"; +font: bold 25px "helvetica","arial", "sans-serif"; color: white; @@ -18,20 +18,23 @@ position:absolute; top:0; -left:2.5%; +left:0%; width:45%; padding:5px; border-style:solid; -border-color:#79797b; +border-color:#ffffff; border-width:1px; } - +div.texttext +{ +padding-top: 12px; +} div#triright @@ -43,8 +46,9 @@ width:45%; padding:5px; border-style:solid; -border-color:#79797b; +border-color:#ffffff; border-width:1px; +padding-left:15px; } @@ -61,6 +65,7 @@ { float:left; margin:7px; +margin-right:15px; } div#arrowright @@ -86,12 +91,12 @@ margin-left: auto ; margin-right: auto ; - +/* padding:2px; border-style:solid; border-color:#79797b; border-width:1px; - +*/ } @@ -125,7 +130,7 @@ padding:10px; border-style:solid; -border-color:#79797b; +border-color:#ffffff; border-width:1px; float: left; @@ -177,8 +182,8 @@ input#template1,input#template2,input#template3,input#template4, input#clear_acr, input#green_acr { padding:3px; -#border-style:solid; -#border-color:#79797b; +/*#border-style:solid; +#border-color:#79797b;*/ border-width:1px; } @@ -190,9 +195,9 @@ padding-top:10px; padding-right:0px; border-style:solid; -border-color:#79797b; +border-color:#ffffff; border-width:1px; - +padding-bottom:10px; font: bold 14px "helvetica","arial", "sans-serif"; color: white; @@ -214,24 +219,36 @@ div#centerbox { float:left; -margin-top:-4px; +margin-top:-10px; margin-left:10px; margin-right:10px; width:515px; padding:5px; + +/* border-style:solid; border-color:#79797b; border-width:1px; margin:10px; +*/ } div#pokedex { +padding : 30px; clear:right; float:none; -background-color:#B3DF15; +background-color:#000000; +border-style:solid; +border-color:#ffffff; +border-width:1px; + + + +font: bold 16px "helvetica","arial", "sans-serif"; +color: white; } div#garbage @@ -271,7 +288,13 @@ +h1 +{ +padding: 0px; +margin:0px; +margin-bottom: 10px; +}