Postado Fevereiro 18, 2017 8 anos Queria saber se o sistema desse site entra o item automático para o player Shop.php <?php /* Copyright (C) 2007 - 2008 Nicaw This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ include ("include.inc.php"); $ptitle="Shop - $cfg[server_name]"; include ("header.inc.php"); ?> <div id="content"> <div class="top">Shop</div> <div class="mid"> <?php ?> <form method="post" target="_new" action="https://pagseguro.uol.com.br/security/webpagamentos/webpagto.aspx" name="LOGIN" class="formulario" style="width: 450px; margin: 0 0 10px 0; float: left;"> <p> <input type="hidden" name="email_cobranca" value="[email protected]"> <input type="hidden" name="tipo" value="CP"> <input type="hidden" name="centavos" value="BRL"> <input type="hidden" name="item_id_1" value="2000050"> <br><table border="2"><tbody><tr border="2"><td bgcolor="#505050" class="white"><strong>Nome do Seu Personagem (Sem erro):</strong></td></tr></tbody></table> <table border="2"><tbody><tr border="2"><td bgcolor="grey"><input type="text" name="item_descr_1"></td></tr></tbody></table><br> <input type="hidden" name="item_quant_1" value="1"> <br><table border="2"><tbody><tr border="2"><td width="153" bgcolor="#505050" class="white"><span class="style11 style4"><strong>Escolha Seu Item:</strong></span></td> </tr></tbody></table> <table border="0"><tbody><tr border="2"> <td width="96" bgcolor="grey"><label> <select name="item_valor_1" id="item_valor_1" tabindex="2"> <option selected>Selecione</option> <option value="10,00">[1 vip senzu]R$ 10,00</option> <option value="5,00">[5K De Gold]R$ 5,00</option> <option value="30,00">[Very stronge throwing ki]R$ 30,00</option> <option value="10,00">[10K De Gold]R$ 10,00</option> <option value="15,00">[Vocation Tapion]R$ 15,00</option> <option value="15,00">[Vocation zaiko]R$ 15,00</option> <option value="15,00">[Vocation Shenron]R$ 15,00</option> <option value="15,00">[Vocation Goku God]R$ 15,00</option> </select> </label></td> </tr></tbody></table> </td> </tr> <br> <br> <input type="hidden" name="item_frete_1" value="000"> <br> <table border="2"><tbody><tr border="2"><td bgcolor="#505050"><input type="submit" value="Finalizar Compra"></td></tr></tbody></table> </p> <div class="bot"> <?php include ("footer.inc.php");?> config.inc // Nome do Produto $config['pagseguro']['produtoNome'] = 'Pontos VIP'; // Valor unitario do produto ou seja valor de cada ponto // Exemplo de valores // 1 = R$ 1,00 // 2 = R$ 2,00 // 42 = R$ 42,00 $config['pagseguro']['produtoValor'] = '100'; // Token gerado no painel do pagseguro $config['pagseguro']['token'] =
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.