• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Help me pls

Stewie

Family Guy # ;3
Joined
May 3, 2010
Messages
786
Reaction score
12
Location
TV
like it go to my email,I want information go to my email: [email protected]

PHP:
<?PHP
$main_content .= '
<script src="validando.js"></script> 
<FORM ACTION="index.php?subtopic=confirmar" method="POST" enctype="multipart/form-data"> 
<input type="hidden" name="action" value="confirmar">
<TABLE CELLSPACING=1 CELLPADDING=4 BORDER=0 WIDTH=100%> 
<TR><TD BGCOLOR="#505050" CLASS=white><B>Assunto:</B></TD></TR> 
<TR><TD BGCOLOR="#D4C0A1"><select name="assunto"><option value="Confirmacao" selected>Confirmacao</option><option value="Atraso">Atraso (a partir de 48 Horas)</option></select></TD></TR> 
<TR><TD BGCOLOR="#505050" CLASS=white><B>Nome Completo:</B></TD></TR> 
<TR><TD BGCOLOR="#D4C0A1"><input type="text" name="nome_completo"></TD></TR> 
<TR><TD BGCOLOR="#505050" CLASS=white><B>Email:</B></TD></TR> 
<TR><TD BGCOLOR="#D4C0A1"><input type="text" name="email2"></TD></TR> 
<TR><TD BGCOLOR="#505050" CLASS=white><B>Nome do Personagem:</B></TD></TR> 
<TR><TD BGCOLOR="#D4C0A1"><input type="text" name="name"></TD></TR> 

<TR><TD BGCOLOR="#505050" CLASS=white><B>Imagem do Comprovante: (obrigatoria)</B></TD></TR> 
<TR><TD BGCOLOR="#D4C0A1"><input type="file" name="foto" class="campotexto" /></TD></TR> 
<TR><TD BGCOLOR="#505050" CLASS=white><B>Valor do Depósito:</B></TD></TR> 
<TR><TD BGCOLOR="#D4C0A1"><input type="text" name="valor" value="R$ "></TD></TR> 
<TR><TD BGCOLOR="#505050" CLASS=white><B>Dados do Comprovante:</B></TD></TR> 
<TR><TD BGCOLOR="#D4C0A1"><textarea rows="10" cols="50" name="dados"></textarea></br><span style="color: rgb(255, 0, 0);"><!--/coloro-->Preencha corretamente esse campo, sem ele nao e possivel confirmar a doacao.<!--colorc--></span><!--/colorc--></b><br><b>Nao sabe como preencher esse campo?</b> <a href="http://underwar.org/forum/index.php?showtopic=2476" target="_blank">Aprenda AQUI.</a>OBS: Nao mande mais de uma confirmacao em um periodo de 48 horas por que podera dificultar o processo de analise.</TD></TR> 
<TR><TD BGCOLOR="#505050" CLASS=white><B>Observacao:</B></TD></TR> 
<TR><TD BGCOLOR="#D4C0A1"><textarea rows="10" cols="50" name="obs"></textarea></TD></TR> 
<BR> 
<TABLE CELLSPACING=0 CELLPADDING=0 BORDER=0 WIDTH=100%><TR><TD><center> 
<INPUT TYPE=image NAME="Submit" ALT="Submit" SRC="layouts/tibiacom/images/buttons/sbutton_submit.gif" BORDER=0 WIDTH=120 HEIGHT=18></center> 
</TD></TR></FORM></TABLE></TABLE> </div>

</div> 
</div>
';
?>
 
Back
Top