tabela serwerów,serwer "wyłączony" 1s1k

Błąd   Założony przez  Lemo.

Adres forum:
[CS-420.PL]


Wersja silnika:
[1.8.15]


Opis problemu:
[Tabela Serwerów 3.4 Autor: "Supryk" mam serwer pukawka w cs 1.6 i działa bez problemu ale 2 serwer z 1s1k wyświetla się jako "wyłączony" czasami się wyświetla jako włączony ]
Tabela serwerów blokuję porty ;) Mogę pomóc naprawić
Penny napisał 13.07.2018, 08:00:
Skoro możesz pomóc naprawić problem to to zrób, zamiast zapychać forum ogólnymi informacjami :)
Serwer w nocy pokazuje się jako włączony. W dzień. Występują problemy
Na gt jaki pokazuje status serwera gdy w tabeli jest offline ?
(14.07.2018, 14:06)Szogi1910 napisał(a): Na gt jaki pokazuje status serwera gdy w tabeli jest offline ?

Na gt normalnie pokazuje że włączony a w tebeli off
Jak często odświeżasz status serwerów?
(16.07.2018, 22:04)Szogi1910 napisał(a): Jak często odświeżasz status serwerów?
wczesniej było co 5 min teraz po tym co mi ludzie mówili ustawiłem na 0 nawet ludzie co mieli ten problem próbowali pomagać ale nie wypaliło
Reinstalowałeś plugin ? Jeżeli to nadal nie pomoże to albo to jest wina hostingu albo pluginu. Jak nie będzie nadal działać to zrób tabelkę serwera w HTML, też ładnie wygląda ;)
(17.07.2018, 12:55)Shanke napisał(a): Reinstalowałeś plugin ? Jeżeli to nadal nie pomoże to albo to jest wina hostingu albo pluginu. Jak nie będzie nadal działać to zrób tabelkę serwera w HTML, też ładnie wygląda ;)
przeinstalowywałem i dalej to samo a jak pisałem do supportu to mówili że ip nie jest zablokowane

a co do tej tabeli html to nie mam wystarczającej wiedzy żeby to zrobić ma ktoś jakiś przykładowy css żeby to wkleić i zmienić?
Proszę o to kodzik który używałem na innym stylu.

HTML:

<table width="100%" cellspacing="1" cellpadding="4" class="tborder">
<tr>
<td class="thead" colspan="10">Tabela Serwerów</span>
</td>
</tr>
<tr>
<td width="15" class="trow4" style="text-align:center;"><b>Nr.</b>
</td>
<td width="15" class="trow4" style="text-align:center;"><b>Gra</b>
</td>
<td width="15" class="trow4" style="text-align:center;"><b>Mod Serwera</b>
</td>
<td width="15" class="trow4" style="text-align:center;"><b>Sloty</b>
</td>
<td width="15" class="trow4" style="text-align:center;"><b>IP</b>
</td>
<td width="15" class="trow4" style="text-align:center;"><b>Monitoring</b>
</td>
<td width="15" class="trow4" style="text-align:center;"><b>Połącz</b>
</td>
<td width="15" class="trow4" style="text-align:center;"><b>GameTracker</b>
</td>
<td width="15" class="trow4" style="text-align:center;"><b>Demka</b>
</td>
</tr>

<tr>
</td>
</tr>

<tr>
<td class="trow4" style="text-align:center;"><b>1</b></td>
<td class="trow4" style="text-align:center;"><b><img src="/images/serversboard/icons/cs16.png"></b></td>
<td class="trow4" style="text-align:center;"><b>Mod</b></td>
<td class="trow4" style="text-align:center;"><b>Sloty</b></td>
<td class="trow4" style="text-align:center;"><b><span class="ip">IP</span></b></td>
<td class="trow4" style="text-align:center;">BannerGT</span></td>
<td class="trow4" style="text-align:center;"><a href="steam://connect/IP"><span class="polacz">Połącz</span></a></td>
<td class="trow4" style="text-align:center;"><a href="http://www.gametracker.com/server_info/IP"><span class="gt">GameTracker</span></a></td>
<td class="trow4" style="text-align:center;"><a href="#"><span class="demka">HLTV</span></a></td>
</tr>

</table>

CSS:

.polacz {
height: 26px;
line-height: 26px;
font-size: 11px;
padding: 0 10px;
background: #f95f00 url(images/blackshoot/highlight_reallyfaint.png) repeat-x 0 0;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
color: #FFF;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
display: inline-block;
white-space: nowrap;
cursor: pointer;
width: 90px;
}
.polacz:hover {
color: #FFF;
background-color: #f95f00;
box-shadow: 0px 0px 30px #f95f00;
}
.polacz img
{
margin: 0px 3px -5px -5px;
}
.gt {
height: 26px;
line-height: 26px;
font-size: 11px;
padding: 0 10px;
background: #f95f00 url(images/blackshoot/highlight_reallyfaint.png) repeat-x 0 0;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
color: #FFF;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
display: inline-block;
white-space: nowrap;
cursor: pointer;
width: 90px;

}
.gt:hover {
color: #FFF;
background-color: #f95f00;
box-shadow: 0px 0px 30px #f95f00;
}
.gt img
{
margin: 0px 3px -5px -5px;
}
.demka {
height: 26px;
line-height: 26px;
font-size: 11px;
padding: 0 10px;
background: #f95f00 url(images/blackshoot/highlight_reallyfaint.png) repeat-x 0 0;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
color: #FFF;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
display: inline-block;
white-space: nowrap;
cursor: pointer;
width: 90px;

}
.demka:hover {
color: #FFF;
background-color: #f95f00;
box-shadow: 0px 0px 30px #f95f00;

}
.demka img
{
margin: 0px 3px -5px -5px;
}
.ip
{
   box-shadow: 0px 0px 30px #f95f00;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
height: 26px;
line-height: 26px;
font-size: 11px;
padding: 0 10px;
background: #f95f00 url(images/blackshoot/highlight_reallyfaint.png) repeat-x 0 0;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
color: #FFF;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
display: inline-block;
white-space: nowrap;
cursor: pointer;
width:150px;

}
.ip:hover
{
background: #f95f00;
box-shadow: 0px 0px 60px #f95f00;
}
.otoczka_gt
{
box-shadow: 0px 0px 30px #f95f00;
}
.otoczka_gt:hover
{
box-shadow: 0px 0px 60px #f95f00;
}
(17.07.2018, 13:31)Shanke napisał(a): Proszę o to kodzik który używałem na innym stylu.

HTML:

<table width="100%" cellspacing="1" cellpadding="4" class="tborder">
<tr>
<td class="thead" colspan="10">Tabela Serwerów</span>
</td>
</tr>
<tr>
<td width="15" class="trow4" style="text-align:center;"><b>Nr.</b>
</td>
<td width="15" class="trow4" style="text-align:center;"><b>Gra</b>
</td>
<td width="15" class="trow4" style="text-align:center;"><b>Mod Serwera</b>
</td>
<td width="15" class="trow4" style="text-align:center;"><b>Sloty</b>
</td>
<td width="15" class="trow4" style="text-align:center;"><b>IP</b>
</td>
<td width="15" class="trow4" style="text-align:center;"><b>Monitoring</b>
</td>
<td width="15" class="trow4" style="text-align:center;"><b>Połącz</b>
</td>
<td width="15" class="trow4" style="text-align:center;"><b>GameTracker</b>
</td>
<td width="15" class="trow4" style="text-align:center;"><b>Demka</b>
</td>
</tr>

<tr>
</td>
</tr>

<tr>
<td class="trow4" style="text-align:center;"><b>1</b></td>
<td class="trow4" style="text-align:center;"><b><img src="/images/serversboard/icons/cs16.png"></b></td>
<td class="trow4" style="text-align:center;"><b>Mod</b></td>
<td class="trow4" style="text-align:center;"><b>Sloty</b></td>
<td class="trow4" style="text-align:center;"><b><span class="ip">IP</span></b></td>
<td class="trow4" style="text-align:center;">BannerGT</span></td>
<td class="trow4" style="text-align:center;"><a href="steam://connect/IP"><span class="polacz">Połącz</span></a></td>
<td class="trow4" style="text-align:center;"><a href="http://www.gametracker.com/server_info/IP"><span class="gt">GameTracker</span></a></td>
<td class="trow4" style="text-align:center;"><a href="#"><span class="demka">HLTV</span></a></td>
</tr>

</table>

CSS:

.polacz {
height: 26px;
line-height: 26px;
font-size: 11px;
padding: 0 10px;
background: #f95f00 url(images/blackshoot/highlight_reallyfaint.png) repeat-x 0 0;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
color: #FFF;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
display: inline-block;
white-space: nowrap;
cursor: pointer;
width: 90px;
}
.polacz:hover {
color: #FFF;
background-color: #f95f00;
box-shadow: 0px 0px 30px #f95f00;
}
.polacz img
{
margin: 0px 3px -5px -5px;
}
.gt {
height: 26px;
line-height: 26px;
font-size: 11px;
padding: 0 10px;
background: #f95f00 url(images/blackshoot/highlight_reallyfaint.png) repeat-x 0 0;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
color: #FFF;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
display: inline-block;
white-space: nowrap;
cursor: pointer;
width: 90px;

}
.gt:hover {
color: #FFF;
background-color: #f95f00;
box-shadow: 0px 0px 30px #f95f00;
}
.gt img
{
margin: 0px 3px -5px -5px;
}
.demka {
height: 26px;
line-height: 26px;
font-size: 11px;
padding: 0 10px;
background: #f95f00 url(images/blackshoot/highlight_reallyfaint.png) repeat-x 0 0;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
color: #FFF;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
display: inline-block;
white-space: nowrap;
cursor: pointer;
width: 90px;

}
.demka:hover {
color: #FFF;
background-color: #f95f00;
box-shadow: 0px 0px 30px #f95f00;

}
.demka img
{
margin: 0px 3px -5px -5px;
}
.ip
{
   box-shadow: 0px 0px 30px #f95f00;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
height: 26px;
line-height: 26px;
font-size: 11px;
padding: 0 10px;
background: #f95f00 url(images/blackshoot/highlight_reallyfaint.png) repeat-x 0 0;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
color: #FFF;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
display: inline-block;
white-space: nowrap;
cursor: pointer;
width:150px;

}
.ip:hover
{
background: #f95f00;
box-shadow: 0px 0px 60px #f95f00;
}
.otoczka_gt
{
box-shadow: 0px 0px 30px #f95f00;
}
.otoczka_gt:hover
{
box-shadow: 0px 0px 60px #f95f00;
}
dobre to tylko czemu po zmianie w css nie zmienia się kolor
.polacz {
height: 26px;
line-height: 26px;
font-size: 11px;
padding: 0 10px;
background: #07c667 url(images/blackshoot/highlight_reallyfaint.png) repeat-x 0 0;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
color: #FFF;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
display: inline-block;
white-space: nowrap;
cursor: pointer;
width: 90px;
}
.polacz:hover {
color: #FFF;
background-color: #07c667;
box-shadow: 0px 0px 30px #07c667;
}
.polacz img
{
margin: 0px 3px -5px -5px;
}
.gt {
height: 26px;
line-height: 26px;
font-size: 11px;
padding: 0 10px;
background: #07c667 url(images/blackshoot/highlight_reallyfaint.png) repeat-x 0 0;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
color: #FFF;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
display: inline-block;
white-space: nowrap;
cursor: pointer;
width: 90px;

}
.gt:hover {
color: #FFF;
background-color: #07c667;
box-shadow: 0px 0px 30px #07c667;
}
.gt img
{
margin: 0px 3px -5px -5px;
}
.demka {
height: 26px;
line-height: 26px;
font-size: 11px;
padding: 0 10px;
background: #07c667 url(images/blackshoot/highlight_reallyfaint.png) repeat-x 0 0;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
color: #FFF;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
display: inline-block;
white-space: nowrap;
cursor: pointer;
width: 90px;

}
.demka:hover {
color: #FFF;
background-color: #07c667;
box-shadow: 0px 0px 30px #07c667;

}
.demka img
{
margin: 0px 3px -5px -5px;
}
.ip
{
  box-shadow: 0px 0px 30px #07c667;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
height: 26px;
line-height: 26px;
font-size: 11px;
padding: 0 10px;
background: #07c667 url(images/blackshoot/highlight_reallyfaint.png) repeat-x 0 0;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
color: #FFF;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
display: inline-block;
white-space: nowrap;
cursor: pointer;
width:150px;

}
.ip:hover
{
background: #07c667;
box-shadow: 0px 0px 60px #07c667;
}
.otoczka_gt
{
box-shadow: 0px 0px 30px #07c667;
}
.otoczka_gt:hover
{
box-shadow: 0px 0px 60px #07c667;
}
Wyczyść ciasteczka. Mi normalnie działało.
(17.07.2018, 14:58)Shanke napisał(a): Wyczyść ciasteczka. Mi normalnie działało.
Wyczyściłem i dalej to samo
Jak zobaczyłem to w ogóle nic nie zmieniłeś... Jesteś pewny że zapisałeś ? I na jaki konkretnie kolor chcesz zmienić ?
(17.07.2018, 14:45)Lemo napisał(a):
(17.07.2018, 13:31)Shanke napisał(a): Proszę o to kodzik który używałem na innym stylu.

HTML:

<table width="100%" cellspacing="1" cellpadding="4" class="tborder">
<tr>
<td class="thead" colspan="10">Tabela Serwerów</span>
</td>
</tr>
<tr>
<td width="15" class="trow4" style="text-align:center;"><b>Nr.</b>
</td>
<td width="15" class="trow4" style="text-align:center;"><b>Gra</b>
</td>
<td width="15" class="trow4" style="text-align:center;"><b>Mod Serwera</b>
</td>
<td width="15" class="trow4" style="text-align:center;"><b>Sloty</b>
</td>
<td width="15" class="trow4" style="text-align:center;"><b>IP</b>
</td>
<td width="15" class="trow4" style="text-align:center;"><b>Monitoring</b>
</td>
<td width="15" class="trow4" style="text-align:center;"><b>Połącz</b>
</td>
<td width="15" class="trow4" style="text-align:center;"><b>GameTracker</b>
</td>
<td width="15" class="trow4" style="text-align:center;"><b>Demka</b>
</td>
</tr>

<tr>
</td>
</tr>

<tr>
<td class="trow4" style="text-align:center;"><b>1</b></td>
<td class="trow4" style="text-align:center;"><b><img src="/images/serversboard/icons/cs16.png"></b></td>
<td class="trow4" style="text-align:center;"><b>Mod</b></td>
<td class="trow4" style="text-align:center;"><b>Sloty</b></td>
<td class="trow4" style="text-align:center;"><b><span class="ip">IP</span></b></td>
<td class="trow4" style="text-align:center;">BannerGT</span></td>
<td class="trow4" style="text-align:center;"><a href="steam://connect/IP"><span class="polacz">Połącz</span></a></td>
<td class="trow4" style="text-align:center;"><a href="http://www.gametracker.com/server_info/IP"><span class="gt">GameTracker</span></a></td>
<td class="trow4" style="text-align:center;"><a href="#"><span class="demka">HLTV</span></a></td>
</tr>

</table>

CSS:

.polacz {
height: 26px;
line-height: 26px;
font-size: 11px;
padding: 0 10px;
background: #f95f00 url(images/blackshoot/highlight_reallyfaint.png) repeat-x 0 0;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
color: #FFF;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
display: inline-block;
white-space: nowrap;
cursor: pointer;
width: 90px;
}
.polacz:hover {
color: #FFF;
background-color: #f95f00;
box-shadow: 0px 0px 30px #f95f00;
}
.polacz img
{
margin: 0px 3px -5px -5px;
}
.gt {
height: 26px;
line-height: 26px;
font-size: 11px;
padding: 0 10px;
background: #f95f00 url(images/blackshoot/highlight_reallyfaint.png) repeat-x 0 0;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
color: #FFF;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
display: inline-block;
white-space: nowrap;
cursor: pointer;
width: 90px;

}
.gt:hover {
color: #FFF;
background-color: #f95f00;
box-shadow: 0px 0px 30px #f95f00;
}
.gt img
{
margin: 0px 3px -5px -5px;
}
.demka {
height: 26px;
line-height: 26px;
font-size: 11px;
padding: 0 10px;
background: #f95f00 url(images/blackshoot/highlight_reallyfaint.png) repeat-x 0 0;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
color: #FFF;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
display: inline-block;
white-space: nowrap;
cursor: pointer;
width: 90px;

}
.demka:hover {
color: #FFF;
background-color: #f95f00;
box-shadow: 0px 0px 30px #f95f00;

}
.demka img
{
margin: 0px 3px -5px -5px;
}
.ip
{
    box-shadow: 0px 0px 30px #f95f00;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
height: 26px;
line-height: 26px;
font-size: 11px;
padding: 0 10px;
background: #f95f00 url(images/blackshoot/highlight_reallyfaint.png) repeat-x 0 0;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
color: #FFF;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
display: inline-block;
white-space: nowrap;
cursor: pointer;
width:150px;

}
.ip:hover
{
background: #f95f00;
box-shadow: 0px 0px 60px #f95f00;
}
.otoczka_gt
{
box-shadow: 0px 0px 30px #f95f00;
}
.otoczka_gt:hover
{
box-shadow: 0px 0px 60px #f95f00;
}
dobre to tylko czemu po zmianie w css nie zmienia się kolor
.polacz {
height: 26px;
line-height: 26px;
font-size: 11px;
padding: 0 10px;
background: #07c667 url(images/blackshoot/highlight_reallyfaint.png) repeat-x 0 0;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
color: #FFF;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
display: inline-block;
white-space: nowrap;
cursor: pointer;
width: 90px;
}
.polacz:hover {
color: #FFF;
background-color: #07c667;
box-shadow: 0px 0px 30px #07c667;
}
.polacz img
{
margin: 0px 3px -5px -5px;
}
.gt {
height: 26px;
line-height: 26px;
font-size: 11px;
padding: 0 10px;
background: #07c667 url(images/blackshoot/highlight_reallyfaint.png) repeat-x 0 0;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
color: #FFF;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
display: inline-block;
white-space: nowrap;
cursor: pointer;
width: 90px;

}
.gt:hover {
color: #FFF;
background-color: #07c667;
box-shadow: 0px 0px 30px #07c667;
}
.gt img
{
margin: 0px 3px -5px -5px;
}
.demka {
height: 26px;
line-height: 26px;
font-size: 11px;
padding: 0 10px;
background: #07c667 url(images/blackshoot/highlight_reallyfaint.png) repeat-x 0 0;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
color: #FFF;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
display: inline-block;
white-space: nowrap;
cursor: pointer;
width: 90px;

}
.demka:hover {
color: #FFF;
background-color: #07c667;
box-shadow: 0px 0px 30px #07c667;

}
.demka img
{
margin: 0px 3px -5px -5px;
}
.ip
{
   box-shadow: 0px 0px 30px #07c667;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
height: 26px;
line-height: 26px;
font-size: 11px;
padding: 0 10px;
background: #07c667 url(images/blackshoot/highlight_reallyfaint.png) repeat-x 0 0;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
color: #FFF;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
display: inline-block;
white-space: nowrap;
cursor: pointer;
width:150px;

}
.ip:hover
{
background: #07c667;
box-shadow: 0px 0px 60px #07c667;
}
.otoczka_gt
{
box-shadow: 0px 0px 30px #07c667;
}
.otoczka_gt:hover
{
box-shadow: 0px 0px 60px #07c667;
}

dobra już nie będe ci głowy zawracał naprawdopodobniej to host zamula



Użytkownicy przeglądający ten wątek:

1 gości