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://web.archive.org/web/20260306183214/https://maxcheaters.com/topic/241828-l2j-l2damage/page/3/ https://l2topzone.com/forum/l2-server-support-problems/9/l2damage-stopped/30514 Also we will try to push longer seasons ever ! (1135-100)/9 = 115 online
    • ONE SIDE – AND EVERYTHING BREAKS ▪ Looks like a simple case: Florida DL, back side, barcode – “clean and minimal”. ▪ In reality, these are exactly the tasks that fail most often. – data provided as plain text – request only for the back side – focus on the barcode (PDF417) ▪ And here’s the key point: ▪ A barcode is not just a “picture on the back”. It’s compressed logic of the entire document. ▪ If it doesn’t match the front, format, and data structure – the system flags it instantly. ▪ Many create a “similar-looking” code. But systems don’t read “similar” – they read by specification. ▪ In cases like this, it’s not about design. It’s about correct data assembly and how it behaves inside the format. ▪ Today only – 15% off for verification cases. ▪ Want it to pass, not just look right? Describe your case – we’ll show where even clean files break. › TG: @mustang_service ( https:// t.me/ mustang_service ) › Channel: Mustang Service ( https:// t.me/ +JPpJCETg-xM1NjNl ) #editing #photoshop #documents #verification #case
    • Your anonymity is a corpse. Blockchain forgets nothing. Your transactions are direct footprints in the hands of anyone who takes an interest. [✘] Still believe in "mixing"? Forget it. Classic Bitcoin mixers are an illusion of security. For Chainalysis and Elliptic algorithms, any attempt to hide tracks in the ledger is transparent. Your "mixing" is an artifact that gets filtered out in seconds. Every transaction leaves a trail that leads to frozen assets or unwanted questions from exchanges.  We don't mix. We break the link. [-] Input: Your "dirty" coins (Dirty BTC/ETH) with all their history and digital markers stay with us. [+] Output: You receive absolutely clean assets (Clean Crypto) from our reserves, which have never intersected with your past. This isn't a game of hide and seek. This is the surgical removal of your financial history from the system.   ------------------------------------------------------------------- Technical indexing: Bitcoin Mixer, Crypto Mixer, Clean BTC, Clean ETH, Anti-Chainalysis, Best Bitcoin Mixer, Anonymous Crypto Exchange, NoLog Mixing Service.
    • Here you are: https://l2crypt.com/l2-tools/l2editor-source/
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..