Results 1 to 3 of 3

Thread: Paypal Donate Block-Nuke

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2006
    Posts
    56

    Paypal Donate Block-Nuke

    Ok i have created this block but one problem...

    Its not liking the format to open when you click on the picture.

    Code:
     
        die();
    }
    
    $content = "<form action=\"openwindow(https://www.paypal.com/cgi-bin/webscr/)\" method=\"post\">";
    $content = "<input type=\"hidden\" name=\"cmd\" value=\"_xclick\">";
    $content = "<input type=\"hidden\" name=\"business\" value=\"[email protected]\">";
    $content = "<input type=\"hidden\" name=\"item_name\" value=\"Chaotic-Clan Donations\">";
    $content = "<input type=\"hidden\" name=\"item_number\" value=\"0001\">"; is
    $content = "<input type=\"hidden\" name=\"amount\" value=\"10.00\">";
    $content = "<input type=\"hidden\" name=\"no_note\" value=\"1\">";
    $content = "<input type=\"hidden\" name=\"currency_code\" value=\"USD\">";
    $content = "<center><input type=\"image\" src=\"images/donate.gif\" border=\"0\" name=\"submit\" alt=\"Make payments with PayPal - it's fast, free and secure!\">";
    I have also tryled it this way:

    Code:
    $content = "<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\">";
    the problem with this way is that web dont reconize backslashes..

    whats the best way to resolve this?

  2. #2
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  3. #3
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Paypal Donate Block-Nuke

    Also, I suggest you go through each line step by step and analyse what your code is really doing. Quite aside from the being bad style, it's also logically flawed.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width