View Single Post
  #2  
Old 8th December 2009, 19:16
elvira's Avatar
elvira elvira is offline
Senior Member
 
Join Date: Jan 2008
Slovenia
Posts: 172
Default
Try this one

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 = 'danut.calin@yahoo.com'; #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'><strong>Donate <?=$currencytype2?>5</strong></font><br />
Donate 5 <?=$currencytype?> and  receive:
<li><?=$amount5?>GB Upload Credits</li>
<li><?=$length5?> Week <?=$class5?>.</li>
<li>Custom Title.</li>
<li>No Ads.</li>
<li>Donor Star.</li><br /><br /><br />
<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.dreamertt.com/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'><strong>Donate <?=$currencytype2?>10</strong></font><br />

Donate 10 <?=$currencytype?> and  receive:
<li><?=$amount10?>GB Upload Credits</li>
<li><?=$length10?> Week <?=$class10?>.</li>
<li>Custom Title.</li>
<li>No Ads.</li>
<li>Donor Star.</li><br /><br /><br />
<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.dreamertt.com/paypal.php'>
<div align=bottom>
<?/*<input type='image' src='http://www.dreamertt.com/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'><strong>Donate <?=$currencytype2?>20</strong></font><br />
Donate 20 <?=$currencytype?> and  receive:
<li><?=$amount20?>GB Upload Credits</li>
<li><?=$length20?> Weeks <?=$class20?>.</li>
<li>Custom Title.</li>
<li>No Ads.</li>
<li>Donor Star.</li>
<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.dreamertt.com/paypal.php'>
<div align=bottom>
<br>
<br>
<br>
<?/*<input type='image' src='http://www.dreamertt.com/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'><strong>Donate <?=$currencytype2?>30</strong></font><br />
Donate 30 <?=$currencytype?> and  receive:
<li><?=$amount30?>GB Upload Credits</li>
<li>Custom Title.</li>
<li><?=$length30?> Weeks <?=$class30?>.</li>
<li>No Ads.</li>
<li>Donor Star.</li>
<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.dreamertt.com/paypal.php'>
<div align=bottom>
<br>
<br>
<br>
<?/*
<input type='image' src='http://www.dreamertt.com/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'><strong>Donate <?=$currencytype2?>40</strong></font><br />
Donate 40 <?=$currencytype?> and  receive:
<li><?=$amount40?>GB Upload Credits</li>
<li><?=$length40?> Week <?=$class40?></li>
<li>Custom Title.</li>
<li>No Ads .</li>
<li>4 Invites.</li>
<li>Donor Star.</li>
<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.dreamertt.com/paypal.php'>
<div align=bottom>
<br>
<br>
<?/*
<input type='image' src='http://www.dreamertt.com/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'><strong>Donate <?=$currencytype2?>50</strong></font><br />
Donate 50 <?=$currencytype?> and  receive:
<li><?=$amount50?>GB Upload Credits</li>
<li><?=$length50?> Week <?=$class50?></li>
<li>All Torrents Free</li>
<li>Custom Title.</li>
<li>No Ads .</li>
<li>Donor Star.</li>
<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.dreamertt.com/paypal.php'>
<div align=bottom>
<br>
<br>
<?/*
<input type='image' src='http://www.dreamertt.com/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'><strong>Donate <?=$currencytype2?>100</strong></font><br />
Donate 100 <?=$currencytype?> and  receive:
<li><?=$amount100?>GB Upload Credits</li>
<li><?=$length100?> Week <?=$class100?></li>
<li>All Torrents Free</li>
<li>Custom Title.</li>
<li>No Ads .</li>
<li>Donor Star.</li>
<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.dreamertt.com/paypal.php'>
<div align=bottom>
<br>
<br>
<?/*
<input type='image' src='http://www.dreamertt.com/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'><strong>Default for All Donations</strong></font><br />
When you Donate you get
<li>Custom Title.</li>
<li>No Ads .</li>
<li>Donor Star.</li>
<li>Invites.</li>
<li>Access to <?=$SITENAME?><br> VIP Forum.</li>
<li>No wait time restrictions,<br> regardless your ratio.</li>
<li>Immunity to the auto-ban<br> because of low ratio.</li>
</td></tr></tbody></table>
</td>

</tr>
</td></tr></table>
</td>
</tr>
</table>
<br>
<br>
      <table width='800' border='1' cellspacing='1' cellpadding='10' class='coltable'>
       <tr>
        <td align='left' width=800 class='rowhead'><b>IMPORTANT NOTES:</b></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'>
           <li>Donations DO NOT exempt you from the rules or from being banned.</li>
           <li>Donations will increase your ratio, but normal ratio rules will still apply.</li>
           <li>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.</li>
          <li><font color=white>
<b>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.</b></font></li>
          <br>
          <b><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></li></b>
           </td>
          </tr>
         </table>
        </td>
       </tr> 
      </table>
      </table>
<?#Everything End ?>

<?
stdfoot();
?>
Reply With Quote
The Following User Says Thank You to elvira For This Useful Post:
Extreme86 (9th December 2009)