Ir para conteúdo

Copiando Account Id


Lucaswc15

Posts Recomendados

Ae galera, preciso que nesse script o player na hora de enviar isso, envie junto o account (name)

dele. VALENDO 4 REP ++

 

Script:

 

 

<?PHP

if($logged)

$main_content .= ' <form name="form1" method="post" action="donate/gravar.php">

</SCRIPT>

<FIELDSET id=fieldcontato><LEGEND><STRONG>Formulário</STRONG> </LEGEND>

<FORM id=form1 method=post name=form1>

<TABLE border=0 cellSpacing=3 cellPadding=3 width=500>

<TBODY>

<TR>

<TD width="29%"><STRONG>Assunto</STRONG></TD>

<TD width="71%"><LABEL><SELECT id=assunto name=assunto> <OPTION selected>Doação por Pagseguro (Boleto, Cartão de Credito e etc)</OPTION> <OPTION>Doação por depósito</OPTION></SELECT> </LABEL></TD></TR>

<TR></TD>

<TD height=20 vAlign=center colSpan=2>

<HR color=#c0c0c0 noShade>

</TD></TR>

<TR>

<TD><STRONG>Nome</STRONG></TD>

<TD><SPAN id=nome><LABEL><INPUT id=nome maxLength=40 size=25 name=nome> </LABEL><SPAN class=textfieldRequiredMsg><FONT size=1>Digite seu nome completo. Igual do comprovante!</FONT></SPAN></SPAN></TD></TR>

<TR></TD>

<TD height=20 vAlign=center colSpan=2>

<HR color=#c0c0c0 noShade>

</TD></TR>

<TR>

<TD><STRONG>Email</STRONG></TD>

<TD><SPAN id=email><LABEL><INPUT id=email size=25 name=email> </LABEL><SPAN class=textfieldRequiredMsg><FONT size=1>Digite o seu email.</FONT></SPAN><SPAN class=textfieldInvalidFormatMsg></SPAN></SPAN></TD></TR>

<TR></TD>

<TD height=20 vAlign=center colSpan=2>

<HR color=#c0c0c0 noShade>

</TD></TR>

<TR>

<TD><STRONG>Hora</STRONG></TD>

<TD><SPAN id=conta><LABEL><INPUT id=account maxLength=25 size=25 name=account> </LABEL><SPAN class=textfieldRequiredMsg><FONT size=1>Digite o horáio aproximado do depósito. Exemplo: 16 horas </FONT></SPAN><SPAN class=textfieldInvalidFormatMsg></SPAN></SPAN></TD></TR>

<TR></TD>

<TD height=20 vAlign=center colSpan=2>

<HR color=#c0c0c0 noShade>

</TD></TR>

<TR>

<TD><STRONG>Personagem</STRONG></TD>

<TD><SPAN id=personagem><LABEL><INPUT id=personagem size=25 name=personagem> </LABEL><SPAN class=textfieldRequiredMsg><FONT size=1>Digite seu personagem, ele receberà a premium orb.</FONT></SPAN></SPAN></TD></TR>

<TR></TD>

<TD height=20 vAlign=center colSpan=2>

<HR color=#c0c0c0 noShade>

</TD></TR>

<TR></TR>

<TR>

<TD><STRONG>Valor da Doação</STRONG></TD>

<TD><SPAN id=valor><LABEL><INPUT id=valor maxLength=3 size=25 name=valor> <SPAN class=textfieldRequiredMsg><FONT size=1>Exemplo: 10</FONT></SPAN></SPAN></LABEL></TD></TR>

<TR></TD>

<TD height=20 vAlign=center colSpan=2>

<HR color=#c0c0c0 noShade>

</TD></LABEL></TR>

<TR>

<TD><STRONG>Data do depósito</STRONG></TD>

<TD><SPAN id=data><LABEL><INPUT id=data maxLength=10 size=25 name=data> </LABEL><SPAN class=textfieldRequiredMsg><FONT size=1>Exemplo: 20/06/2012</FONT></SPAN><SPAN class=textfieldInvalidFormatMsg></SPAN></SPAN></TD></TR>

<TR></TD>

<TD height=20 vAlign=center colSpan=2>

<HR color=#c0c0c0 noShade>

</TD></TR>

<TR>

<TD><STRONG>Número do comprovante</STRONG></TD>

<TD><SPAN id=hora><LABEL><INPUT id=hora maxLength=8 size=25 name=hora> </LABEL><SPAN class=textfieldRequiredMsg><FONT size=1></FONT></SPAN><SPAN class=textfieldInvalidFormatMsg></SPAN></SPAN></TD></TR>

<TR></TD>

<TD height=20 vAlign=center colSpan=2>

<HR color=#c0c0c0 noShade>

</TD></TR>

<TR>

<TR>

<TD> </TD></TR></TBODY></TABLE>

<P><INPUT value=Enviar type=submit name=enviar> <INPUT value=Limpar type=reset name=limpar></P></FORM></FIELDSET><BR>

<H3>Dúvidas.</H3><FONT color=red>Atenção, após fazer a doação, você deve confirmar em até 24 horas para evitar atrasos.<BR></FONT>

<P><STRONG>1) Fiz meu depósito e confirmei quantos dias devo esperar antes de enviar uma nova confirmação?</STRONG><BR><STRONG>R:</STRONG> Sua Doação será liberada em até 48 horas úteis após o envio da confirmação. Se em 48 horas você ainda não recebeu sua premium orb no depot de Bazordoon, envie uma nova confirmação.</P>

<P><STRONG>2) Fiz meu depósito, como prosseguir para receber minha premium?</STRONG><BR><STRONG>R:</STRONG> É simples basta clicar em "Enviar", prencha todos os campos antes corretamente com todos os dados pedidos. Não digite nada errado, pois isso atrasará sua doação e você terá que esperar 48 horas para enviar uma nova confirmação.</P>

<script type=text/javascript>

<!--

var sprytextfield1 = new Spry.Widget.ValidationTextField("nome", "none", {validateOn:["blur", "change"]});

var sprytextfield2 = new Spry.Widget.ValidationTextField("email", "email", {validateOn:["blur", "change"]});

var sprytextarea1 = new Spry.Widget.ValidationTextarea("dados", {validateOn:["blur", "change"]});

var sprytextfield3 = new Spry.Widget.ValidationTextField("conta", "integer", {validateOn:["blur", "change"]});

var sprytextfield4 = new Spry.Widget.ValidationTextField("personagem", "none", {validateOn:["blur", "change"]});

var sprytextfield5 = new Spry.Widget.ValidationTextField("data", "date", {format:"dd/mm/yyyy", validateOn:["blur"]});

var sprytextfield6 = new Spry.Widget.ValidationTextField("valor", "integer", {validateOn:["blur", "change"]});

var sprytextfield7 = new Spry.Widget.ValidationTextField("hora", "time", {validateOn:["blur", "change"]});

//-->

</SCRIPT>

<BR><BR></TD></TABLE>

<CENTER></CENTER></TD></TABLE> ';

else

{

$main_content .= 'Por favor coloque seu login e senha.<br/><a href="?subtopic=createaccount" >Criar Conta</a> se você ainda não tiver.<br/><br/><form action="?subtopic=confirmacao" method="post" ><div class="TableContainer" > <table class="Table1" cellpadding="0" cellspacing="0" > <div class="CaptionContainer" > <div class="CaptionInnerContainer" > <span class="CaptionEdgeLeftTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></span> <span class="CaptionEdgeRightTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></span> <span class="CaptionBorderTop" style="background-image:url('.$layout_name.'/images/content/table-headline-border.gif);" ></span> <span class="CaptionVerticalLeft" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif);" /></span> <div class="Text" >Account Login</div> <span class="CaptionVerticalRight" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif);" /></span> <span class="CaptionBorderBottom" style="background-image:url('.$layout_name.'/images/content/table-headline-border.gif);" ></span> <span class="CaptionEdgeLeftBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></span> <span class="CaptionEdgeRightBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></span> </div> </div> <tr> <td> <div class="InnerTableContainer" > <table style="width:100%;" ><tr><td class="LabelV" ><span >Account Name:</span></td><td style="width:100%;" ><input type="password" name="account_login" SIZE="30" maxlength="29" ></td></tr><tr><td class="LabelV" ><span >Password:</span></td><td><input type="password" name="password_login" size="30" maxlength="29" ></td></tr> </table> </div> </table></div></td></tr><br/><table width="100%" ><tr align="center" ><td><table border="0" cellspacing="0" cellpadding="0" ><tr><td style="border:0px;" ><div class="BigButton" style="background-image:url('.$layout_name.'/images/buttons/sbutton.gif)" ><div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif);" ></div><input class="ButtonText" type="image" name="Submit" alt="Submit" src="'.$layout_name.'/images/buttons/_sbutton_submit.gif" ></div></div></td><tr></form></table></td><td><table border="0" cellspacing="0" cellpadding="0" ><form action="?subtopic=lostaccount" method="post" ><tr><td style="border:0px;" ><div class="BigButton" style="background-image:url('.$layout_name.'/images/buttons/sbutton.gif)" ><div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif);" ></div><input class="ButtonText" type="image" name="Account lost?" alt="Account lost?" src="'.$layout_name.'/images/buttons/_sbutton_accountlost.gif" ></div></div></td></tr></form></table></td></tr></table>';

}

?>

 

4 REP MAIS.. PRECISO MUITO DISSO!

Editado por Lucaswc15
Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...