View file public_html/reffer.php

File size: 970B
<html>
<title>Reffer Code</title>
<?php include "inc/def.php"; ?>
<?php include "inc/usrchk.php";
if($guest==1) {
header("location:index.php");
} ?>
<?php include "inc/header.php"; ?>
<div class="line">Reffer Your Friends</div>
<div class="uright"><b>Share below link with your friends.</b></div>
<div class="uright">
<?php
$get = mysql_query("SELECT * FROM users WHERE user='$user'");
$get = mysql_fetch_array($get);
$id = $get['id'];
$key  = $get['skey'];
?>
<?php print "<textarea cols='40' rows='1'>$siteurl1/register.php?refferkey=$key</textarea>"; ?>
</div>
<div class="uright"><img src="pics/ar.png" border="0" />
If You Refer Real User Then Get $0.01 </div>
<div class="uright"><img src="pics/ar.png" border="0" />
Dont Rigester More Than 1 Times Form Same IP (You Don't Get Refer Point)</div>
<div class="uright"><img src="pics/ar.png" border="0" />
You Can Refer Only 15 User Per Day (Form Different IP)</div>
</div>
<?php include "inc/footer.php"; ?>
</html>