Ik heb in de bron gekeken.
Code: Selecteer alles
<!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">
<link rel="top" href="./index.php" title="phpBB.nl Forum Index" />
<link rel="search" href="./search.php" title="Zoeken" />
<link rel="help" href="./faq.php" title="FAQ" />
<link rel="author" href="./memberlist.php" title="Gebruikerslijst" />
<title>phpBB.nl :: 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; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #DD6900; text-decoration: underline; }
.siteBotLinks { font-size : 11px; color : #333333; ; font-family: Verdana, Arial, Helvetica, sans-serif }
a.siteBotLinks, a.siteBotLinks:visited { color: #333333; text-decoration: none; }
a.siteBotLinks:hover { color: #004c75; text-decoration: underline; }
/* The register, login, search etc links at the top of the page */
.mainmenu { font-size : 11px; color : #000000 }
a.mainmenu { text-decoration: none; color : #006699; }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }
/* Forum category titles */
.cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle { text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }
/* Forum title: Text and link to the forums used in: index.php */
.forumlink { font-weight: bold; font-size: 12px; color : #006699; }
a.forumlink { text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }
/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav { font-weight: bold; font-size: 11px; color : #000000;}
a.nav { text-decoration: none; color : #006699; }
a.nav:hover { text-decoration: underline; }
/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2 { font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link { text-decoration: none; color : #006699; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover { text-decoration: underline; color : #DD6900; }
/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size : 11px; color : #000000;}
/* Location, number of posts, post date etc */
.postdetails { font-size : 10px; color : #000000; }
/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink:link { text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}
/* Quote & Code blocks */
.code {
font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
.quote {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
/* Copyright and bottom info */
.copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright { color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}
/* Form elements */
input,textarea, select {
color : #000000;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
border-color : #000000;
}
/* The text input fields background colour */
input.post, textarea.post, select {
background-color : #FFFFFF;
}
input { text-indent : 2px; }
/* The buttons used for bbCode styling in message post */
input.button {
background-color : #EFEFEF;
color : #000000;
font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* The main submit button option */
input.mainoption {
background-color : #FAFAFA;
font-weight : bold;
}
/* None-bold submit button */
input.liteoption {
background-color : #FAFAFA;
font-weight : normal;
}
/* 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 same
colour as the background no one will know ;)
*/
.helpline { background-color: #DEE3E7; border-style: none; }
.msgline { background-color: #FFFFFF; border-style: none; }
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/subSilver/formIE.css");
-->
</style>
<script language="Javascript" type="text/javascript">
<!--
if ( 0 )
{
window.open('privmsg.php?mode=newpm', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
}
//-->
</script>
</head>
<body bgcolor="#E5E5E5" text="#000000" link="#006699" vlink="#5493B4">
<a name="top"></a>
<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center" class="bodyline" >
<tr>
<td style="padding: 2px;" nowrap="nowrap">
<table width="100%" cellspacing="0" cellpadding="0" border="0" style="background-image: url(templates/subSilver/images/bg-top.jpg); background-repeat: repeat-x; height: 150px;">
<tr>
<td width="340" valign="top" align="left" nowrap="nowrap"><a href="index.php"><img src="templates/subSilver/images/logo.jpg" border="0" alt="" vspace="1" /></a></td>
<td width="100%" valign="top" align="right" nowrap="nowrap" style="padding-right: 10px;">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td height="28" align="right">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="right" valign="middle" height="28" nowrap="nowrap"><span class="gensmall"><a href="login.php?logout=true&sid=7df04387dc055a38feef7afbaaf68381" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="13" height="13" border="0" alt="Uitloggen [ ..:: Marly ::.. ]" hspace="3" />Uitloggen [ ..:: Marly ::.. ]</a> <a href="privmsg.php?folder=inbox" class="mainmenu"><img src="templates/subSilver/images/icon_mini_message.gif" width="13" height="13" border="0" alt="Je hebt geen nieuwe berichten" hspace="3" />Je hebt geen nieuwe berichten</span> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="padding-left: 10px; padding-top: 45px;">
<table cellspacing="0" cellpadding="0" border="0" class="bodyline">
<tr>
<td align="center">
<input type="text" class="msgline" id="msg_box" style="text-align: center;" size="40" value="phpBB Support Nederland">
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top" align="center" colspan="2" nowrap="nowrap" width="100%">
<div style="position: relative; top: -10px; left: 0px; z-index: 99;">
<table cellspacing="0" cellpadding="0" border="0" width="10%">
<tr>
<td><a href="index.php"><img src="templates/subSilver/images/button-home.jpg" border="0" alt="" onMouseover="msg_box.value='Homepage'" onMouseout="msg_box.value='phpBB Support Nederland'" hspace="10" /></a>
</td>
<td><a href="forum.php"><img src="templates/subSilver/images/button-forum.jpg" border="0" alt="" onMouseover="msg_box.value='Bezoek ons forum'" onMouseout="msg_box.value='phpBB Support Nederland'" hspace="10" /></a>
</td>
<td><a href="gebr_aanw_EN.php"><img src="templates/subSilver/images/button-docs.jpg" border="0" alt="" onMouseover="msg_box.value='Lees de gebruiksaanwijzing'" onMouseout="msg_box.value='phpBB Support Nederland'" hspace="10" /></a>
</td>
<td><a href="download.php"><img src="templates/subSilver/images/button-downloads.jpg" border="0" alt="" onMouseover="msg_box.value='Downloads'" onMouseout="msg_box.value='phpBB Support Nederland'" hspace="10" /></a>
</td>
<td><a href="nieuws.php"><img src="templates/subSilver/images/button-nieuws.jpg" border="0" alt="" onMouseover="msg_box.value='Het laatste nieuws'" onMouseout="msg_box.value='phpBB Support Nederland'" hspace="10" /></a>
</td>
<td><a href="admin_demo.php"><img src="templates/subSilver/images/button-demo.jpg" border="0" alt="" onMouseover="msg_box.value='Maak een testrit als admin'" onMouseout="msg_box.value='phpBB Support Nederland'" hspace="10" /></a>
</td>
<td><a href="stijlen_demo.php"><img src="templates/subSilver/images/button-stijlen.jpg" border="0" alt="" onMouseover="msg_box.value='Stijlen/Templates Demo'" onMouseout="msg_box.value='phpBB Support Nederland'" hspace="10" /></a>
</td>
<td><a href="kb.php"><img src="templates/subSilver/images/button-kb.jpg" border="0" alt="" onMouseover="msg_box.value='Kennis Bank'" onMouseout="msg_box.value='phpBB Support Nederland'" hspace="10" /></a>
</td>
<td><a href="beheer.php"><img src="templates/subSilver/images/button-beheer.jpg" border="0" alt="" onMouseover="msg_box.value='Alle medewerkers op een rijtje'" onMouseout="msg_box.value='phpBB Support Nederland'" hspace="10" /></a>
</td>
<td><a href="links.php"><img src="templates/subSilver/images/button-links.jpg" border="0" alt="" onMouseover="msg_box.value='Links'" onMouseout="msg_box.value='phpBB Support Nederland'" hspace="10" /></a>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="left">
<span class="gen">
<table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr valign="top" align="center">
<td colspan="2"><img src="images/tekst_pics/wat_is_phpbb.gif" width="320" height="60" alt="Mogelijkheden" /></p>
</td>
</tr>
<table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr valign="top">
<td>
<p><img src="images/doos.jpg" width="200" height="191" alt="Wat komt er uit de doos !" /><br />
<br />
<br />
<br />
<table width="180" border="0" cellspacing="1" cellpadding="3" align="left" class="bodyline">
<tr>
<td class="cat" align="center"><span class="gen"><b>Nieuws berichten</b></span></td>
</tr>
<tr>
<td class="row1"><span class="gen"><a href="nieuws.php?news_id=6302" class="siteTextMed">Beveiligings-update.<br></a>02 Jan 2004</span></td>
</tr>
<tr>
<td class="row1"><span class="gen"><a href="nieuws.php?news_id=6244" class="siteTextMed">Downtime phpbb.nl<br></a>30 Dec 2003</span></td>
</tr>
<tr>
<td class="row1"><span class="gen"><a href="nieuws.php?news_id=6199" class="siteTextMed">Kerstgroet.<br></a>24 Dec 2003</span></td>
</tr>
<tr>
<td class="row1"><span class="gen"><a href="nieuws.php?news_id=5986" class="siteTextMed">Nieuwe Regels op het forum.<br></a>14 Dec 2003</span></td>
</tr>
<tr>
<td class="row1"><span class="gen"><a href="nieuws.php?news_id=5887" class="siteTextMed">Veiligheids-fix in phpBB.<br></a>09 Dec 2003</span></td>
</tr>
<tr>
<td class="row1"><span class="gen"><a href="nieuws.php?news_id=5712" class="siteTextMed">Fusie phpbb.nl & phpbb-nl.com<br></a>01 Dec 2003</span></td>
</tr>
<tr>
<td class="row1"><span class="gen"><a href="nieuws.php?news_id=3440" class="siteTextMed">[Verplaatst] Podium4 Moderator!<br></a>24 Nov 2003</span></td>
</tr>
<tr>
<td class="row1"><span class="gen"><a href="nieuws.php?news_id=5139" class="siteTextMed">Belangrijke Bugfix in phpBB<br></a>10 Sep 2003</span></td>
</tr>
<tr>
<td class="row1"><span class="gen"><a href="nieuws.php?news_id=4957" class="siteTextMed">Traag forum....<br></a>15 Aug 2003</span></td>
</tr>
<tr>
<td class="row1"><span class="gen"><a href="nieuws.php?news_id=4892" class="siteTextMed">Moderator wijziging.<br></a>05 Aug 2003</span></td>
</tr>
<tr>
<td class="row1" align="center"><span class="gen"><a href="nieuws.php?overview=1" class="siteTextMed">Laat alle berichten zien</a></span></td>
</tr>
</table>
</td>
<td height="400" width="100%"><span class="gen"><b>Overzicht<br /></b>
<a href="http://www.php.net" title="php" target="_blank">PHP</a> (Hypertext Preprocessor) is afgeleid van Personal Home Page Tools. Het is een scripttaal (programmeertaal) die in combinatie met HTML kan worden gebruikt om dynamisch gegenereerde pagina's te maken. De BB staat voor Bulletin Board. phpBB is dus een met php gemaakt bulletin board.<br>
phpBB is volledig ontwikkeld door de <a href="http://www.phpbb.com/about.php" title="phpbb groep" target="_blank">phpBB Groep</a> en de originele Engelstalige website is te vinden op <a href="http://www.phpbb.com" title="phpbb.com" target="_blank">phpbb.com</a>.</p>
<p>Het grote voordeel van phpBB is dat het onder de <a href="http://www.opensource.org/licenses/gpl-license.php" title="GLP-License" target="_blank">GPL-license</a> valt en daardoor een "open-source" heeft, hierdoor is het volledig aanpasbaar aan jouw eigen wensen, het tweede grote voordeel is dat het voor iedereen vrij en kostenloos te gebruiken is.</p>
<p>Het forum zoals phpBB ook wel wordt genoemd heeft een zeer eenvoudige installatie, beheer en gebruik. Mede dankzij het gebruikersvriendelijke administratiepaneel, de gebruikershandleiding en de FAQ is het voor de beheerder van een forum een koud kunstje om het forum op te bouwen en te onderhouden. Ook voor de gebruikers van het forum is het prettig om te bezoeken en wijst alles zich bijna vanzelf.<br>
<br /></span>
<table width="100%" border="0" cellspacing="1" cellpadding="3" class="bodyline">
<tr>
<th align="left"><b>De voornaamste eigenschappen</b></th>
</tr>
<tr>
<td class="row1"><span class="gen">
<ul>
<li>Ongelimiteerd aantal fora en categorieën.</li><BR>
<li>Meerdere taalpakketen beschikbaar, waaronder Nederlands.</li><BR>
<li>Onbeperkt aantal berichten en gebruikers.</li><BR>
<li>Openbare en privé fora en categorieën.</li><BR>
<li>Meerdere templates beschikbaar.</li><BR>
<li>Versturen en ontvangen van privé berichten.</li><BR>
<li>Krachtige zoekfunctie.</li><BR>
</ul>
</span></td>
</tr>
</table>
<br />
<table width="100%" border="0" cellspacing="1" cellpadding="3" class="bodyline">
<tr>
<th align="left"><b>Wat heb ik nodig om met phpBB te kunnen beginnen ?</b></th>
</tr>
<tr>
<td class="row1"><span class="gen">
<ul>
<li>Webruimte om het forum op te plaatsen, dit kan bij een webhost zijn of op jouw eigen pc,<br> mits ingericht als webserver en voorzien van een breedband internet-verbinding.</li><BR>
<li>Natuurlijk moet PHP geïnstalleerd zijn.</li><BR>
<li>Een MySQL, MS-SQL, PostgreSQL of Access/ODBC database.</li></p>
</ul>
</span></td>
</tr>
</table>
<br />
<table width="100%" border="0" cellspacing="1" cellpadding="3" class="bodyline">
<tr>
<th align="left"><b>Installatie</b></th>
</tr>
<tr>
<td class="row1"><span class="gen">De installatie is zeer eenvoudig en verloopt bijna automatisch. Het enige wat je hoeft te doen is wat gegevens in te vullen over de te gebruiken namen en wachtwoorden van de database en van jezelf.</p>
</span></td>
</tr>
</table>
<br />
<table width="100%" border="0" cellspacing="1" cellpadding="3" class="bodyline">
<tr>
<th align="left"><b>Administratiepaneel</b></th>
</tr>
<tr>
<td class="row1"><span class="gen">Het volledig afgeschermde administratiepaneel geeft de beheerder van het forum de mogelijkheid om op een simpele manier het forum geheel aan te passen naar eigen smaak en behoefte.<br>
Hieronder vallen het aanmaken van fora, het instellen van de gebruikers permissies, avatar- en emailinstellingen, taal- en templateinstellingen en diverse andere zaken zoals:<br>
<ul>
<li>berichten wijzigen</li><br>
<li>berichten verwijderen</li><br>
<li>berichten sluiten/openenen</li><br>
<li>berichten opsplitsen</li><br>
<li>automatisch berichten verwijderen met vooraf ingestelde opties</li></p>
</ul>
</span></td>
</tr>
</table>
<br />
<table width="100%" border="0" cellspacing="1" cellpadding="3" class="bodyline">
<tr>
<th align="left"><b>Berichten</b></th>
</tr>
<tr>
<td class="row1"><span class="gen">Het forum beschikt over de mogelijkheid om gebruikers Persoonlijke Berichten en Email naar elkaar te laten versturen.<br>
Bij het plaatsen van een bericht op het forum zijn er diverse mogelijkheden:<br>
<ul>
<li>lettergrootte en letterkleur wijzigen</li><br>
<li>letters <strong>vet,</strong> <em>cursief,</em> of <u>onderstreept</u> maken</li><br>
<li>automatisch een handtekening toevoegen</li><br>
<li>automatisch een email krijgen wanneer er gereageerd word door medegebruikers</li><br>
<li>het toevoegen van emoticons (smilies)</li><br>
<li>het aanmaken van een poll</p></li>
</ul>
</span></td>
</tr>
</table>
<br />
<table width="100%" border="0" cellspacing="1" cellpadding="3" class="bodyline">
<tr>
<th align="left"><b>Beveiliging</b></th>
</tr>
<tr>
<td class="row1"><span class="gen">Door het versleutelen (encryptie) van wachtwoorden, het gebruik van cookies en het authorisatie-systeem is phpBB een zeer veilig forum.</p>
</span></td>
</tr>
</table>
<br />
<p> </p>
</td>
</tr>
</table>
</span>
<div align="center"><span class="copyright"><br /><br /></div>
</td>
</tr>
<tr>
<td style="padding: 0px;" valign="top" align="center">
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td class="catBottom" align="center">
<span class="siteBotLinks">
<a href="index.php" target="_self" class="siteBotLinks">home</a> |
<a href="forum.php" target="_self" class="siteBotLinks">forum</a> |
<a href="forum_statistieken.php" target="_self" class="siteBotLinks">forum stats</a> |
<a href="nieuws.php" target="_self" class="siteBotLinks">nieuws</a> |
<a href="beheer.php" target="_self" class="siteBotLinks">contact</a>
</span><br>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<center><span class="copyright">Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> 2.0.6 © 2001, 2002 phpBB Group | Copyright 2002 / 2003 <a href="http://www.phpbb.nl/" target="_phpbb" class="copyright">phpBB.nl</a> All Rights Reserved.</span><br></center>
</body>
</html>
<!--
We request you retain the full copyright notice below including the link to www.phpbb.com.
This not only gives respect to the large amount of time given freely by the developers
but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
reason) retain the full copyright we request you at least leave in place the
Powered by phpBB 2.0.6 line, with phpBB linked to www.phpbb.com. If you refuse
to include even this then support on our forums may be affected.
The phpBB Group : 2002
// -->