Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as HTML by Tam ( 15 years ago )
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>The Server for Gifted Pineapples</title>
</head>
<body>
<?php
if($_GET['m'] == 'success'){
echo 'Subscription Successful, Thanks!';
}
if($_GET['m'] == 'cancel'){
echo 'Subscription Canceled, Oh well!';
}
?>
</br>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="ME6KMEKZLQFPC">
<table>
<tr><td><input type="hidden" name="on0" value="Payment Options">Payment Options</td></tr><tr><td><select name="os0">
<option value="Option 1">Option 1 : £4.20GBP - monthly</option>
<option value="Option 2">Option 2 : £2.00GBP - monthly</option>
<option value="Option 3">Option 3 : £1.00GBP - monthly</option>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="GBP">
<input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" alt="PayPal — The safer, easier way to pay online.">
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
</form>
</body>
</html>
Revise this Paste