Forum Supportu Strona Główna Forum Supportu
czo.pl/wxv.pl

FAQFAQ  SzukajSzukaj  UżytkownicyUżytkownicy  GrupyGrupy  StatystykiStatystyki
RejestracjaRejestracja  ZalogujZaloguj  AlbumAlbum  DownloadDownload

Poprzedni temat «» Następny temat
Całe forum jest odnośnikiem do strony głównej
Autor Wiadomość
Vela 


Wpisz dowolną liczbę: 10
Dołączyła: 20 Sty 2011
Posty: 92
Wysłany: 2015-07-10, 10:11   Całe forum jest odnośnikiem do strony głównej
  


Witam, mam ten problem już od jakiegoś czasu ale wyjaśnię może od początku.

Jakiś czas temu na forum http://www.prastare-wrota.wxv.pl/ miałam dziwny błąd, że cała tabela forum zrobiła się odnośnikiem do strony głównej co wyglądało tak "http://www.prastare-wrota.wxv.pl/redir/http://www.prastare-wrota.wxv.pl/". Wystarczyło kliknać obojętnie gdzie na tabeli forum aby przeniosło nas na stronę główną. Było to dosyć uciążliwe i szukałam problemu z mojej strony ale nigdzie go nie znalazłam.

Kilka dni temu problem sam się naprawił, wtedy też zdecydowałam się poprzenosić część na nowy adres http://www.prastare-wrota2.wxv.pl/index.htm I problem znowu sie pojawił, tym razem jest to "http://www.prastare-wrota2.wxv.pl/index.htm/redir/http://www.prastare-wrota.wxv.pl/". Kompletnie nie wiem o co chodzi, ale wydaje mi się, że to jakaś reklama powoduje te dziwne błędy. Nigdy wcześniej nie spotkałam się z czymś takim na innych moich forach, a miałam ich trochę na tym hostingu.

Ktoś coś doradzi?
 
     
Mich@ł
Administrator

Wpisz dowolną liczbę: 1234567890
Pomógł: 163 razy
Dołączył: 07 Sie 2009
Posty: 3323
Wysłany: 2015-07-10, 11:14   
  


Vela, zmiana adresu na przekierowanie /redir/ jest wykonywana w momencie wykrycia "obcego" linku
Kod:
<a href=....


Czyli w Twoim przypadku drugie forum ma adres:
http://www.prastare-wrota2.wxv.pl
zaś odnośniki do kategorii kierują na:
http://www.prastare-wrota.wxv.pl

Ogólnie najlepiej pokaż ten swój kod CSS, którym zmieniasz wygląd tabeli. Dodatkowo posprawdzaj czy wszędzie masz po domykane tagi html.
 
     
Vela 


Wpisz dowolną liczbę: 10
Dołączyła: 20 Sty 2011
Posty: 92
Wysłany: 2015-07-10, 12:18   
  


Ten CSS był niezmieniany od bardzo dawna, forum było nieruszane przez dobre pół roku i to dziwne przekierowanie zrobiło się nagle gdy nawet do PA nie zaglądałam. CSS już sprawdzałam i używam go także na innym forum m. in. http://www.magia-vs-technologia.wxv.pl/ i tam tego problemu nie ma. Dziwne dość.

Kod:

<link href="http://fonts.googleapis.com/css?family=Pathway Gothic One' rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=ms mincho' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Playfair Display SC' rel='stylesheet' type='text/css'>
 
<style>
/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
background: #120e0e url("http://i58.tinypic.com/dcsvww.png");
color: #fff6e6;
background-repeat: repeat;
background-attachment: fixed;
}
 
 
/* This is the border line & background colour round the entire page */
.bodyline{
-webkit-box-shadow: 0 0 3px #333333;
background-color: #130e0e;
border-right: 3px solid 1d1a1a;
border-left: 3px solid 1d1a1a;
border-top: none;
border-bottom: none;
text-shadow: 0px 0px 0px black;
}
 
 
/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav1 { height: 14px; vertical-align: middle; background-color: 130e0e; border-radius: 2px; background-image: url(''); color: #AF863E;}
.nav_top { font-family: 'Pathway Gothic One'; color: #AF863E; padding: 0; margin: 0; }
.nav_top li {  float: center; display: inline;  }   
.nav_top a:link, .nav_top a:visited {float: center; font-size:11px;font-style: none;font-weight: lighter;letter-spacing: 1px; text-transform: lowercase;-moz-transition: all .2s linear; -webkit-transition: all .2s linear; -o-transition: all .2s linear;color: #AF863E}
.nav_top a:link.active, .nav_top a:visited.active, .nav_top a:hover { background: url(); opacity: 0.4;text-shadow: -2px 0px #fff, 3px 0px #fff;-moz-transition: all .2s linear; -webkit-transition: all .2s linear; -o-transition: all .2s linear;color: #AF863E}
 
 
/* This is the outline round the main forum tables */
.forumline{ background-color: #130e0e;
border-left: 1px dotted #333333;
border-right: 1px dotted #333333;
border-bottom: none;
border-top: none}
 
/* General font families for common tags */
font,th,td,p { font-family: Arial;}
a:link,a:active,a:visited       { color: #5f5f5f; }
p, td   { font-size: 13px; color: #3b3632;
        -webkit-transition-duration: 1.2s;
        -o-transition-duration: 1.2s;
        -moz-transition-duration: 1.2s;}
a:hover { text-decoration: none; color : #6d635c;
        -webkit-transition-duration: 1.2s;
        -o-transition-duration: 1.2s;
        -moz-transition-duration: 1.2s;}
hr{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
 
 
/* Main table cell colours and backgrounds */
td.row1 { background-color:130e0e;}
td.row2 { background-color:130e0e; }
td.row3 { background-color: 130e0e; }
td.row_helped { background-color: 130e0e; }
 
 
/*This is for the table cell above the Topics, Post & Last posts on the index.php page
By default this is the fading out gradiated silver background.
However, you could replace this with a bitmap specific for each forum*/
 
 
td.rowpic {
background-color: transparent;
background-image: url('');
background-repeat: repeat-y; height: 0px;
}
 
 
/* Header cells - the blue and silver gradient backgrounds */
 
th {
height:20px;
color: #000000;
font-family: 'Pathway Gothic One';
font-size: 13px;
text-transform: uppercase;
background-color: #999999;
border-radius: 0px;
border-bottom: 1px dotted #3b3632;
background-image: none;
font-weight: lighter;
letter-spacing: 1px;}
 
td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-color: transparent;
background-image: none;
border: none;
}
 
/* Setting additional nice inner borders for the main table cells.  */
td.cat,td.catHead,td.catBottom { background-color: transparent;
background-image: url('');  height: 0px;}
 
th.thHead,th.thSides,th.thLeft,th.thRight,th.thBottom { font-weight: lighter !important; height: 28px; color; #d8d2be; }
 
th.thCornerL,th.thTop,th.thCornerR {
height:20px;
color: #000000;
font-family: 'Pathway Gothic One';
font-size: 13px;
text-transform: uppercase;
background-color: #999999;
border-radius: 0px;
border-bottom: 1px dotted #3b3632;
background-image: none;
font-weight: lighter;
letter-spacing: 1px;}
 
 
td.row3Right,td.spaceRow { background-color: transparent; color: transparent; border: 0px #d8d2be; border-style: solid; }
 
th.thHead,td.catHead { font-size: 0px; border-width: 0px;display:none }
 
 
/* General text */
.gen { font-size : 13px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 12px;}
.gen,.genmed,.gensmall { color : #6c6c6c; text-decoration: none; !important;  }
a.gen,a.genmed,a.gensmall { color: #6c6c6c; text-decoration: none; !important;
        -webkit-transition-duration: 1.2s;
        -o-transition-duration: 1.2s;
        -moz-transition-duration: 1.2s;}
a.gen:hover,a.genmed:hover,a.gensmall:hover     { color: #5f5f5f; text-decoration: none; !important;
        -webkit-transition-duration: 1.2s;
        -o-transition-duration: 1.2s;
        -moz-transition-duration: 1.2s;}
.gensmall a:link{ text-decoration: none; !important;}
.genmed a:link{ text-decoration: none; !important;}
.gen a:link{ text-decoration: none; !important;}
.gensmall:visited{ text-decoration: none; !important;}
.genmed:visited { text-decoration: none; !important;}
.gen:visited { text-decoration: none; !important;}
 
/* The largest text used in the index page title and toptic title etc. */
.maintitle {
font-weight: bold; font-size: 17px; font-family: century gothic;
text-decoration: none; line-height : 120%; color: #5f5f5f;
}
 
/* The register, login, search etc links at the top of the page */
.mainmenu { font-size : 12px; color : #c9bba5; }
a.mainmenu { font-size: 12px; color: #c9bba5; text-decoration: bold; font-weight:bold; padding: 3px; text-transform: uppercase; -webkit-transition-duration: 1.2s;-o-transition-duration: 1.2s;-moz-transition-duration: 1.2s;}
 
a.mainmenu:hover { color:#6a5a40; text-decoration: bold; background-color: transparent; padding: 3px; -webkit-transition-duration: 1.2s;-o-transition-duration: 1.2s;-moz-transition-duration: 1.2s;}
 
/* Forum category titles */
.cattitle { font-weight: bold; font-size: 0px; letter-spacing: -5px; color: none;}
a.cattitle { text-decoration: none; color: none; }
a.cattitle:hover { text-decoration: bold; }
 
/* Forum title: Text and link to the forums used in: index.php */
.forumlink{font-family: Pathway Gothic One; font-size: 20px; color: #333333; margin-left: 10px; text-transform: lowercase;font-weight: lighter;  }
a.forumlink {font-family: Pathway Gothic One; text-decoration: none; color: #3e2e40; margin-left: 10px; text-transform: uppercase;-webkit-transition-duration:1s;-o-transition-duration: 0.5s;-moz-transition-duration: 0.5s;font-weight: lighter;}
a.forumlink:hover{ color:333333;font-family: Pathway Gothic One;font-weight: lighter; margin-left: 15px; border-bottom: 1px dotted AF863E;-webkit-transition-duration: 0.5s;-o-transition-duration: 0.5s;-moz-transition-duration: 0.5s;}
 
/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2       { font-weight: bold; font-size: 12px; color : #897d74; }
a.topictitle:link { text-decoration: none; color : #897d74; }
a.topictitle:visited { text-decoration: none; color : #897d74; }
a.topictitle:hover { text-decoration: bold; color: #7b7068; }
 
/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size : 11px; color : #64d2ee;}
 
.name a { display: block; text-align: center; text-transform: uppercase; text-decoration:none; font-family: Pathway Gothic One !important;font-style: italic; font-size: 12px !important; line-height: 10px; margin-top: 5px; position:relative;}
 
.name a:hover { display: block; text-align: center; text-transform: uppercase; text-decoration:none !important; font-family: 'Pathway Gothic One', italic; font-size: 21px !important; line-height: 10px; border-bottom: none;}
 
.ab { width: 200px; background-color: #e0ddd0; border-radius: 0px 0px 10px 10px; margin-top: -25px; box-shadow: 0px 0px 5px #777;}
 
/* Location, number of posts, post date etc */
.postdetails { font-size: 12px; color: #7b7068; }
 
/* The content of the posts (body of text) */
.postbody { font-family: verdana; font-size : 12px; color: #7e7e7e; line-height: 18px; display: block; text-align: justify; margin: 10px;}
a.postlink:link { text-decoration: bold; color : #3b3632;}
a.postlink:visited {text-decoration: bold; color : #3b3632;}
a.postlink:hover { text-decoration: bold; color : #64d2ee; }
 
.postdetails img {
box-shadow: 0px 0px 0px #777;
-webkit-transition: all 0.8s ease;
-moz-transition: all 0.8s ease;
-o-transition: all 0.8s ease;
border-radius: 5px;
border: 3px solid 3f2e2e;
}
 
/* Quote & Code blocks */
.code { font-family: arial; font-size: 12px; color: #7e7e7e; background-color: transparent; border: none; border-bottom: 2px solid #AF863E;  display: block; text-align: justify; margin: 8px;}
 
.quote {font-family: arial; font-size: 12px; color: #7e7e7e; background-color: transparent; border: none; border-bottom: 1px dotted AF863E; display: block; text-align: justify; margin: 8px;
}
 
/* Copyright and bottom info */
.copyright { font-size: 10px; font-family: Verdana; color: #3b3632; letter-spacing: -1px; background: url(images/cellpic2.gif)}
a.copyright { color: #3b3632; text-decoration: none;}
a.copyright:hover { color: #3b3632; text-decoration: bold;}
 
/* Form elements */
 
form { margin: 0; }
form { display: inline; }
 
input,textarea, select {
color : #5f5f5f;
font-size: 12px;
font-family: Verdana;
}
 
/* The text input fields background colour */
input.post, textarea.post, select{ background-color :1d1a1a; border:none;}
input.post2, textarea.post2, select{ background-color: 1d1a1a !important; border: 1px dotted AF863E; }
input{ text-indent : 2px; }
 
/* The buttons used for bbCode styling in message post */
input.button {
background-color: #1d1a1a;
border: 0px;
font-size: 12px;
height: 18px;
font-family: arial;
cursor:pointer;
color:5f5f5f;
}
 
/* The main submit button option */
input.mainoption {
background-color: #1d1a1a;
border: 0px;
font-size: 12px;
height: 18px;
font-family: arial;
font-weight:bold;
cursor:pointer;
}
 
/* None-bold submit button */
input.liteoption {
background-color: #1d1a1a;
border: 0px;
font-size: 12px;
height: 18px;
font-family: arial;
font-weight:normal;
cursor:pointer;
}
 
/* This is the line in the posting page which shows the rollover help line. This is actually a text box, but if set to be the samecolour as the background no one will know*/
.helpline { background-color: transparent; border-style: none; }
 
/* Highlight bad words for moderators instead of censoring them */
span.badwordhighlight { background-color: transparent; }
 
.topbkg { background: #d8d2be url('') repeat-x }
.topnav { font-size:10px;background: #d8d2be url('') repeat-x; color:#3b3632; height: 21px; white-space: nowrap; text-align: center; border: 0px solid #91a0ae; border-width: 1px 0 1px 0 }
 
.pm { font-size: 13px; text-decoration: none; color: #64d2ee; }
.table0
{padding: 4px;
border: 0px solid #fefefe;
color : #999999;
font-size : 12px;
}
 
.sb1 { background-color: transparent; }
.sb2 { background-color: transparent; }
 
 
.pagination {
        padding: 4px;
        border: 0px solid #fefefe;
        color : #3b3632;
        font-size : 12px;
background-color: transparent;
}
.pagination a, .pagination a:visited, .pagination a:active {
        padding: 4px;
        border: 0px solid #fefefe;
        color : #3b3632;
        font-size : 12px;
background-color: transparent;
 
}
.pagination a:hover {
padding: 4px;
border: 0px solid #fefefe;
color : #3b3632;
font-size : 12px;
background-color: transparent;
}
/* Podziel się na */
.shareon {
display: none;
}
.shareon:hover {
display: none;
}
 
</style>
 
 
<style>
::-webkit-scrollbar {
    width: 7px; background-color: 201919;
}
 
::-webkit-scrollbar-track { 
    border-radius: 0px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #AF863E; 
}
 
::-moz-scrollbar {
    width: 7px; background-color: f1f0ee;
}
 
::-moz-scrollbar-track { 
    border-radius: 0px;
}
 
::-moz-scrollbar-thumb {
    border-radius: 0px;
    background: #aeafaa;
}
 
::-o-scrollbar {
    width: 7px; background-color: f1f0ee;
}
 
::-o-scrollbar-track { 
    border-radius: 0px;
}
 
::-o-scrollbar-thumb {
    border-radius: 0px;
    background: #aeafaa;
}


</style>


<style>
.tlopol{background-color: 49423d; brder: 3px solid #3f2e2e; border-radius: 0px;width: 206px; margin-top: -50px; }

.poletekstu{font-size: 13px; color: 818181; font-family: arial; padding-top: 2px;}

.pole{color: #AF863E;font-family: arial;font-size: 12px;text-transform: lowercase; padding-left: 5px; padding-top: 3px;}

#links {
margin-top: -70px;
margin-left: -2px;
}

#links a {
display: block;
background-color:655b54;
width: 39px;
height: 5px;
opacity: 0.99;
text-transform: uppercase;
margin-bottom: 2px;
font-style: normal;
-moz-transition-duration: .70s;
-webkit-transition-duration: .70s;
-o-transition-duration: .70s;
}
#links a:hover {
background-color: #655b54;
width: 39px;
opacity: 0.99;
height: 5px;
font-style: normal;
-moz-transition-duration: .70s;
-webkit-transition-duration: .70s;
-o-transition-duration: .70s;
}
</style>


<link href='http://fonts.googleapis.com/css?family=Audiowide' rel='stylesheet' type='text/css'>

<style>
.jade{margin-top: -10px;width:200px;margin-left: 0px;height:15px;overflow: hidden;background-image: url(http://vpx.pl/i/2014/01/06/tumblr_mxwk8nJrCE1qggs6ao9_1280.jpg);-WEBKIT-TRANSITION: 0.8S ALL EASE-IN-OUT; -MOZ-TRANSITION: 0.8S ALL EASE-IN-OUT; O-TRANSITION: 0.8S ALL EASE-IN-OUT;position:absolute}
.jade:hover{margin-top: 20px;margin-left: 0px;height:100px;margin-top:-100px;border-radius: 30px 30px 0px 0px;-WEBKIT-TRANSITION: 0.8S ALL EASE-IN-OUT; -MOZ-TRANSITION: 0.8S ALL EASE-IN-OUT; O-TRANSITION: 0.8S ALL EASE-IN-OUT;}
 
 
#cora5 {position: relative; overflow: hidden; width: 200px!important;height: 320px;font-family:arial;font-size: 12px;text-align: justify;background-color: #transparent !important;margin-top: -340px; margin-left: 5px;}
#cora5 .zonw { -WEBKIT-TRANSITION: 2S ALL EASE-IN-OUT; -MOZ-TRANSITION: 0.8S ALL EASE-IN-OUT; O-TRANSITION: 0.8S ALL EASE-IN-OUT; position: absolute; left: 0px; bottom: -70px; width: 430px; height: 70px;}
#cora5:hover .zonw {-WEBKIT-TRANSITION: 0.8S ALL EASE-IN-OUT; -MOZ-TRANSITION: 0.8S ALL EASE-IN-OUT; O-TRANSITION: 0.8S ALL EASE-IN-OUT; bottom: 250px; }
.co3 { width:200px; height: 320px; background-color:#transparent; opcity:0.7}
 
.poleczek1{background-color:9ba2a5; text-align:center; color:f8f8f8; width: 200px;height: 17px; font-family: Wire One; font-size: 18px;opacity: 1; padding:2px; text-transform:uppercase;letter-spacing: 1px;border-bottom: 1px dotted grey;}
.poleczek2{background-color: f8f8f8; text-align:center; color:9ba2a5; width: 200px;height: 17px; font-family: Wire One; font-size: 18px;opacity: 1;padding: 2px;text-transform:uppercase;letter-spacing: 1px;border-bottom: 1px dotted grey;}
</style>

<style>
.poleranga{color: #777777!important; font-family: 'Playfair Display SC', serif; font-size: 15px; letter-spacing: -1px; text-align: center; }
 
.tlopol{background-color: #131313; border-bottom: 3px solid #c1bba9; border-radius: 0px 0px 15px 15px;box-shadow: 0px 0px 5px #777; width: 250px; height: 400px;margin-top: -40px;}
 
.poletekstu{font-size: 13px; font-family: arial;}
 
.pola1{color: #777777;font-family: 'Petit Formal Script', cursive; letter-spacing: -1px;font-size: 13px;border-left: 5px solid #777777; padding-left: 5px;}

.pola2{color: #CC6666;font-family: 'Petit Formal Script', cursive; letter-spacing: -1px;font-size: 13px;border-left: 5px solid #CC6666; padding-left: 5px;}
 
.linkipola{ text-decoration: none; !important; color: #777777!important;font-family: 'Playfair Display SC', serif; text-align: center; font-size: 15px;letter-spacing: -1px;-webkit-transition-duration: 1.2s;-o-transition-duration: 1.2s;-moz-transition-duration: 1.2s;}
.linkipola:hover{margin-left: -10px;color: #777777; font-family: -webkit-transition-duration: 1.2s;-o-transition-duration: 1.2s;-moz-transition-duration: 1.2s}
</style>
 
     
Mich@ł
Administrator

Wpisz dowolną liczbę: 1234567890
Pomógł: 163 razy
Dołączył: 07 Sie 2009
Posty: 3323
Wysłany: 2015-07-10, 17:03   
  


Vela, a czy używasz go na tym samym stylu? Spróbuj odinstalować styl i zainstalować go ponowie.

Jest to o tyle dziwne że wszystkie fora korzystają z jednych plików instalacyjnych, a więc pod względem budowy są identyczne.
 
     
Vela 


Wpisz dowolną liczbę: 10
Dołączyła: 20 Sty 2011
Posty: 92
Wysłany: 2015-07-10, 19:45   
  


Tak, wszędzie używałam stylu subblack. Przeinstalowałam go i chyba o dziwo pomogło bo w końcu przestało się to robić.

Dziękuję za pomoc.
 
     
Wyświetl posty z ostatnich:   
Odpowiedz do tematu
Nie możesz pisać nowych tematów
Nie możesz odpowiadać w tematach
Nie możesz zmieniać swoich postów
Nie możesz usuwać swoich postów
Nie możesz głosować w ankietach
Nie możesz załączać plików na tym forum
Możesz ściągać załączniki na tym forum
Dodaj temat do Ulubionych
Wersja do druku

Skocz do:  

Powered by phpBB modified by Przemo © 2003 phpBB Group
Ta strona używa plików cookie w celu usprawnienia i ułatwienia dostępu do serwisu oraz prowadzenia danych statystycznych. Dalsze korzystanie z tej witryny oznacza akceptację tego stanu rzeczy.

Zapoznaj się również z nasza Polityka Prywatnosci

  
ROZUMIEM
Strona wygenerowana w 0.04 sekundy. Zapytań do SQL: 10

Reklama

Baza przepisów kulinarnych
System reklamy Test