Малка система за CS Верига

Каталог на готовите системи за управление на съдържанието (Content Management System) - e107, Joomla, Drupal, Wordpress, phpFusion.
User avatar
IvoPetrov
Потребител
Потребител
Posts: 4
Joined: 12 Aug 2022, 10:33

Re: Малка система за CS Верига

Post by IvoPetrov »

grebeca951 wrote: 03 Sep 2022, 15:14 Имам проблем

https://imgur.com/30ZAhm4
Това е липса на CSS стилизиране, може да си изтрил или да не си качил файла за стилизирането (CSS файла). Пиша този коментар, ако някой в бъдещето се чуди от какво може да се случва това.
User avatar
HarveyWNvm
Потребител
Потребител
Posts: 280
Joined: 04 Aug 2016, 18:40
Skype: HarveyWNvmVevo
CS Nick: doide li admina
Favorite version: CS: 1.5
Steam Community ID: usersharvey190
Location: Plovdiv
Contact:

Re: Малка система за CS Верига

Post by HarveyWNvm »

IvoPetrov wrote: 10 Oct 2022, 09:18
grebeca951 wrote: 03 Sep 2022, 15:14 Имам проблем

https://imgur.com/30ZAhm4
Това е липса на CSS стилизиране, може да си изтрил или да не си качил файла за стилизирането (CSS файла). Пиша този коментар, ако някой в бъдещето се чуди от какво може да се случва това.


Тъй системата беше за моя верига, нека да подам малка помощ.

Значи кода не е в ред защото май си премахнал Public/styles/styles.css

Ако тази папка я няма просто я изтегли:

Public

Или просто добави кода където се налага като търсиш: Public/styles/styles.css

Code: Select all

body{
background:url(../images/bg.png);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
margin:0;
}

td.admin {
border-right: 1px dotted #201e1e;
border-bottom: 1px dotted #fff;
padding-right: 7px;
padding-left: 5px;
}

td.dr {
padding-right: 7px;
padding-left: 5px;
}


#headercont { 
background:url(../images/logo.png);
height:150px;
margin-left:auto;
margin-right:auto;
width:1000px;
border-left: 1px solid #D0D0D0;
border-right: 1px solid #D0D0D0; 
} 


a.forum-link, a.forum-link:visited {
text-shadow: 0px 1px 0px #fff;
display: block;
float: left;
height: 38px;
padding: 0px 20px 0px 20px;
line-height: 32px;
color: #696969;
background: url('../images/header-bottom-link.png') no-repeat;
}
a.forum-link:hover, a.forum-link:active {background: url('../images/header-bottom-link.png');background-position:0 -38px;}

a.button1, input.button1, input.button3, a.button2, input.button2 {
background: url("../images/highlight_faint.png") repeat-x scroll 0 0 #323232;
padding: 0px 20px;
height: 25px;
font-size: 8pt;
color: #fff;
font-weight: normal;
line-height: 0;
margin:0;
border: 1px solid #2B2B2B;
border-radius: 2px 2px 2px 2px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.43);
font-family: "Segoe Ui","Tahoma";
display: inline-block;
text-align: center;
text-shadow: 0 -1px 0 #2B2B2B;
margin-bottom: 5px;
cursor:pointer;
}


input.button1:hover {
background-color: #434343;
color: #FFFFFF;
}


#info_box1 {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
width: auto;
overflow: hidden;
display: block;
border: 1px solid #AFDBEE;
background: url(../images/info.png) no-repeat scroll 8px 55% #E4F5FD;
padding-left: 30px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 5px;
margin-bottom: 5px;
color: #2A80A7;
}

#red {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
background: url(../images/msg_error.png)7px no-repeat #E7BABA;
color: #A82020;
padding-left: 30px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top: 1px solid #CA6666;
border-bottom: 1px solid #CA6666;
border-right: 1px solid #CA6666;
border-left: 1px solid #CA6666;
font-weight: bold;
}

img{border: 0px;}

a:active,a:focus,a:link,a:visited,a{color:#1f74c7; text-decoration:none;}a:hover{color:#000000; text-decoration:underline;}

#login {
height: 34px;
line-height: 36px;
padding-left: 10px;
padding-right: 5px;
}

#login a { color:#FFFFFF; text-decoration:none; }.login a:hover { color:#2c5d7d; text-decoration:none; }
#exlinks  ul {margin: 0;padding-left: 7px;list-style-type:none}
.forum{
background: url('../images/forum.png') no-repeat;
width: 960px;
height: 32px;
line-height: 32px;
padding-left: 10px;
color: #ffffff;
font-weight: bold;
}


.button{
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #d4d4d4;
    margin: 2px;
    text-decoration: none;
    font: 11px/normal sans-serif;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
    background-image: -webkit-linear-gradient(#f4f4f4, #ececec);
    background-image: -moz-linear-gradient(#f4f4f4, #ececec);
    background-image: -o-linear-gradient(#f4f4f4, #ececec);
    background-image: -ms-linear-gradient(#f4f4f4, #ececec);
    background-image: linear-gradient(#f4f4f4, #ececec);
	
    -moz-background-clip: padding;
    background-clip: padding; /**/
    /* commented out due to Opera 11.10 bug */
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em; /* IE hacks */
    zoom: 1;
    *display: inline;
}

.button:hover,
.button:focus {
    border-color: #989898;
    border-bottom-color: #989898;
    text-decoration: none;
	outline: none;
    color: #fff;
    background-color: #989898;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#989898), to(#989898));
    background-image: -webkit-linear-gradient(#989898, #989898);
    background-image: -moz-linear-gradient(#989898, #989898);
    background-image: -o-linear-gradient(#989898, #989898);
    background-image: -ms-linear-gradient(#989898, #989898);
    background-image: linear-gradient(#989898, #989898);
}

.button:active,
.button.active {
    outline: none;
    color: #fff;
    border-color: #2a65a0;
    border-bottom-color: #3884CF;
    background-color: #3072b3;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3072b3), to(#599bdc));
    background-image: -webkit-linear-gradient(#3072b3, #599bdc);
    background-image: -moz-linear-gradient(#3072b3, #599bdc);
    background-image: -o-linear-gradient(#3072b3, #599bdc);
    background-image: -ms-linear-gradient(#3072b3, #599bdc);
    background-image: linear-gradient(#3072b3, #599bdc);
}

input[type=text] { margin-top:5px;margin-bottom:5px;background: #f0f0f0; color: #666; outline: none; border: 1px solid #d0d0d0; border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -webkit-border-radius: 4px;  height: 25px; padding-left: 4px;}input[type=text]:hover { background: #fff; outline: none; color: #666; border: 1px solid #d0d0d0; border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -webkit-border-radius: 4px;  height: 25px; padding-left: 4px;}input[type=text]:focus { background: #fff; color: #666; border: 1px solid #d0d0d0; border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -webkit-border-radius: 4px;  height: 25px; padding-left: 4px;}input[type=password] { background: #f0f0f0; color: #666; border: 1px solid #d0d0d0; border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -webkit-border-radius: 4px;  height: 25px; padding-left: 4px;}input[type=password]:hover { background: #fff; color: #666; outline: none; border: 1px solid #d0d0d0; border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -webkit-border-radius: 4px;  height: 25px; padding-left: 4px;}input[type=password]:focus { background: #fff; outline: none; color: #666; border: 1px solid #d0d0d0; border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -webkit-border-radius: 4px;  height: 25px; padding-left: 4px;}

#users {
background: url('../images/users.png');
width:20px;
height:26px;
margin-top: -35px;
margin-left:15px;
}

#komentirai { background:url(../images/komentirai.png);width:250px;height:21px;float:right;padding-left:10px;font-size:9px;line-height:23px;color:white; }

#pass {
background: url('../images/pass.png');
width:20px;
height:25px;
margin-top:-25px;
margin-left: 200px;
}

.imgside {
	border: 1px solid #D6D6D6;
	padding: 3px;
	background-color: #EAEAEA;
	margin: 0 10px 0 0;
	float:left;
	border-radius: 2px;
}

#cnt{
word-wrap: break-word;
width: 990px;
margin: 0 auto;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 25px;
padding-top: 5px;
background: #F0F0F0;
border-left: 1px solid #D0D0D0;
border-right: 1px solid #D0D0D0;
border-bottom: 1px solid #D0D0D0;
margin-top: -5px;
}


#header1 {
width: 1030px;
height: 100px;
line-height: 151px;
background: url(../images/logosite.png) no-repeat;
}

#headerr { 
background:url(../images/headerr.png);
width:386px;
height:98px;
float:left;
}

.headeradd {
margin-top: 16px;
display: inline-block;

width: 500px;
height: 75px;
float: right;
padding-top: 4px;
padding-left: 22px;
}
}

.headeradd img {
position:absolute;
margin-top:4px;
margin-left:4px;
width: 468px;
height: 60px;
}

.headeradd  a
img{-moz-transition:opacity 0.5s ease;-webkit-transition:opacity 0.5s ease;-o-transition:opacity 0.5s ease;transition:opacity 0.5s ease}.headeradd  a:hover
img{filter:alpha(opacity=70);-moz-opacity:0.7;opacity:0.7}
.ad{
background:#b3b3b3;
width:490px;
height:70px;
margin-left:5px;
display:inline-block;
margin-top:5px;
border:1px solid #434343;
padding-bottom:5px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-topleft: 10px;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
}

.arrow {
background:url(../images/arrow.png);
width:12px;
height:9px;
}

.headeradd1 {
width:500px;
height:99px;
margin-top:30px;
margin-left:440px;
position:absolute;
}




.sub_nav {
color: #999999;
font-size: 9px;
font-family: Arial;
padding-top: 19px;
width:800px;
margin-left: 75px;
}

#content{
margin: 0 auto;
	width: 1082px;

}

#left{
width: 745px;
float: left;
}

#right{
width: 240px;
margin-left: 5px;
float: left;
}

#ulevo { 
width: 211px;
margin-left: 4px;
float:left;
}

.ulevo_menubg{
background: url('../images/ulevo.png');
width: 199px;
height: 28px;
line-height: 30px;
padding-left: 10px;
color: rgb(150, 150, 150);
text-shadow: 0px 1px 0px rgb(255, 255, 255);
text-align: center;
}

.ulevo_cnt{
background: #f3f3f3;
border-left: 1px solid #d8d8d8;
border-right: 1px solid #d8d8d8;
color: #3e3e3e;
padding: 6px;
width: 195px;
word-wrap: break-word;
border-bottom-right-radius:5px;
border-bottom-left-radius:5px;
}

.ulevo_cnt hr { 
border-style: dashed;
	border-color:#383838; 
	}


.ulevo_bottom{
width: 211px;
height: 1px;
margin-bottom: 10px;
}


.l_menu_cnt{
background: #f3f3f3;
border: 1px solid #d8d8d8;
color: #3e3e3e;
padding: 6px;
margin-bottom: 5px;
}

.l_menu_bottom{
width: 728px;
height: 1px;
margin-bottom: 10px;
}

.l_menubg{
background: url('../images/centermenu.png');
width: 631px;
height: 27px;
line-height: 30px;
color: rgb(150, 150, 150);
text-shadow: 0px 1px 0px rgb(255, 255, 255);
padding-left: 10px;

}

.r_menubg{
background: url('../images/maintitle.png');
color: #fff;
border: 1px solid #433429;
box-shadow: 0px 0px 1px rgba(255,255,255,0.6) inset, 0px 1px 0px rgba(255,255,255,0.15) inset;
-moz-box-shadow: 0px 0px 1px rgba(255,255,255,0.6) inset, 0px 1px 0px rgba(255,255,255,0.15) inset;
-webkit-box-shadow: 0px 0px 1px rgba(255,255,255,0.6) inset, 0px 1px 0px rgba(255,255,255,0.15) inset;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
height: 26px;
position: relative;
line-height:23px;
margin-bottom:5px;
padding-left:5px;
}

.r_menubg h1 {
color: #fff;
font-weight: normal;
padding: 0px;
margin: 6px 0px 0px 7px;
font-family: "Segoe UI","Tahoma";
font-size: 15px;
text-shadow: 0px -1px 0px #241B15;
}

.r_menu_cnt{
background: #FFFFFF;
box-shadow:0 0 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.3);
-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.3);
color: #3e3e3e;
padding-left:5px;
padding-right:5px;
padding-top:5px;
padding-bottom:5px;
word-wrap: break-word;
border-radius:3px;
}

.r_menu_cnt hr { 
border-top: 1px dotted #A9A9A9;
border-left: 1px #fff;
height: 1px;
margin: 4px 0 3px 0;
	}


.r_menu_bottom{
width: 211px;
height: 1px;
margin-bottom: 10px;
}

ul {list-style: none; margin: 0; padding: 0;}
.success2 { background: #E0E0E0; border: 1px solid #808080; border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -webkit-border-radius: 4px; text-align: center; padding: 4px; width: 90%; margin: 0 auto; color: #787878;}

#footer {
background-image:url('../images/footer.jpg'); 
background-position: center bottom;
background-repeat: repeat-x;
width:1000px;
	height: 100px;
margin-left:auto;
margin-right:auto;
border-bottom-left-radius: 23px;
border-bottom-right-radius: 23px;
}

#footer a {
color:#00a1e0;
text-decoration:none;
}

#footer a:hover { 
color:#00a1e0;
text-decoration:none;
}


/*main*/
.box{
background: #FFFFFF;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
color: #3e3e3e;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
word-wrap: break-word;
border-radius: 3px;
margin-bottom:5px;
}

.boxhead span { color: #fff;
font-weight: normal;
padding: 0px;
font-family: "Segoe UI","Tahoma";
font-size: 15px;
text-shadow: 0px -1px 0px #241B15; }


#avtorr { background: rgba(0,0,0,0.4);
color: #fff;
box-shadow: 0px 0px 1px rgba(255,255,255,0.5), 0px 0px 2px rgba(0,0,0,0.9) inset, 0px 1px 0px rgba(0,0,0,0.5) inset, 0px 1px 0px rgba(255,255,255, 0.25);
-moz-box-shadow: 0px 0px 1px rgba(255,255,255,0.5), 0px 0px 2px rgba(0,0,0,0.9) inset, 0px 1px 0px rgba(0,0,0,0.5) inset, 0px 1px 0px rgba(255,255,255, 0.25);
-webkit-box-shadow: 0px 0px 1px rgba(255,255,255,0.5), 0px 0px 2px rgba(0,0,0,0.9) inset, 0px 1px 0px rgba(0,0,0,0.5) inset, 0px 1px 0px rgba(255,255,255, 0.25);
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
height: 20px;
line-height: 20px;
font-size: 10px;
position: absolute;
top: 6px;
right: 6px;
} 

#avtorr ul li.padding { padding:0 6px;} 
#avtorr ul li.sep {
border-left: 1px solid #141211;
border-right: 1px solid #4E4B48;
height: 19px;
margin-top: 1px;
}
#avtorr ul li {
float: left;
display: block;
height: 20px;
}
#avtorr a { color:#fff; }
#avtorr a:hover { color:#fff; } 
.boxhead{
	
background: url('../images/maintitle.png');
color: #fff;
border: 1px solid #433429;
box-shadow: 0px 0px 1px rgba(255,255,255,0.6) inset, 0px 1px 0px rgba(255,255,255,0.15) inset;
-moz-box-shadow: 0px 0px 1px rgba(255,255,255,0.6) inset, 0px 1px 0px rgba(255,255,255,0.15) inset;
-webkit-box-shadow: 0px 0px 1px rgba(255,255,255,0.6) inset, 0px 1px 0px rgba(255,255,255,0.15) inset;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
height: 32px;
position: relative;
line-height:30px;
padding-left:5px;
margin-bottom:5px;

}
.boxhead  img{
margin-top:2px;
margin-right:5px;
}

#x1 {
border: 1px dotted #585858;
text-decoration:none;
font-family:Tahoma;
font-size:11px;
}

ul.bullets li { background: url(../images/bullet.jpg) 4px 5px no-repeat; padding-left: 20px; }

.hhh {

	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

.hhh:hover{
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
 }
 
 #mask {
position:absolute;
left:0;
top:0;
z-index:9000;
background-color:#000;
display:none;
}

#boxes .window {
position:absolute;
left:0;
top:0;
width:440px;
height:200px;
display:none;
z-index:9999;
padding:20px;
}

#boxes #dialog {
width:375px;
height:203px;
padding:10px;
background-color:#ffffff;
}

#boxes #dialog1 {
width:375px;
height:203px;
}

#dialog1 .d-header {
background:url(http://alienplay.info/error.php?doc=404) no-repeat 0 0 transparent;
width:375px;
height:150px;
}

#dialog1 .d-header input {
position:relative;
top:60px;
left:100px;
border:2px solid #D8D8D8;
height:22px;
width:200px;
font-size:15px;
padding:5px;
margin-top:4px;
}

#dialog1 .d-blank {
float:left;
background:url(http://alienplay.info/error.php?doc=404) no-repeat 0 0 transparent;
width:267px;
height:53px;
}

#dialog1 .d-login {
float:left;
width:108px;
height:53px;
} 

.window {display: none; width:350px; min-height:200px;}

.pagination {
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
}

.pagination a.active, .pagination .inactive, .pagination .current {
	margin: 0px 0px;
	padding: 4px 7px;
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #CCC;
}

.pagination a.active:hover, .pagination .current {
	border-bottom: 2px solid #67849E;
	color: #67849E;
}

.pagination .inactive {
	color: #989898;
}


#gototopbutton {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url(../../js/ui.totop.png) no-repeat left top;
}

#gototopbutton{
	background:url(../../js/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 1;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#gototopbutton:active, #gototopbutton:focus {
	outline:none;
}

menu3 {
width: 196px;
margin: 10px;
border-style: solid solid none solid;
border-color: #BCD2E6;
border-size: 1px;
border-width: 1px;
border-right: 1px solid black;
}

#menu3 li a {
height: 32px;
voice-family: "\"}\"";
voice-family: inherit;
height: 20px;
margin-top:4px;
text-decoration: none;
border:1px solid #dcdcdc;
box-shadow:0px 2px 0px #d9d9d9;
text-align: left;
}

#menu3 li a:link, #menu3 li a:visited {
color: #878787;
display: block;
background: #ececec;
padding: 8px 0 0 10px;
}

#menu3 li a:hover {
color: #606060;
background: #ececec;
padding: 8px 0 0 10px;
}


#nav {
	height:36px;
    width:1000px;
	
	margin-left:auto;
	margin-right:auto;
	background: url('../images/menubg23.png') repeat-x left -72px;
		color: #666;
	text-shadow: 1px 1px 0 #fff;
	font-size: 11px;
	font-family:Verdana, Arial, Helvitica, sans-serif;
border-left: 1px solid #D0D0D0;
border-right: 1px solid #D0D0D0;

}


#nav #tabs {
	height:36px;
	font-size: 11px;
}

#nav #tabs .tabspacer {
	width:2px;
	float:left;
	height:36px;
	font-size:0px;
	background-image:url('../images/menu_li.png');
}


#nav #tabs a {
	display:block;
	float:left;
	height:36px;
	text-decoration: none;
}


#nav #tabs a strong {
	padding:8px;
	padding-top:12px;
	padding-bottom:11px;
	display:block;
	color:#666;
}

#nav #tabs a:hover {
	background: url(../images/menu.png) repeat-x left -108px;
}

#nav #tabs a:hover strong {
	color: #BC2A4D;
}

#nav #tabs a.ontabwhite {
	background-image:url('../images/nav_tabs_a_on_white.gif');
	background-position:top right;	
	height: 34px;
	margin-top: 1px;
	
}

#nav #tabs a.ontabwhite strong{
		color:#000;
	padding-left:13px;
	padding-right:13px;
}

#nav #tabs a.ontabwhite:hover {
	background-image:url('../images/nav_tabs_a_on_white.gif');
	background-position:top right;	
	}
	
#nav #tabs a.ontabwhite:hover strong{
	
	color:#000;
	
}


.content_top_center {
background-image: url(../images/header-bottom.png);
padding-left:5px;
padding-right:5px;
width: 990px;
height: 50px;
margin-left: auto;
background-color: #F0F0F0;
margin-right: auto;
border-left: 1px solid #D0D0D0;
border-right: 1px solid #D0D0D0;
border-top: 1px solid #D0D0D0;
color: #696969;
font-weight: bold;
line-height:35px;
text-shadow: 0px 1px 0px #fff;
}

#search {
    float: right;
    margin: -5px 10px;
    padding: 0px;
}
#search input[type="text"]{
	background:url(../images/search-white.png)no-repeat 11px 10px ;
	border: 0 none;
	height:21px;
	font: bold 10px Arial,Helvetica,Sans-serif;
	color:#d7d7d7;
	width:0px;
	padding: 6px 0px 8px 35px;
	border-radius: 3px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
#search input[type="text"]:focus {
	background:url(../images/search-dark.png) no-repeat 11px 10px #fcfcfc;
	color: #6a6f75;
	font: bold 12px Arial,Helvetica,Sans-serif;
	width: 145px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	outline: none
}

.advertisement {
    float: right;
    width: 468px;
    height: 60px;
    margin-right: 2%;
    overflow: hidden;
    position: relative;
	margin-top: 48px;
	opacity: 1;
	transition: 0.7s;

}

.advertisement:hover {
transition: 0.7s;
opacity: 0.30;
}
User avatar
antonstoqnovv
Потребител
Потребител
Posts: 3
Joined: 25 Sep 2017, 09:32
Favorite version: CS: 1.6

Re: Малка система за CS Верига

Post by antonstoqnovv »

Fatal error: Uncaught mysqli_sql_exception: Access denied for user '4447480_jivota'@'%' to database '111' in /srv/disk5/4447480/www/jivota.mygamesonline.org/app/database.php:16 Stack trace: #0 /srv/disk5/4447480/www/jivota.mygamesonline.org/app/database.php(16): mysqli_connect('fdb1031.runhost...', '4447480_jivota', Object(SensitiveParameterValue), '111') #1 /srv/disk5/4447480/www/jivota.mygamesonline.org/index.php(11): include('/srv/disk5/4447...') #2 {main} thrown in /srv/disk5/4447480/www/jivota.mygamesonline.org/app/database.php on line 16
User avatar
takao
Потребител
Потребител
Posts: 21
Joined: 23 Feb 2024, 12:48
Discord username: stikler

Re: Малка система за CS Верига

Post by takao »

antonstoqnovv wrote: 23 Feb 2024, 14:57 Fatal error: Uncaught mysqli_sql_exception: Access denied for user '4447480_jivota'@'%' to database '111' in /srv/disk5/4447480/www/jivota.mygamesonline.org/app/database.php:16 Stack trace: #0 /srv/disk5/4447480/www/jivota.mygamesonline.org/app/database.php(16): mysqli_connect('fdb1031.runhost...', '4447480_jivota', Object(SensitiveParameterValue), '111') #1 /srv/disk5/4447480/www/jivota.mygamesonline.org/index.php(11): include('/srv/disk5/4447...') #2 {main} thrown in /srv/disk5/4447480/www/jivota.mygamesonline.org/app/database.php on line 16
На безплатен хостинг не тръгва
User avatar
marketplace
Потребител
Потребител
Posts: 1
Joined: 18 Feb 2022, 17:22

Re: Малка система за CS Верига

Post by marketplace »

Системата вече не се поддържа
User avatar
takao
Потребител
Потребител
Posts: 21
Joined: 23 Feb 2024, 12:48
Discord username: stikler

Re: Малка система за CS Верига

Post by takao »

Нямат време хората да я подновяват. Аз ако наема ден ще я подновя
Post Reply

Return to “CMS - каталог на готови системи”