Japps, weil ich ihn nur für prosilver brauche, aber es wurde ja mittlweile was gepostet für subsilver2Daryl van Horne hat geschrieben: oh, toll, werd ich auch mal ausprobieren, aber leider nur für prosilver...

versteh ich nicht...Eisbär hat geschrieben:Hallo siberia-angel,
hab das bei mir auch in einem umgebauten subsilver2 drin:
paypal.htmloverall_header.htmlCode: 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 -->
Mußt Du halt nur noch für Deine Seiten anpassen.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>
Code: Alles auswählen
<input type="image" src="images/paypal-button.gif" style="border:0px; background-color:transparent; padding-top:6px" />
Code: Alles auswählen
<input type="image" src="images/paypal-button.png" style="border:0px; background-color:transparent; padding-top:6px" />
guckt mal den Quelltext der Seite an - da steht die email in Quelltext drin - und das gleich 2 mal !Beispiel:
http://www.metzimods.de/paypal.php
Man könnte die PayPal-Seite ja noch erweitern, dass Bots zurück geschickt werden.andreas888 hat geschrieben:guckt mal den Quelltext der Seite an - da steht die email in Quelltext drin - und das gleich 2 mal !Beispiel:
http://www.metzimods.de/paypal.php
Da freuen sich die email roboter sicher sehr![]()
Grüße von Andreas