thnx rickard. Also, you know the way you have to make your own config.php files ? will that be auto-done in the new version ?
<?php
//Write config_file
touch("config.php");
$fp = fopen("config.php", "w") or die("Error writing to config file");
fwrite($fp, $config);
fclose($fp);
?>
I've found putting that at the end of install.php does and auto-install of the config.php file. Guess linux users would have chmod probs though. I'll be sure to get the latest version
1 2004-08-23 16:47
Re: Helping with the PunBB Project (4 replies, posted in General discussion)
2 2004-08-23 11:13
Topic: Helping with the PunBB Project (4 replies, posted in General discussion)
Hey guys,
After a while of using punbb I fell in love with it and would like to help with the project I was wondering if any help is wanted in creating and updating PunBB at all other than writing mods and checking the system for security I've been doing php mysql for about a year now and think I could help Also I've developed forums before
thanks for reading,
HyperV