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

    • I would like to clarify something publicly because false statements should not go unanswered. I have absolutely no relationship, partnership, or special connection with SkyLord. Any claim suggesting otherwise is entirely unsupported and based on assumptions rather than facts. It is disappointing to see people making accusations against others without presenting a single piece of evidence. Disagreement is one thing; inventing narratives and presenting personal opinions as facts is something completely different. If someone believes I have acted improperly, they are welcome to provide verifiable proof. Until then, these allegations are nothing more than speculation and should be treated as such. I have always been responsible for my own actions and opinions, and I do not need anyone's protection, influence, or assistance to participate in any community. Making accusations without evidence does not strengthen an argumen it only damages the credibility of the person making them. It should be clarified that I have already filed a report so that action can be taken; it is not fair that a post is being distorted in the way that has been happening.  
    • I don't think there is any bias on maxcheaters, this is the only forum left of the major ones where there is an honest administration. You may have meant mmodev, where the administration really has an interest in such fakes about competitors. I am not in favor of posting other people's correspondence, where they discuss with each other how to destroy us... but I'm not going to do this and post it, it's low, I hope that people themselves will finally understand that they are behaving completely wrong and unprofessionally.
    • I am really sorry for what SkyLord is doing to you. Unfortunately, this is not an isolated problem. The same kind of attacks have been happening to me as well. From my point of view, the issue is bigger than just one person, because SkyLord works closely with UnknownSoldier, who is a moderator on MaxCheaters, and that gives them influence and protection inside the forum. This is why they attack you in the same way they attack me: with pressure, manipulation, false accusations, and attempts to damage your reputation. In my opinion, the real problem is that privileges were given to the wrong people. As long as people like this have power there, the forum cannot be trusted anymore. I just wanted to tell you that I understand what you are going through, and I stand with you. They have done the same to me.
    • Let's be clear about what's happening here. You came to this thread as a provocateur, having already created a coordinated thread on MMO-Dev and invited people who have never been our clients and never will be — because their entire approach to this industry is based on free downloads and reverse engineering other people's work. Not a single person who wrote negatively about us on MMO-Dev has ever been our customer. Not one. Meanwhile, real clients wrote there too — but you conveniently ignore those. Your goal was never objectivity. It was a deliberate smear campaign, and the pattern is transparent to anyone reading this thread. As for MMO-Dev — platforms built on facilitating hatred and settling personal scores don't tend to last. We've seen it before with Zonegame. Communities that exist to tear others down eventually turn on themselves. In the meantime, our clients are running successful projects — the kind that generate real revenue, real growth, real results. That's where our focus is and will remain. While you wait for the 58th reopening of your server, we'll be here doing what we've been doing for 20 years — working.     Haha, well, the math is flattering — thank you for doing it for us! 😄 On the AI point — you might actually be right, and we're not afraid of that. We've been adapting for 20 years already. When new tools arrive, experienced developers use them better than anyone else. AI helps us work faster, not replace us — at least for now. And when the day comes that AI can fully build, maintain, and support a complex private L2 server end-to-end — we'll be the first to embrace it. Until then, our developers are doing just fine. 😉
  • 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..