paypal block stoppped working ...

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   paypal block stoppped working ...
floplag
CZ Newbie
floplag has been a member for over 19 year's 19 Year Member
Gender: Male
Status: Offline
Joined: May 29, 2005
0.00 posts per day
Posts: 1
Points: 104
   
was working fine, suddenly for no apparent reason when someone clicks on the grapic it takes them to the "your account" page, or so it seems.

the code in the block.php file doesnt seem altered either

any ideas ?

here is the relvant code, edited to remove any personal info of course ...

<?php
/********************************************************/
/* Donations Block for PHP-Nuke */
/* By: Telli (telli@codezwiz.com) */
/* [ Register or login to view links on this board. ] */
/* Copyright © 2000-2003 by Codezwiz */
/********************************************************/


if (eregi("block-paypal.php",$PHP_SELF)) {
Header("Location: index.php");
die();
}
$content = "<font class=\"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=\"paypal@mydomain.com\">";
$content .= "<input type=\"hidden\" name=\"item_name\" value=\"Web Site Donation\">";
$content .= "<input type=\"hidden\" name=\"item_number\" value=\"Donation #\">";
$content .= "<input type=\"hidden\" name=\"no_shipping\" value=\"1\">";
$content .= "<input type=\"hidden\" name=\"return\" value=\"RETURN-ADDRESS\">";
$content .= "<input type=\"hidden\" name=\"no_note\" value=\"1\">";
$content .= "<input type=\"hidden\" name=\"currency_code\" value=\"USD\">";
$content .= "<input type=\"hidden\" name=\"tax\" value=\"0\">";
$content .= "<input type=\"image\" src=\"http://paypal.com/images/x-click-but04.gif\" border=\"0\" name=\"submit\" alt=\"Make Donations with PayPal - it''s fast and secure!\"></form></center></font>";
?>



Back to top Reply with quote
#2   re: paypal block stoppped working ...
Taut
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
usa.gif california.gif
Occupation: Entrepreneur
Gender: Female
Fav. Sports Team: SF Giants
Status: Offline
Joined: May 27, 2003
0.71 posts per day
Posts: 5530
Points: 481,695
   
Something in your site can't just all of a sudden not work for no reason. It must have been edited or altered by someone other than yourself.

If you don't want your web site's URL posted here, please PM me the info so I can take a quick look



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum