⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.php

📁 还是WEB游戏源码 Darkstep 还是WEB游戏源码 Darkstep
💻 PHP
字号:
<?PHP
////////////////////Mysql gegevens////////////////
$host = "localhost"; // Je host (meestal localhost)
$db = "berichtenbalk";  // Databasenaam
$user ="root"; // Gebruikersnaam
$pass = "464790"; // wachtwoord
/////////////////////////////////////////////////////

////////////////////Admin gegevens///////////////
$gebruikersnaam = "Rinse"; // Admin gebruikersnaam
$wachtwoord = "kazaa"; // Admin wachtwoord
/////////////////////////////////////////////////////

////////////////////Algemeen//////////////////////
$max = "100"; // Maximale lengte van bericht
$scheiding = "]||["; // scheiding tussen berichten
$active = "1"; // 1 = berichtenbalk actief, 0 = non-actief
//////////////////////////////////////////////////

////////////////////Niet editen////////////////////
$datum = date("d/m/y \o\m H:i:s");
$ip = $_SERVER['REMOTE_ADDR'];

mysql_connect("$host","$user","$pass"); 
mysql_select_db("$db");
/////////////////////////////////////////////////////

///////////////////Style////////////////////////////
?>
<html>
<head>
 <title>XBB V1.6</title>
   <style type="text/css">

	body		{	background: #ECECEC;
				color: #000000; 
				font-family: Tahoma; 
				font-size: 8pt; 
				margin: 20px 20px 20px 20px; 
			}

	A:link		{	color: #000000;	text-decoration: none; }
	A:visited 	{	color: #000000; text-decoration: none; }
	A:hover 	{	color: #000000; text-decoration: underline; }
	A:active 	{	color: #000000; text-decoration: none; }

	table 		{	background: #FFFFFF; color: #000000; font-family: Tahoma; font-size: 8pt; border: 1px solid #000000; }
	td 		{	background: #FFFFFF; color: #000000; font-family: Tahoma; font-size: 8pt; }

	input, option, select, textarea		{	font-family: tahoma; font-size: 8pt; color: #000000; font-weight: none; border: 1px solid #677C9C; background-color: #FFFFFF; }
   </style>
</head>

<body>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -