Di. 27.07.2004
12:33 Uhr
#1
hi all!
ich hab script von clanscripte.net gesaugt.
hab nen newsscript, klappt au alles, und will mir jez nen gb script saugen, muss ich dazu ne neue php datei machen, oda kann ich das alles in der einen index.php packen????
Di. 27.07.2004
13:38 Uhr
#4
[quote:0ea59ca317]nur mir geffalen eure design net[/quote:0ea59ca317]
[quote:0ea59ca317][edit: NIX GEGEN EURE DESIGNS Very Happy ][/quote:0ea59ca317]
...
Di. 27.07.2004
13:57 Uhr
#6
also habs eigentlich ungern gemacht, aber dein design hab ich nun an ilch angepast und an deine mail geschickt, zum angucken, wie immer hier
www.the-efg.de/clanintern/ design6
bitte achtet jeweils darauf das ihr das copyright von ilch reinsetzt, sonst gibts ärger
bei mir ist keins drin, weil ich die jeweils nur zum angucken hochgeladen hab !!!
Di. 27.07.2004
17:56 Uhr
#9
ne du musst ne neue machen zB: gbook.php da kannste dann die php vom gästebuch includen
Di. 27.07.2004
18:21 Uhr
#10
ok, hab ich, der name is gb.php (der name is ja wurscht, oda?)
was muss den darein, genau das gleiche, wie bei index.php??(da sind meine news drin)
ich poste einfach ma meine jetztige gb.php:
[quote:428e9e5d30]<html>
<head>
<title>- Generation of Death - Homepage</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body { background-color: #000000}
.menu { background-image: url('img/menu.jpg'); background-repeat: repeat}
.content_head { background-image: url('img/content_head.jpg'); background-repeat: no-repeat}
.content_foot { background-image: url('img/content_foot.jpg'); background-repeat: no-repeat }
table { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; color: #000000; text-decoration: none}
a:active { color: #FFFFFF; text-decoration: none}
a:hover { text-decoration: none}
a:link { color: #FFFFFF; text-decoration: none}
a:visited { color: #FFFFFF; text-decoration: none}
.header { background-image: url('img/header.jpg'); background-repeat: no-repeat}
.Stil1 {
color: #000000;
font-weight: bold;
}
.Stil2 {color: #000000}
.Stil3 {color: #FFFFFF}
-->
</style>
<script language="JavaScript" src="fade.js"></script>
<script language="JavaScript">
function imgfade(e,mode)
{
if( mode == 0 )
{
e.filters.alpha.opacity = 80
}
else
{
e.filters.alpha.opacity = 15
}
}
</script>
</head>
<body>
<table width="882" border="0" cellspacing="0" cellpadding="0" align="center" height="397">
<tr background="img/header.jpg">
<td colspan="3" class="header" height="138" width="882">&nbsp;
<div align="center"> <font size="5" color="#FFFFFF"><strong>- Generation of Death - </strong></font><font color="#FFFFFF"><b><font size="2" color="#000000"><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font></b></font></div>
</td>
</tr>
<tr>
<td height="318" valign="top" width="209">
<table width="209" class="menu" border="0" cellspacing="0" cellpadding="0" height="324">
<tr>
<td height="318" valign="top" width="209">
<table width="51%" border="0" cellspacing="3" cellpadding="3" align="center">
<tr>
<td width="81%"><div align="center"><span class="Stil1">- Main - </span></div></td>
</tr>
<tr>
<td><a href="news/p-news.php" target="iframe1">» News</a></td>
</tr>
<tr>
<td><a href="gbook/pbook.php" target="iframe1">» Gästebuch</a></td>
</tr>
<tr>
<td width="81%"> <a style="text-decoration: none; color:#FFFFFF" title="Information" href="index.html">»
Board</a></td>
</tr>
<tr>
<td width="81%"> <a style="text-decoration: none; color:#FFFFFF" title="Kontakt" href="index.html">»
Links </a></td>
</tr>
<tr>
<td width="81%"> <a style="text-decoration: none; color:#FFFFFF" title="Impressum" href="index.html">»
Downloads</a></td>
</tr>
</table>
<br>
<table width="53%" border="0" cellspacing="3" cellpadding="3" align="center">
<tr>
<td width="81%"> <div align="center"><b><font color="#FFFFFF"><font color="#FFFFFF">
&nbsp;</font></font><span class="Stil2">- Clan - </span></b></div></td>
</tr>
<tr>
<td width="81%" height="2"> <a style="text-decoration: none; color:#FFFFFF" title="Mitglied werden" href="index.html">»
Members </a></td>
</tr>
<tr>
<td width="81%"> <a style="text-decoration: none; color:#FFFFFF" title="Eventkalendar" href="index.html">»
Wars</a></td>
</tr>
<tr>
<td width="81%"> <a style="text-decoration: none; color:#FFFFFF" title="Links" href="index.html">»
Join us</a></td>
</tr>
<tr>
<td width="81%"> <a style="text-decoration: none; color:#FFFFFF" title="Forum" href="index.html">»
Fight us</a></td>
</tr>
<tr>
<td><a style="text-decoration: none; color:#FFFFFF" title="Forum" href="index.html">&raquo;</a> <span class="Stil3">Contact </span></td>
</tr>
</table>
<br> </td>
</tr>
</table>
</td>
<td height="318" width="693" valign="top">
<iframe height="100%" width="100%" name="iframe1" src="gbook/pbook.php"> </iframe> </td>
<td height="318" width="1" valign="top"> <br>
<p>
<br>
</td>
</tr>
<tr>
<td colspan="2" height="60">
<img src="img/footer.jpg" width="882" height="153"></td>
</tr>
</table>
</html>[/quote:428e9e5d30]
mfg.