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
haha.. try to donate in my demo link if it will work.. LOLz.. but thanks if you donate
DEMO LINK
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&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>";
}
Comment