Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Tutorials
Reply
Thread Tools
  #1  
Old 21st August 2022, 13:38
BamBam0077 BamBam0077 is offline
Banned
 
Join Date: Jul 2013
P2P
Posts: 410
Smile [tbdev] ChatBonus Add-on!
needs a clone of mybonus.php, edit below to work with PayPal option
Code:
  
<script src="https://code.jquery.com/jquery-3.5.1.slim.js"></script>

<script>
    $(document).ready(function(){
        $("#myModal").modal("show");
    });
</script>

<div id="myModal" class="modal fade">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="modal-header">
                <h5 class="modal-title">Subscribe our Newsletter</h5>
                <button type="button" class="close" data-dismiss="modal">&times;</button>
            </div>
            <div class="modal-body">
                <p>Subscribe to our mailing list to get the latest updates straight in your inbox.</p>
                <form>
                    <div class="form-group">
                        <input type="text" class="form-control" placeholder="Name">
                    </div>
                    <div class="form-group">
                        <input type="email" class="form-control" placeholder="Email Address">
                    </div>
                    <button type="submit" class="btn btn-primary">Subscribe</button>
                </form>
            </div>
        </div>
    </div>
</div><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
		"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
		
		<html xmlns='http://www.w3.org/1999/xhtml'>
		<head>
                <meta name='keywords' content='video game forum, gaming forum, video game message board, gaming message board'>
                <meta name='description' content='Join the top gaming forum to discuss video games, esports and gaming news. Register now to join the conversation!'>

                
                
                        <script type='text/javascript'>

        /*<![CDATA[*/
        function radio() {
        window.open('radio_popup.php','My Radio','height=700,width=800,resizable=no,scrollbars=no,toolbar=no,menubar=no');
        }
        /*]]>*/
       </script>                <link rel='stylesheet' href='./35.css' type='text/css' />
                <script src='https://www.cssscript.com/demo/animated-snowfall-effect/PureSnow.js'></script>
<script src='https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js'></script>
			<meta name='generator' content='TBDev.net' />
			<meta http-equiv='Content-Language' content='en-us' />
			<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
			
			<title>SceneCrush :: Karma Bonus Page</title>
			<link rel='stylesheet' href='1.css' type='text/css' />
			<link rel='stylesheet' href='./demo/animated-snowfall-effect/style.css' type='text/css'/>
                        

			

<script>
// Get the modal
var modal = document.getElementById('myModal');

// Get the button that opens the modal
var btn = document.getElementById('myBtn');

// Get the <span> element that closes the modal
var span = document.getElementsByClassName('close')[0];

// When the user clicks on the button, open the modal
btn.onclick = function() {
  modal.style.display = 'block';
}

// When the user clicks on <span> (x), close the modal
span.onclick = function() {
  modal.style.display = 'none';
}

// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
  if (event.target == modal) {
    modal.style.display = 'none';
  }
}
</script>


<style>
header.top {
	background-color: #fafafa;
	-webkit-box-shadow: 0 8px 6px -8px #777;
	-moz-box-shadow: 0 8px 6px -8px #777;
	box-shadow: 0 8px 6px -8px #777;
}
header.top .topmenu {
	margin-bottom: 0;
}
header.top .topmenu li {
	display: inline-block;
	padding: 10px 22px;
	font-size: 1.9rem;
}

@media (max-width: 768px) {
	header.top {
		padding-top: 15px;
		padding-bottom: 9px;
	}
	header.top .search-bar form .search-input {
		width: 90%;
		font-size: 1.3rem;
	}
	header.top .logo img {
		max-height: 50px;
	}
}
@media (max-width: 350px) {
	header.top .logo img {
		height: 45px;
		max-height: 45px;
		object-fit: cover;
	}
	header.top .topmenu li.btn-menu a {
		font-size: 13px;
	}
}

@media (max-width: 575.98px) {
	header.top .topmenu li.btn-menu {
		padding-right: 10px;
		float: right;
	}
	header.top .topmenu li.btn-menu a {
		min-width: 90px;
	}
}

@media (min-width: 576px) and (max-width: 991.98px) {
	header.top .topmenu li.btn-menu {
		padding: 0 39px 0 0;
	}
}
header.top .topmenu li.search {
	width: 48px;
	height: 48px;
	line-height: 44px;
	text-align: center;
	padding: 0;
	margin-right: 39px;
}
header.top .topmenu li a {
	color: #000;
	display: block;
	text-decoration: none;
}
header.top .topmenu li.search a:hover {
	color: #E60DA1;
	border-bottom: none;
}
header.top .search-bar {
	display: none;
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fafafa;
	text-align: center;
}
header.top .search-bar form {
	margin-top: 0;
	width: 100%;
	height: 100%;
}
.top .search-bar form .search-input {
	width: 480px;
	font-size: 1.4rem;
	color: #000;
	font-weight: 600;
	border-radius: 0;
	padding-bottom: 0;
}
header.top .search-bar form .search-input,
header.top .search-bar form button {
	height: 60%;
}
header.top .search-bar form .search-input:-ms-input-placeholder {
	opacity: 1;
	color: #c8caca;
}
header.top .search-bar form button {
	width: 4rem;
	font-size: 2rem;
	background: none;
	border: 0;
}
.search-input,
.search-input:focus {
	border: none;
	border-bottom: 1px solid #000;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}
@media (max-width: 992px) and (min-width: 768px) {
	header.top .search-bar form button {
		margin-left: 15px;
	}
	header.top .logo {
		margin-top: 9px;
	}
	header.top .search-bar form .search-input {
		width: 100%;
		max-width: 400px;
	}
}
@media (min-width: 992px) {
	header.top .topmenu li.btn-menu a {
		font-size: 20px;
		height: 44px;
		line-height: 42px;
	}
	header.top .topmenu li.search {
		height: 44px;
		line-height: 42px;
		margin-right: 0;
	}
	header.top .topmenu li {
		font-size: 1rem;
		font-weight: bold;
		padding: 10px;
	}
}
@media (max-width: 360px) {
	header.top .search-bar form .search-input {
		font-size: 1rem;
	}
}
@media (max-width: 992px) {
	header.top .topmenu li {
		display: none;
	}
	header.top .topmenu li.search {
		display: inline-block;
		margin-right: 1rem;
		line-height: 2rem;
	}
	.topmenu .search .fa-lg {
		font-size: 1em;
	}
}
.nav-sidenav li.nav-item {
	font-size: 1rem;
}
.col-md-10 {
	margin: 0 auto;
	align-items: center;
}
.container {
	align-items: center;
	min-height: 72px;
}
header.top .topmenu li a:hover {
	border-bottom: 2px solid #000;
}
/* FontAwesome */

.fas {
	font-family: FontAwesome;
	font-style: normal;
}
.fa-search {
	bottom: 0;
	position: absolute;
	right: 10%;
}
.fa-search,
button {
	cursor: pointer;
}
.search-bar .fa-search,
.topmenu .search i {
	position: relative;
}


.top_navmenu { 
font-size: 12pt;
 height: 20px; 
/*opacity: 100% ;*/
  background: #414142;

  border-top: 1px solid #353939;

  border-bottom: 1px solid #353939;

  
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
}

.top_navmenu a {
font-weight: bold;
margin-top: 1px;
margin-left: -14px;
  display: block;

  padding: 0 20px;

  line-height: 3px;

  color: #ddd;

  text-decoration: none;

  text-shadow: 0 -1px #2e3131;

  border-left: 1px solid #4d5354;

  border-left: 1px solid rgba(255, 255, 255, 0.06);

  border-right: 1px solid #353939;

  border-right: 1px solid rgba(0, 0, 0, 0.2);

  cursor: pointer;

}

.top_navmenu a:hover {

  background: #4d5354;

  background: rgba(255, 255, 255, 0.05);

}

.top_navmenu li { 

list-style-type: none;
  float: left;

}

.navmenu { 
margin-top: 1px;
 height: 128px; 
/*opacity: 100% ;*/
  background: #414142;

  border-top: 1px solid #353939;

  border-bottom: 1px solid #353939;

  
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
}

.navmenu a {
margin-top: -5px;
  display: block;

  padding: 0 18px;

  line-height: 30px;

  color: #ddd;

  text-decoration: none;

  text-shadow: 0 -1px #2e3131;

  border-left: 1px solid #4d5354;

  border-left: 1px solid rgba(255, 255, 255, 0.06);

  border-right: 1px solid #353939;

  border-right: 1px solid rgba(0, 0, 0, 0.2);

  cursor: pointer;

}

.navmenu a:hover {

  background: #4d5354;

  background: rgba(255, 255, 255, 0.05);

}

.navmenu li { 

list-style-type: none;
  float: left;

}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
margin-top:-12px;
  background: #49515C 100% 0;
  border-bottom: 5px solid #fff;
  border-top: 5px solid #fff;
  text-align: center;  
  color: #fff;
  font-size: 0.8em;
  padding: 10px;
  line-height: 16px;
  clear: both;
  }
  
#footer a { text-decoration: none; color: #A2AFBF; border-bottom: 1px dashed #A2AFBF; }
#footer a:hover { border-bottom: 1px dashed #fff; color: #fff; }

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}



</style>
		
                
                </head>
<script>
function expansion() {
    var x = document.getElementById('myTopnav');
    if (x.className === 'navbar') {
        x.className += ' expanded';
    } else {
        x.className = 'navbar';
    }
}
	
function search_expand() {
    var x = document.getElementById('search-responsive');
    if (x.className === 'search-box') {
        x.className += 'expanded';
    } else {
        x.className = 'search-box';
    }
}

</script>
    <body onload="toggle_snow()"><br/><br/><div style='marging-left: 200px;' class='top_navmenu'>     
    <!-- <IMG src='https://images2.imgbox.com/9b/31/cPOvqAU7_o.png'> -->
     
&nbsp;&nbsp;<div style='margin-top: -4px;margin-left: 5px;float:right;' class='navbar' id='myTopnav'>
   <!-- <a href='http://treesandtrees.com'>Home</a>
    <a href='http://treesandtrees.com/About/'>About</a>
    <a href='http://treesandtrees.com/TreeTypes/'>Types of Trees</a> -->
 <!--   <div class='search-box' id='search-responsive'> -->
   <!--   <form action='' class='search-bar'>
	<input type='search' name='search' pattern='.*\S.' required>
	<button class='search-btn' type='submit'>
		<span>Search</span>
	</button>
      </form> 
 <style>
.search-bar input,
.search-btn, 
.search-btn:before, 
.search-btn:after {
	transition: all 0.25s ease-out;
}
.search-bar input,
.search-btn {
	width: 3em;
	height: 3em;
}
.search-bar input:invalid:not(:focus),
.search-btn {
	cursor: pointer;
}
.search-bar,
.search-bar input:focus,
.search-bar input:valid  {
	width: 58%;
}
.search-bar input:focus,
.search-bar input:not(:focus) + .search-btn:focus {
	outline: transparent;
}
.search-bar {
	margin: auto;
	padding: 1.5em;
	justify-content: center;
	max-width: 30em;
}
.search-bar input {
	background: transparent;
	border-radius: 1.5em;
	box-shadow: 0 0 0 0.4em #171717 inset;
	padding: 0.75em;
	transform: translate(0.5em,0.5em) scale(0.5);
	transform-origin: 100% 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.search-bar input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.search-bar input:focus,
.search-bar input:valid {
	background: #fff;
	border-radius: 0.375em 0 0 0.375em;
	box-shadow: 0 0 0 0.1em #d9d9d9 inset;
	transform: scale(1);
}
.search-btn {
	background: #171717;
	border-radius: 0 0.75em 0.75em 0 / 0 1.5em 1.5em 0;
	padding: 0.75em;
	position: relative;
	transform: translate(0.25em,0.25em) rotate(45deg) scale(0.25,0.125);
	transform-origin: 0 50%;
}
.search-btn:before, 
.search-btn:after {
	content: '';
	display: block;
	opacity: 0;
	position: absolute;
}
.search-btn:before {
	border-radius: 50%;
	box-shadow: 0 0 0 0.2em #f1f1f1 inset;
	top: 0.75em;
	left: 0.75em;
	width: 1.2em;
	height: 1.2em;
}
.search-btn:after {
	background: #f1f1f1;
	border-radius: 0 0.25em 0.25em 0;
	top: 51%;
	left: 51%;
	width: 0.75em;
	height: 0.25em;
	transform: translate(0.2em,0) rotate(45deg);
	transform-origin: 0 50%;
}
.search-btn span {
	display: inline-block;
	overflow: hidden;
	width: 1px;
	height: 1px;
}

/* Active state */
.search-bar input:focus + .search-btn,
.search-bar input:valid + .search-btn {
	background: #2762f3;
	border-radius: 0 0.375em 0.375em 0;
	transform: scale(1);
}
.search-bar input:focus + .search-btn:before, 
.search-bar input:focus + .search-btn:after,
.search-bar input:valid + .search-btn:before, 
.search-bar input:valid + .search-btn:after {
	opacity: 1;
}
.search-bar input:focus + .search-btn:hover,
.search-bar input:valid + .search-btn:hover,
.search-bar input:valid:not(:focus) + .search-btn:focus {
	background: #0c48db;
}
.search-bar input:focus + .search-btn:active,
.search-bar input:valid + .search-btn:active {
	transform: translateY(1px);
}

@media screen and (prefers-color-scheme: dark) {
	body, input {
		color: #f1f1f1;
	}
	body {
		background: #171717;
	}
	.search-bar input {
		box-shadow: 0 0 0 0.4em #f1f1f1 inset;
	}
	.search-bar input:focus,
	.search-bar input:valid {
		background: #3d3d3d;
		box-shadow: 0 0 0 0.1em #3d3d3d inset;
	}
	.search-btn {
		background: #f1f1f1;
	}
}
</style>
 
      <!-- <form action='search.php' method='get'>
            <input type='text' name='search' maxlength='62' placeholder='Search...' required>
            <!--<button type='submit'><i class='fa fa-search'></i></button>-->
       <!-- </form> -->
    </div>
    <a href='javascript:void(0);' class='icon' onclick='expansion();search_expand()'>
        <i class='fa fa-bars'></i>
    </a>
</div>   -->  
     
     
<!--
<li class='search'>
            <a href='#'>
              <i class='fas fa-search fa-lg pointer text-secondary-light'></i>
            </a>
          </li>

 <div style='margin-top: -4px;float:right;' class='search-bar'>
				<form class='d-flex w-100 justify-content-center' method='GET'>
					<input class='align-self-center search-input form-control' type='text' name='s' placeholder='What are you searching for?'>
					<button type='submit' class='align-self-center'><i class='fas fa-search'></i>
					</button>
				</form>
			</div>
     
  -->   
 </div>
 <div style='border: 1px solid #353939;background: #343535;margin-top:1px;height:180px;padding:0.2em;'>
 <img src=https://c4.wallpaperflare.com/wallpaper/514/681/260/the-avengers-avengers-endgame-avengers-avengers-endgame-black-widow-hd-wallpaper-preview.jpg width=957 height=180> 
 </div>
 
 <!--<div class='container'>
    <input type='checkbox' id='toggle_snow' checked='true' onclick='toggle_snow()'> ToggleSnow </input>
    <h1 style='text-align:center;'>Animated Snowfall Effect Example</h1>
 </div>-->
 
<text>Coins: <font color='ff777f'><a href='http://scenekat.info/mybonus.php'>220.0</a></font></text>

 
 

      <table style='background: #343535;border: 1px solid #353939;' class='mainouter' width='100%' border='1' cellspacing='0' cellpadding='10'>
<!-- STATUSBAR --><!-- MENU -->
       <div class='navmenu'>
      <li><a href='index.php'>Home</a></li>
      <li><a href='browse.php'>Browse</a></li>
      <li><a href='search.php'>Search</a></li>
      <li><a href='upload.php'>Upload</a></li>
      <li><a href='chat.php'>Chat</a></li>
      <li><a href='forums.php'>Forums</a></li>
      <!--<a href='misc/dox.php'>DOX</a>-->
      <li><a href='topten.php'>Top 10</a></li>
      <li><a href='rules.php'>Rules</a></li>
      <li><a href='faq.php'>Faq</a></li>
      <li><a href='links.php'>Links</a></li>
      <li><a href='staff.php'>Staff</a></li><li><a href='my.php'>Profile</a></li>
      <li><a href='logout.php'>Logout</a></li>
      <tr><td colspan='2' style='padding: 2px;'><div style='margin-top: -132px;' id='statusbar'><div style='float:left;color:black;'>Welcome back, <a href='userdetails.php?id=62488'>c00L</a>&nbsp; [<a href='logout.php'>Logout</a>]&nbsp;Rep: <img src='pic/rep/reputation_pos.gif' border='0' alt="Reputation Power 10
c00L is on a distinguished road" title="Reputation Power 10 c00L is on a distinguished road" />
		<br />Ratio:0.00&nbsp;&nbsp;Uploaded:1.40 GB&nbsp;&nbsp;Downloaded:0.00 kB&nbsp;&nbsp;Active Torrents:&nbsp;<img alt='Seeding' title='Seeding' src='pic/arrowup.gif' />&nbsp;0&nbsp;&nbsp;<img alt='Leeching' title='Leeching' src='pic/arrowdown.gif' />&nbsp;0</div><div><p style='text-align:right;'>Sun, 21 Aug 22 12:32:48 +0100<br /><a href='messages.php'>2&nbsp;New Messages</a></p></div></div></td></tr>
<br/><br/></div><br/><br/></div>
    </td>
    </tr>
<!-- The sidebar -->
    
    
    
    <tr><td align='center' class='outer' style='padding-top: 80px; padding-bottom: 20px'><style>
    /* -------------------------------------- SEARCHBAR IN STDHEAD SETTINGS -------------------------------------- */

div.base_searchbars {
margin-top:-70px;
    width: 920px; height: 30px; 
    background: #DBE3EA;  
    border-bottom-color: #9BABBC; 
    border-bottom-width: 1px; 
    text-align: left; line-height: 30px;}
ul.search li {
    display: inline;
    margin: 0 1px;
    padding: 0px 20px 0px 5px;
}
.search li form {
    display: inline;
}
.search li table {
	padding: 10px;
	margin: 0px;
	display: inline;
}
.search li input {
	background-repeat: no-repeat;
	background-position: 2px center;
	padding: 3px 7px 3px 3px;
	font-size: 10px;
	background-color: grey;
	width: 160px;
	border: 1px solid #434343;
}
/**end of searbar style**/
   </style> 
   
    <div class='base_searchbars' style='border-bottom: 1px solid #9BABBC;'><div class='embedded' align='center'><ul class='search'>
    <li><form method='get' action='browse.php'>
					<input type='text' size='25' name='search' value='Torrents' onblur="if (this.value == '') this.value='Torrents';" onfocus="if (this.value == 'Torrents') this.value='';">
					<input type='hidden' name='submit' value='Search'></form></li>
    <li>
    <form method='get' action='viewrequests.php'>
					<input type='text' size='25' name='search' value='Requests' onblur="if (this.value == '') this.value='Requests';" onfocus="if (this.value == 'Requests') this.value='';">
					<input type='hidden' name='submit' value='Search'>
				</form></li>
    <li>
    <form method='get' action='forums.php'>
					<input type='hidden' name='action' value='search'>
					<input type='text' size='25' name='keywords' value='Forums' onblur="if (this.value == '') this.value='Forums';" onfocus="if (this.value == 'Forums') this.value='';">
					<input type='hidden' name='submit' value='Search'>
				</form></li>
    <li>
    <form method='get' action='users.php'>
					
					<input type='text' size='25' name='search' value='Users' onblur="if (this.value == '') this.value='Users';" onfocus="if (this.value == 'Users') this.value='';">
					<input type='hidden' name='submit' value='Search'>
				</form></li>    
    </ul></div></div><div class='roundedCorners' style='text-align:left;width:80%;border:1px solid black;padding:5px;'>
    <div style='background:transparent;height:25px;'>
    <span style='font-weight:bold;font-size:12pt;'> Karma Bonus Point's system :</span></div><table align='center' width='100%' border='1' cellspacing='0' cellpadding='5'>
    <tr>
    <td align='center' colspan='4' style='background:transparent;height:25px;'>
    Exchange your <a class='altlink' href='http://scenekat.info/mybonus.php'>Karma Bonus Points</a> [ current 1204.0 ] for goodies!
    <br /><br />[ If no buttons appear, you have not earned enough bonus points to trade. ]<br /><br />
    </td>
    </tr>
    <tr>
    <td style='background:transparent;height:25px;' align='left'>Description</td>
    <td style='background:transparent;height:25px;' align='center'>Points</td>
    <td style='background:transparent;height:25px;' align='center'>Trade</td></tr><tr><td align='left' class='clearalt7'>
      
<!--       <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='company@paypal.com'>
<input type='hidden' name='item_name' value=''>
<input type='hidden' name='item_number' value='1'>
<input type='hidden' name='no_note' value='1'>
<input type='hidden' name='currency_code' value='usd'>
<input type='hidden' name='tax' value='0'>
<input type='hidden' name='no_shipping' value='1'>
<input type='hidden' name='custom' value='62488'>
<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>   -->

      <!--<form action='http://scenekat.info/chatbonus.php?exchange=1' method='post'>--> 
      <input type='hidden' name='option' value='1' /> <input type='hidden' name='art' value='traffic' /><h1><font color='#CECFF3'>1.0GB Uploaded</font></h1>With enough bonus points acquired, you are able to exchange them for an Upload Credit. The points are then removed from your Bonus Bank and the credit is added to your total uploaded amount.</td><td align='center' class='clearalt7'>75.0</td><td class='clearalt7'><form action='https://www.paypal.com/cgi-bin/webscr' method='post'>   
    <input type='hidden' name='cmd' value='_xclick'>
    <input type='hidden' name='amount' value='2.99'>
    <input type='hidden' name='business' value='ismycompany@paypal.com'>
    <input type='hidden' name='item_name' value='sneakers'>
    <input type='hidden' name='item_number' value='1'>
    <input type='hidden' name='no_note' value='1'>
    <input type='hidden' name='currency_code' value='usd'>
    <input type='hidden' name='tax' value='0'>
    <input type='hidden' name='no_shipping' value='1'>
    <input type='hidden' name='custom' value='1'>
    <input type='hidden' name='notify_url' value='http://scenekat.info/'>
    <div align=bottom>
    <input type='image' src='https://images2.imgbox.com/f2/7f/0G5AmP0S_o.png' width='120' height='50' border='0' name='submit' alt='$10'>
    </div>
    </form></td><tr><td align='left' class='clearalt7'>
      
<!--       <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='company@paypal.com'>
<input type='hidden' name='item_name' value=''>
<input type='hidden' name='item_number' value='1'>
<input type='hidden' name='no_note' value='1'>
<input type='hidden' name='currency_code' value='usd'>
<input type='hidden' name='tax' value='0'>
<input type='hidden' name='no_shipping' value='1'>
<input type='hidden' name='custom' value='62488'>
<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>   -->

      <!--<form action='http://scenekat.info/chatbonus.php?exchange=1' method='post'>--> 
      <input type='hidden' name='option' value='1' /> <input type='hidden' name='art' value='traffic' /><h1><font color='#CECFF3'>1.5GB Uploaded</font></h1>With enough bonus points acquired, you are able to exchange them for an Upload Credit. The points are then removed from your Bonus Bank and the credit is added to your total uploaded amount.</td><td align='center' class='clearalt7'>275.0</td><td class='clearalt7'><form action='https://www.paypal.com/cgi-bin/webscr' method='post'>   
    <input type='hidden' name='cmd' value='_xclick'>
    <input type='hidden' name='amount' value='2.99'>
    <input type='hidden' name='business' value='ismycompany@paypal.com'>
    <input type='hidden' name='item_name' value='sneakers'>
    <input type='hidden' name='item_number' value='1'>
    <input type='hidden' name='no_note' value='1'>
    <input type='hidden' name='currency_code' value='usd'>
    <input type='hidden' name='tax' value='0'>
    <input type='hidden' name='no_shipping' value='1'>
    <input type='hidden' name='custom' value='1'>
    <input type='hidden' name='notify_url' value='http://scenekat.info/'>
    <div align=bottom>
    <input type='image' src='https://images2.imgbox.com/f2/7f/0G5AmP0S_o.png' width='120' height='50' border='0' name='submit' alt='$10'>
    </div>
    </form></td><tr><td align='left' class='clearalt7'>
      
<!--       <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='company@paypal.com'>
<input type='hidden' name='item_name' value=''>
<input type='hidden' name='item_number' value='1'>
<input type='hidden' name='no_note' value='1'>
<input type='hidden' name='currency_code' value='usd'>
<input type='hidden' name='tax' value='0'>
<input type='hidden' name='no_shipping' value='1'>
<input type='hidden' name='custom' value='62488'>
<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>   -->

      <!--<form action='http://scenekat.info/chatbonus.php?exchange=1' method='post'>--> 
      <input type='hidden' name='option' value='2' /> <input type='hidden' name='art' value='traffic' /><h1><font color='#CECFF3'>3.0GB Uploaded</font></h1>With enough bonus points acquired, you are able to exchange them for an Upload Credit. The points are then removed from your Bonus Bank and the credit is added to your total uploaded amount.</td><td align='center' class='clearalt7'>2850.0</td><td class='clearalt7' align='center'><b>more points needed</b></td></form><tr><td align='left' class='clearalt7'>
      
<!--       <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='company@paypal.com'>
<input type='hidden' name='item_name' value=''>
<input type='hidden' name='item_number' value='1'>
<input type='hidden' name='no_note' value='1'>
<input type='hidden' name='currency_code' value='usd'>
<input type='hidden' name='tax' value='0'>
<input type='hidden' name='no_shipping' value='1'>
<input type='hidden' name='custom' value='62488'>
<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>   -->

      <!--<form action='http://scenekat.info/chatbonus.php?exchange=1' method='post'>--> 
      <input type='hidden' name='option' value='3' /> <input type='hidden' name='art' value='traffic' /><h1><font color='#CECFF3'>2.5GB Uploaded</font></h1>With enough bonus points acquired, you are able to exchange them for an Upload Credit. The points are then removed from your Bonus Bank and the credit is added to your total uploaded amount.</td><td align='center' class='clearalt7'>1850.0</td><td class='clearalt7' align='center'><b>more points needed</b></td></form><tr><td align='left' class='clearalt7'>
      
<!--       <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='company@paypal.com'>
<input type='hidden' name='item_name' value=''>
<input type='hidden' name='item_number' value='1'>
<input type='hidden' name='no_note' value='1'>
<input type='hidden' name='currency_code' value='usd'>
<input type='hidden' name='tax' value='0'>
<input type='hidden' name='no_shipping' value='1'>
<input type='hidden' name='custom' value='62488'>
<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>   -->

      <!--<form action='http://scenekat.info/chatbonus.php?exchange=1' method='post'>--> 
      <input type='hidden' name='option' value='3' /> <input type='hidden' name='art' value='traffic' /><h1><font color='#CECFF3'>5GB Uploaded</font></h1>With enough bonus points acquired, you are able to exchange them for an Upload Credit. The points are then removed from your Bonus Bank and the credit is added to your total uploaded amount.</td><td align='center' class='clearalt7'>250.0</td><td class='clearalt7'><form action='https://www.paypal.com/cgi-bin/webscr' method='post'>   
    <input type='hidden' name='cmd' value='_xclick'>
    <input type='hidden' name='amount' value='2.99'>
    <input type='hidden' name='business' value='ismycompany@paypal.com'>
    <input type='hidden' name='item_name' value='sneakers'>
    <input type='hidden' name='item_number' value='1'>
    <input type='hidden' name='no_note' value='1'>
    <input type='hidden' name='currency_code' value='usd'>
    <input type='hidden' name='tax' value='0'>
    <input type='hidden' name='no_shipping' value='1'>
    <input type='hidden' name='custom' value='1'>
    <input type='hidden' name='notify_url' value='http://scenekat.info/'>
    <div align=bottom>
    <input type='image' src='https://images2.imgbox.com/f2/7f/0G5AmP0S_o.png' width='120' height='50' border='0' name='submit' alt='$10'>
    </div>
    </form></td><tr><td align='left' class='clearalt7'>
      
<!--       <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='company@paypal.com'>
<input type='hidden' name='item_name' value=''>
<input type='hidden' name='item_number' value='1'>
<input type='hidden' name='no_note' value='1'>
<input type='hidden' name='currency_code' value='usd'>
<input type='hidden' name='tax' value='0'>
<input type='hidden' name='no_shipping' value='1'>
<input type='hidden' name='custom' value='62488'>
<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>   -->

      <!--<form action='http://scenekat.info/chatbonus.php?exchange=1' method='post'>--> 
      <input type='hidden' name='option' value='4' /> <input type='hidden' name='art' value='invite' /><h1><font color='#CECFF3'>3 Invites</font></h1>With enough bonus points acquired, you are able to exchange them for a few invites. The points are then removed from your Bonus Bank and the invitations are added to your invites amount.</td><td align='center' class='clearalt7'>20.0</td><td class='clearalt7'><form action='https://www.paypal.com/cgi-bin/webscr' method='post'>   
    <input type='hidden' name='cmd' value='_xclick'>
    <input type='hidden' name='amount' value='2.99'>
    <input type='hidden' name='business' value='ismycompany@paypal.com'>
    <input type='hidden' name='item_name' value='sneakers'>
    <input type='hidden' name='item_number' value='1'>
    <input type='hidden' name='no_note' value='1'>
    <input type='hidden' name='currency_code' value='usd'>
    <input type='hidden' name='tax' value='0'>
    <input type='hidden' name='no_shipping' value='1'>
    <input type='hidden' name='custom' value='1'>
    <input type='hidden' name='notify_url' value='http://scenekat.info/'>
    <div align=bottom>
    <input type='image' src='https://images2.imgbox.com/f2/7f/0G5AmP0S_o.png' width='120' height='50' border='0' name='submit' alt='$10'>
    </div>
    </form></td><tr><td align='left' class='clearalt7'><form action='http://scenekat.info/chatbonus.php?exchange=1' method='post'><input type='hidden' name='option' value='5' /> <input type='hidden' name='art' value='title' /><h1><font color='#CECFF3'>Custom Title!</font></h1>For only 50.0 Karma Bonus Points you can buy yourself a custom title. the only restrictions are no foul or offensive language or userclass can be entered. The points are then removed from your Bonus Bank and your special title is changed to the title of your choice<br /><br />Enter the <b>Special Title</b> you would like to have <input type='text' name='title' size='30' maxlength='30' /> click Exchange! </td><td align='center' class='clearalt7'>50.0</td><td class='clearalt7'><form action='https://www.paypal.com/cgi-bin/webscr' method='post'>   
    <input type='hidden' name='cmd' value='_xclick'>
    <input type='hidden' name='amount' value='2.99'>
    <input type='hidden' name='business' value='ismycompany@paypal.com'>
    <input type='hidden' name='item_name' value='sneakers'>
    <input type='hidden' name='item_number' value='1'>
    <input type='hidden' name='no_note' value='1'>
    <input type='hidden' name='currency_code' value='usd'>
    <input type='hidden' name='tax' value='0'>
    <input type='hidden' name='no_shipping' value='1'>
    <input type='hidden' name='custom' value='1'>
    <input type='hidden' name='notify_url' value='http://scenekat.info/'>
    <div align=bottom>
    <input type='image' src='https://images2.imgbox.com/f2/7f/0G5AmP0S_o.png' width='120' height='50' border='0' name='submit' alt='$10'>
    </div>
    </form></td><tr><td align='left' class='clearalt7'>
      
<!--       <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='company@paypal.com'>
<input type='hidden' name='item_name' value=''>
<input type='hidden' name='item_number' value='1'>
<input type='hidden' name='no_note' value='1'>
<input type='hidden' name='currency_code' value='usd'>
<input type='hidden' name='tax' value='0'>
<input type='hidden' name='no_shipping' value='1'>
<input type='hidden' name='custom' value='62488'>
<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>   -->

      <!--<form action='http://scenekat.info/chatbonus.php?exchange=1' method='post'>--> 
      <input type='hidden' name='option' value='6' /> <input type='hidden' name='art' value='class' /><h1><font color='#CECFF3'>VIP 30 days Status</font></h1>With enough bonus points acquired, you can buy yourself VIP status for one month. The points are then removed from your Bonus Bank and your status is changed.</td><td align='center' class='clearalt7'>500.0</td><td class='clearalt7'><form action='https://www.paypal.com/cgi-bin/webscr' method='post'>   
    <input type='hidden' name='cmd' value='_xclick'>
    <input type='hidden' name='amount' value='2.99'>
    <input type='hidden' name='business' value='ismycompany@paypal.com'>
    <input type='hidden' name='item_name' value='sneakers'>
    <input type='hidden' name='item_number' value='1'>
    <input type='hidden' name='no_note' value='1'>
    <input type='hidden' name='currency_code' value='usd'>
    <input type='hidden' name='tax' value='0'>
    <input type='hidden' name='no_shipping' value='1'>
    <input type='hidden' name='custom' value='1'>
    <input type='hidden' name='notify_url' value='http://scenekat.info/'>
    <div align=bottom>
    <input type='image' src='https://images2.imgbox.com/f2/7f/0G5AmP0S_o.png' width='120' height='50' border='0' name='submit' alt='$10'>
    </div>
    </form></td><tr><td align='left' class='clearalt7'><form action='http://scenekat.info/chatbonus.php?exchange=1' method='post'><input type='hidden' name='option' value='7' /> <input type='hidden' name='art' value='class' /><h1><font color='#CECFF3'>VIP 3 days Status</font></h1>With enough bonus points acquired, you can buy yourself VIP status for one month. The points are then removed from your Bonus Bank and your status is changed.<br /><br />Enter the <b>username</b> of the person you would like to send karma to, and select how many points you want to send and click Exchange!<br /><table align='center' width='100%'>
    <tr>
    <td class='clearalt7'><b>Username:</b>
    <input type='text' name='username' size='20' maxlength='24' /></td>
    <td class='clearalt7'> <b>to be given: </b>
    <select name='bonusgift'> 
    <option value='100.0'> 100.0</option> 
    <option value='200.0'> 200.0</option> 
    <option value='300.0'> 300.0</option> 
    <option value='400.0'> 400.0</option>
    <option value='500.0'> 500.0</option>
    </select> Karma Points!</td></tr></table></td><td align=center class='clearalt7'>min.<br />28000.0<br />max.<br />666</td><td class='clearalt7' align='center'><b>more points needed</b></td></form><tr><td align='left' class='clearalt7'>
      
<!--       <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='company@paypal.com'>
<input type='hidden' name='item_name' value=''>
<input type='hidden' name='item_number' value='1'>
<input type='hidden' name='no_note' value='1'>
<input type='hidden' name='currency_code' value='usd'>
<input type='hidden' name='tax' value='0'>
<input type='hidden' name='no_shipping' value='1'>
<input type='hidden' name='custom' value='62488'>
<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>   -->

      <!--<form action='http://scenekat.info/chatbonus.php?exchange=1' method='post'>--> 
      <input type='hidden' name='option' value='8' /> <input type='hidden' name='art' value='gift_1' /><h1><font color='#CECFF3'>Give A Karma Gift</font></h1>Well perhaps you don't need the upload credit, but you know somebody that could use the Karma boost! You are now able to give your Karma credits as a gift! The points are then removed from your Bonus Bank and added to the account of a user of your choice!

And they recieve a PM with all the info as well as who it came from...</td><td align='center' class='clearalt7'>100.0</td><td class='clearalt7'><form action='https://www.paypal.com/cgi-bin/webscr' method='post'>   
    <input type='hidden' name='cmd' value='_xclick'>
    <input type='hidden' name='amount' value='2.99'>
    <input type='hidden' name='business' value='ismycompany@paypal.com'>
    <input type='hidden' name='item_name' value='sneakers'>
    <input type='hidden' name='item_number' value='1'>
    <input type='hidden' name='no_note' value='1'>
    <input type='hidden' name='currency_code' value='usd'>
    <input type='hidden' name='tax' value='0'>
    <input type='hidden' name='no_shipping' value='1'>
    <input type='hidden' name='custom' value='1'>
    <input type='hidden' name='notify_url' value='http://scenekat.info/'>
    <div align=bottom>
    <input type='image' src='https://images2.imgbox.com/f2/7f/0G5AmP0S_o.png' width='120' height='50' border='0' name='submit' alt='$10'>
    </div>
    </form></td><tr><td align='left' class='clearalt7'>
      
      <!--<form action='http://scenekat.info/chatbonus.php?exchange=1' method='post'>-->
      <input type='hidden' name='option' value='9' /> <input type='hidden' name='art' value='smile' /><h1><font color='#CECFF3'>Custom Smilies</font></h1>With enough bonus points acquired, you can buy yourself a set of custom smilies for one month! The points are then removed from your Bonus Bank and with a click of a link, your new smilies are available whenever you post or comment!</td><td align='center' class='clearalt7'>min.<br />300.0</td><td class='clearalt7'><form action='https://www.paypal.com/cgi-bin/webscr' method='post'>   
    <input type='hidden' name='cmd' value='_xclick'>
    <input type='hidden' name='amount' value='2.99'>
    <input type='hidden' name='business' value='ismycompany@paypal.com'>
    <input type='hidden' name='item_name' value='sneakers'>
    <input type='hidden' name='item_number' value='1'>
    <input type='hidden' name='no_note' value='1'>
    <input type='hidden' name='currency_code' value='usd'>
    <input type='hidden' name='tax' value='0'>
    <input type='hidden' name='no_shipping' value='1'>
    <input type='hidden' name='custom' value='1'>
    <input type='hidden' name='notify_url' value='http://scenekat.info/'>
    <div align=bottom>
    <input type='image' src='https://images2.imgbox.com/f2/7f/0G5AmP0S_o.png' width='120' height='50' border='0' name='submit' alt='$10'>
    </div>
    </form></td><tr><td align='left' class='clearalt7'>
     
<!-- <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='company@paypal.com'>
<input type='hidden' name='item_name' value=''>
<input type='hidden' name='item_number' value='1'>
<input type='hidden' name='no_note' value='1'>
<input type='hidden' name='currency_code' value='usd'>
<input type='hidden' name='tax' value='0'>
<input type='hidden' name='no_shipping' value='1'>
<input type='hidden' name='custom' value='62488'>
<input type='hidden' name='notify_url' value='http://www.dreamertt.com/paypal.php'>
<div align=bottom>
<input type='image' src='https://images2.imgbox.com/f2/7f/0G5AmP0S_o.png' width='120' height='50' border='0' name='submit' alt='Donate $10'>
<center><input type='submit' value='Donate'></center>
</div>
</form>  -->
     
     <!-- <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='company@paypal.com'>
<input type='hidden' name='item_name' value=''>
<input type='hidden' name='item_number' value='1'>
<input type='hidden' name='no_note' value='1'>
<input type='hidden' name='currency_code' value='usd'>
<input type='hidden' name='tax' value='0'>
<input type='hidden' name='no_shipping' value='1'>
<input type='hidden' name='custom' value='62488'>
<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>   -->

      <!--<form action='http://scenekat.info/chatbonus.php?exchange=1' method='post'>-->
      <input type='hidden' name='option' value='10' /> <input type='hidden' name='art' value='warning' /><h1><font color='#CECFF3'>Remove Warning</font></h1>With enough bonus points acquired... So you've been naughty... tsk tsk Yep now for the Low Low price of only 1000 points you can have that warning taken away lol.!<br /><br />Enter the <b>ID number of the Torrent:</b> <input type='text' name='torrent_id' size='4' maxlength='8' /> you would like to buy a 1 to 1 ratio on.</b> </td><td align='center' class='clearalt7'>min.<br />1000.0</td><td class='clearalt7'><form action='https://www.paypal.com/cgi-bin/webscr' method='post'>   
    <input type='hidden' name='cmd' value='_xclick'>
    <input type='hidden' name='amount' value='2.99'>
    <input type='hidden' name='business' value='ismycompany@paypal.com'>
    <input type='hidden' name='item_name' value='sneakers'>
    <input type='hidden' name='item_number' value='1'>
    <input type='hidden' name='no_note' value='1'>
    <input type='hidden' name='currency_code' value='usd'>
    <input type='hidden' name='tax' value='0'>
    <input type='hidden' name='no_shipping' value='1'>
    <input type='hidden' name='custom' value='1'>
    <input type='hidden' name='notify_url' value='http://scenekat.info/'>
    <div align=bottom>
    <input type='image' src='https://images2.imgbox.com/f2/7f/0G5AmP0S_o.png' width='120' height='50' border='0' name='submit' alt='$10'>
    </div>
    </form></td><tr><td align='left' class='clearalt7'>
      
<!--       <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='company@paypal.com'>
<input type='hidden' name='item_name' value=''>
<input type='hidden' name='item_number' value='1'>
<input type='hidden' name='no_note' value='1'>
<input type='hidden' name='currency_code' value='usd'>
<input type='hidden' name='tax' value='0'>
<input type='hidden' name='no_shipping' value='1'>
<input type='hidden' name='custom' value='62488'>
<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>   -->

      <!--<form action='http://scenekat.info/chatbonus.php?exchange=1' method='post'>--> 
      <input type='hidden' name='option' value='11' /> <input type='hidden' name='art' value='ratio' /><h1><font color='#CECFF3'>Ratio Fix</font></h1>With enough bonus points acquired, you can bring the ratio of one torrent to a 1 to 1 ratio! The points are then removed from your Bonus Bank and your status is changed.</td><td align='center' class='clearalt7'>500.0</td><td class='clearalt7'><form action='https://www.paypal.com/cgi-bin/webscr' method='post'>   
    <input type='hidden' name='cmd' value='_xclick'>
    <input type='hidden' name='amount' value='2.99'>
    <input type='hidden' name='business' value='ismycompany@paypal.com'>
    <input type='hidden' name='item_name' value='sneakers'>
    <input type='hidden' name='item_number' value='1'>
    <input type='hidden' name='no_note' value='1'>
    <input type='hidden' name='currency_code' value='usd'>
    <input type='hidden' name='tax' value='0'>
    <input type='hidden' name='no_shipping' value='1'>
    <input type='hidden' name='custom' value='1'>
    <input type='hidden' name='notify_url' value='http://scenekat.info/'>
    <div align=bottom>
    <input type='image' src='https://images2.imgbox.com/f2/7f/0G5AmP0S_o.png' width='120' height='50' border='0' name='submit' alt='$10'>
    </div>
    </form></td></tr></table>
     <div style='background:transparent;height:25px;'>
     <span style='font-weight:bold;font-size:12pt;'>What the hell are these Karma Bonus points, and how do I get them?</span></div>
    
    <table align='center' width='100%'>
      <tr>
     
      <td class='clearalt6'>For every hour that you seed a torrent, you are awarded with 1
      Karma Bonus Point... <br />If you save up enough of them, you can trade them in for goodies like bonus GB(s) to 
      your upload<br /> stats,getting more invites, or doing the real Karma booster... give them to another user!<br />
      and yes! this is awarded on a per torrent basis (max of 5) even if there are no leechers on the Torrent you are seeding! <br />
      <h1>Other things that will get you karma points : </h1>
      - Uploading a new torrent = 15 points
      <br />- Putting up an offer = 10 points
      <br />- Filling a request = 10 points
      <br />- Comment on torrent = 3 points
      <br />- Saying thanks = 2 points
      <br />- Rating a torrent = 2 points
      <br />- Making a post = 1 point
      <br />- Starting a topic = 2 points 
      <br />
      <h1>Some things that will cost you karma points:</h1>
      <br />- Upload credit
      <br />- Custom title
      <br />- One month VIP status
      <br />- A 1:1 ratio on a torrent
      <br />- Buying off your warning
      <br />- One month custom smilies for the forums and comments
      <br />- Getting extra invites
      <br />- Giving a gift of karma points to another user
      <br />- Asking for a re-seed
      <br />- Making a request
      <br />- But keep in mind that everything that can get
      you karma can also be lost, <br />ie : if you up a torrent then delete it, you will gain and then lose 15 points, <br />
      making a post and having it deleted will do the same<br /><br />... and there are other hidden bonus karma points all 
      over the site.<br /><br />Yet another way to help out your ratio! 
      <br />- *please note, staff can give or take away 
      points for breaking the rules, or doing good for the community.
      <br />
      <div align='center'><br />
      <a class='altlink' href='http://scenekat.info/index.php'><b>Back to homepage</b></a></div>
      </td></tr></table></div></td></tr></table>
    <div id="footer">
      <a href="http://validator.w3.org/check/referer" title="Validates as XHTML 1.1">XHTML</a> | 
      <a href="http://jigsaw.w3.org/css-validator/check/referer?warning=no&amp;profile=css2" title="Validates as CSS">CSS</a> | 
      <a href="mailto:jenna@growl
      design.co.uk" title="Contact growldesign">Contact</a>  <br/>    
      Copyright &copy; 2005 Company. All Rights Reserved.<br />  
      <!-- If you would like to use this template, I ask that you keep the following line of code intact -->
      Design by <a href="http://www.growldesign.co.uk">growldesign</a>
      | <a href="http://www.ehostinfo.com/">Web Hosting</a></div>
      </div>  
    </body></html>
Click the image to open in full size.
Click the image to open in full size.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 10:47. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.