[GastForen Archiv Adobe GoLive Homepagevorlagen mit AdobeGoLive CS bearbeiten?

  • Suche
  • Hilfe
  • Lesezeichen
  • Benutzerliste
Archiv - Archivierte Foren
Themen
Beiträge
Moderatoren
Letzter Beitrag

Homepagevorlagen mit AdobeGoLive CS bearbeiten?

fortblisstexas
Beiträge gesamt: 7

15. Sep 2004, 19:39
Beitrag # 1 von 14
Bewertung:
(2536 mal gelesen)
URL zum Beitrag
Beitrag als Lesezeichen
Hallo,

ich habe im Internet eine kostenlose Homepagevorlage gefunden die man für seine eigenen Ansprüche anpassen kann.
Das Problem dabei ist aber, das die Index.html leer ist, und die ganze Site in CSS und PHP geschrieben wurde.
Kann ich das irgendwie mit GoLive CS öffnen und bearbeiten?
Weil die Index.html ja leer ist kann ich ja nicht mal eine Vorschau ansehen oder?
Bin für hilfe sehr dankbar.
X

Homepagevorlagen mit AdobeGoLive CS bearbeiten?

Dirk Levy
  
Beiträge gesamt: 9462

15. Sep 2004, 20:36
Beitrag # 2 von 14
Beitrag ID: #108909
Bewertung:
(2536 mal gelesen)
URL zum Beitrag
Beitrag als Lesezeichen
Lass doch mal den Quellcode sehen...
Dann kann man mehr sagen....

Gruß
Dirk

[Adobe GoLive Tipps & Tricks]
http://www.gltipps.de
Adobe GoLive CS Buch
http://www.galileodesign.de/685?GPP=levy


als Antwort auf: [#108902]

Homepagevorlagen mit AdobeGoLive CS bearbeiten?

fortblisstexas
Beiträge gesamt: 7

15. Sep 2004, 20:51
Beitrag # 3 von 14
Beitrag ID: #108914
Bewertung:
(2536 mal gelesen)
URL zum Beitrag
Beitrag als Lesezeichen
hi,

hier ist der Code, ist halt ziehmlich lange :(

<?php
$bgcolor1 = "#333333";
$bgcolor2 = "#666666";
$bgcolor3 = "#ffffff";
$bgcolor4 = "#666666";
$textcolor1 = "#ffffff";
$textcolor2 = "#ffffff";

function OpenTable() {
global $bgcolor1, $bgcolor2;
echo "<table width="100%" border="0" cellspacing="1" cellpadding="0" bgcolor="$bgcolor2"><tr><td>\n";
echo "<table width="100%" border="0" cellspacing="1" cellpadding="8" bgcolor="$bgcolor1"><tr><td>\n";
}

function CloseTable() {
echo "</td></tr></table></td></tr></table>\n";
}

function OpenTable2() {
global $bgcolor1, $bgcolor2;
echo "<table border="0" cellspacing="1" cellpadding="0" bgcolor="$bgcolor2" align="center"><tr><td>\n";
echo "<table border="0" cellspacing="1" cellpadding="8" bgcolor="$bgcolor1"><tr><td>\n";
}

function CloseTable2() {
echo "</td></tr></table></td></tr></table>\n";
}

function FormatStory($thetext, $notes, $aid, $informant) {
global $anonymous;
if ($notes != "") {
$notes = "<br><br><b>"._NOTE."</b> <i>$notes</i>\n";
} else {
$notes = "";
}
if ("$aid" == "$informant") {
echo "<font class="content">$thetext$notes</font>\n";
} else {
if($informant != "") {
$boxstuff = "<a href="user.php?op=userinfo&amp;uname=$informant"><b>$informant</a> ";
} else {
$boxstuff = "<b>Un anonimo ";
}
$boxstuff .= "segnala:</b> "$thetext"$notes\n";
echo "<font class="content">$boxstuff</font>\n";
}
}

/************************************************************/
/* Function themeheader() */
/************************************************************/

function themeheader() {
global $banners, $name;
echo "<body bgcolor="#000000" text="#ffffff" link="0000ff" leftmargin=0 rightmargin=0 topmargin=0><br>\n";
if ($banners) {
include("banners.php");
echo "<br>";
}

echo "<table border="0" cellpadding="0" cellspacing="1" width="80" align="center">\n"

."<tr><td width="100%" height="11" valign="bottom">\n"
."<map name="FPMap0">"
."</map>"
."<img border="0" src="themes/bf_clanspy/images/logo.gif" usemap="#FPMap0" width="800" height="100">"


."<tr><td width="100%">\n"
."<table border="0" cellpadding="0" cellspacing="0" width="800">\n"
."<tr><td width="100%"><table width='100%' cellspacing='0' cellpadding='0' border='0'><tr><td bgcolor='#333333'>\n"
."<tr><td bgcolor="#333333"><img src="themes/bf_clanspy/images/pixel.gif" width="100%" height="3"></td></tr>\n";
echo "</td></tr></table><table width="800" cellpadding="0" bgcolor="#333333" cellspacing="0" border="0">\n"
."<tr valign="top">\n"
."<td><img src="themes/bf_clanspy/images/pixel.gif" width="4" height="1" border="0" alt=""></td>\n"
."<td width="130" bgcolor="#333333" valign="top">\n";
if ($name=='Forums') {}
else if ($name=='Members_List') {}
else if ($name=='Private_Messages') {}
else {
blocks(left);
}
echo "</td><td><img src="themes/bf_clanspy/images/pixel.gif" width="4" height="1" border="0" alt=""></td><td width="100%">\n";
}

/************************************************************/
/* Function themefooter() */
/* */
/* Control the footer for your site. You don't need to */
/* close BODY and HTML tags at the end. In some part call */
/* the function for right blocks with: blocks(right); */
/* Also, $index variable need to be global and is used to */
/* determine if the page your're viewing is the Homepage or */
/* and internal one. */
/************************************************************/

function themefooter() {
global $index;
echo "<br>";
if ($index == 1) {
echo "</td><td><img src="themes/bf_clanspy/images/pixel.gif" width="4" height="1" border="0" alt=""></td><td valign="top" width="130" bgcolor="#333333">\n";
blocks(right);
echo "<td><img src="themes/bf_clanspy/images/pixel.gif" width="4" height="1" border="0" alt="">";
}
else {
echo "</td><td colspan="2"><img src="themes/bf_clanspy/images/pixel.gif" width="4" height="1" border="0" alt="">";
}
echo "<br><br></td></tr></table>\n"
."<table border="0" cellpadding="0" cellspacing="0"
style="border-collapse: collapse" bordercolor="#333333" width="100%"
bgcolor="#333333"><tr><td width="100%">"
."<br><center>";
footmsg();
echo "<br>";
// DO NOT REMOVE THE FOLLOWING COPYRIGHT LINE. YOU'RE NOT ALLOWED TO REMOVE NOR EDIT THIS.
echo "<a href="http://www.thethemes.net" target="_blank"><img src="themes/bf_clanspy/images/bar.gif" align="right" width="794" height="17" border="0"></a>";
echo "</center></table></table></table>";
}


function themeindex ($aid, $informant, $time, $title, $counter, $topic, $thetext, $notes, $morelink, $topicname, $topicimage, $topictext) {
global $anonymous, $tipath;
echo "<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td>\n"
."<table border="0" cellpadding="0" cellspacing="1" width="100%"><tr><td bgcolor="#666666">\n"
."<table border="0" cellpadding="2" cellspacing="0" width="100%"><tr>\n"
."<td background="themes/bf_clanspy/images/header_news.gif" width="100%" height="23"><font class="option"><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$title</b></font></td></tr>\n"
."<tr><td background="themes/bf_clanspy/images/back1.gif" colspan="2" bgcolor="#333333">\n"
."<table border="0" width="100%" align="center"><tr><td>\n"
."<a href="modules.php?name=News&new_topic=$topic"><img src="$tipath$topicimage" alt="$topictext" border="0" align="right"></a>";
FormatStory($thetext, $notes, $aid, $informant);
echo "</td></tr></table>\n"
."</td></tr></table>\n"
."</td></tr><tr><td bgcolor="#444444" align="left">\n"
."&nbsp"
."<b><font class="tiny">"._POSTEDBY." ";
formatAidHeader($aid);
echo " - $time $timezone <br></font>\n"
."<font class="content">$morelink</font></center>\n"
."<img src="themes/bf_clanspy/images/pixel.gif" border="0" height="1">"
."</td></tr></table>\n"
."</td></tr><tr><td background="themes/bf_clanspy/images/header_news_down.gif" width="100%" height="15"></tr>"
."<tr><td bgcolor="#333333"><img src="themes/bf_clanspy/images/pixel.gif" width="100%" height="4"></td></tr></table>\n";
}

function themearticle ($aid, $informant, $datetime, $title, $thetext, $topic, $topicname, $topicimage, $topictext) {
global $admin, $sid, $tipath;
echo "<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td>\n"
."<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td bgcolor="#444444">\n"
."<table border="0" cellpadding="4" cellspacing="0" width="100%">"
."<tr><td background="themes/bf_clanspy/images/header_news_article.gif" width="100%" height="23"><font class="option"><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$title</b></font></td></tr>\n"
."<tr><td colspan="2" background="themes/bf_clanspy/images/back1.gif"><br>\n"
."<table border="0" width="98%" align="center"><tr><td>\n"
."<a href="modules.php?name=News&new_topic=$topic"><img src="$tipath$topicimage" alt="$topictext" border="0" align="right"></a>";
FormatStory($thetext, $notes="", $aid, $informant);
echo "</td></tr></table>\n"
."</td></tr></table><br>\n"
."</td></tr>\n"
."</table></td></tr>\n"
."<tr><td background="themes/bf_clanspy/images/header_news_down_article.gif" width="100%" height="15"></tr>"
."<tr><td><br><div align="center"><a href="http://www.thethemes.net" target="_blank"><img src="http://www.thethemes.net/banner.jpg" alt="ClanSpy.net advertising" width="468" height="60" border="0"></a></div></td></tr>\n"
."<tr><td bgcolor="#333333"><img src="themes/bf_clanspy/images/pixel.gif" width="100%" height="4"></td></tr></table>\n";
}

function themesidebox($title, $content) {
echo "<table border="0" align="center" width="130" cellpadding="0" cellspacing="0">"
."<tr><td background="themes/bf_clanspy/images/header.gif" width="130" height="16">"
."&nbsp;&nbsp;&nbsp;<font color="#CCCCCC"><b>$title</b></font>"
."</td></tr><tr><td><img src="themes/bf_clanspy/images/pixel.gif" width="100%" height="1"></td></tr></table>\n"
."<table border="0" cellpadding="0" cellspacing="0" width="130">\n"
."<tr><td width="130" bgcolor="#666666">\n"
."<table border="0" cellpadding="3" cellspacing="1" width="130">\n"
."<tr><td background="themes/bf_clanspy/images/back1.gif" width="130" bgcolor="#999999">\n"
."$content"
."</td></tr></table></td></tr><td background="themes/bf_clanspy/images/header_down.gif" width="130" height="16"></td><tr><td><img src="themes/bf_clanspy/images/pixel.gif" width="130" height="4"></td></tr></table>";
}

?>



als Antwort auf: [#108902]

Homepagevorlagen mit AdobeGoLive CS bearbeiten?

Dirk Levy
  
Beiträge gesamt: 9462

15. Sep 2004, 20:57
Beitrag # 4 von 14
Beitrag ID: #108918
Bewertung:
(2536 mal gelesen)
URL zum Beitrag
Beitrag als Lesezeichen
Wenn Du programmieren kannst geht das schon,
aber die Vorlage, vermutlich für eine Clanpage,
ist anders zu sehen. Du kannst in GoLive die
Themes dazu bearbeiten, bzw. die Templates,
die es dazu geben muß.....

In der Index wird dann alles zusammengeführt
zu einer sichtbaren Seite...

Gruß
Dirk

[Adobe GoLive Tipps & Tricks]
http://www.gltipps.de
Adobe GoLive CS Buch
http://www.galileodesign.de/685?GPP=levy


als Antwort auf: [#108902]

Homepagevorlagen mit AdobeGoLive CS bearbeiten?

fortblisstexas
Beiträge gesamt: 7

15. Sep 2004, 21:32
Beitrag # 5 von 14
Beitrag ID: #108925
Bewertung:
(2536 mal gelesen)
URL zum Beitrag
Beitrag als Lesezeichen
Oje, jetzt bin ich überfordert.
Ich habe mal auf meiner HP schnell ein paar Screen Shots hinterlegt damit man sich das mal genauer ansehen kann.
Unter dem Link "Vorlagen" hab ich die Bilder abgelegt, mehr Ordner und Dateien habe ich nicht.
Hier noch der Link zur HP:
http://www.koehler-f.de


als Antwort auf: [#108902]

Homepagevorlagen mit AdobeGoLive CS bearbeiten?

Dirk Levy
  
Beiträge gesamt: 9462

15. Sep 2004, 21:57
Beitrag # 6 von 14
Beitrag ID: #108928
Bewertung:
(2536 mal gelesen)
URL zum Beitrag
Beitrag als Lesezeichen
Du bist bei Strato wie ich sehe, ist in Deinem
Paket überhaupt PHP enthalten (geht erst ab
Premium)?

Gruß
Dirk

[Adobe GoLive Tipps & Tricks]
http://www.gltipps.de
Adobe GoLive CS Buch
http://www.galileodesign.de/685?GPP=levy


als Antwort auf: [#108902]

Homepagevorlagen mit AdobeGoLive CS bearbeiten?

fortblisstexas
Beiträge gesamt: 7

16. Sep 2004, 16:49
Beitrag # 7 von 14
Beitrag ID: #109134
Bewertung:
(2536 mal gelesen)
URL zum Beitrag
Beitrag als Lesezeichen
Ja das stimmt das ich bei Strato bin.
Ist aber ein großes Paket und PHP soll da auch enthalten sein.
Gibt es keinen Befehl der mir das PHP in Html umwandeln kann?
Oder kannst Du mir als Anfänger ein Buch empfehlen mit dem ich PHP lernen kann?
Ich glaube wohl nicht das es so einfach werden wird wie ich gedacht habe: Vorlage in Adobe laden, bearbeiten, hochladen, fertig.

Gruß Frank


als Antwort auf: [#108902]

Homepagevorlagen mit AdobeGoLive CS bearbeiten?

randy
Beiträge gesamt: 436

16. Sep 2004, 17:08
Beitrag # 8 von 14
Beitrag ID: #109137
Bewertung:
(2536 mal gelesen)
URL zum Beitrag
Beitrag als Lesezeichen
Jörg Krause [Grundlagen und Lösungen] macht eigentlich ziemlich gute Bücher über PHP, Du mußt aber beachten, das zur Zeit PHP 5.0 entwickelt wird (Beta), d.h. fast alle neuen Bücher behandeln diese Version, die meisten Server haben aber noch PHP 4.x Das bedeutet, nicht alles wird funzen, schau doch mal bei Amazon nach gebrauchten PHP Büchern.

Wenn Du schon Erfahrung im programmieren hast, dann ist PHP eigentlich ziemlich easy.


gruss randy
<adobe promotor>


als Antwort auf: [#108902]

Homepagevorlagen mit AdobeGoLive CS bearbeiten?

Dirk Levy
  
Beiträge gesamt: 9462

16. Sep 2004, 18:10
Beitrag # 9 von 14
Beitrag ID: #109152
Bewertung:
(2536 mal gelesen)
URL zum Beitrag
Beitrag als Lesezeichen
Und Helge Maus hat bei Galileo eine
gute Video-CD für PHP gemacht:

http://www.galileocomputing.de/...=95686868A1.naz-dM6s

Gruß
Dirk

[Adobe GoLive Tipps & Tricks]
http://www.gltipps.de
Adobe GoLive CS Buch
http://www.galileodesign.de/685?GPP=levy


als Antwort auf: [#108902]

Homepagevorlagen mit AdobeGoLive CS bearbeiten?

fortblisstexas
Beiträge gesamt: 7

16. Sep 2004, 20:05
Beitrag # 10 von 14
Beitrag ID: #109182
Bewertung:
(2536 mal gelesen)
URL zum Beitrag
Beitrag als Lesezeichen
Ja das stimmt die Bücher von Galileo Design sind schon genial gemacht.
Aber ich muss noch mal nerven. Was würdet ihr nun an meiner Stelle tun?
Die Vorlage ist ja da aber ankucken kann ich sie ja leider nicht.


als Antwort auf: [#108902]

Homepagevorlagen mit AdobeGoLive CS bearbeiten?

randy
Beiträge gesamt: 436

17. Sep 2004, 08:51
Beitrag # 11 von 14
Beitrag ID: #109255
Bewertung:
(2536 mal gelesen)
URL zum Beitrag
Beitrag als Lesezeichen
Zeig mal den Quelltext von Index.html und theme.php
gruss randy
<adobe promotor>


als Antwort auf: [#108902]

Homepagevorlagen mit AdobeGoLive CS bearbeiten?

fortblisstexas
Beiträge gesamt: 7

17. Sep 2004, 17:17
Beitrag # 12 von 14
Beitrag ID: #109452
Bewertung:
(2536 mal gelesen)
URL zum Beitrag
Beitrag als Lesezeichen
hmm... wie gesagt, die index html ist leer (zusehen in den Screens auf meiner HP http://www.koehler-f.de) und der PHP Code sieht so aus.

<STYLE type="text/css">
<!--
BODY {
scrollbar-face-color: 041620;
scrollbar-highlight-color: FFFFFF;
scrollbar-3dlight-color: 041620;
scrollbar-darkshadow-color: 041620;
scrollbar-shadow-color: 3E3E3E;
scrollbar-arrow-color: FFFFFF;
scrollbar-track-color: 041620;
}
-->
</STYLE>

<?php
$bgcolor1 = "#0A2634";
$bgcolor2 = "#041620";
$bgcolor3 = "#ffffff";
$bgcolor4 = "#041620";
$textcolor1 = "#ffffff";
$textcolor2 = "#ffffff";

function OpenTable() {
?>
<br>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img name="tlc" src="themes/XClans/images/tlc.jpg" width="17" height="28" border="0" alt=""></td>
<td width="100%" background="themes/XClans/images/tm.jpg"><img name="tm" src="themes/XClans/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
<td><img name="trc" src="themes/XClans/images/trc.jpg" width="17" height="28" border="0" alt=""></td>
</tr>
<tr>
<td background="themes/XClans/images/leftside.jpg"><img name="left" src="themes/XClans/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
<td valign="top" bgcolor="#525544">
<?
}
function OpenTable2() {
global $bgcolor1, $bgcolor2;
echo "<table width="100%" border="0" cellspacing="1" cellpadding="0" ><tr><td class=row1>\n";
echo "<table width="100%" border="0" cellspacing="1" cellpadding="8" ><tr><td>\n";
}

function CloseTable() {
?>
</td>
<td background="themes/XClans/images/rightside.jpg"><img name="right" src="themes/XClans/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
</tr>
<tr>
<td><img name="blc" src="themes/XClans/images/blc.jpg" width="17" height="28" border="0" alt=""></td>

<td background="themes/XClans/images/btm.jpg"><img name="btm" src="themes/XClans/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
<td><img name="brc" src="themes/XClans/images/brc.jpg" width="17" height="28" border="0" alt=""></td>
</tr></table>
<?
}

function CloseTable2() {
echo "</td></tr></table></td></tr></table>\n";
}

/************************************************************/
/* Function themeheader() */
/************************************************************/
function themeheader() {
global $user, $cookie, $prefix, $name, $dbi, $db;
cookiedecode($user);
$username = $cookie[1];
if ($username == "") {
$username = "Anonymous";
}
$public_msg = public_message();
echo "$public_msg";



echo "<body background="themes/XClans/images/bg.gif" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0">\n";
include("themes/XClans/header.php");
echo "<table width="800" align=center cellpadding="0" cellspacing="0" border="0">\n"
."<tr valign="top">\n"
."<TD WIDTH="5" HEIGHT="100%" valign=top background="themes/XClans/images/lt.jpg"><IMG SRC="themes/XClans/images/spacer.gif" WIDTH="17" HEIGHT="4"></TD>\n"
."<TD WIDTH="160" HEIGHT="100%" valign=top bgcolor=#041620>\n";
if (($name=='Forums') OR ($name=='Private_Messages') OR ($name=='Members_List')) {
} else {
blocks(left);
}
echo "</td>\n"
."<TD WIDTH="100%" valign=top bgcolor=#041620>\n";
}


/************************************************************/
/* Function themefooter() */
/************************************************************/

function themefooter() {
global $index, $banners;

if ($index == 1) {
echo "</td>\n"
."<td width="160" valign="top" bgcolor=#041620>\n";
blocks(right);
}
echo "</td>\n"
."<TD WIDTH="11" HEIGHT="100%" valign=top background="themes/XClans/images/rt.jpg"><IMG SRC="themes/XClans/images/spacer.gif" WIDTH="18" HEIGHT="4"></TD>\n"
."</tr>\n"
."</table>\n";
include("themes/XClans/footer.php");
echo "<table width="800" align=center cellpadding="0" cellspacing="0" border="0">\n"
."<tr valign="top">\n"
."<TD WIDTH="11" HEIGHT="100%" valign=top background="themes/XClans/images/lt.gif"><IMG SRC="themes/XClans/images/spacer.gif" WIDTH="11" HEIGHT="4"></TD>\n"
."<TD WIDTH="100%" valign=top align=center bgcolor=#041620>\n";

echo "</td>\n"
."<TD WIDTH="11" HEIGHT="100%" valign=top background="themes/XClans/images/rt.gif"><IMG SRC="themes/XClans/images/spacer.gif" WIDTH="11" HEIGHT="4"></TD>\n"
."</tr>\n"
."</table>\n";

}

/************************************************************/
/* Function themeindex() */
/* This function format the stories on the Homepage */
/************************************************************/
function themeindex ($aid, $informant, $time, $title, $counter, $topic, $thetext, $notes, $morelink, $topicname, $topicimage, $topictext) {
global $anonymous, $tipath;

$ThemeSel = get_theme();
if (file_exists("themes/$ThemeSel/images/topics/$topicimage")) {
$t_image = "themes/$ThemeSel/images/topics/$topicimage";
} else {
$t_image = "$tipath$topicimage";
}
if ($notes != "") {
$notes = "<br><br><b>"._NOTE."</b> $notes\n";
} else {
$notes = "";
}
if ("$aid" == "$informant") {
$content = "$thetext$notes\n";
} else {
if($informant != "") {
$content = "<a href="modules.php?name=Your_Account&amp;op=userinfo&amp;username=$informant">$informant</a> ";
} else {
$content = "$anonymous ";
}
$content .= ""._WRITES." "$thetext"$notes\n";
}
//Code Changed - just show posted by
$posted = ""._POSTEDBY." ";
$posted .= get_author($aid);
$posted .= " "._ON." $time ";
//End Code Change
$datetime = substr($morelink, 0, strpos($morelink, "|") - strlen($morelink));
$morelink = substr($morelink, strlen($datetime) + 2);
$tmpl_file = "themes/XClans/story_home.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file="".$thefile."";";
eval($thefile);
print $r_file;
}

/************************************************************/
/* Function themeindex() */
/************************************************************/

function themearticle ($aid, $informant, $datetime, $title, $thetext, $topic, $topicname, $topicimage, $topictext) {
global $admin, $sid, $tipath;
$ThemeSel = get_theme();
if (file_exists("themes/$ThemeSel/images/topics/$topicimage")) {
$t_image = "themes/$ThemeSel/images/topics/$topicimage";
} else {
$t_image = "$tipath$topicimage";
}
$posted = ""._POSTEDON." $datetime "._BY." ";
$posted .= get_author($aid);
if ($notes != "") {
$notes = "<br><br><b>"._NOTE."</b> <i>$notes</i>\n";
} else {
$notes = "";
}
if ("$aid" == "$informant") {
$content = "$thetext$notes\n";
} else {
if($informant != "") {
$content = "<a href="modules.php?name=Your_Account&amp;op=userinfo&amp;username=$informant">$informant</a> ";
} else {
$content = "$anonymous ";
}
$content .= ""._WRITES." <i>"$thetext"</i>$notes\n";
}
$tmpl_file = "themes/XClans/story_page.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file="".$thefile."";";
eval($thefile);
print $r_file;
}

function themesidebox($title, $content) {
$tmpl_file = "themes/XClans/blocks.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file="".$thefile."";";
eval($thefile);
print $r_file;
}
?>


als Antwort auf: [#108902]

Homepagevorlagen mit AdobeGoLive CS bearbeiten?

randy
Beiträge gesamt: 436

20. Sep 2004, 13:58
Beitrag # 13 von 14
Beitrag ID: #109784
Bewertung:
(2536 mal gelesen)
URL zum Beitrag
Beitrag als Lesezeichen
Sagt mal, wie hast Du die index.html Datei erstellt, die jetzt auf dem Server zu sehen ist?

Bzw. was genau möchtest Du machen, wenn ich das richtig sehe, dann ist das eine Theme von phpNuke, willst Du phpNuke einsetzen?

Die Datei theme.php wird von anderen nur aufgerugen, sprich eine reine Funktionssammlung, sie ist nicht von nutzen.

Gibt es da eine .htaccess Datei in dem RootOrdner?

gruss randy
<adobe promotor>


als Antwort auf: [#108902]

Homepagevorlagen mit AdobeGoLive CS bearbeiten?

fortblisstexas
Beiträge gesamt: 7

20. Sep 2004, 17:56
Beitrag # 14 von 14
Beitrag ID: #109854
Bewertung:
(2536 mal gelesen)
URL zum Beitrag
Beitrag als Lesezeichen
Ich habe gar keine Dateien erstellt, das ist alles aus einer Vorlage. Diese Vorlage wollte ich eigentlich erst mal öffen, um sie dann entsprechend anzupassen.
Wie gesagt mit PHP kenne ich mich leider nicht im geringsten aus.

"Gibt es da eine .htaccess Datei in dem RootOrdner?"
hmm... ich habe eine htdocs aber mehr ist da auch nicht :(

Gruß
Frank


als Antwort auf: [#108902]
X