
Use this form to send us any feedback or to tell us that your address has changed.
To better serve our customers and provide the best component tools on the market, THBComponentware is always looking for feedback.
Many of our products features were suggested by users. Want better components? Want to see other features implemented in future versions?
Take the chance and tell us what your wishes are and we will do
our best to make them real!
Help us keep our records current!
Did you change your email address or real world address?
Include both your old address and new address and we are happy to update your records.
Note: If we dont have your current email address we can not send you any upgrade information.
Website comments
Do you like our website? If not tell us what you don't like to give us a chance to improve the site.
sql_fetchrow($db->sql_query("SELECT name, username, user_email FROM ".$user_prefix."_users WHERE user_id='$cookie[0]'")); if ($row['name'] != "") { $sender_name = $row['name']; } else { $sender_name = $row['username']; } $sender_email = $row['user_email']; } $form_block = "
"._FEEDBACKNOTE."
"; $send = "no"; } if ($sender_email == "") { $email_err = "
"; $send = "no"; } if ($message == "") { $message_err = "
"; $send = "no"; } // we limit the message $message = substr($message, 0, 1000); // and remove dangerous stuff $badchars = array("<", ">"); $message = str_replace($badchars, "_", $message); if ($send != "no") { $sender_name = removecrlf($sender_name); $sender_email = removecrlf($sender_email); $msg = "$sitename\n\n"; $msg .= ""._SENDERNAME.": $sender_name\n"; $msg .= ""._SENDEREMAIL.": $sender_email\n"; $msg .= "IP Address: ".$_SERVER['REMOTE_ADDR']."\n"; $msg .= ""._MESSAGE.": $message\n\n"; $to = $adminmail; $mailheaders = "From: $sender_name <$sender_email>\n"; $mailheaders .= "Reply-To: $sender_email\n\n"; mymail($to, $subject, $msg, $mailheaders); echo "
"; echo "$form_block"; } } CloseTable(); include("footer.php"); ?>



RSS News Feed