• Страница 1 из 1
  • 1
Модератор форума: •••scream™•••  
Форум WoW-Game » MANGOS » Сайты / WWW » Стильный Сайт Lich King (Хороший сайт с суперским ЛК)
Стильный Сайт Lich King
GeraДата: Понедельник, 05.04.2010, 00:13 | Сообщение # 1
Чемпион
Группа: Пользователи
Сообщений: 188
Награды: 1
Репутация: 37
Статус:
Приветствую вас на сайте
WoW-TeRiB_2-life...

Заметно отличается от первого.
В этот сайт вложено больше труда и времени!
Добавил удобную настройку,что бы каждый легко смог все изменить под себя

Настройка
1) - Зоходим в config.php и редактируем его под себя
2) - Отредактировать(Главную,новости)
Главная - redaktor/glav.php.
Новости - redaktor/new.php.
Как сделать шрифт больше(заголовок)?
Достаточно применить уже готовый стиль( class="p2" )
Можно будет увидеть при редактировании!

СКРИНЫ:
Главная
Новости
Бан Лист
Регистрация
Онлаин
Личный кабинет
Таланты

здесь супер ЛК много функций...смс сервис.webmaney.яндех деньги..любые денежные переводы
бонус система

СКАЧАТЬ

Если возникнут проблемы.С бан листом.Откройте в папке WWW фаил ban.php и замените все... на это

Code

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">   
<html xmlns="http://www.w3.org/1999/xhtml">   
<head>   
<? require_once ('config.php');?>   
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />   
<title><?php echo $config ['name']; ?></title>   
<link href="css/style.css" rel="stylesheet" type="text/css" />   
</body>   
<script type="text/javascript">   
<!--   
function MM_swapImgRestore() { //v3.0   
     var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;   
}   
function MM_preloadImages() { //v3.0   
     var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();   
       var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)   
       if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}   
}   

function MM_findObj(n, d) { //v4.01   
     var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {   
       d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}   
     if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];   
     for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);   
     if(!x && d.getElementById) x=d.getElementById(n); return x;   
}   

function MM_swapImage() { //v3.0   
     var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)   
      if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}   
}   
//-->   
</script>   
<body onload="MM_preloadImages('img/font/reg2.png','img/font/onlin2.png','img/font/map2.png','img/font/lk2.png','img/font/tal2.png','img/font/ban2.png','img/font/bar2.png')">   
<table width="874" border="0" cellpadding="15" cellspacing="0">   
     <tr>   
       <td  height="62"  width="874" background="img/tabU.png"> </td>   
     </tr>   
     <tr>   
       <td  width="874" height="516" background="img/tabC.png"><table width="601" height="495" border="0" align="right">   
         <tr bordercolor="0" class="h1">   
           <td width="595" height="489" valign="top" ><p>   
           <b><center><font color ="33ff00">Бан по IP </font></b>   
           </center>    
    <?php    
require_once ('config.php');   
mysql_connect ("$dbip:$dbport","$dblogin","$dbpass");   
?>     

<?php      
mysql_select_db ("$dbip");   
mysql_select_db ("$dblogin");    
mysql_select_db ("$dbpass");    
mysql_select_db ("$rdb");    

$host = "$dbip";      
$user = "$dblogin";      
$password = "$dbpass";      
$realmdb = "$rdb";    

echo "<center><table border=1><tr><th><font color=#00FFFF>IP:</font></th><th><font color=#00FFFF>Причина Бана:</font></th><th><font color=#00FFFF>Начало Бана</font></th><th><font color=#00FFFF>Конец Бана</font></th></tr>";      
$connection = mysql_connect($host, $user, $password) or die ("Can't connect with $host");      
mysql_select_db($realmdb, $connection);      
$sql = "SELECT `ip`,`banreason`, `bandate`, `unbandate` FROM `ip_banned`";      
$result = mysql_query($sql, $connection);      

while ($vystup = mysql_fetch_array($result))      
{      
echo "<tr><td align=\"center\"><font color=\"#00FFFF\">".$vystup["ip"]."</font></td>";      
echo "<td align=\"center\"><font color=\"#00FFFF\">".$vystup["banreason"]."</font></td>";      
echo "<td align=\"center\"><font color=\"#00FFFF\">".date("d.m.Y H:m",$vystup["bandate"])."</font></td>";    
echo "<td align=\"center\"><font color=\"#00FFFF\">".date("d.m.Y H:m",$vystup["unbandate"])."</font></td>";      
           
echo "</tr>";      

}      
mysql_close($connection);      
echo "</table></center>";      
?>    
<br>    
<br>    
<b><center><font color ="33ff00">Забаненые Аккаунты!</font></b></center>    
<?php      

// You Should Write here your MySQL Server information !      

echo "<center><table border=1><tr><th><font color=#00FFFF>№ Аккаунта:</font></th><th><font color=#00FFFF>Логин Аккаунта:</th><th><font color=#00FFFF>Причина:</font></th><th><font color=#00FFFF>Начало Бана</font></th><th><font color=#00FFFF>Конец Бана</font></th></tr>";      
$connection = mysql_connect($host, $user, $password) or die ("Can't connect with $host");      
mysql_select_db($realmdb, $connection);      
$sqle = "SELECT `id`,`banreason`, `bandate`, `unbandate` FROM `account_banned`";      
$sql = "SELECT `ab`.*, `a`.`username` FROM `account_banned` as `ab` "    
."LEFT JOIN `account` as `a` ON `a`.`id` = `ab`.`id`;";    

$result = mysql_query($sql, $connection);      

while ($vystup = mysql_fetch_array($result))      

{      
echo "<tr><td align=\"center\"><font color=\"#00FFFF\">".$vystup["id"]."</font></td>";      
echo "<td align=\"center\"><font color=\"#00FFFF\">".$vystup["username"]."</font></td>";      
echo "<td align=\"center\"><font color=\"#00FFFF\">".$vystup["banreason"]."</font></td>";      
echo "<td align=\"center\"><font color=\"#00FFFF\">".date("d.m.Y H:m",$vystup["bandate"])."</font></td>";    
echo "<td align=\"center\"><font color=\"#00FFFF\">".date("d.m.Y H:m",$vystup["unbandate"])."</font></td>";      
           
echo "</tr>";      

}      
mysql_close($connection);      
echo "</table></center>";      
?>   
              
           </p>          </td>   
         </tr>   
       </table></td>   
     </tr>   
     <tr>   
       <td height="67"  width="874" background="img/tabD.png"> </td>   
     </tr>   
</table>   
<div class="sit"></div>   
<div class="gl"></div>   
<div class="glav"><a href="index.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('glavn','','img/font/glav2.png',1)"><img src="img/font/glav.png" name="glavn" width="160" height="30" border="0" id="glavn" /></a></div>   
<div class="reg"><a href="reg.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('reg','','img/font/reg2.png',1)"><img src="img/font/reg.png" name="reg" width="160" height="30" border="0" id="reg" /></a></div>   
<div class="on"><a href="online.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('online','','img/font/onlin2.png',1)"><img src="img/font/onlin.png" name="online" width="160" height="30" border="0" id="online" /></a></div>   
<div class="lk"><a href="lk" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('LK','','img/font/lk2.png',1)"><img src="img/font/lk.png" name="LK" width="160" height="30" border="0" id="LK" /></a></div>   
<div class="tal"><a href="talents" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('tal','','img/font/tal2.png',1)"><img src="img/font/tal.png" name="tal" width="160" height="30" border="0" id="tal" /></a></div>   
<div class="forum"><a href="forum" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('forum','','img/font/forum2.png',1)"><img src="img/font/forum.png" name="forum" width="160" height="30" border="0" id="forum" /></a></div>   
<div class=" Ban"><a href="ban.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('ban','','img/font/ban2.png',1)"><img src="img/font/ban.png" name="ban" width="160" height="30" border="0" id="ban" /></a></div>   
<div class=" Bar"><a href="new.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('bar','','img/font/new2.png',1)"><img src="img/font/new.png" name="bar" width="160" height="30" border="0" id="bar" /></a></div>   
<table width="874" border="0" cellpadding="0" cellspacing="0">   
     <tr>   
       <td height="32" align="center" valign="top"><p class="avtor">(с)2010 Second Life<br>   
       Автор: TeRiB</p>    </td>   
     </tr>   
</table>   
</html>   

--------------------------------------------------------------------------------




Сообщение отредактировал Gera - Понедельник, 05.04.2010, 03:17
 
Форум WoW-Game » MANGOS » Сайты / WWW » Стильный Сайт Lich King (Хороший сайт с суперским ЛК)
  • Страница 1 из 1
  • 1
Поиск: