Phantom Designs Banner

By donating you support Phantom Designs. Cash for ads are also a form of donation.

  Add ReplyNew TopicNew Poll

 Donation Page
Anicho
Posted: Oct 13 2009, 12:01 AM
Quote Post


New Member
*

Group: Member
Posts: 1
Member No.: 29.658
Joined: 12-October 09



Since this was an old code I made, I'm going to make a competition on who can make the best donation page code!

Mine: http://ipbfreetest.ipbfree.com/index.php?act=Donate

You must edit all the variables for the Donation Page to work!

CODE

<script>
// The code of your currency, eg: US is USD. Ignore this if you want.
var currency_code = "USD";

// What type of currency do you use? Don't worry about this if you
// don't want to.
var currency_name = "U.S. Dollar";

// After they donate, they'll see a little thank you.
var thank_you_message = "Thank you message should be here.";

// Just write a simple message to your users where the money will go
// to, etc.
var message = "The money will go to the cancer foundation, or something";

// Enter your email to your PayPal Account (to get your payment) duh.
var email = "";

// When you type your website, make sure there's no /
var website = "http://ipbfreetest.ipbfree.com";

var username = document.getElementById("userlinks").getElementsByTagName("A")[0].innerHTML;
if(username == 'Log In'){
username = 'Visitor';
}
if(location.href.match('act=Donate')){
document.title='<% TITLE %> PayPal Donations';
document.getElementById('navstrip').innerHTML+=' -> Donations ';
document.write("<table class='tableborder' cellpadding='6' cellspacing='1' border='0' width='100%' align='center'><tr align='left'><td class='maintitle'>PayPal Donations</td></tr><tbody><tr><td class='row4'><div align='center'><strong>Welcome "+ username +",</strong><br>"+ message +"</div></td></tr></tbody></table><br><table class='tableborder' cellpadding='6' cellspacing='1' border='0' width='100%' align='center'><tr align='left'><td class='maintitle' colspan='3'>PayPal Donation Details</td></tr><tr><td class='row4'><br><form action='https://www.paypal.com/cgi-bin/webscr' target='_blank' method='post'><div align='center'><strong>Currency</strong>: "+ currency_code +" - "+ currency_name +"<br><br><strong>Amount</strong>: $ <input type='text' name='amount' size='6' value='0.00' /> <input type='hidden' name='cmd' value='_xclick' /><input type='hidden' name='business' value='"+ email +"' /><input type='hidden' name='item_name' value='Donation for <% TITLE %> From: "+ username +"' /><input type='hidden' name='no_note' value='1' /><input type='hidden' name='currency_code' value='"+ currency_code +"' /><input type='hidden' name='tax' value='0' /><input type='hidden' name='return' value='"+ website +"/index.php?act=Dmsg' /></div><br><div align='center'><span class='smallfont'>Please Enter Your Donation Amount Above, And Then Click On The Donate Button Below.</span></div><br><div align='center'><input type='image' src='http://i38.tinypic.com/2ez33pl.gif' alt='Give Securely With Any Major Credit Card Through PayPal!' title='Give Securely With Any Major Credit Card Through PayPal!' /><br><br></div></form><div align='center'><strong>Give Securely With Any Major Credit Card Through PayPal!</strong><br></div><div align='center'><br><img src='http://i7.tinypic.com/6t56178.gif' border='0' alt='Visa' /> <img src='http://i4.tinypic.com/6odo0mv.gif' border='0' alt='MasterCard' /> <img src='http://i7.tinypic.com/6pi3bww.gif' border='0' alt='Discover' /> <img src='http://i5.tinypic.com/823dx86.gif' border='0' alt='American Express' /> <img src='http://i35.tinypic.com/2r43pyc.gif' alt='eCheck' border='0' /></div></td></tr></table><br><table class='tableborder' cellpadding='6' cellspacing='1' border='0' width='100%' align='center'><tr align='left'><td class='maintitle' colspan='3'>We're PayPal Verified!</td></tr><tbody><tr align='center'><td class='row4' align='center'><a href='https://www.paypal.com/us/verified/pal="+ email +"' target='_blank'><img src='http://i3.tinypic.com/85da73a.gif' border='0' alt='Official PayPal Verified Seal' /></a></td><td class='row4' align='left' valign='top' width='100%'>To become Verified, a PayPal member must provide PayPal with proof that he or she has opened an account at a bank or other financial institution. Because these institutions are required by law to screen account holders, PayPal's verification process increases security when you pay parties you do not know. Please note that PayPal's verification system does not constitute an endorsement of a member, nor a guarantee of a member's business practices. You should always consider other indicators when evaluating members, including length of PayPal membership and reputation scores (on eBay or other auction sites, if applicable).</td></tr><tr><td class='titlemedium' colspan='3' align='left'>Donation Page (vBulletin Style), by James   <a href='http://forum.ipbfree.com/'>iPBFree Source</a>.</td></tr></tbody></table><br>")
document.write("<div style='display: none;'>")
}
else
{
document.write("")
}
if(location.href.match('act=Dmsg')){
document.title='<% TITLE %> PayPal Donations';
document.getElementById('navstrip').innerHTML+=' -> Donations ';
document.write("<table class='tableborder' cellpadding='6' cellspacing='1' border='0' width='100%' align='center'><tr align='left'><td class='maintitle'>Donation Processed</td></tr><tbody><tr><td class='row4'><div align='center'><strong>Thank you "+ username +",</strong><br>"+ thank_you_message +"</div></td></tr></tbody></table><br>")
document.write("<div style='display: none;'>")
}
else
{
document.write("")
}
document.getElementById("submenu").getElementsByTagName("td")[1].innerHTML += '      <a href="/index.php?act=Donate">Donate</a>'
</script>
Top
Duveaux
Posted: Oct 13 2009, 05:04 PM
Quote Post


Looking for V4 skinners! Visit announcements!
Group Icon

Group: Admin
Posts: 21.283
Member No.: 1
Joined: 31-July 05



Hmm, interesting contest, but you can't variate that much if you only get to edit HTML..

Ours would win anyway tounge.png If you cancel a donation now, it'll tell you we still like you.. just not as much as before tounge.png


--------------------

user posted image
user posted image
––––•(-• Gifts •-)•––––
GodkillahSlasherShookeesDivineIcezShookees2d1ngellShookees3MuRkERiYThe_ProAdd Yours - Thanks %3DD.png
Top
Shookees
Posted: Oct 13 2009, 05:27 PM
Quote Post


Mr Narbinskey
*

Group: Member
Posts: 889
Member No.: 22.872
Joined: 28-September 08



Duv, where's the donating page? D:


--------------------
Top
Duveaux
Posted: Oct 14 2009, 06:21 AM
Quote Post


Looking for V4 skinners! Visit announcements!
Group Icon

Group: Admin
Posts: 21.283
Member No.: 1
Joined: 31-July 05



Try the donate button %3DD.png


--------------------

user posted image
user posted image
––––•(-• Gifts •-)•––––
GodkillahSlasherShookeesDivineIcezShookees2d1ngellShookees3MuRkERiYThe_ProAdd Yours - Thanks %3DD.png
Top
0 User(s) are reading this topic (0 Guests and 0 Anonymous Users)
0 Members:


Topic Options Add ReplyNew TopicNew Poll



Hosted for free by InvisionFree (Terms of Use: Updated 7/7/05) | Powered by Invision Power Board v1.3 Final © 2003 IPS, Inc.
Archive