View Single Post
  #5  
Old 30th June 2008, 19:00
D3SI D3SI is offline
Senior Member
 
Join Date: May 2008
Posts: 58
Default Re: [TBDEV]Donations Page with Auto Paypal Mod
A small update:

instead of changing every line when you do special offers with more gigs and more weeks VIP i added a small bit at the top to change it easily

for example you make new offer on 5 USD and need to change the amount from 5 to 10GB
Code:
[*]5GB Upload Credits
New
Code:
[*]10GB Upload Credits
etc etc

same for class and Length.


Code:
<?
$amount5 = 5; # For 5

#Set the length [Same in Paypal.php]
$length5 = 1;

#Set the Currency Type
$currencytype = 'Euro'; #For Fonts

#Set the Class for Donations
$class5 = 'VIP';

#Donate Email
$DONATEMAIL = 'Email-here'; #Your Paypal email address here. Same in paypal.php
?>
Whole new code for Donate page

donate.php
Code:
<?php
require 'include/bittorrent.php';
dbconn();
loggedinorreturn();
$nick = ($CURUSER ? $CURUSER['username'] : ('Guest' . rand(1000, 9999)));
stdhead('Donate');
#Last Update: 29-06-2008

#Easy Configuration 
#Added by D3SI
#Start
#Set Donations Amount here [ use same in Paypal.php]
$amount5 = 5; # For 5
$amount10 = 10;# For 10 Etc....
$amount20 = 20;
$amount30 = 60;
$amount40 = 40;
$amount50 = 50;
$amount100 = 150;

#Set the length [Same in Paypal.php]
$length5 = 1;
$length10 = 1;
$length20= 2;
$length30 = 6;
$length40= 4;
$length50= 5;
$length100= 10;

#Set the Currency Type
$currencytype = 'Euro'; #For Fonts
$currencytype2 = '&euro;'; #For Sign
$currencytype3 = 'EUR'; #Main Currency for Donations

#Set the Class for Donations
$class5 = 'VIP';
$class10 = 'VIP';
$class20 = 'VIP';
$class30 = 'VIP';
$class40 = 'VIP';
$class50 = 'PLATINIUM';
$class100 = 'PLATINIUM';

#Donate Email
$DONATEMAIL = 'Email-here'; #Your Paypal email address here. Same in paypal.php

#End
?>

<table class=main width=750 border=0 cellspacing=0 cellpadding=0><tr><td class=embedded>
<h2><center>Thank You for visiting Donations page <font color=red><?=$CURUSER['username']?></font></center></h2>
<table width=737 class=main border=0 cellspacing=0 cellpadding=0><tr><td class='embedded'><h2><center><? echo date('F');?> Special Offers</center></h2></td></tr>
<table width=100% border=1 cellspacing=0 cellpadding=10><tr><td>
<div align='center'>
<table border='0' width='100%' cellpadding='10'>
<tr>

<? #First Box

#Start?>
<td>
<center>
<table class='main' border='1' cellpadding='10' cellspacing='0' height='229' width='100%'><tbody><tr><td class='text'>
<font color='red'>Donate <?=$currencytype2?>5</font>

Donate 5 <?=$currencytype?> and  receive:[*]<?=$amount5?>GB Upload Credits[*]<?=$length5?> Week <?=$class5?>.[*]Custom Title.[*]No Ads.[*]Donor Star.



<form action='https://www.paypal.com/cgi-bin/webscr' method='post'>
<input type='hidden' name='cmd' value='_xclick'>
<input type='hidden' name='business' value='<?=$DONATEMAIL;?>'>
<input type='hidden' name='item_name' value='Server Funds (<?=$nick;?>)'>
<input type='hidden' name='no_note' value='1'>
<input type='hidden' name='currency_code' value='<?=$currencytype3;?>'>
<input type='hidden' name='amount' value='5'>
<input type='hidden' name='tax' value='0'>
<input type='hidden' name='custom' value='<? echo $CURUSER['id'] ?>'>
<input type='hidden' name='notify_url' value='http://www.yourtracker.org/paypal.php'>
<?/*<input name='submit' type='image' style='margin-top: 5px' src='/pic/donate2.gif' alt='Donate $5' align='bottom' border='0'>*/?>
<center><input type='submit' value='Donate'></center>
</form>
</div>
</form>
</center>
</td></tr></tbody></table>
</td>
<? #First Box

#End?>

<? #Second Box

#Start?>

<td>
<center>
<table class='main' border='1' cellpadding='10' cellspacing='0' height='229' width='100%'><tbody><tr><td class='text'>
<font color='red'>Donate <?=$currencytype2?>10</font>


Donate 10 <?=$currencytype?> and  receive:[*]<?=$amount10?>GB Upload Credits[*]<?=$length10?> Week <?=$class10?>.[*]Custom Title.[*]No Ads.[*]Donor Star.



<form action='https://www.paypal.com/cgi-bin/webscr' method='post'>
<input type='hidden' name='cmd' value='_xclick'>
<input type='hidden' name='amount' value='10.00'>
<input type='hidden' name='business' value='<?=$DONATEMAIL;?>'>
<input type='hidden' name='item_name' value='(<?=$nick;?>)'>
<input type='hidden' name='item_number' value='1'>
<input type='hidden' name='no_note' value='1'>
<input type='hidden' name='currency_code' value='<?=$currencytype3;?>'>
<input type='hidden' name='tax' value='0'>
<input type='hidden' name='no_shipping' value='1'>
<input type='hidden' name='custom' value='<? echo $CURUSER['id'] ?>'>
<input type='hidden' name='notify_url' value='http://www.yourtracker.org/paypal.php'>
<div align=bottom>
<?/*<input type='image' src='http://www.yourtracker.org/pic/donate2.gif' border='0' name='submit' alt='Donate $10'>*/?>
<center><input type='submit' value='Donate'></center>
</div>
</form>
</center>
</td></tr></tbody></table>
</td

<? #Second Box

#End?>

<? #Third Box

#Start?>

<td>
<table class='main' border='1' cellpadding='10' cellspacing='0' height='229' width='100%'><tbody><tr><td class='text'>
<font color='red'>Donate <?=$currencytype2?>20</font>

Donate 20 <?=$currencytype?> and  receive:[*]<?=$amount20?>GB Upload Credits[*]<?=$length20?> Weeks <?=$class20?>.[*]Custom Title.[*]No Ads.[*]Donor Star.
<form action='https://www.paypal.com/cgi-bin/webscr' method='post'>
<input type='hidden' name='cmd' value='_xclick'>
<input type='hidden' name='amount' value='20.00'>
<input type='hidden' name='business' value='<?=$DONATEMAIL;?>'>
<input type='hidden' name='item_name' value='(<?=$nick;?>)'>
<input type='hidden' name='item_number' value='1'>
<input type='hidden' name='no_note' value='1'>
<input type='hidden' name='currency_code' value='<?=$currencytype3;?>'>
<input type='hidden' name='tax' value='0'>
<input type='hidden' name='no_shipping' value='1'>
<input type='hidden' name='custom' value='<? echo $CURUSER['id'] ?>'>
<input type='hidden' name='notify_url' value='http://www.yourtracker.org/paypal.php'>
<div align=bottom>






<?/*<input type='image' src='http://www.yourtracker.org/pic/donate2.gif' border='0' name='submit' alt='Donate $20'>*/?>
<center><input type='submit' value='Donate'></center>
</div>
</form>
</center>
</td></tr></tbody></table>
</td>

<? #Third Box

#Finish?>

<? #Fourth Box

#Start?>
<td>
<table class='main' border='1' cellpadding='10' cellspacing='0' height='229' width='100%'><tbody><tr><td class='text'>
<font color='red'>Donate <?=$currencytype2?>30</font>

Donate 30 <?=$currencytype?> and  receive:[*]<?=$amount30?>GB Upload Credits[*]Custom Title.[*]<?=$length30?> Weeks <?=$class30?>.[*]No Ads.[*]Donor Star.
<form action='https://www.paypal.com/cgi-bin/webscr' method='post'>
<input type='hidden' name='cmd' value='_xclick'>
<input type='hidden' name='amount' value='30.00'>
<input type='hidden' name='business' value='<?=$DONATEMAIL;?>'>
<input type='hidden' name='item_name' value='(<?=$nick;?>)'>
<input type='hidden' name='item_number' value='1'>
<input type='hidden' name='no_note' value='1'>
<input type='hidden' name='currency_code' value='<?=$currencytype3;?>'>
<input type='hidden' name='tax' value='0'>
<input type='hidden' name='no_shipping' value='1'>
<input type='hidden' name='custom' value='<? echo $CURUSER['id'] ?>'>
<input type='hidden' name='notify_url' value='http://www.yourtracker.org/paypal.php'>
<div align=bottom>






<?/*
<input type='image' src='http://www.yourtracker.org/pic/donate2.gif' border='0' name='submit' alt='Donate $30'>
*/?>
<center><input type='submit' value='Donate'></center>
</div>
</form>
</center>
</td></tr></tbody></table>
</td>
<tr>

<td>
<table class='main' border='1' cellpadding='10' cellspacing='0' height='229' width='100%'><tbody><tr><td class='text'>
<font color='red'>Donate <?=$currencytype2?>40</font>

Donate 40 <?=$currencytype?> and  receive:[*]<?=$amount40?>GB Upload Credits[*]<?=$length40?> Week <?=$class40?>[*]Custom Title.[*]No Ads .[*]4 Invites.[*]Donor Star.
<form action='https://www.paypal.com/cgi-bin/webscr' method='post'>
<input type='hidden' name='cmd' value='_xclick'>
<input type='hidden' name='amount' value='40.00'>
<input type='hidden' name='business' value='<?=$DONATEMAIL;?>'>
<input type='hidden' name='item_name' value='(<?=$nick;?>)'>
<input type='hidden' name='item_number' value='1'>
<input type='hidden' name='no_note' value='1'>
<input type='hidden' name='currency_code' value='<?=$currencytype3;?>'>
<input type='hidden' name='tax' value='0'>
<input type='hidden' name='no_shipping' value='1'>
<input type='hidden' name='custom' value='<? echo $CURUSER['id'] ?>'>
<input type='hidden' name='notify_url' value='http://www.yourtracker.org/paypal.php'>
<div align=bottom>




<?/*
<input type='image' src='http://www.yourtracker.org/pic/donate2.gif' border='0' name='submit' alt='Donate $40'>
*/?>
<center><input type='submit' value='Donate'></center>
</div>
</form>
</td></tr></tbody></table>
</td>

<td>
<table class='main' border='1' cellpadding='10' cellspacing='0' height='229' width='100%'><tbody><tr><td class='text'>
<font color='red'>Donate <?=$currencytype2?>50</font>

Donate 50 <?=$currencytype?> and  receive:[*]<?=$amount50?>GB Upload Credits[*]<?=$length50?> Week <?=$class50?>[*]All Torrents Free[*]Custom Title.[*]No Ads .[*]Donor Star.
<form action='https://www.paypal.com/cgi-bin/webscr' method='post'>
<input type='hidden' name='cmd' value='_xclick'>
<input type='hidden' name='amount' value='50.00'>
<input type='hidden' name='business' value='<?=$DONATEMAIL;?>'>
<input type='hidden' name='item_name' value='(<?=$nick;?>)'>
<input type='hidden' name='item_number' value='1'>
<input type='hidden' name='no_note' value='1'>
<input type='hidden' name='currency_code' value='<?=$currencytype3;?>'>
<input type='hidden' name='tax' value='0'>
<input type='hidden' name='no_shipping' value='1'>
<input type='hidden' name='custom' value='<? echo $CURUSER['id'] ?>'>
<input type='hidden' name='notify_url' value='http://www.yourtracker.org/paypal.php'>
<div align=bottom>




<?/*
<input type='image' src='http://www.yourtracker.org/pic/donate2.gif' border='0' name='submit' alt='Donate $50'>
*/?>
<center><input type='submit' value='Donate'></center>
</div>
</form>
</td></tr></tbody></table>
</td>


<td>
<table class='main' border='1' cellpadding='10' cellspacing='0' height='229' width='100%'><tbody><tr><td class='text'>
<font color='red'>Donate <?=$currencytype2?>100</font>

Donate 100 <?=$currencytype?> and  receive:[*]<?=$amount100?>GB Upload Credits[*]<?=$length100?> Week <?=$class100?>[*]All Torrents Free[*]Custom Title.[*]No Ads .[*]Donor Star.
<form action='https://www.paypal.com/cgi-bin/webscr' method='post'>
<input type='hidden' name='cmd' value='_xclick'>
<input type='hidden' name='amount' value='100.00'>
<input type='hidden' name='business' value='<?=$DONATEMAIL;?>'>
<input type='hidden' name='item_name' value='(<?=$nick;?>)'>
<input type='hidden' name='item_number' value='1'>
<input type='hidden' name='no_note' value='1'>
<input type='hidden' name='currency_code' value='<?=$currencytype3;?>'>
<input type='hidden' name='tax' value='0'>
<input type='hidden' name='no_shipping' value='1'>
<input type='hidden' name='custom' value='<? echo $CURUSER['id'] ?>'>
<input type='hidden' name='notify_url' value='http://www.yourtracker.org/paypal.php'>
<div align=bottom>




<?/*
<input type='image' src='http://www.yourtracker.org/pic/donate2.gif' border='0' name='submit' alt='Donate $100'>
*/?>
<center><input type='submit' value='Donate'></center>
</div>
</form>
</td></tr></tbody></table>
</td>

<td>
<table class='main' border='1' cellpadding='10' cellspacing='0' height='229' width='100%'><tbody><tr><td class='text'>
<font color='red'>Default for All Donations</font>

When you Donate you get[*]Custom Title.[*]No Ads .[*]Donor Star.[*]Invites.[*]Access to <?=$SITENAME?>
 VIP Forum.[*]No wait time restrictions,
 regardless your ratio.[*]Immunity to the auto-ban
 because of low ratio.
</td></tr></tbody></table>
</td>

</tr>
</td></tr></table>
</td>
</tr>
</table>




      <table width='800' border='1' cellspacing='1' cellpadding='10' class='coltable'>
       <tr>
        <td align='left' width=800 class='rowhead'>IMPORTANT NOTES:</td>
	   </tr>
	   <tr>
        <td align='left' class='rowhead'>
         <table width='100%' border='1' cellspacing='1' cellpadding='10' class='coltable'>
          <tr>
           <td class='rowhead2' align='left'>[*]Donations DO NOT exempt you from the rules or from being banned.[*]Donations will increase your ratio, but normal ratio rules will still apply.
          <?#[*]All donations will be processed with Paypal IPN, this means that right after you will complete the donation process, it will instantly credit your account.
          #[*]<font color=white>If you have any problems with your donation or you have not recieved proper credit, send <a href=sendmessage.php?receiver=1> D3SI </a> a PM.</font>?>
          

          <font color=red>All donations will be processed with Paypal IPN, this means that right after you will complete the donation process, it will instantly credit your account.</font>
		   </td>
		  </tr>
         </table>
        </td>
       </tr> 
      </table>
      </table>
<?#Everything End ?>

<?
stdfoot();
?>
No changes needed in paypal.php just update this. :)

First Post Updated
__________________
I install Site Source for $
Reply With Quote
The Following User Says Thank You to D3SI For This Useful Post:
d6bmg (14th November 2010)