Verfasst: 21.11.2008 12:36
ich hab nur den alten link von ihm, der ist aber nicht mehr aktuell...
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
oh, toll, werd ich auch mal ausprobieren, aber leider nur für prosilver...Metzle hat geschrieben:Hallo,
http://www.metzimods.de/viewtopic.php?f=8&t=78
Viel Spaß damit. Nicht schön, aber selten
Code: Alles auswählen
<!-- INCLUDE overall_header.html -->
<div id="pagecontent">
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<th>Paypal-Spenden</th>
</tr>
</table>
<br clear="all" />
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat" align="center"><h4>{SITENAME}</h4></td>
</tr>
<tr>
<td class="row1" align="center" valign="top">
<br>
<font size="2">
{L_PAYPAL_TEXT}
</font>
<br><br>
<!-- reference and all paypal codes
https://www.paypal.com/cgi-bin/webscr?cmd=p/pdn/howto_checkout-outside
https://www.paypal.com/cgi-bin/webscr?cmd=p/sell/mc/mc_wa-outside
//-->
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<div style="text-align: center;">
<input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="business" value="deine_paypal@adresse.de" />
<input type="hidden" name="item_name" value="Paypal Spende an Dich" />
<input type="hidden" name="no_note" value="1" />
<input type="hidden" name="currency_code" value="EUR" />
<input type="hidden" name="no_shipping" value="2" />
<input type="hidden" name="bn" value="PP-DonationsBF" />
<input type="hidden" name="tax" value="0" />
EUR
<!--
ISO 8859-1 character set overview
http://www.htmlhelp.com/reference/charset/
//-->
<select name="amount">
<option value="1.00">1.00</option>
<option value="2.00">2.00</option>
<option value="3.00">3.00</option>
<option value="4.00">4.00</option>
<option value="5.00">5.00</option>
<option value="10.00">10.00</option>
<option value="20.00">20.00</option>
<option value="25.00">25.00</option>
<option value="50.00">50.00</option>
<option value="100.00">100.00</option>
</select>
<br />
<input type="image" src="images/paypal-button.gif" style="border:0px; background-color:transparent; padding-top:6px" />
</div>
</form>
<br>
{L_PAYPAL_MSG}
<br><br>
</td>
</tr>
<tr>
<td class="spacer" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
</tr>
</table>
<div class="copyright">
Paypalseite powered by <a href="http://www.metzimods.de">MetziMods</a> © 2008 Metzle<br />
</div>
<br clear="all" />
</div>
<br><br>
</td>
</tr>
</table>
<!-- INCLUDE overall_footer.html -->
Code: Alles auswählen
<a href="{U_PAYPAL}" title="{L_PAYPAL}"><img src="{T_THEME_PATH}/images/icon_mini_register.gif" width="12" height="13" alt="*" /> PAYPAL</a>