![]() |
![]()
Back in Business!
We've finally moved to a new server! Our old one was doing horrific things with our mail, meaning that sometimes we got your email and DID reply but you may or may not have received it, and , other times we never got your email. It was an intermittent but continuyally re-occurring problem and we couldn't get our host to fix it. Well thank GOODNESS, we've now fixed it by moving servers! If you tried to contact us, this page should work NOW, and if you didn't receive your order for some reason, please let me know, as we had some database challenges where orders got lost.
Be well! Lionrhod
|
Please fill out the form below to contact Lionrhod and SeriousSiver You can also send mail to: Lionrhod
- SeriousSilver.com Due to the fact that Squeaky and I keep very strange hours, we're generally not available by phone.
|
If you have a question about placing a new order, please read this page first. If you want to know shipping costs, please don't email me - Shipping cost depends on the amount of your purchase, as we calculate it to allow us to insure your items. The easiest way for you to determine your shipping costs is to input your address information into the shopping cart. Once that is done, the shipping will be calculated for you. None of the information will be saved until you submit the final order. Yes, we do ship internationally, but we do have certain needs - you can find out about that here. If you would like to receive a catalog - you're looking at it - we don't have a paper catalog at present. You can read more about that here. If you want us to link to you, please read our links policy first. If you want one of our designs modified or a custom made item, please read this first. Attempting to send message\n"; $userip = ($_SERVER['X_FORWARDED_FOR']) ? $_SERVER['X_FORWARDED_FOR'] : $_SERVER['REMOTE_ADDR']; // Build message Body $body = ""; if( isset( $_POST["AllFields"] ) ) { foreach( $_POST as $key => $value ) { if( $key == "To" ) { $body .= sprintf( "%s: \"%s\" <%s>\n\n", $key, $eMail[$value][0], $eMail[$value][1] ); } else if( ( $key != "AllFields" ) && ($key != "Submit" ) ) { $body .= sprintf( "%s: %s\n\n", $key, $value ); } } } else { $body = $_POST["Body"]; } if( get_magic_quotes_gpc() == 1 ) { $_POST["Subject"] = stripslashes( $_POST["Subject"] ); $body = stripslashes( $body ); } // Check for BCC injection... $checkInject = $_POST["From"] . "|" . $_POST["EMail"] . "|" . $_POST["Subject"] . "|" . $userip; if( preg_match( "/[\r\n]/", $checkInject ) ) { echo "Sorry! Spaming from this script is not allowed."; exit; } // Send the message if( mail( '"' . $eMail[$_POST["To"]][0] . '" <' . $eMail[$_POST["To"]][1] . '>', $_POST["Subject"], $body, 'Return-Path: "' . $_POST["From"] . '" <' . $_POST["EMail"] . ">\n" . 'From: "' . $_POST["From"] . '" <' . $_POST["EMail"] . ">\n" . 'Reply-To: "' . $_POST["From"] . '" <' . $_POST["EMail"] . ">\n" . (($ccSender)? 'Cc: "' . $_POST["From"] . '" <' . $_POST["EMail"] . ">\n" : "" ) . "X-Mailer: PHP/" . phpversion() . "\n" . "X-From-IP: " . $userip ) ) { if( isset( $url ) ) { ob_end_clean(); echo "
\n"; echo "You should be automatically forwarded in 5 seconds or "; echo "click here."; } } else echo "UNABLE To Send Message."; } ob_flush(); ?> |