Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Paypal button
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Hopper
Junior Member

192 Posts

Posted - 06 November 2002 :  16:08:06  Show Profile  Send Hopper an ICQ Message
Is there a simple way to add a paypal donations button to the forum screen?

Gremlin
General Help Moderator

New Zealand
7528 Posts

Posted - 06 November 2002 :  18:01:10  Show Profile  Visit Gremlin's Homepage
Just place the code in either your inc_header.asp file if you want it at the top, or in the inc_footer.asp file if you want it to appear at the bottom of each page.

Kiwihosting.Net - The Forum Hosting Specialists

Edited by - Gremlin on 06 November 2002 18:01:25
Go to Top of Page

Carefree
Advanced Member

Philippines
4207 Posts

Posted - 06 November 2002 :  18:34:26  Show Profile
Sure - in inc_header.asp, look for the following lines (appx 505-508):


	Response.Write	"""" & dWStatus("Perform a search by keyword, date, and/or name...") & " tabindex=""-1""><acronym title=""Perform a search by keyword, date, and/or name..."">Search</acronym></a>" & vbNewline & _
			"          |" & vbNewline & _
			"          <a href=""faq.asp""" & dWStatus("Answers to Frequently Asked Questions...") & " tabindex=""-1""><acronym title=""Answers to Frequently Asked Questions..."">FAQ</acronym></a>"
end sub



After that add the following (put a <% %> around the following):


	<form action="https://www.paypal.com/cgi-bin/webscr" method="POST">
	<input type="hidden" name="cmd" value="_xclick">
	<input type="hidden" name="business" value="your email addy">
	<input type="hidden" name="return" value=""default.asp"">
	<input type="hidden" name="item_name" value="Forum Donation">
	<input type="hidden" name="item_number" value="HPRSD">
	<input type="image" src="http://images.paypal.com/images/x-click-but04.gif" name="submit2" alt="Donate through PayPal">
	</form>





Change the part in red to your registered Email address at PayPal.
If your PayPal account is a personal one (instead of business), change the part in green to say "personal"


Edited by - Carefree on 06 November 2002 18:37:18
Go to Top of Page

Hopper
Junior Member

192 Posts

Posted - 06 November 2002 :  19:02:00  Show Profile  Send Hopper an ICQ Message
Thanks greatly
Go to Top of Page

Carefree
Advanced Member

Philippines
4207 Posts

Posted - 06 November 2002 :  20:50:32  Show Profile
You're welcome, any time.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.3 seconds. Powered By: Snitz Forums 2000 Version 3.4.07