📄 config.php
字号:
<?php
//Deze gegevens correct veranderen !!!
mysql_connect ("**", "c*r**s", "****");
mysql_select_db ("********");
//Aantal berichten tonen per pagina:
$max=10;
//Na hoeveel seconden men terug een bericht kan plaatsen
//Staat nu op 1 dag
$seconden=60*60*24;
$tijd_cookie = time() + $seconden;
?>
<style type="text/css">
/*Je kan hier nog meerdere stijlen toevoegen*/
.gastenboek { font-family: Verdana; color: #000000; font-size: 11px; background: #FFFFFF;}
a:link { color: #0000FF; text-decoration: none; }
a:active { color: #0000FF; text-decoration: none; }
a:visited { color: #0000FF;text-decoration: none; }
a:hover { color: #FF0000;text-decoration: none; }
textarea, select, input { background-color: #FFFFFF; border-color: #000000; border-style: solid;
border-width: 1px; color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }
</style>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -