Pages: [1]   Go Down
  Print  
Author Topic: Leader Board  (Read 247 times)
sew77williams
Full Member
***
Offline Offline

Posts: 108


AuroraPlus


View Profile WWW
« on: November 11, 2011, 02:59:55 PM »

I been trying to connect to Leader Board and I'm still getting a error ; saying can't connect?
Logged

Upgrade to an SDR 3
vizdo
Full Member
***
Offline Offline

Posts: 104



View Profile WWW
« Reply #1 on: November 11, 2011, 04:42:16 PM »

Code:
<?php
//##########################################################################
//#    AURORAGPT Script Copyright owned by Mike Pratt & John Terrell       #
//#                        ALL RIGHTS RESERVED 2007-2014                   #
//#                                                                        #
//#        Any illegal use of this script is strictly prohibited unless    # 
//#        permission is given by the owner of this script.  To sell       # 
//#        this script you must have a resellers license. Your site        #
//#        must also use a unique encrypted license key for your           #
//#        site. Your site must also have site_info module and             #
//#        key.php file must be in the script unedited. Otherwise          #
//#        it will be considered as unlicensed and can be shut down        #
//#        legally by Illusive Web Services. By using AuroraGPT            #
//#        script you agree not to copy infringe any of the coding         #
//#        and or create a clone version is also copy infringement         #
//#        and will be considered just that and legal action will be       #
//#        taken if neccessary.     #
//########################################################################//
$includes[title]="Leader Board";
include(
'config.php');
$conn = @mysql_connect"$DBHost""$DBUser""$DBPassword" )
or die( 
"Could not connect" );
$rs = @mysql_select_db"$DBDatabase"$conn )
or die( 
"Could not select database" );

$sql "select * from user ORDER BY referrals1 DESC Limit 15";



$rs mysql_query$sql$conn )
or die( 
"could not execute sql query!a" );
$lista "<div align=\"center\"><img src=\"admin2/includes/icons/app_options.gif\"><b>Top Referrer Leaders</b><br>";
$lista.= "<table border=\"2\" cellpadding=\"3\">";
$lista.= "<tr><th>User</th>";
$lista.= "<th>Referrals</th>";
$lista.= "<th>Premium</th></tr>";


while( 
$row = @mysql_fetch_array$rs ) )
{
$lista .= "<tr>";
$lista .= "<td>".$row["username"]."</td>";
$lista .= "<td>".$row["referrals1"]."</td>";
$lista .= "<td>".$row[type]."</td>";
$lista .= "</tr>";
}
$lista .= "</table>";



$includes[content]="
<center><small>1=premium / 0=Free<br></small><table border=\"0\" cellpadding=\"2\" cellspacing=\"2\">$lista
"
;
?>
Logged

sew77williams
Full Member
***
Offline Offline

Posts: 108


AuroraPlus


View Profile WWW
« Reply #2 on: November 11, 2011, 07:20:33 PM »

I put this code in the leaderbroad.php
Logged

Aligroup
Global Moderator
Hero Member
*****
Offline Offline

Posts: 781



View Profile WWW
« Reply #3 on: November 13, 2011, 11:41:22 PM »

I put this code in the leaderbroad.php

yes put this code there and reply any error??
Logged

Iam Online almost 15 hours Daily
Goldclix " Advertize Your Site Free Check Here"

sew77williams
Full Member
***
Offline Offline

Posts: 108


AuroraPlus


View Profile WWW
« Reply #4 on: November 18, 2011, 04:05:18 PM »

Problem is now fixed and thanks guys. Now I'm having a link issue which my links are not linking to my public_html.
Logged

Get a SDR 3 NOW at http://ptcfactory.info

The best and most up to date Aurora script in the market!!
Pages: [1]   Go Up
  Print  
 
Jump to: