Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 77
8 members and 69 guests
add5pntrmwe4kde, adv2oocarepostw, chiripcagota6tn, flooddamageme, kitzmchen, off3ciceclean7q, pusoi8zhc5rrtg7, trpslmber
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
tattoo fonts
http://www.checkoutmyink.com/category/tattoo-fonts-tattoo

Go Back   Nukemods Forum > PHP-Nuke 7.x > Nuke 7.x - Blocks

Reply
 
LinkBack Thread Tools Display Modes
Paypal Block
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 10
Join Date: Dec 2005
Paypal Block - 12-18-2005, 11:52 PM

Hello all, i was wondering how I can make a block that shows just a paypal donate button in it. I have the HTML for the button just dont know how to make a block with it in it.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Super Moderator
 
Duke's Avatar
 
Status: Offline
Posts: 1,016
Join Date: Dec 2005
Location: Under your bed
12-19-2005, 01:41 AM

Maybe this will help:

http://nukecops.com/PHP-Nuke_paypal-...-php-nuke.html
  Send a message via AIM to Duke  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Thanks
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 10
Join Date: Dec 2005
Thanks - 12-19-2005, 02:50 AM

Thanks, that was what i was looking for, but i went to make a new block using the code from that website and now the only thing that shows up on the webpage is the left side, the middle and right side is blank.. kinda wierd
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: Thanks
Old
  (#4 (permalink))
Super Moderator
 
Duke's Avatar
 
Status: Offline
Posts: 1,016
Join Date: Dec 2005
Location: Under your bed
Re: Thanks - 12-19-2005, 06:33 AM

Quote:
Originally Posted by ActusReus
Thanks, that was what i was looking for, but i went to make a new block using the code from that website and now the only thing that shows up on the webpage is the left side, the middle and right side is blank.. kinda wierd
Can you take a screenshot of what your talking about?

Are you referring to the actual block itself or the entire webpage?

Sorry for the stupid questions, your post confused me a bit and I just woke up :?
  Send a message via AIM to Duke  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Picture
Old
  (#5 (permalink))
Junior Member
 
Status: Offline
Posts: 10
Join Date: Dec 2005
Picture - 12-19-2005, 02:32 PM

Hello There, Here is a picture of what is happening.

http://www.actusreus.net/problem.JPG
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#6 (permalink))
Super Moderator
 
Duke's Avatar
 
Status: Offline
Posts: 1,016
Join Date: Dec 2005
Location: Under your bed
12-19-2005, 05:19 PM

I'll look into it further when I get home from work tonite.
  Send a message via AIM to Duke  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Thanks
Old
  (#7 (permalink))
Junior Member
 
Status: Offline
Posts: 10
Join Date: Dec 2005
Thanks - 12-19-2005, 05:28 PM

Thanks much for the help, i really appreciate it.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#8 (permalink))
Super Moderator
 
Duke's Avatar
 
Status: Offline
Posts: 1,016
Join Date: Dec 2005
Location: Under your bed
12-19-2005, 08:10 PM

Try this:


<?php
#### Generated by Block Creator by Astalavista-BD (www.phpnuke-downloads.com) ###
if (eregi("block-Paypal.php",$PHP_SELF)) {
Header("Location: index.php");
die();
}
$content = "<center><form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\">";
$content .= "<input type=\"hidden\" name=\"cmd\" value=\"_xclick\">";
$content .= "<input type=\"hidden\" name=\"business\" value=\"******************\">";
$content .= "<input type=\"hidden\" name=\"item_name\" value=\"**************\">";
$content .= "<input type=\"hidden\" name=\"no_note\" value=\"1\">";
$content .= "<input type=\"hidden\" name=\"currency_code\" value=\"GBP\">";
$content .= "<input type=\"hidden\" name=\"tax\" value=\"0\">";
$content .= "<input type=\"hidden\" name=\"bn\" value=\"PP-DonationsBF\">";
$content .= "<input type=\"image\" src=\"https://www.paypal.com/en_US/i/btn/x-click-but04.gif\" border=\"0\" name=\"submit\" alt=\"Make payments with PayPal - it's fast, free and secure!\">";
$content .= "</form></center> ";
?>

Fill in your Paypal account info in the appropriate spaces. Save the file as block-paypal or something similar, upload to your html/blocks folder, then activate the block in your sites Block admin panel.

I didn't fill in my account code but I think the block itself works fine. If you want to see what it loox like then just look on the top right of the page, under the header here: http://www.gamemoviemaking.com

Hope this helps.
  Send a message via AIM to Duke  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#9 (permalink))
Junior Member
 
Status: Offline
Posts: 10
Join Date: Dec 2005
12-19-2005, 09:11 PM

Thanks much!, works just fine now!


Thanks again
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#10 (permalink))
Super Moderator
 
Duke's Avatar
 
Status: Offline
Posts: 1,016
Join Date: Dec 2005
Location: Under your bed
12-19-2005, 09:15 PM

No problem buds, glad to help.
  Send a message via AIM to Duke  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
paypal block problem maj_iceman Nuke 7.x - General 1 03-16-2006 05:30 PM
Paypal Store Evil Open topics 5 02-17-2005 09:23 AM
E-Commerce PayPal web interface add on problem sweetquads Open topics 1 06-23-2003 06:46 AM
Paypal and admin.php trouble please help! Garrett Purged Topics 7 01-22-2003 02:58 AM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31