anpera.net

anpera.net

experimental server @home
Aktuelle Zeit: Do 28 Mär, 2024 22:22

Alle Zeiten sind UTC + 1 Stunde




Ein neues Thema erstellen Auf das Thema antworten  [ 11 Beiträge ] 
Autor Nachricht
BeitragVerfasst: So 21 Jul, 2013 16:31 
Offline
Profi
Profi

Registriert: Di 20 Jul, 2010 13:27
Beiträge: 137
LoGD: http://www.shibaya-logd.de/source.php
Huhu, vielleicht wisst ihr weiter.
Ich hab nen Spieler bei mir, der hat echt ne supergeile Bio, aber sobald er die einfügt, verschwindet die Navigation und ich weiß nicht wieso.
Normale Navigation:

—Sonstiges—
1. NPC
2. NPC
3. NPC
Real Daten
Char Info
Tagebuch
—Admin-Tools—
Klärung einberufen
User Editor
—Zurück—
Zur Liste der Krieger

und beim Spieler siehts so aus:

—Sonstiges—
—Admin-Tools—
—Zurück—

Das witzige ist, wenn ich die fehlerhafte Navigation markiere und kopiere und irgendwo einfüge, sieht es korrekt aus o.O
Da wird das alles angezeigt. Ich häng hier mal den Biocode an, vielleicht fällts ja jemandem auf

$this->bbcode_second_pass_code('', '<html>
<head>

<style type="text/css">

body {
font-family: Cambria; /*edit the font type here*/
font-size: 12px; /*edit the font size here*/
background-color: #000000; /*edit the background color*/
background-image: url(''); /*put the url of your background image between '', if any */
background-attachment: fixed;
text-align: justify;
color: #cccccc; /*edit the hex code to change the color of the text*/
}

a:link, a:active, a:visited {
color: #cccccc; /*edit the hex code to change the color of the general links text*/
text-decoration: none;
transition: all 0.6s ease-out;
-webkit-transition: all 0.6s ease-out;
-moz-transition: all 0.6s ease-out;
-o-transition: all 0.6s ease-out;
}

a:hover {
color: #313131; /*edit the hex code to change the color of the links when hovered*/
transition: all 0.6s ease-out;
-webkit-transition: all 0.6s ease-out;
-moz-transition: all 0.6s ease-out;
-o-transition: all 0.6s ease-out;
}

::-webkit-scrollbar-thumb {
background-color: #cccccc; /*edit the hex code to change the color of the scrollbar*/
height:100px;
}

::-webkit-scrollbar {
height:25px;
width:9px;
background-color: #fff; /*edit the hex code to change the color of the scrollbar background*/
}

iframe#tumblr_controls {
margin-top: 75px;
position: fixed !important;
right:6px !important;
opacity: 0;
width: auto;
border-radius: 10px;
-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
}

iframe#tumblr_controls:hover {
-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
opacity: 0.2;
border-radius: 5px;
}

#container1 {
position: absolute;
width: 100%;
margin-left: -10px;
height: auto;
text-align: center;
margin-top: 10px;
}

/*CUSTOMIZABLE CSS*/

/*NAVIGATION LINKS*/

.links {
text-align: center;
width: auto;
margin-top: 10px;
}

.links a {
margin: 2px;
border: 1px solid #e6e6e6; /*edit the hex code to change the color of the links border*/
padding: 3px;
display: inline;
text-transform: uppercase;
font-size: 10px;
font-family: calibri;
color: #cccccc; /*edit the hex code to change the color of the links*/
background-color: #fff; /*edit the hex code to change the color of links background*/
-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
}

.links a:hover {
color: #99999;
border: 1px solid #999999; /*edit the hex code to change the color of the links border when hovered*/
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}


#container2 {
position: relative;
width: 900px;
text-align: center;
margin: 20px auto;
}

/*OUTER BOX*/

#boxes {
width: 270px;
height: 395px;
border: 1px solid #e6e6e6; /*edit the hex code to change the color of the outer box border*/
margin: auto;
display: inline-block;
position: auto;
}

/*CHARACTER'S PROFILE PICTURE*/

#images {
margin-left: 10px;
margin-top: 10px;
width: 250px;
height: 370px;
position: absolute;
}

/*NAME BANNER*/

#names {
margin-left: 10px;
margin-top: 300px;
opacity: 0.5;
text-transform: uppercase;
font-family: calibri;
font-size: 12px;
background-color: #fff; /*edit the hex code to change the color of character name's banner*/
color: #656464; /*edit the hex code to change the color of the character name's text*/
padding: 5px;
width: 240px;
position: absolute;
text-align: center;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition-delay: 0.6s;
-moz-transition-delay: 0.6s;
-webkit-transition-delay: 0.6s;
-o-transition-delay: 0.6s;
}

#boxes:hover #names {
opacity: 0;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
}

/*DESCRIPTION BOX*/

#desc {
position: absolute;
background-color: #fff; /*edit the hex code to change the color of the description box background*/
color: #656464; /*edit the hex code to change the color of the description text*/
text-align: justify;
height: 0px;
overflow: hidden;
opacity: 0;
width:230px;
padding: 10px;
margin-left: 10px;
margin-top: 10px;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
}

#boxes:hover #desc {
opacity: 0.7;
height: 355px;
border-bottom: 5px solid #cccccc;
overflow-x: hidden;
overflow-y: auto;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition-delay: 0.6s;
-moz-transition-delay: 0.6s;
-webkit-transition-delay: 0.6s;
-o-transition-delay: 0.6s;
}

/*LINKS BOX*/

.nav {
position: absolute;
width: 230px;
margin-top: 310px;
height: 20px;
margin-left: 10px;
background-color: #fff; /*edit the hex code to change the color of the links box background*/
text-align: center;
padding: 10px;
opacity: 0;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
}

#boxes:hover .nav {
opacity: 0.7;
margin-top: 315px;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition-delay: 0.6s;
-moz-transition-delay: 0.6s;
-webkit-transition-delay: 0.6s;
-o-transition-delay: 0.6s;
}

.nav a {
padding: 5px;
margin: 2px;
text-transform: uppercase;
font-family: calibri; /*edit the font type of the links*/
font-size: 10px; /*edit the font size of the links*/
text-align: center;
display: inline;
background-color: #656464; /*edit the hex code to change the color of the links background*/
color: #fff; /*edit the hex code to change the color of the links*/
border-radius: 4px;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}

.nav a:hover {
background-color: #000; /*edit the hex code to change the color of the links background when hovered*/
color: #fff; /*edit the hex code to change the color of the links when hovered*/
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}

/*CREDIT*/

.credit {
position: fixed;
color: #fff;
background-color: #000;
bottom: 5px;
right: 10px;
text-transform: uppercase;
font-family: calibri;
border-radius: 300px;
padding: 4px 8px 4px 8px;
font-size: 16px;
opacity: 0.5;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
}

.credit:hover {
opacity: 1;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
}

.credit a {
color: #fff;
}

.credit a:hover {
color: #656464;
border: none;
}

</style>


<body >



<div id="container2" align="center">


<!--BOX 1-->
<div id="boxes">
<div id="images"><img src="http://www.image-load.net/users/DirEnGreyOriginal/Bio_Toshiya/tumblr_lv5xnk4tyL1qjed1do1_500.jpg" width="250"></div>
<div id="names"><span style='color: #a1232b;'><b><font size=3 face="Centaur MT SwashCapitals">Steckbrief</font></b></span></div>
<div id="desc"><p align="center"><font size="2,5" color="#ac8a4e" face="Lucida Sans Unicode"><strong ></span><span style='color: #a1232b;'><i>Name:</strong></i></span><br/> Samori Kimya
<br />
<strong ></span><span style='color: #a1232b;'><i>Spitzname:</strong></i></span><br/>Sam, Sami, Mori, Mya, Saki
<br />
<strong ></span><span style='color: #a1232b;'><i>Nachname:</strong></i></span><br/> DeLacroix
<br />
<strong ></span><span style='color: #a1232b;'><i>Alter:</strong></i></span><br/> unbestimmte Jahrzehnte
<br />
<strong ></span><span style='color: #a1232b;'><i>Rasse:</strong></i></span><br/> Halbvampir
<br />
<strong ></span><span style='color: #a1232b;'><i>Clan (Vampir):</strong></i></span><br/>Toreador
<br />
<strong ></span><span style='color: #a1232b;'><i>Blutlinie (Vampir):</strong></i></span><br/>Salubri
<br />
<strong ></span><span style='color: #a1232b;'><i>Disziplinen (Vampir):</strong></i></span><br/>Auspex, Präsenz & Geschwindigkeit
<br />
<strong ></span><span style='color: #a1232b;'><i>Schwäche:</strong></i></span><br/> “Bann der Schönheit“
<br />
<strong ></span><span style='color: #a1232b;'><i>Geburtstag:</strong></i></span><br/> Unbekannt
<br />
<strong ></span><span style='color: #a1232b;'><i>Sternzeichen:</strong></i></span><br/> nicht ermittelt
<br />
<strong ></span><span style='color: #a1232b;'><i>Größe: </strong></i></span><br/> gemessene 1,83 m
<br />
<strong ></span><span style='color: #a1232b;'><i>Statur:</strong></i></span><br/> sportlich schlank, durch trainiert
<br />
<strong ></span><span style='color: #a1232b;'><i>Augenfarbe:</strong></i></span><br/> unterschiedlich
<br />
<strong ></span><span style='color: #a1232b;'><i>Haarfarbe:</strong></i></span><br/> meist Zweifarbig
<br />
<strong ></span><span style='color: #a1232b;'><i>Herkunft:</strong></i></span><br/> Unermittelbar
<br />
<strong ></span><span style='color: #a1232b;'><i>Beruf:</strong></i></span><br/> Schauspieler, Model & Musiker
<br />
<strong ></span><span style='color: #a1232b;'><i>Neigung:</strong></i></span><br/> Unentschlossen
<br />
<strong ></span><span style='color: #a1232b;'><i>Familienstand:</strong></i></span><br/> ewiger Single
<br />
<strong ></span><span style='color: #a1232b;'><i>Lebenspartner:</strong></i></span><br/>noch nicht gefunden
<br />
<strong ></span><span style='color: #a1232b;'><i>Vorlieben: </strong></i></span><br/> findet es heraus
<br />
<strong ></span><span style='color: #a1232b;'><i>Abneigungen: </strong></i></span><br/> sind vorhanden
<br />
<strong ></span><span style='color: #a1232b;'><i>Fähigkeiten/Gaben:</strong></i></span><br/> <u>AUSPEX:</u>
<br /> &#8594; Aurenerkennung
<br /> &#8594; verschärfte Sinne
<br /> &#8594; Telepathie
<br /> &#8594; geistige Berührung
<br />
<strong ></span><span style='color: #a1232b;'><i>Besonderheiten:</strong></i></span><br/>gilt es zu entdecken
<br />
</div></div>


<!--BOX 2-->
<div id="boxes">
<div id="images"><img src="http://www.image-load.net/users/DirEnGreyOriginal/Bio_Toshiya/2989201735_1_3_8eYKMB3J.jpg" width="240"></div>
<div id="names"><b><font size=3 face="Centaur MT SwashCapitals"><span style='color: #a1232b;'>Kleine Lebensgeschichte</span></font></b></span></div>
<div id="desc"><span style='color: #a1232b;'>
Es war nicht immer einfach, nicht immer waren wir beliebt und meine Familie schon gar nicht, doch ich lernte damit zu leben, lernte auf mich auf zu passen und für mich selbst zu sorgen. Viele in meinem Alter wissen nicht einmal wie m,an sich an passt oder wie man sich unter seines gleichen bewegt. Mir wurde es früh bei gebracht. Zu früh wie meine Mutter einmal zu meinem Vater meinte und sie sollte vielleicht Recht behalten.
<br>
<br>Nun aber zu mir. Ich bin Samori Kimya DeLacroix, sicher denkt man nun an Adel und dessen Vorteile doch diese genieße ich nicht mehr. Ich bin nicht wie die anderen die sich penibel an die Regeln halten und alles machen was Mutter oder Vater verlangen. Viele wollen das man sich nach ihnen richtet oder nach ihren Regeln spielt aber nicht mit mir, ich habe meinen eigenen Kopf & setze ihn auch durch so oft es sein muss.
<br>
<br>Tatsache ist, ich bin kein normaler Mensch wie man mir auf den ersten Blick an sieht. Sicher sieht man mir an das ich kein normaler Mensch bin und doch weiß man auch das es stimmt. Mein Vater war ein Mensch und meine Mutter war ein Vampir. Ich bin nun ein Mischwesen, halb Vampir und halb Mensch, wobei ich beide Seiten des Lebens immer genießen kann. Die Menschen akzeptieren mich ebenso wie die Vampire.
<br>
<br>Nun, ich bin kein Kind von Traurigkeit und doch scheint sich mein leben in einem gewissen Punkt von anderen zu unterscheiden. Ich bin nie wirklich so auf gewachsen wie man es sich bei einem Kind vor stellt und sie man ein Kind hätte aufwachsen sehen wollen, zumindest in der Zeit unter den Menschen und in der Zeit als die DeLacroix noch im Adel hoch an gesehen waren und sich dem entsprechen zeigen mussten.
<br>
<br>Aufgewachsen unter Menschen, die ersten 12 Jahre waren nichts wofür es sich eigentlich zu leben lohnte. Ich sollte bei meinem Vater alles lernen was wichtig ist um mich unter Menschen auf zu halten und doch brachte es mir gar nichts. Seine Erziehungs- methoden waren mehr mittelalterlich als alles andere und die Strafen waren ebenso hart wie die vor ein paar Jahren, durchhalten musste ich dennoch irgend wie. <br><br>
</span></div></div>


<!--BOX 3-->
<div id="boxes">
<div id="images"><img src="http://www.image-load.net/users/DirEnGreyOriginal/Bio_Toshiya/2b74.jpg" width="245"></div>
<div id="names"><b><font size=3 face="Centaur MT SwashCapitals"><span style='color: #a1232b;'>Der Anfang des Lebens</span></font></b></span></div>
<div id="desc">
<b><span style='color: #000000;'>TEXT FOLGT</span></b>
</div></div>

<!--BOX 4-->
<div id="boxes">
<div id="images"><img src="http://www.image-load.net/users/DirEnGreyOriginal/Bio_Toshiya/170541034_toshiya_of_dir_en_grey_performs_on_stage_on_gettyimages.jpg" width="250"></div>
<div id="names">FOLGT</div>
<div id="desc">
<b>TEXT FOLGT</b>
</div>
</div>

<!--BOX 5-->
<div id="boxes">
<div id="images"><img src="http://www.image-load.net/users/DirEnGreyOriginal/Bio_Toshiya/t4_2436432.jpg" width="255"></div>
<div id="names">FOLGT</div>
<div id="desc">
<b>TEXT FOLGT</b>
</div>
</div>

<!--BOX 6-->
<div id="boxes">
<div id="images"><img src="http://www.image-load.net/users/DirEnGreyOriginal/Bio_Toshiya/tumblr_moeb50FE4w1qmxrkmo3_500.jpg" width="250"></div>
<div id="names">FOLGT</div>
<div id="desc">
<b>TEXT FOLGT</b>
</div>
</div>


</div></div>

</body>
</head></html>')


Nach oben
 Profil  
Mit Zitat antworten  
BeitragVerfasst: So 21 Jul, 2013 19:11 
Offline
Großmeister
Großmeister

Registriert: Fr 01 Jul, 2005 18:41
Beiträge: 484
Wohnort: Saarbrücken
Geschlecht: Männlich
Da ich selber momentan garkeine Software oder Ähnliches hab, ist es mit bloßem Überfliegen schwer zu sagen..

Vielleicht könntest du den Fehler eingrenzen, wenn du Abschnitt für Abschnitt Teile der Bio rausnimmst, bis der Fehler nicht mehr auftritt, dann könnte man nochmal mit dem PHP Code vergleichen wo das Problem ist.


Nach oben
 Profil  
Mit Zitat antworten  
BeitragVerfasst: Mo 22 Jul, 2013 12:52 
Offline
Profi
Profi

Registriert: Di 20 Jul, 2010 13:27
Beiträge: 137
LoGD: http://www.shibaya-logd.de/source.php
Ah noch ein Saarländer hier :)

Hab ich versucht aber dann funktioniert die ganze Bio nicht mehr :(


Nach oben
 Profil  
Mit Zitat antworten  
BeitragVerfasst: Mo 22 Jul, 2013 21:16 
Offline
Großmeister
Großmeister

Registriert: Fr 01 Jul, 2005 18:41
Beiträge: 484
Wohnort: Saarbrücken
Geschlecht: Männlich
Erscheinen dann wenigstens die Links wieder?


Nach oben
 Profil  
Mit Zitat antworten  
BeitragVerfasst: Mo 22 Jul, 2013 23:13 
Offline
Profi
Profi

Registriert: Di 20 Jul, 2010 13:27
Beiträge: 137
LoGD: http://www.shibaya-logd.de/source.php
Wenn ich das da rausnehme sind die Links da

$this->bbcode_second_pass_code('', '<style type="text/css">')

aber dann funktioniert die ganze Bio nicht mehr...


Nach oben
 Profil  
Mit Zitat antworten  
BeitragVerfasst: Di 23 Jul, 2013 19:12 
Offline
Großmeister
Großmeister

Registriert: Fr 01 Jul, 2005 18:41
Beiträge: 484
Wohnort: Saarbrücken
Geschlecht: Männlich
Ich gehe davon aus, dass du dann in der PHP Datei wahrscheinlich bei den erlaubten Elementen das <style> Attribut nicht eingebaut hast!


Nach oben
 Profil  
Mit Zitat antworten  
BeitragVerfasst: Mi 24 Jul, 2013 08:58 
Offline
Profi
Profi

Registriert: Di 20 Jul, 2010 13:27
Beiträge: 137
LoGD: http://www.shibaya-logd.de/source.php
Eigentlich hab ich nichts verboten...

Wo baue ich das denn ein?

Wenn das nicht erlaubt ist, müsste dann die Bio nicht komplett falsch angezeigt werden?


Nach oben
 Profil  
Mit Zitat antworten  
BeitragVerfasst: Mi 24 Jul, 2013 19:33 
Offline
Großmeister
Großmeister

Registriert: Fr 01 Jul, 2005 18:41
Beiträge: 484
Wohnort: Saarbrücken
Geschlecht: Männlich
Generell die Dateien die die Bio anzeigen bzw. wo du die Bio editieren kannst. Sollte was von removeEvilTags und AllowTags stehen oder so ähnlich war es. ;)


Nach oben
 Profil  
Mit Zitat antworten  
BeitragVerfasst: Do 25 Jul, 2013 12:23 
Offline
Profi
Profi

Registriert: Di 20 Jul, 2010 13:27
Beiträge: 137
LoGD: http://www.shibaya-logd.de/source.php
Müsste dann ja die prefs.php sein, woanders kann man die Bio nicht editieren, aber da steht weder das eine noch das andere drin


Nach oben
 Profil  
Mit Zitat antworten  
BeitragVerfasst: Do 25 Jul, 2013 19:00 
Offline
Großmeister
Großmeister

Registriert: Fr 01 Jul, 2005 18:41
Beiträge: 484
Wohnort: Saarbrücken
Geschlecht: Männlich
Deine Biodiary.php hab ich grad mal erspähen können.

$allowedTags='<br><b><h1><h2><h3><h4><i><hr>' .
'<img><li><ol><p><strong><table>' .
'<tr><td><th><u><ul><div><span><center><p><img>';

Der <style> Tag z.B. ist nicht mal erlaubt. Könnte durchaus damit zusammenhängen. Deine Bio.php generell ist zu.


Nach oben
 Profil  
Mit Zitat antworten  
BeitragVerfasst: Do 25 Jul, 2013 19:55 
Offline
Profi
Profi

Registriert: Di 20 Jul, 2010 13:27
Beiträge: 137
LoGD: http://www.shibaya-logd.de/source.php
Ich hab die bio.php mal angehängt, da drin gibts auch keine allowedTags


EDIT: Taikun sei Dank geht jetzt alles! *jubel* Ich baue dir ein Denkmal aus Keksen :D


Du hast keine ausreichende Berechtigung, um die Dateianhänge dieses Beitrags anzusehen.


Nach oben
 Profil  
Mit Zitat antworten  
Beiträge der letzten Zeit anzeigen:  Sortiere nach  
Ein neues Thema erstellen Auf das Thema antworten  [ 11 Beiträge ] 

Alle Zeiten sind UTC + 1 Stunde


Wer ist online?

Mitglieder in diesem Forum: 0 Mitglieder und 14 Gäste


Du darfst keine neuen Themen in diesem Forum erstellen
Du darfst keine Antworten zu Themen in diesem Forum erstellen
Du darfst deine Beiträge in diesem Forum nicht ändern
Du darfst deine Beiträge in diesem Forum nicht löschen
Du darfst keine Dateianhänge in diesem Forum erstellen

Suche nach:
Gehe zu:  
cron
POWERED_BY
Deutsche Übersetzung durch phpBB.de
anpera.net - Impressum