Paypal Donation button

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Paypal Donation button

    add paypal donation button in your site

    haha.. try to donate in my demo link if it will work.. LOLz.. but thanks if you donate

    DEMO LINK
    Attached Files

    #2
    would be nice if the donation page is mobilized instead of full webpage.

    Comment


      #3
      Originally posted by nonani View Post
      would be nice if the donation page is mobilized instead of full webpage.
      no modification can be made in billing.. :D its secured.. to prevent paypal account being hacked

      Comment


        #4
        lol paypal have there own mobile site if u click that link using a mobile it would show the mobile site
        Creator of
        Epix.Mobi

        Keep an Eye on us Big things coming soon!!!!
        Need something for your site hit me up here

        http://coding-talk.com/forum/main-fo...r-your-wapsite

        Comment


          #5
          I haven't try it yet.. browsing paypal in mobile.. so its good that they have mobilized site

          Comment


            #6
            i have a mobile versoin for hosting order can be modded for donations lol its in the mobilezonez script hosting.php

            PHP Code:
            if($action=="main")
            {
            addonline(getuid_sid($sid),"Viewing Hosing Plans","");
            echo 
            "<center>";
            echo 
            "Want Fast Cheap Reliable Hosting!!<br/>";
            echo 
            "I Can Offer You 4 gig Space<br/>";
            echo 
            "250 Gig Bandwith<br/>";
            echo 
            "20 Sql Databases<br/>";
            echo 
            "20 Pop3 Email Accounts<br/>";
            echo 
            "Unlimited SubDomains<br/>";
            echo 
            "Free Support To Lavalair Script<br/>";
            echo 
            "And Much More<br/>";
            echo 
            "Please Order your site By clicking the button below<br/>Once the order has been processed i will set up your domain with a site running like this one..";
            echo 
            '<form action="https://www.paypal.com/cgi-bin/webscr" method="post">';
            echo 
            '<input type="hidden" name="cmd" value="_xclick">';
            echo 
            '<input type="hidden" name="business" value="andrewhaswell@live.com.au">';//chnage to your email
            echo '<input type="hidden" name="item_name" value="web site hosting">';
            echo 
            '<input type="hidden" name="amount" value="80">';//change to your ammounts
            echo '<input type="hidden" name="no_shipping" value="0">';
            echo 
            '<input type="hidden" name="no_note" value="1">';
            echo 
            '<input type="hidden" name="currency_code" value="GBP">';//change to your preferred currency
            echo '<input type="hidden" name="lc" value="GB">';
            echo 
            '<input type="hidden" name="bn" value="PP-BuyNowBF">';
            echo 
            '<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but23.gif" border="0" name="submit" alt="!">';
            echo 
            '<img alt="" border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1">';
            echo 
            '</form>';


            echo 
            "<a href=\"index.php?action=main&amp;sid=$sid\"><img src=\"images/search.gif\" alt=\"*\"/>";
            echo 
            "Home</a><br/>";
            echo 
            "</center>";
            getfooter($sid);
            echo 
            "<center>";
            echo 
            "This script was created<br/>By Rampage<br/>www.mobilezonez.com<br/>";
            echo 
            "</center>";

            Last edited by ozziemale31; 29.01.10, 11:33. Reason: cus i can lol









            Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
            Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free

            Comment

            Working...
            X