• 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!

System to confirm payment

Status
Not open for further replies.
I was seeing the files in it.. Uhm ..i would use such a tool :/ why is it for?
 
I think it's for transferring money as a "donation" a.k.a buy points...
 
#sorry double post.
Demo:
(MY STYLE):
index.php
PHP:
<style type="text/css">
<!--
.style1 {color: #000000}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style7 {font-size: 16px; }
.style8 {
	font-size: 14;
	font-weight: bold;
}
.style9 {font-size: 16px; font-weight: bold; }
.style10 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; }
-->
</style>
<form name="form1" method="post" action="donate/gravar.php">
<p><strong><br />
</strong></p> 
<table width="563" border="0" cellspacing="1">
  <tr>
    <td class="style8">Assunto:</td>
    <td><span class="style1">
      <select name="assunto" id="assunto">
        <option selected="selected">Confirmação do deposito</option>
      </select>
    </span></td>
  </tr>
  <tr>
    <td class="style8">Valor:</td>
    <td><font face="Arial, Helvetica, sans-serif">
      <input name="valor" type="text" id="valor" />
    </font></td>
  </tr>
  <tr>
     <td class="style8">E-mail para contato:</td>
    <td><font face="Arial, Helvetica, sans-serif">
    <input name="email" type="text" id="valor" /> <font color="red">* <b>email valido</font></b>
    </font></td>
  </tr>
  <tr>
    <td class="style8">Hora: </td>
    <td><font face="Arial, Helvetica, sans-serif">
      <input name="hora1" type="text" id="hora1" />
    </font></td>
  </tr>
  <tr>
    <td class="style8">Data:</td>
    <td><font face="Arial, Helvetica, sans-serif">
      <input name="data1" type="text" id="data1" />
    </font></td>
  </tr>
  <tr>
    <td class="style2"><p class="style8">Especifique o nome do seu character -Especifique se a doação é para VIP e/ou Poker Coins (Ex: 10,00 para VIP 5,00 para poker coins) </p>
      <br /></td>
    <td><textarea name="mensagem" cols="50" rows="10" id="mensagem"></textarea>
      <br />
      <br /></td>
  </tr>
  <tr>
    <td>
      
      <div align="right">
        <input name="Submit" type="submit" class="style2" value="  Enviar Comprovante " />
      </div></td>
    <td><input name="reset" type="reset" class="style2" value=" Limpar " /></td>
  </tr>
</table>
<p>&nbsp; </p>
<p>&nbsp;</p> 
</form> 
<p class="style1"></p>

confirmacao.php
PHP:
<?PHP
$content = file_get_contents("donate/index.php");
if($content != FALSE)
$main_content .= $content;
else
$main_content .= 'Can not load file <b>confirmacao.html</b> or file is empty.';
?>
 
You should've released the script in english, because I don't think Google Translate will translate this correctly...
 
You should've released the script in english, because I don't think Google Translate will translate this correctly...

I always translate from English to Portuguese, and why no one can translate English to Portuguese :)
 
No I'm just saying that the script you have in the demo is in portuguese... Anyways nice release =)
 
You should've released the script in english, because I don't think Google Translate will translate this correctly...
Google translator is definitely enough to understand translation from portuguese to english.
 
@Beon
Is this 'legit' Beon? You made this??
If so,then I find it very hard to believe.
Anyways, name the author of this Application.
 
Status
Not open for further replies.
Back
Top