GEZOCHT iemand die zonder Db mij kan helpen met een membersysteem
Gewijzigd op 01/01/1970 01:00:00 door Joren de Wit
ow geen verstand van. kan ik dan gewoon autimatish het erin laten zetten.
staan hier op phphulp ook goeie memberstystemen met db dan???
heeft een db een ww.lol
het is gelukt aleen heb ik steeds een error met sesions.
wat is de error, m'n glazen bol heeft een storing.
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/gamersfu/public_html/login/config.php:11) in /home/gamersfu/public_html/login/config.php on line 15
Warning: Cannot modify header information - headers already sent by (output started at /home/gamersfu/public_html/login/config.php:11) in /home/gamersfu/public_html/login/safe.php on line 35
het probleem zit in de config bij de install moest ik iets in config zetten die was er niet dus heb ik die aangemakt of moet ik hem cmodden naar 777
moet ik iets in de config doen.
weet iemand iets.
session_start.
laat de volledige code zien TOT AAN de Edit:
maikel gebruik de edit knop aub ipv steeds te bumpen
Gewijzigd op 01/01/1970 01:00:00 door - -
dit zit er in config.php
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="imagetoolbar" content="false">
<link href="style.css" rel="stylesheet" typ="text/css">
<title>GF-Gamersfuture</title>
</head>
<body>
Code (php)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
// This config-file is created by the setup-script from PhpMyLogon
// (c) 2006 Jorik Berkepas; under the GNU GPL license
session_start();
ob_start();
// MySQL settings
$db_user = ""; // MySQL username
$db_pass = ""; // MySQL password
$db_host = "// MySQL host, mostly localhost
$db_db = ""; // MySQL database
$db_tbl = ""; // MySQL table
// Settings
$site_url = ""; // URL to PhpMyLogon, / at end
$site_mail = ""; // Mail address website
$site_name = "Gamersfuture"; // Website name
$activate = "TRUE"; // E-mail validation at registration, TRUE or FALSE
$afterlogin = ""; // Page to go to after login
$lang = "nl"; // Language of PhpMyLogon
?>
// This config-file is created by the setup-script from PhpMyLogon
// (c) 2006 Jorik Berkepas; under the GNU GPL license
session_start();
ob_start();
// MySQL settings
$db_user = ""; // MySQL username
$db_pass = ""; // MySQL password
$db_host = "// MySQL host, mostly localhost
$db_db = ""; // MySQL database
$db_tbl = ""; // MySQL table
// Settings
$site_url = ""; // URL to PhpMyLogon, / at end
$site_mail = ""; // Mail address website
$site_name = "Gamersfuture"; // Website name
$activate = "TRUE"; // E-mail validation at registration, TRUE or FALSE
$afterlogin = ""; // Page to go to after login
$lang = "nl"; // Language of PhpMyLogon
?>
</body>
</html>
gegevens zijn er wel hoor maar heb ze even weg gehaald.
gelukt!!!!!!!!!!!!!!!!!!!!!!!!
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="imagetoolbar" content="false">
<link href="style.css" rel="stylesheet" typ="text/css">
<title>GF-Gamersfuture</title>
</head>
<body>
Code (php)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
// MySQL settings
$db_user = ""; // MySQL username
$db_pass = ""; // MySQL password
$db_host = ""// MySQL host, mostly localhost
//^^^ aanhalingstekens vergeten
$db_db = ""; // MySQL database
$db_tbl = ""; // MySQL table
// Settings
$site_url = ""; // URL to PhpMyLogon, / at end
$site_mail = ""; // Mail address website
$site_name = "Gamersfuture"; // Website name
$activate = TRUE; // E-mail validation at registration, TRUE or FALSE
//^^^moet denk ik zonder aanhalingstekens
$afterlogin = ""; // Page to go to after login
$lang = "nl"; // Language of PhpMyLogon
?>
// MySQL settings
$db_user = ""; // MySQL username
$db_pass = ""; // MySQL password
$db_host = ""// MySQL host, mostly localhost
//^^^ aanhalingstekens vergeten
$db_db = ""; // MySQL database
$db_tbl = ""; // MySQL table
// Settings
$site_url = ""; // URL to PhpMyLogon, / at end
$site_mail = ""; // Mail address website
$site_name = "Gamersfuture"; // Website name
$activate = TRUE; // E-mail validation at registration, TRUE or FALSE
//^^^moet denk ik zonder aanhalingstekens
$afterlogin = ""; // Page to go to after login
$lang = "nl"; // Language of PhpMyLogon
?>
</body>
</html>
het werkt thanks