Кому нужна помощь? пишите!

  • Автор темы webdizinfo
  • Дата начала
Dallos
Местный
Сообщения
40
Реакции
1
  • #841
APTEMOH написал(а):
В моем примере кодировку сменили?
Допустим с Windows-1251 на UTF-8. Пробуйте так.
Так же есть смысл перекодировать файлы (все) исполняющие в нужную (кодировку сайта) кодировку.
все и так преобразовано в UTF-8 через Not++... Залито на сервер и в сервере принудительно выставлено UTF-8 без BOM.
Но все ровно ничего не выходит, уже с неделю себе мозг насилую:(
 
APTEMOH
Участник
Сообщения
889
Реакции
256
Telegram
APTEMOH
  • #842
<?php
echo iconv("Windows-1251", "UTF-8", "Тут то, что перекодируем.");
?>

Так пробовали?
 
wh1skas
wildcake
Участник
Сообщения
1.017
Реакции
432
ICQ
564739604 564739604
  • #843
а не наоборот ли ему надо в win1251 принудительно переводить кодировку? )
PHP:
$msg  = "Content-type: text/html; charset=windows-1251 \r\n";
 
APTEMOH
Участник
Сообщения
889
Реакции
256
Telegram
APTEMOH
  • #844
wh1skas написал(а):
а не наоборот ли ему надо в win1251 принудительно переводить кодировку? )
PHP:
$msg  = "Content-type: text/html; charset=windows-1251 \r\n";
Я же написал, в кодировку в которой весь сайт и все сайты. Если это windows-1251, то в windows-1251. :)
 
Dallos
Местный
Сообщения
40
Реакции
1
  • #845
APTEMOH написал(а):
Я же написал, в кодировку в которой весь сайт и все сайты. Если это windows-1251, то в windows-1251. :)
Спасибо вам за помощь, но ничего из выше сказанного не помогло, психанул перевел все на инглиш). Где там пароль, где логин и так понятно):devil:
 
FAinurT
Участник
Сообщения
20
Реакции
0
  • #846
кто может помощь? у скрипта проблема с загонами
вот скрин скрипта -http://prntscr.com/929qmt
 
witru
Местный
Сообщения
76
Реакции
0
  • #847
Поставил вчера ручные выплаты,а когда одобряешь вывод он не выходит в выплатах как сделать?
 
Blanc
Местный
Сообщения
63
Реакции
1
  • #848
Кто знает, как сделать чтоб при добавлении новости на ссылке горело, 1 или 2 и т.п....? Вот код _news из pages что подправить, подскажите плиииз
<?PHP
$_OPTIMIZATION["title"] = "Новости";
$_OPTIMIZATION["description"] = "Новости проекта";
$_OPTIMIZATION["keywords"] = "Новости нашего проекта";
?>
<div class="acc-title"><img src="/img/newstitle.jpg"></div>
<div class="descr"><div class="clr"></div>
<?PHP

$db->Query("SELECT * FROM db_news ORDER BY id DESC");

if($db->NumRows() > 0){

while($news = $db->FetchArray()){

?>


<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="left"><h3><?=$news["title"]; ?></h3></td>
<td align="right"><strong><?=date("d.m.Y",$news["date_add"]); ?></strong></td>
</tr>

<tr>
<td colspan="2"><?=$news["news"]; ?></td>
</tr>
</table>
<BR />
<?PHP

}

}else echo "<center>Новостей нет :(</center>";

?>
</div>
<div class="clr"></div>
 
wh1skas
wildcake
Участник
Сообщения
1.017
Реакции
432
ICQ
564739604 564739604
  • #849
Тебе нужно, чтобы высвечивалось кол-во новостей всего? Или для каждого пользователя, чтобы высвечивались непрочитанные новости?
 
KENT73
Участник
Сообщения
5
Реакции
0
Skype
  • #850
Помогите пожалуйста когда захожу в админку слева отображается меню нажимаю а ничего не показывает пишет указанная страница не найдена в чем может быть проблема?
 
Blanc
Местный
Сообщения
63
Реакции
1
  • #851
wh1skas написал(а):
Тебе нужно, чтобы высвечивалось кол-во новостей всего? Или для каждого пользователя, чтобы высвечивались непрочитанные новости?
Для каждого сколько он не читал...
 
Blanc
Местный
Сообщения
63
Реакции
1
  • #852
KENT73 написал(а):
Помогите пожалуйста когда захожу в админку слева отображается меню нажимаю а ничего не показывает пишет указанная страница не найдена в чем может быть проблема?
Нет файлов с админки, или изменены. Проверь все ли файлы на месте в pages может _admin нет и папку админ там-же проверь. Еще может быть причина, если меняли admin4ik на свое где то не поменяли, тогда все файлы придется шерстить...
 
Последнее редактирование:
Blanc
Местный
Сообщения
63
Реакции
1
  • #853
Люди, помогите убрать все рамки из style.css очень нужно
/*********** FONTS *******
@font-face {
font-family: "ptsans";
src: url("/fonts/ptsans.ttf");
font-size: 13px;
}
****/
@import "http://webfonts.ru/import/ptsans.css";
@import "http://webfonts.ru/import/lobster.css";


body{
margin:0;
padding:0;
font:12px Tahoma, Arial, sans-serif;
background-image: url(http://upload.akusherstvo.ru/image882662.jpg);
word-wrap: break-word;
background-position: 50% 0;
background-attachment: fixed;
font-weight: normal;
width:1000px;
margin:0 auto;
}

img { border:0px; }
.clr { clear:both; }

form {
margin-bottom: 0em;
}

a {
color: #0C78B8;
}

a:hover {
color: #FFB920;
text-decoration: none;
}

h2 {
margin: 12px 0px;
}

input:focus {
outline:none;
}

input {
outline:none;
}

.stn:link, .stn:visited { color: #000000; text-decoration: none; font-weight: bold; }
.stn:active, .stn:hover { color: #2d2dc4; text-decoration: none; }

.stn-sort:link, .stn-sort:visited { color: #000; text-decoration: none; font-weight: bold; }
.stn-sort:active, .stn-sort:hover { color: #000000; text-decoration: none; }

/*############# WRAPPERS #############*/
.wrap { width:980px; margin:-10px auto; }

.descr {
padding: 5px;
margin-top: 30px;
border-style: solid;
border-width: 35px 33px 37px 32px;
-moz-border-image: url(/img/border.png) 35 33 37 32 repeat;
-webkit-border-image: url(/img/border.png) 35 33 37 32 repeat;
-o-border-image: url(/img/border.png) 35 33 37 32 repeat;
border-image: url(/img/border.png) 35 33 37 32 fill repeat;
}

.descr2 {
padding: 5px;
border-style: solid;
border-width: 35px 33px 37px 32px;
-moz-border-image: url(/img/border.png) 35 33 37 32 repeat;
-webkit-border-image: url(/img/border.png) 35 33 37 32 repeat;
-o-border-image: url(/img/border.png) 35 33 37 32 repeat;
border-image: url(/img/border.png) 35 33 37 32 fill repeat;
}

/*############# HEADER #############*/
.header { width:100%; position:relative;}

.clr-line {
background: url(/img/hd-line.png) no-repeat;
width:980px;
height:8px;
}

.line-footer {
background: url(/img/footer.png) no-repeat;
width:749px;
height:44px;
}

#headlogo {
position: absolute;
width: 305px;
height: 70px;
top: 0px;
left: 0px;
background:url('/img/headlogo.png');
}

#headaction{
position: absolute;
width: 105px;
height: 71px;
top:35px;
right: 60px;
background:url('/img/action.png')top;
}

#headaction:hover {
background:url('/img/action.png')bottom;
}

#headfb{
position: absolute;
width: 25px;
height: 32px;
top: -1px;
right: 100px;
background:url('/img/fb.png')top;
}

#headfb:hover {
background:url('/img/fb.png')bottom;
}

#headskype{
position: absolute;
width: 28px;
height: 28px;
top: 0px;
right: 138px;
background:url('/img/skype.png')no-repeat top;
}

#headskype:hover {
background:url('/img/skype.png')no-repeat bottom;
}

#headvk{
position: absolute;
width: 40px;
height: 27px;
top: 3px;
right: 50px;
background:url('/img/vk.png')top;
}

#headvk:hover {
background:url('/img/vk.png')bottom;
}

/*############# Menu #############*/
.menu{list-style: none;}
.menu li{
float: left;
width: 154px;
height: 36px;
}
.menu a{
display: block;
height: 36px;
}

#feedback-form {
max-width: 400px;
padding: 2%;
}
#feedback-form [required] {
width: 100%;
-moz-box-sizing: border-box; box-sizing: border-box;
margin-bottom: 2%;
padding: 1px 10px;
border: none;
border-radius: 3px;
overflow: auto;
box-shadow: 0 -1px 0 rgba(0,0,0,.05) inset, 0 1px 2px rgba(0,0,0,.2) inset, 0 0 transparent;
}
#feedback-form [required]:hover {
box-shadow: 0 0 0 1px #7eb4ea inset, 0 1px 2px rgba(0,0,0,.2) inset, 0 0 transparent;
}
#feedback-form [required]:focus {
outline: none;
box-shadow: 0 0 0 1px #7eb4ea inset, 0 1px 2px rgba(0,0,0,.2) inset, 0 0 4px rgba(35,146,243,.5);
transition: .2s linear;
}
#feedback-form [type="submit"] {
padding: 2%;
border: none;
border-radius: 3px;
box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset;
background: #669acc;
color: #fff;
}
#feedback-form [type="submit"]:hover {
background: #5c90c2;
}
#feedback-form [type="submit"]:focus {
box-shadow: 0 1px 1px #fff, inset 0 1px 2px rgba(0,0,0,.8), inset 0 -1px 0 rgba(0,0,0,.05);
}



#m1 {
background:url('/img/m1.png') no-repeat center top;
margin-left: 10px;
height: 39px;
}

#m1:hover {
background:url('/img/m1.png') no-repeat center bottom;
}

#m2 {
background:url('/img/m2.png');
height: 39px;
margin-top: -3px;
}

#m2:hover {
background:url('/img/m2.png') no-repeat center bottom;
}

#m3 {
background:url('/img/m3.png');
height: 39px;
}

#m3:hover {
background:url('/img/m3.png') no-repeat center bottom;
}

#m4 {
background:url('/img/m4.png');
height: 39px;
}

#m4:hover {
background:url('/img/m4.png') no-repeat center bottom;
}

#m5 {
background:url('/img/m5.png');
height: 39px;
margin-top: -3px;
}

#m5:hover {
background:url('/img/m5.png') no-repeat center bottom;
}

#m6 {
background:url('/img/m6.png');
height: 39px;
}

#m6:hover {
background:url('/img/m6.png') no-repeat center bottom;
}

.cp-art {
background: url(/img/fruits.png) no-repeat;
width:980px;
height:250px;
margin-bottom:10px;
float:left;
}

.sprite-icon {
background: url(/img/sprite-icon.png) no-repeat;
width:500px;
height:500px;
}

.hd-bnf {
float:left;
background: url(/img/bnf.png) repeat-x;
height:152px;
font-family: "lobster";
margin:25px 0px 0px 10px;
padding:10px 15px 0px 30px;
color:#000000;
font-size:1.2em;
line-height: 17pt;
border:1px solid #b6b6b6;
border-radius:10px;
}

.hd-bnf li {
list-style-image: url(/img/arrow.png);
background-repeat:no-repeat;
}

/*############# CONTENT #############*/
.content { width:100%; margin-top:10px; }
.cl-left { width:270px; float:left; border:0px solid black; }
.cl-right { width:670px; float:left; padding:0px 0px 0px 0px; }

.h-title {
background: url(/img/opacity-title.png) no-repeat;
width:289px;
height:22px;
color:#000;
font-family: "PTSansRegular";
text-align:center;
margin:2px 0px 0px 15px;
}

#loginwrap {
position: relative;
width: 266px;
height: 174px;
background:url('/img/loginwrap.png');
margin-bottom: 17px;
}

.autoriz {

height:145px;
border:1px solid #000000;
border-radius:10px;
color:#7ea57b;
background:-webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.02, rgb(123,192,67)),
color-stop(0.51, rgb(139,198,66)),
color-stop(0.87, rgb(158,217,41))
);
background: -moz-linear-gradient(
center bottom,
rgb(123,192,67) 2%,
rgb(139,198,66) 51%,
rgb(158,217,41) 87%
);
border-radius:10px;

}


.lg {
background: none;
background: url(/img/inpt.png) repeat-x;
height:24px;
font-size: 14px;
text-align:center;
}

.lg:hover {
background: url(/img/inpt-hov.png) repeat-x;
/*width:237px;*/
height:24px;
}

.feed {
width:87px;
height:28px;
border: none;
cursor: pointer;
margin: 5px;
background:url('/img/feed.png')top;
}

.feed:hover {
background:url('/img/feed.png')bottom;
}

.taxcash {
width:140px;
height:28px;
border: none;
cursor: pointer;
margin: 5px;
background:url('/img/taxcash.png')top;
}

.taxcash:hover {
background:url('/img/taxcash.png')bottom;
}

.getbonus {
width:126px;
height:28px;
border: none;
cursor: pointer;
margin: 5px;
background:url('/img/getbonus.png')top;
}

.getbonus:hover {
background:url('/img/getbonus.png')bottom;
}

#payment {
width:127px;
height:28px;
border: none;
cursor: pointer;
margin: 5px;
background:url('/img/getbal.png')top;
}

#payment:hover {
background:url('/img/getbal.png')bottom;
}

.getbal {
width:127px;
height:28px;
border: none;
cursor: pointer;
margin: 5px;
background:url('/img/getbal.png')top;
}

.getbal:hover {
background:url('/img/getbal.png')bottom;
}

.regbutton {
width:110px;
height:28px;
border: none;
cursor: pointer;
margin: 5px;
background:url('/img/regbutton.png')top;
}

.regbutton:hover {
background:url('/img/regbutton.png')bottom;
}

.payment {
width:129px;
height:28px;
border: none;
cursor: pointer;
margin: 5px;
background:url('/img/payment.png')top;
}

.payment:hover {
background:url('/img/payment.png')bottom;
}

.selltrophy {
width:149px;
height:28px;
border: none;
cursor: pointer;
margin: 5px;
background:url('/img/selltrophy.png')top;
}

.selltrophy:hover {
background:url('/img/selltrophy.png')bottom;
}

.donate {
width:110px;
height:28px;
border: none;
cursor: pointer;
margin: 5px;
background:url('/img/donate.png')top;
}

.donate:hover {
background:url('/img/donate.png')bottom;
}

#payeer {
width:150px;
height:42px;
/*margin-left: 50px;*/
background:url('/img/payeer.png')top;
}

#payeer:hover {
background:url('/img/payeer.png')bottom;
}

.buy {
width:87px;
height:28px;
border: none;
cursor: pointer;
margin: 5px;
background:url('/img/buy.png')top;
}

.buy:hover {
background:url('/img/buy.png')bottom;
}

.fight {
width:197px;
height:31px;
border: none;
cursor: pointer;
margin: 5px;
background:url('/img/fight.png')top;
}

.fight:hover {
background:url('/img/fight.png')bottom;
}

#swapbutton {
width:87px;
height:28px;
border: none;
cursor: pointer;
margin: 5px;
background:url('/img/swap.png')top;
}

#swapbutton:hover {
background:url('/img/swap.png')bottom;
}

.taketax {
width:140px;
height:28px;
border: none;
cursor: pointer;
margin: 5px;
background:url('/img/taketax.png')top;
}

.taketax:hover {
background:url('/img/taketax.png')bottom;
}

.taketroph {
width:147px;
height:28px;
border: none;
cursor: pointer;
margin: 5px;
background:url('/img/taketroph.png')top;
}

.taketroph:hover {
background:url('/img/taketroph.png')bottom;
}

.ps {
background: none;
border: 1px solid #000000;
border-radius:10px;
background: url(/img/inpt.png) repeat-x;
width:237px;
height:24px;
padding:0px 0px 0px 10px;
margin:3px 0px 0px 0px;
}

.ps:hover {
background: url(/img/inpt-hov.png) repeat-x;
width:237px;
height:24px;
}

.btn_in {
background: #73b1ff;
border: 1px solid #60a2f6;
border-radius:10px;
color:#FFF;
margin:0px 0px 0px 0px;
padding:3px 0px 3px 0px;
cursor:pointer;
width:60px;
}

.btn_reg {
background: #73b1ff;
border: 1px solid #60a2f6;
border-radius:10px;
color:#FFF;
margin:0px 0px 0px 0px;
padding:3px 0px 3px 0px;
cursor:pointer;
width:100px;
}

a.rs-ps { color:#f77827; text-decoration:none; font-size:14px; }
a.rs-ps:hover { text-decoration:underline; }


.st-lf { float:left; margin:5px 0px 0px 0px; }
.st-rg { float:left; margin:7px 0px 0px 15px; }

.line {
margin:10px 0px 0px 0px; font-weight: bold;
text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.198);
}

.line-st {
margin:4px 0px 0px 0px;
padding:4px 0px 2px 0px;
color: #0C78B8;
font-weight: bold;
}
.st-time {
margin:3px 0px 0px 30px;
font-weight:bold;
}

.wim {
background: url(/img/small-inpt.png) repeat-x;
width:229px;
height:34px;
border:1px solid #b6b6b6;
border-radius:10px;
text-align:center;
font-size:20pt;
padding:10px 0px 0px 0px;
margin:0px 0px 0px 190px;
}

.wim-block {
margin:10px 0px 0px 67px;
}

.wim-lf {
background: url(/img/man-1.png) no-repeat;
width:125px;
height:129px;
float:left;
}

.wim-ctr {
width:220px;
float:left;
color:#0a5200;
font-size:19pt;
text-align:center;
margin:0px 5px 0px 5px;
}

.wim-ctr-in {
background: url(/img/arrows.png) no-repeat;
width:117px;
height:63px;
margin:10px 0px 10px 50px;
}

.wim-rg {
background: url(/img/man-2.png) no-repeat;
width:130px;
height:131px;
float:left;
}

.garant-bk {
width:200px;
float:left;
margin:5px 0px 0px 0px;
text-align:center;
color:#0a5200;
font-size:15pt;

}

i {
display:block;
background:url(/img/garant-sprite.png);
width:171px;
height:155px;
margin-left:15px;
}

.cntrl-ps {
width:171px;
margin-left:71px;

}

s {
}

.acc-title {
margin-left: 30px;
margin-top: 10px;
padding-top: 0px;
position: absolute;
}

.field-gr {
font-weight:bold;
width:210px;
height:20px;
padding:9px 0px 0px 48px;
}

.field-gr a {
font-weight:bold;
color:#1560bd;
text-decoration:none;
font-size:16px;
}

.field-gr a:hover {
font-weight:bold;
color:#000000;
text-decoration:none;
font-size:16px;
}



.field-ar {
font-weight:bold;
background: url(/img/field-ar.png) no-repeat;
width:220px;
height:31px;
padding:9px 0px 0px 48px;
margin:-10px 0px 11px 28px;
}

.field-ars {
font-weight:bold;
background: url(/img/field-ars.png) no-repeat;
width:220px;
height:31px;
padding:9px 0px 0px 48px;
margin:-10px 0px 11px 28px;
}

.field-ars a, .field-ar a {
color:#1560bd;
text-decoration:none;
font-size:18px;
}

.field-ars a:hover, .field-ar a:hover {
color:#000000;
text-decoration:none;
border-bottom:1px dashed #ff0000;
font-size:18px;
}

.fr-block {
width:250px;
height:280px;
float: left;
margin:0px 20px 20px 0px;
}


.fr-block img {
margin:10px 0px 0px 15px;
}

.fr-title {
color:#000000;
font-size:18px;
}

.cl-fr-lf {
float:left;
text-align:center;
}

.cl-fr-rg {
width: 500px;
float:left;
margin: 10px 0px 0px 5px;
background: url(/img/diz/eco_info.png) no-repeat;
}

.fr-te-gr { color:#000000; }
.fr-te-gr-title {
color:#000;
font-weight:700;
margin-bottom:5px;
}


a.sm-btn {
display:block;
cursor:pointer;
font-size: 12px;
font-weight: 700 !important;
margin: 0px 5px 8px 0px;
padding: 0px 14px;
border-radius: 10px;
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.400), 1px 1px 1px rgba(0, 0, 0, 0.102);
display: inline-block;
line-height: 26px;
text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.298);
background: linear-gradient(to bottom, #88BDFF 0px, #60A7FF 100%) transparent;
border: 1px solid #3E8FF4;
color: #2B63A8 !important;
text-decoration:none;
}

a.sm-btn:hover { opacity:0.8; }


input.sm-btn {
display:block;
cursor:pointer;
font-size: 12px;
font-weight: 700 !important;
margin: 0px 5px 8px 0px;
padding: 0px 14px;
border-radius: 10px;
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.400), 1px 1px 1px rgba(0, 0, 0, 0.102);
display: inline-block;
line-height: 30px;
text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.298);
background: linear-gradient(to bottom, #88BDFF 0px, #60A7FF 100%) transparent;
border: 1px solid #3E8FF4;
color: #2B63A8 !important;
text-decoration:none;
}

input.sm-btn:hover { opacity:0.8; }

.silver-bk {
background: #FCF9EA;
padding:10px 20px 10px 20px;
border-radius: 10px;
}

.s-bk-lf {
margin-left:150px;
}

.sm-line {
width:450px;
float:center;
margin:5px 50px 5px 50px;
font-size:14px;
}

.sm-n {
background: url(/img/diz/eco_store.png) no-repeat;
}

.sm-line-nt {
margin:5px 10px 5px 0px;
font-size:14px;
}

.sm-line-nt img {
border:0px solid #033ea6;
border-radius:10px;
vertical-align:-13px;
}

.sm-line img {
border:3px solid #033ea6;
border-radius:10px;
vertical-align:-13px;
margin:0px 5px 0px 0px;
}

.m-tb {
background: #FCF9EA;
font-weight: bold;
}

table { border:none; }

td {
margin-right:5px;
}

.bs-py {
border: 1px solid #8d8d8d;
border-radius:10px;
background: url(/img/inpt-hov.png) repeat-x;
width:115px;
height:24px;
color:#f77827;
text-align:center;
margin:0px 0px 0px 0px;
padding:3px 0px 0px 0px;
}

.out-my {
background: none;
border: 1px solid #8d8d8d;
border-radius:10px;
background: url(/img/inpt.png) repeat-x;
width:187px;
height:24px;
padding:0px 0px 0px 10px;
margin:1px 0px 0px 0px;
}

.out-my:hover {
background: url(/img/inpt-hov.png) repeat-x;
width:187px;
height:24px;
}

/*############# FOOTER #############*/
.footer {
margin: 10px 0px;
font-size: 14px;
}

.htt:hover {}






.form-5 {
/* Size and position */
width: 140px;
position: absolute;
top: 60px;
left: 73px;
/* Styles */
}

.form-5 p {

}

.form-5 input[type=text],
.form-5 input[type=password] {
/* Size and position */
width: 145px;
height: 20px;
margin: 1px;

/* Styles */
border: 1px solid #fff; /* Remove the default border */
box-shadow:
inset 0 0 10px rgba(255,255,255,0.5);
background: #FAFFBD;

/* Font styles */
text-indent: 5px;
}

.form-5 input[type=text] {

}

.form-5 input[type=password] {

}

.form-5 input[type=text]:hover,
.form-5 input[type=password]:hover,
.form-5 input[type=text]:focus,
.form-5 input[type=password]:focus {
outline: none;
}

/* Placeholder style (from http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css) */

.form-5 input::-webkit-input-placeholder {

}

.form-5 input:-moz-placeholder {
}

.form-5 input:-ms-input-placeholder {

}

.form-5 button {
/* Size and position */
position: absolute;
top: 55px;
left: 105px;
width: 74px;
height: 33px;
overflow: hidden;
border: none;
cursor: pointer;

/* Styles */
background: url('/img/input.png') no-repeat center top;
}

#forgot {
position: absolute;
top: 150px;
left: 55px;
width: 156px;
height: 28px;
background: url('/img/forgot.png') no-repeat center top;
}

#forgot:hover {
background: url('/img/forgot.png') no-repeat center bottom;
}

#reg {
position: absolute;
top: 180px;
left: 55px;
width: 125px;
height: 29px;
background: url('/img/reg.png') no-repeat center top;
}

#reg:hover {
background: url('/img/reg.png') no-repeat center bottom;
}

#statimg {
position: relative;
width: 219px;
height: 131px;
background: url('/img/statimg.png');
}

.form-5 button:hover {
background: url('/img/input.png') no-repeat center bottom;
}

.scrollTop {
background:url(/img/upbutton.png)no-repeat top; display:block; width:40px; height:45px; position:fixed; bottom:5%; left:90%; z-index:2000;
}

.scrollTop:hover {
background:url(/img/upbutton.png)no-repeat bottom;
}


.balance {
height:135px;
margin:20px 0px 0px 0px;
border:1px solid #000;
border-radius:10px;
color:#000000;
background:-webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.02, rgb(123,192,67)),
color-stop(0.51, rgb(139,198,66)),
color-stop(0.87, rgb(158,217,41))
);
background: -moz-linear-gradient(
center bottom,
rgb(123,192,67) 2%,
rgb(139,198,66) 51%,
rgb(158,217,41) 87%
);


}


.akk{
margin:20px 0px 0px 0px;

}



.z-block {
background: #42d774;
width:550px;
height:240px;
float:left;
margin:0px 20px 20px 20px;
border-radius:10px;
border:3px solid #cdcdcd;
}

.z-block img {
margin:0px 0px -45px 0px;
border-radius:10px;
border:3px solid #cdcdcd;
}

.z-block1 img {
margin:0px 0px 0px 0px;
border-radius:10px;
border:0px solid #cdcdcd;
}

.rekbann {
position :fixed;
margin-left: 87% ;
margin-top: 165px;
}

.rekbann-img {
position :fixed;
margin-left: 85% ;
margin-top: 10px;
}

#mainimage {
height:518px;
top:0px;
left:0px;
padding-top: 1px;
background:url('/img/mainimage.png');
margin-bottom: 80px;
}

#mainimage p {
background:#fff;
text-align:center;
}

#usermain {
position: relative;
height: 210px;
width: 242px;
margin-bottom: -70px;
background:url('/img/usermainback.png');
}

#userprofile {
position: absolute;
width:90px;
height:18px;
top:10px;
left:10px;
background: url('/img/profile.png')top;
}

#userprofile:hover {
background: url('/img/profile.png')bottom;
}

#userexit {
position: absolute;
width:39px;
height:11px;
top:10px;
right:10px;
background: url('/img/exit.png')top;
}

#userexit:hover {
background: url('/img/exit.png')bottom;
}

#userdin {
width: 128px;
height: 29px;
background:url('/img/userdin.png') no-repeat left bottom;
padding: 50px 0px 0px 110px;
margin-left: 10px;
}

#userses {
width: 146px;
height: 29px;
background:url('/img/userses.png') no-repeat left bottom;
padding: 15px 0px 0px 110px;
margin-left: 10px;
}

#useradd {
position: absolute;
width:30px;
height:34px;
top:45px;
right:20px;
background: url('/img/useradd.png')top;
}

#useradd:hover {
background: url('/img/useradd.png')bottom;
}

#userwd {
position: absolute;
width:35px;
height:34px;
top:90px;
right:20px;
background: url('/img/userwd.png')top;
}

#userwd:hover {
background: url('/img/userwd.png')bottom;
}

#leftside {
position:relative;
}

ul.sidemenu {
padding: 0;
margin: 0;
list-style: none;
width: 150px;
height:470px;
}

ul.sidemenu li h2 {
background:url('/img/v.png') no-repeat;
padding-left: 23px;
font-size: 14px;
line-height: 20px;
}

ul.sidemenu li {
float: left;
}

ul.sidemenu li a, ul.sidemenu li a:visited {
display: block;
padding: 0px 0px 10px 14px;
color: #000;
width: 220px;
text-decoration: none;
font-weight: bold;
background:url('/img/o2.png') no-repeat;
}

ul.sidemenu li a:hover {
background:url('/img/o.png') no-repeat;
}

.sidemenu small {
font-weight: normal;
color: #000;
}

ul.sidemenu li a:hover {
color: #0C78B8;
}

.canteentable {
background-color: #FCF9EA;
text-align: center;
padding: 8px;
}

.gamebutton {
width: 87px;
height: 28px;
border: none;
cursor: pointer;
margin: 5px;
background: url('/img/gamebutton.png')top;
}

.gamebutton:hover {
background: url('/img/gamebutton.png')bottom;
}

.buywarrior {
width:190px;
height:34px;
background:url('/img/buywarrior.png')top;
}

.buywarrior:hover {
background:url('/img/buywarrior.png')bottom;
}

.buyslave {
width:181px;
height:34px;
background:url('/img/buyslave.png')top;
}

.buyslave:hover {
background:url('/img/buyslave.png')bottom;
}

.swap {
width:290px;
height:29px;
background:url('/img/swap.png')top;
}

.swap:hover {
background:url('/img/swap.png')bottom;
}

.swap2 {
width:292px;
height:29px;
background:url('/img/swap2.png')top;
}

.swap2:hover {
background:url('/img/swap2.png')bottom;
}

.knb {
width:273px;
height:34px;
background:url('/img/knb.png')top;
}

.knb:hover {
background:url('/img/knb.png')bottom;
}

.lot {
width:119px;
height:29px;
background:url('/img/lot.png')top;
}

.lot:hover {
background:url('/img/lot.png')bottom;
}

.rul {
width:160px;
height:34px;
background:url('/img/rul.png')top;
}

.rul:hover {
background:url('/img/rul.png')bottom;
}

.set{
width:400px;
height:34px;
background:url('/img/set.png')top;
}

.set:hover {
background:url('/img/set.png')bottom;
}
.best{
width:400px;
height:34px;
background:url('/img/best.png')top;
}

.best:hover {
background:url('/img/best.png')bottom;
}

.ticketbutton {
width: 110px;
height: 28px;
border: none;
cursor: pointer;
margin: 5px;
background: url('/img/ticketbutton.png')top;
}

.ticketbutton:hover {
background: url('/img/ticketbutton.png')bottom;
}

.buybutton2 {
width: 214px;
height: 30px;
border: none;
cursor: pointer;
margin: 5px;
background: url('/img/buybutton2.png')top;
}

.buybutton2:hover {
background: url('/img/buybutton2.png')bottom;
}

.decor {
height: 16px;
width:100%;
background: url('/img/2_3.png');
margin: 5px 0px;
}

#imgitems {
cursor: pointer;
}









ul.sidemenu1 {
padding: 0;
margin: 0;
list-style: none;
width: 150px;
height:620px;
}

ul.sidemenu1 li h2 {
background:url('/img/v.png') no-repeat;
padding-left: 23px;
font-size: 14px;
line-height: 20px;
}

ul.sidemenu1 li {
float: left;
}

ul.sidemenu1 li a, ul.sidemenu li a:visited {
display: block;
padding: 0px 0px 10px 14px;
color: #000;
width: 220px;
text-decoration: none;
font-weight: bold;
background:url('/img/o2.png') no-repeat;
}

ul.sidemenu1 li a:hover {
background:url('/img/o.png') no-repeat;
}

.sidemenu1 small {
font-weight: normal;
color: #000;
}

ul.sidemenu1 li a:hover {
color: #0C78B8;
}

Вот эту черную рамку нужно убрать...
 
Vasya000
Местный
Сообщения
35
Реакции
2
  • #854
Здравствуйте. Подскажите как исправить на модуле жизни, Что бы после того как дерево погибает фрукты которые оно принесло оставались.? А то вместе с деревом все пропадает
 
Elizim
Участник
Сообщения
74
Реакции
14
  • #855
Вот у меня неверная электронная подпись при вводе денег через фри кассу, сможете дать рабочий мерчант?
 
APTEMOH
Участник
Сообщения
889
Реакции
256
Telegram
APTEMOH
  • #856
Elizim написал(а):
Вот у меня неверная электронная подпись при вводе денег через фри кассу, сможете дать рабочий мерчант?
У меня в подписи ссылка, там все есть.
 
sanek85
Участник
Сообщения
124
Реакции
2
  • #858
подскажите как можно сделать чтобы тот кто привел игрока в игру он не получал дерево за то что рефирал пополнил баланс ?
 
dima2010
Участник
Сообщения
60
Реакции
6
  • #859
sanek85 написал(а):
подскажите как можно сделать чтобы тот кто привел игрока в игру он не получал дерево за то что рефирал пополнил баланс ?
а ты не вкурсе как исправить
Заказ выплаты
Не удалось выплатить! Попробуйте позже- See more at: http://сайт/account/withdraw.html#sthash.PCaOp5sq.dpuf
 
sanek85
Участник
Сообщения
124
Реакции
2
  • #860
подскажите как можно сделать чтобы тот кто привел игрока в игру он не получал за него дерево за то что рефирал пополнил баланс ?
 
Сверху