Seite 1 von 1

Bei mir läuft das über Xampp nicht:(

Verfasst: 01.08.2006 18:12
von kleiner-satan
Hallo,
ich habe mir heute phpBB geholt und alles installiert,etc.
Ich lasse das ganze über Xampp laufen!
Wenn ich das forum über localhost aufrufe klappt auch alles
aber wenn ich jetzt das forum über http://[meineip]/phpbb aufrufen will kommt ein weißes fenster wo garnix drinnen steht!

Allerdings: Unter Quelcode seh ich auch nen zimlich langen QT aber nicht der der auch bei localhost ist :(
Programme in anderen verzeichnissen klappen aber, dass ist ja grade das doofe!

Kann mir jmd. helfen??

danke

Verfasst: 01.08.2006 18:15
von FCM
Also, mir wurde gesagt, dass man das nicht unter der IP aufrufen kann. Weis nicht ob das stimmt.

Verfasst: 01.08.2006 18:17
von kleiner-satan
hmm...meinst du jetzt xampp oder phpBB?
xampp kann ich über die IP aufrufen

Verfasst: 01.08.2006 18:26
von FCM
kleiner-satan hat geschrieben:hmm...meinst du jetzt xampp oder phpBB?
xampp kann ich über die IP aufrufen
Nein, dann ist es ein anderes Problem :D

Verfasst: 01.08.2006 18:27
von kleiner-satan
hmm...hat sonst noch einer eine möglichkeit??

Verfasst: 01.08.2006 18:50
von area57
kleiner-satan hat geschrieben:hmm...hat sonst noch einer eine möglichkeit??
Andere Frage ich nehme mal an du willst es aus dem Internet über deine monentane IP deines Rechners aufrufen?? Oder irre ich michda

Verfasst: 01.08.2006 18:56
von kleiner-satan
nein da hast du recht!
achja...komm mir nciht damit an das ich ne andere IP versuchen soll!
in anderen verzeichnissen klappt es ja! also mit anderen dateien!
nur phpbb will nicht klappen^^

Verfasst: 01.08.2006 20:45
von Ferchault
Was für ein Quelltext wird denn verschickt? (Da er lang sein soll: besser nur Inhaltsangabe oder kurze Auszüge :wink: )

Verfasst: 01.08.2006 22:21
von kleiner-satan
hää?
wasn das jetzt??
es geht aufeinmal!
ich hab den PC neugestartet und bin dann nochmal auf die seite gegeangen und hab dann das halbe forum gesehen (da fehlte einfach n teil) dann hab ich nochmal reloadet und dann klappte es:)

EDIT: jetzt klappt es aufeinmal nichtmehr:(

hier ist der code:

Code: Alles auswählen

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">


<title>lol :: Index</title>
<!-- link rel="stylesheet" href="templates/subSilver/subSilver.css" type="text/css" -->
<style type="text/css">
<!--
/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com

  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  theme administration centre. When you have finalised your style you could cut the final CSS code
  and place it in an external file, deleting this section to save bandwidth.
*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #E5E5E5;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #006699; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 2px #006699 solid; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; }

/*
  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: #FFFFFF;
		background-image: url(templates/subSilver/images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFA34F; font-size: 11px; font-weight : bold;
	background-color: #006699; height: 25px;
	background-image: url(templates/subSilver/images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(templates/subSilver/images/cellpic1.gif);
			background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
	background-color: #D1D7DC; border: #FFFFFF; border-style: solid;
}

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #000000;
}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px;