Jump to content

Recommended Posts

Posted (edited)

I have made a custom button for my server for paypal donations you can use it.
It looks like this 

4bbba7349787434384635783703b6252.png
 

	<div align="center">

<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="paypalemail@hotmail.com">
<input type="hidden" name="lc" value="GR">
<input type="hidden" name="item_name" value="ITEM NAME EXAMPLE (DONATE COINS)">
<input type="hidden" name="item_number" value="Donations">
<input type="hidden" name="button_subtype" value="services">
<input type="hidden" name="no_note" value="0">
<input type="hidden" name="cn" value="Character name">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="rm" value="1">
<input type="hidden" name="return" value="http://website.ws/">
<input type="hidden" name="currency_code" value="EUR">
<input type="hidden" name="bn" value="PP-BuyNowBF:btn_buynowCC_LG.gif:NonHosted">
<table>
<tr><td><input type="hidden" name="on0" value="Character name">Character name</td></tr><tr><td><input type="text" name="os0" maxlength="200"></td></tr>
<tr><td><input type="hidden" name="on1" value="Account name">Account name</td></tr><tr><td><input type="text" name="os1" maxlength="200"></td></tr>
</table>
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>

</div>
		
		
Edited by Lucky Dice
Posted

 

I have made a custom button for my server for paypal donations you can use it.

It looks like this 

 

4bbba7349787434384635783703b6252.png

 

	<div align="center">

<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="paypalemail@hotmail.com">
<input type="hidden" name="lc" value="GR">
<input type="hidden" name="item_name" value="ITEM NAME EXAMPLE (DONATE COINS)">
<input type="hidden" name="item_number" value="Donations">
<input type="hidden" name="button_subtype" value="services">
<input type="hidden" name="no_note" value="0">
<input type="hidden" name="cn" value="Character name">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="rm" value="1">
<input type="hidden" name="return" value="http://website.ws/">
<input type="hidden" name="currency_code" value="EUR">
<input type="hidden" name="bn" value="PP-BuyNowBF:btn_buynowCC_LG.gif:NonHosted">
<table>
<tr><td><input type="hidden" name="on0" value="Character name">Character name</td></tr><tr><td><input type="text" name="os0" maxlength="200"></td></tr>
<tr><td><input type="hidden" name="on1" value="Account name">Account name</td></tr><tr><td><input type="text" name="os1" maxlength="200"></td></tr>
</table>
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>

</div>
		
		

very good but I can not handle this site do not understand site much would you like help? or you do not understand this site here. I will be leaving the button of the code for you to see

 

http://pastebin.com/80HMA2nr

Posted

very good but I can not handle this site do not understand site much would you like help? or you do not understand this site here. I will be leaving the button of the code for you to see

 

http://pastebin.com/80HMA2nr

I dont understand you sir.

Posted

You would make an adjustment to that your button worked on the code below? Sorry my inglish

 

http://pastebin.com/80HMA2nr

Just add my code for paypal payments and i can make you more for other kind of payment like paymentwall.

 

Send me with pm the link of this page

 

>> http://i.imgur.com/xHuyAYW.jpg <<

 

:)

Posted

Cabal, esse code era do meu antigo server , caso tu quiser ta aqui o code dmr

<form method="post" target="pagseguro"  
action="https://pagseguro.uol.com.br/v2/checkout/payment.html">  
         
        <!-- Campos obrigatorios teste -->  
        <input name="receiverEmail" type="hidden" value="SEUEMAILAQUI">  
        <input name="currency" type="hidden" value="BRL">  
 
        <!-- Itens do pagamento (ao menos um item e obrigatorio) teste -->  
        <input name="itemId1" type="hidden" value="0001"> 
        Nome do Personagem:<div id="textdonat"> <input name="itemDescription1" value=""></div><br />
        Valor para doacao:<div id="textdonat"> <input name="itemAmount1" value="1.00"></div>
        <input name="itemQuantity1" type="hidden" value="1">  
        <input name="itemWeight1" type="hidden" value="1000">  
 
        <!-- submit do form (obrigatorio) teste --><br />
        <input alt="Pague com PagSeguro" name="submit"  type="image"  
src="http://www.gfluanova.org.br/wp-content/uploads/quero_doar.png"/>   <!-- imagem pode ser alterada -->
         
</form>
Posted

 

Cabal, esse code era do meu antigo server , caso tu quiser ta aqui o code dmr

<form method="post" target="pagseguro"  
action="https://pagseguro.uol.com.br/v2/checkout/payment.html">  
         
        <!-- Campos obrigatorios teste -->  
        <input name="receiverEmail" type="hidden" value="SEUEMAILAQUI">  
        <input name="currency" type="hidden" value="BRL">  
 
        <!-- Itens do pagamento (ao menos um item e obrigatorio) teste -->  
        <input name="itemId1" type="hidden" value="0001"> 
        Nome do Personagem:<div id="textdonat"> <input name="itemDescription1" value=""></div><br />
        Valor para doacao:<div id="textdonat"> <input name="itemAmount1" value="1.00"></div>
        <input name="itemQuantity1" type="hidden" value="1">  
        <input name="itemWeight1" type="hidden" value="1000">  
 
        <!-- submit do form (obrigatorio) teste --><br />
        <input alt="Pague com PagSeguro" name="submit"  type="image"  
src="http://www.gfluanova.org.br/wp-content/uploads/quero_doar.png"/>   <!-- imagem pode ser alterada -->
         
</form>

caramba man e esse mesmo mas so mas uma coisa to tentando edita aqui nao to conseguindo saca ai

<form method="post" target="pagseguro"  
action="https://pagseguro.uol.com.br/checkout/v2/cart.html?action=add">  
         
        <!-- Campos obrigatorios teste -->  
        <input name="receiverEmail" type="hidden" value="l2jampa@hotmail.com">  
        <input name="currency" type="hidden" value="BRL">  
 
        <!-- Itens do pagamento (ao menos um item e obrigatorio) teste -->  
        <input name="itemId1" type="hidden" value="0001"> 
        Nome do Personagem:<div id="textdonat"> <input name="itemDescription1" value=""></div><br />
        Valor para doacao:<div id="textdonat"> <input name="itemAmount1" value="1.00"></div>
        <input name="itemQuantity1" type="hidden" value="1">  
        <input name="itemWeight1" type="hidden" value="1000">  
 
        <!-- submit do form (obrigatorio) teste --><br />
        <input alt="Pague com PagSeguro" name="submit"  type="image"  
src="http://www.gfluanova.org.br/wp-content/uploads/quero_doar.png"/>   <!-- imagem pode ser alterada -->
         
</form>

o meu e esse aqui pena que so tao buro que a parte de baixo onde tem <!-- Itens do pagamento (ao menos um item e obrigatorio) teste -->  nao consegui edita com minha informaçoes tem como ajuda de algum jeito ?

 

<!-- INICIO FORMULARIO BOTAO PAGSEGURO -->
<form action="https://pagseguro.uol.com.br/checkout/v2/cart.html?action=add" method="post">
<!-- NÃO EDITE OS COMANDOS DAS LINHAS ABAIXO -->
<input type="hidden" name="itemCode" value="35F44DA230300B73343E5FA95DA7C977" />
<input type="hidden" name="iot" value="button" />
<input type="image" src="https://stc.pagseguro.uol.com.br/public/img/botoes/pagamentos/209x48-comprar-assina.gif" name="submit" alt="Pague com PagSeguro - é rápido, grátis e seguro!" />
</form>
<!-- FINAL FORMULARIO BOTAO PAGSEGURO -->
Guest
This topic is now closed to further replies.


  • Posts

    • https://pastebin.com/UJcX7rXH    
    • Does anyone have more information about bugs and errors in the Frozen review? Any ideas? Any help is welcome!   Modifications and corrections made   https://pastebin.com/vqYjM8ZH   Sorry if this is the wrong area.
    • Purchase Telegram Stars at a favorable price with minimal markup. New auctions from Telegram are expected, and our bot will help you prepare in advance. Active links: Telegram bot for purchasing Telegram Stars: Go to – fast and profitable purchase of Stars in Telegram. Other services: Digital goods store (Website): Go to Store Telegram bot: Go to – convenient access to the store via the Telegram messenger. Virtual numbers service: Go to SMM Panel: Go to – promotion of your social media accounts. We want to present to you the current list of promotions and special offers for purchasing products and services of our service: 1. You can use a promo code for your first purchase: SOCNET (15% discount) 2. Get $1 on your store balance or a 10–20% discount — just send your username after registering on our website using the following template: "SEND ME BONUS, MY USERNAME IS..." — you need to write this in our forum thread! 3. Get $1 for the first trial launch of the SMM Panel: just open a ticket with the subject “Get Trial Bonus” on our website (Support). 4. Weekly Telegram Stars giveaways in our Telegram channel and in our bot for purchasing stars! News: ➡ Telegram channel: https://t.me/accsforyou_shop ➡ WhatsApp channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord server: https://discord.gg/y9AStFFsrh Contacts and support: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
    • Purchase Telegram Stars at a favorable price with minimal markup. New auctions from Telegram are expected, and our bot will help you prepare in advance. Active links: Telegram bot for purchasing Telegram Stars: Go to – fast and profitable purchase of Stars in Telegram. Other services: Digital goods store (Website): Go to Store Telegram bot: Go to – convenient access to the store via the Telegram messenger. Virtual numbers service: Go to SMM Panel: Go to – promotion of your social media accounts. We want to present to you the current list of promotions and special offers for purchasing products and services of our service: 1. You can use a promo code for your first purchase: SOCNET (15% discount) 2. Get $1 on your store balance or a 10–20% discount — just send your username after registering on our website using the following template: "SEND ME BONUS, MY USERNAME IS..." — you need to write this in our forum thread! 3. Get $1 for the first trial launch of the SMM Panel: just open a ticket with the subject “Get Trial Bonus” on our website (Support). 4. Weekly Telegram Stars giveaways in our Telegram channel and in our bot for purchasing stars! News: ➡ Telegram channel: https://t.me/accsforyou_shop ➡ WhatsApp channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord server: https://discord.gg/y9AStFFsrh Contacts and support: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
    • Purchase Telegram Stars at a favorable price with minimal markup. New auctions from Telegram are expected, and our bot will help you prepare in advance. Active links: Telegram bot for purchasing Telegram Stars: Go to – fast and profitable purchase of Stars in Telegram. Other services: Digital goods store (Website): Go to Store Telegram bot: Go to – convenient access to the store via the Telegram messenger. Virtual numbers service: Go to SMM Panel: Go to – promotion of your social media accounts. We want to present to you the current list of promotions and special offers for purchasing products and services of our service: 1. You can use a promo code for your first purchase: SOCNET (15% discount) 2. Get $1 on your store balance or a 10–20% discount — just send your username after registering on our website using the following template: "SEND ME BONUS, MY USERNAME IS..." — you need to write this in our forum thread! 3. Get $1 for the first trial launch of the SMM Panel: just open a ticket with the subject “Get Trial Bonus” on our website (Support). 4. Weekly Telegram Stars giveaways in our Telegram channel and in our bot for purchasing stars! News: ➡ Telegram channel: https://t.me/accsforyou_shop ➡ WhatsApp channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord server: https://discord.gg/y9AStFFsrh Contacts and support: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock