» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 48
0 members and 48 guests
No Members online
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
Football Betting - best nfl betting promotions at sportsbook.com.
Oral Chelation - initial cleansing of your veins & arteries
Portatiles - Ofertas en Ordenadores y Portatiles. Increibles Ofertas DELL.

Register Now! Contact Us

About this Page
This is a discussion on Paypal Block within the Nuke 7.x - Blocks forums, part of the PHP-Nuke 7.x category; Hello all, i was wondering how I can make a block that shows just a paypal donate button in it. ...


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

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-18-2005, 11:52 PM
Junior Member
 
Join Date: Dec 2005
Posts: 10
Paypal Block
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
  #2 (permalink)  
Old 12-19-2005, 01:41 AM
Duke's Avatar
Super Moderator
 
Join Date: Dec 2005
Location: Under your bed
Posts: 1,002
Send a message via AIM to Duke
Maybe this will help:

http://nukecops.com/PHP-Nuke_paypal-...-php-nuke.html
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 12-19-2005, 02:50 AM
Junior Member
 
Join Date: Dec 2005
Posts: 10
Thanks
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
  #4 (permalink)  
Old 12-19-2005, 06:33 AM
Duke's Avatar
Super Moderator
 
Join Date: Dec 2005
Location: Under your bed
Posts: 1,002
Send a message via AIM to Duke
Re: Thanks
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 :?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 12-19-2005, 02:32 PM
Junior Member
 
Join Date: Dec 2005
Posts: 10
Picture
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
  #6 (permalink)  
Old 12-19-2005, 05:19 PM
Duke's Avatar
Super Moderator
 
Join Date: Dec 2005
Location: Under your bed
Posts: 1,002
Send a message via AIM to Duke
I'll look into it further when I get home from work tonite.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 12-19-2005, 05:28 PM
Junior Member
 
Join Date: Dec 2005
Posts: 10
Thanks
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
  #8 (permalink)  
Old 12-19-2005, 08:10 PM
Duke's Avatar
Super Moderator
 
Join Date: Dec 2005
Location: Under your bed
Posts: 1,002
Send a message via AIM to Duke
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 12-19-2005, 09:11 PM
Junior Member
 
Join Date: Dec 2005
Posts: 10
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
  #10 (permalink)  
Old 12-19-2005, 09:15 PM
Duke's Avatar
Super Moderator
 
Join Date: Dec 2005
Location: Under your bed
Posts: 1,002
Send a message via AIM to Duke
No problem buds, glad to help.
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


All times are GMT -5. The time now is 07:07 PM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.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