View file public_html/ucpromo.php

File size: 1.98Kb
<?php  

//EarnBuzz

 include "db.php";
 include "functions.php";

headtag("$SiteName - Promote Ucweb & Earn");

echo '<div class="title"><b>Price Per Install</b></div>';
echo '<div align="left"><table width="90%" align="center" style="border-collapse:collapse;text-align:center;" border="1" bordercolor="#5b8ebb" height="60" cellpadding="5" >
<tr style="background-color:#5b8ebb">
<th>Java/Sym</th>
<th>India</th>
<th>Indonesia</th>
<th>Bangladesh</th>
<th>Malaysia</th>
<th>Vietnam</th>
<th>Brazil</th>
<th>Russia</th>
<th>Others</th>
</tr>
	
<tr style="background-color:#e8e8e8">
		<td>0.01 $</td>
		<td>0.12 $</td>
		<td>0.18 $</td>
		<td>0.08 $</td>
		<td>0.09 $</td>
		<td>0.09 $</td>
		<td>0.08 $</td>
		<td>0.20 $</td>
		<td>0.03 $</td>
</tr>

</table>';
echo '<div class="title">Rules Of Ucweb Browser Promotion</div>';
echo '<div class="ad">
      <b>Notice- </b>You Must <b>Add your Site</b> On Publisher Panel And Put Ad Code On Your Site.If We <b>Not Find Our AdCode</b> On Your Site Your Request Will Be <b>Rejected</b></div>
   <div class="ad">  - If you have <b>A Own Web/Wap Site</b> then you can use this service, </div>
      <div class="ad">      - <b>Payment-</b>Your payment will be paid according our payment gateways.
</div>
      <div class="ad">      - <b>GEO-</b>WorldWide.
</div>
      <div class="ad">      - <b>Report-</b>We will give your daily installation report on our control panel.</div>
       
 <div class="ad">   - Payment-We will transfer your ucweb balance to your main balance between 20th of each month.</div>

<div class="ad">=> For more details please contact support@earnbuzz.in</div>';

if($userlog==1){
echo '<a href="/promote-ucweb"><input type="submit" value="Promote Ucweb"></a>';
echo '<div class="page"><a href="/user/dashboard">Go Back To Dashboard</a></div>';
}
else 
{
  echo '<div class="ad"><a href="/user/registration"><input type="submit" value="Register Now"></a></div>';
echo '<div class="page"><a href="/">Go Back To Home</a></div>';
}
include 'foot.php';

?>