UberCMS Referral system Help!

Status
Not open for further replies.

lewisRetros

New Member
Apr 14, 2013
20
0
Hey Devbest i got a ubercms referral system

I get that error i need the sql for it
the code for it is
Code:
<div class="habblet-container ">     
<div class="cbb clearfix green ">
 
<h2 class="title">Referal!</h2>
<div class="box-content">
<center>
%habboName%, here you can find out how to refer users to Tech Hotel, doing so will earn you credits and pixels!
<br/><br/>
Simply refer users to Tech Hotel and if they enter your name in the 'Referer' box you will be rewarded!
</center>
 
<br/>
 
<?php
$getInviteCount = mysql_num_rows(mysql_query("SELECT * FROM `users_referrals` WHERE `refer` = '" . USER_ID . "'"));
if ($getInviteCount == null)
    $getInviteCount = 0;
?>
 
<div class="rounded rounded-green"><center>
You invited <?php echo $getInviteCount; ?> users!
</center></div>
 
</div>
</div>
</div>
If anyone could make a sql for me it'd help loads :) Thanks.
 

lewisRetros

New Member
Apr 14, 2013
20
0
it's Dub hotels cms it's not been ripped. they were on maintenance and my friend went to /wwwroot.rar and got it.
 

Weasel

👄 I'd intercept me
Nov 25, 2011
4,132
2,457
Thread closed on base of this rule:

Nulled/Stolen Work:
Please refrain from submitting any work that has been stolen from others or put up for download, any discussions as such will be removed!
 
Status
Not open for further replies.

Users who are viewing this thread

Top