HorseIsleWeb/master-site/web/contactus.php

45 lines
2.3 KiB
PHP

<?php
include("../common.php");
include("../config.php");
include("header.php");
?>
<BR>
<CENTER><TABLE CELLPADDING=5><TR><TD>
<div style="TEXT-ALIGN:center">
<font size="4"><span style="COLOR:#990000; FONT-WEIGHT:bold">Contact Horse Isle</span></font><br/>
</div>
<BR><CENTER>
<FONT COLOR=660000>Please keep in mind, we receive a large volume of email, so if you can find your answer in our HELP CENTER, or by asking other players in the game we really appreciate this, As it frees us up to work on adding content to the game. Every Email/Abuse report pulls us away from adding content to the game.</FONT><BR><BR>
</CENTER>
<TABLE><TR><TD>
<B>
<FONT SIZE=+1>TOP REASONS PEOPLE EMAIL US, <FONT COLOR=RED>PLEASE READ OVER</FONT> FOR QUICK ANSWERS!!!</FONT><BR>
<FONT COLOR=RED>Q: Add breeding </FONT>&nbsp;<FONT COLOR=GREEN> A: Read why NOT under Help Centers Top 10 Questions.</FONT><BR>
<FONT COLOR=RED>Q: Add a certain breed, redo art </FONT>&nbsp;<FONT COLOR=GREEN> A: We add breeds as we can in OUR OWN order, and ignore ALL comments about redoing art.</FONT><BR>
<FONT COLOR=RED>Q: Change my password </FONT>&nbsp;<FONT COLOR=GREEN> A: Bottom of SERVER LIST Page there is a tool for this.</FONT><BR>
<FONT COLOR=RED>Q: Change my username </FONT>&nbsp;<FONT COLOR=GREEN> A: Current policy is only one name change for subscribers once per year.</FONT<BR><BR>
<FONT COLOR=RED>Q: Help with a game quest </FONT>&nbsp;<FONT COLOR=GREEN> A: We cannot give quest help from this email, try asking in the game.</FONT<BR><BR>
<FONT COLOR=RED>Q: I'd like to be a Mod </FONT>&nbsp;<FONT COLOR=GREEN> A: Our current policy is to find mods on our own.</FONT<BR>
</B>
</TD></TR></TABLE>
<br/>
<FORM METHOD=POST>
<B>Player Name:</B> <INPUT TYPE=TEXT NAME=cusername SIZE=20 VALUE=''>(MUST include this!)<BR>
<B>Email:</B> <INPUT TYPE=TEXT NAME=email SIZE=30>(BE SURE THIS IS CORRECT! Or else we can not answer you!)<BR>
<B>Subject:</B> <INPUT TYPE=TEXT NAME=subject SIZE=60><BR>
<TEXTAREA NAME=message COLS=60 ROWS=5></TEXTAREA><BR>
<INPUT TYPE=SUBMIT VALUE="Send Message">
</FORM>
<BR>
<BR>
We prefer that this form be used, otherwise you can email direct at: <A HREF=mailto:support@horseisle.com>support@horseisle.com</a><BR>
<BR>
<CENTER>[ <A HREF=/account.php>Return to Account Information</A> ]
</TD></TR></TABLE>
<?php
include("footer.php");
?>