Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=109)
-   -   Hall Of Fame (Script) (http://www.bvlist.com/showthread.php?t=8567)

Chez 3rd December 2012 14:35

Hall Of Fame (Script)
 
1 Attachment(s)
Create a new php document and name it hof.php ... and put this code inside

PHP Code:

<?php
ini_set
('display_errors',1);
require_once 
"include/bittorrent.php";
dbconn();
loggedinorreturn();
stdhead("Hall Of Fame");


?>

<?//adminii aici, adaugi in aceeasi ordine si id si username//
$adm1=array(1,2,3,4);
$adm2=array('Chez','admin2','admin3','admin4');
$adm=array_combine($adm1,$adm2);
$num count($adm);
//moderatorii aici, adaugi in aceeasi ordine si id si username//
$mod1=array(5,6,7,8);
$mod2=array('mod1','mod2','mod3','mod4');
$mod=array_combine($mod1,$mod2);
$num2 count($mod);
?>
<style type="text/css">
#gbx1, #gbx2 {
    background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #E5E5E5;
    border-color: #E5E5E5;
   
    min-width: 580px;
    width: 60%;
    z-index: 985;
}
#gbgs4, .gbgs {
    background-color: #F8F8F8;
    background-image: -moz-linear-gradient(center top , #F8F8F8, #ECECEC);
    border: 1px solid #C6C6C6;
    border-radius: 2px 2px 2px 2px;
    display: block;
    
}
.gbqfb, .gbqfba, .gbqfbb {
    -moz-user-select: none;
    border-radius: 2px 2px 2px 2px;
    cursor: default !important;
    display: inline-block;
    font-weight: bold;
    height: 29px;
    line-height: 29px;
    min-width: 54px;
    padding: 0 8px;
    text-align: center;
    text-decoration: none !important;
}
.list {
    -moz-transition: all 0.218s ease 0s;
    -moz-user-select: none;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #F5F5F5, #F1F1F1);
    border: 1px solid #DCDCDC;
    border-radius: 2px 2px 2px 2px;
    color: #ffffff;
    cursor: default;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    min-width: 46px;
    padding: 0 8px;
    text-align: center;
}
.usersx {
    background-color: #4D90FE;
    background-image: -moz-linear-gradient(center top , #4D90FE, #4787ED);
    border: 1px solid #ffffff;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    
}
</style>
<center><img src="http://img692.imageshack.us/img692/7458/hofi.png" /></center>

<div class="gbes" id="gbx1">
<span class="gbgs"><b>Administrators</b></span>
<?for ($i 0$i $num; ++$i)
{

print 
"<span class='list'><a style='text-decoration: none' href=userdetails.php?id=".$adm1[$i]."><font color='red'>".$adm2[$i]."</font></a></span>\n";
}
print 
"\n";?>
<span class="gbgs"><b>Moderators</b></span>

<?for ($x 0$x $num2; ++$x)
{

print 
"<span class='list'><a style='text-decoration: none' href=userdetails.php?id=".$mod1[$x]."><font color='red'>".$mod2[$x]."</font></a></span>\n";
}
print 
"\n";?>

</div>

<?

stdfoot
();
?>


that's all:ok:

you will put admin's and moerators here:

PHP Code:

<?//adminii aici, adaugi in aceeasi ordine si id si username//
$adm1=array(1,2,3,4);
$adm2=array('Chez','admin2','admin3','admin4');
$adm=array_combine($adm1,$adm2);
$num count($adm);
//moderatorii aici, adaugi in aceeasi ordine si id si username//
$mod1=array(5,6,7,8);
$mod2=array('mod1','mod2','mod3','mod4');
$mod=array_combine($mod1,$mod2);
$num2 count($mod);
?>

you can also download the attached file

Good Luck!!!

poterasal 31st May 2013 20:54

Not working !
 
Not working dude !

DND 31st May 2013 21:23

filelist file ? this isn't hard to make yourself. LOL

anduku 12th July 2013 10:05

Lol, this is Hall of fame made by me for God @ FileList.
Jesus Christ, you're a loser.

x360zone 12th July 2013 10:18

lol
 
i dont understand some people he shares something
he does not state its his or he made it and still folks still whine


then next breathe some one will comment on sharing and free stuff makes me laugh this forum, i dont see any others jumping in and posting helpfull codes

maybe its just me in my old age but alot of trolling lately

firefly007 12th July 2013 10:29

++

Lots of wannabes and dupe accounts...

@ Chez thanks for sharing keep it coming...

Joe 13th July 2013 02:50

Thanks for the script as stated

its free and who care where it came from.. IF you can code why not help others out and share what u have ..


Thanks

wMan 13th July 2013 12:20

true joe:drink:


All times are GMT +2. The time now is 02:59.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.