") or print "Mail to Member failed.


"; #$temp = mail($to, $subject, $MailBody, $headers, "-f info@tigerroar.com") or print "Mail to Member failed.



"; if ($temp = true) { echo "


Your message has been sent.

Return to the Ticket Exchange"; // send out the second email to the outsider $temp3= mail($to3, $subject3, $MailBodyb, "From: ".$fromName3." <".$fromAddress3.">") or print "Confirmation Failed.



"; if ($temp3 = true) { $success1=TRUE; } /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Scott, if you want a copy of each request (to monitor people contacting members for another reason, add them to a table here $remote_addr = $_SERVER['REMOTE_ADDR']; $query = "INSERT INTO ticket_responses (remote_addr,from_name,from_addr,to_name,to_addr,subject,message) values ('$remote_addr','$fromName','$fromAddress','$member','$to','$subject','$comments')"; $result = mysql_db_query ($db_name, $query, $link); /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /* (Old way) Scott, if you want a copy of each request (to monitor people contacting members for another reason, put your email address in here and unescape the code ----------------- // Send a copy to you to monitor spam attempts ///////////////////////////// $to2 = "hailreagan@tigerroar.com"; $subject2 = "Copy of message"; $fromName2 = "TICKET EXCHANGE"; $fromAddress2 = "hailreagan@tigerroar.com"; $MailBody2 = "Post: ($Row[number_items] $Row[game]"; if($type1 == 1) { $MailBody2 .= " Tickets"; } elseif ($type1 == 2) { $MailBody2 .= " Parking Passes"; } if ($type2 == "p") { $MailBody2 .= " for sale) \n"; } elseif($type2 == "r") { $MailBody2 .= " needed) \n"; } $MailBody2 .= "$fromName ( $replyemail ) has responded with the following:\n\n"; $MailBody2 .= "Comments: \" $comments \" \n\n"; $MailBody2 = stripslashes($MailBody2); $temp2 = mail($to2, $subject2, $MailBody2, "From: ".$fromName2." <".$fromAddress2.">") or print "Could not send mail.



"; if ($temp2 = true) { */ $SUCCESS2=true; //--- dont forget this one too---> } ////////////////////////////////////////////////////////////////////////////////////////////////////////////////// } else { echo "Message was not sent due to error. Please try again."; } } else { echo "



Sending Message to: $member
Subject: "; echo "In response to $Row[number_items] $Row[game]"; if($type == 1) { echo " Tickets"; } elseif ($type == 2) { echo " Parking Passes"; } if ($buy == "0") { echo " for sale
"; } elseif($buy == "1") { echo " needed
"; } echo "
"; echo "
Enter your comments here:

Your Name:  
Your Email:  

NOTE: This message system is for directly contacting members concerning ticket requests and posts only. Using this system for ANY OTHER REASON such as spam or advertising your products is not allowed and may result in termination of your membership. Selling tickets to LSU events in Louisiana above face value is against Louisiana Law (RS:4 Sec 1). By submitting this form you acknowledge that you have been informed and are fully responsible for your own actions. TigerRoar is not a broker and is not involved in your transaction in any way. Information deemed reliable, but not verified or guaranteed. Users are responsible for checking the accuracy, completeness, currency, and status of all information directly from other party. Use at your own risk.



"; } echo "   "; mysql_close ($link); include '/home/tigerroa/headers/footer2007.php'; ?>