ThWboard Support-Forum (Archiv)

Ort: / Boardübersicht / Probleme und Fragen / thwbnews.php - probleme mit mysql?


Seite 1 von 1

Betaflyer schrieb am 09.05.2005 um 14:01 Uhr

Hiho!

Könnt ihr mir bitte helfen, es dürfte alles richtig eingestelt sein, aber irgendwie funktioniert es nicht.

Die Board-URL: http://lan-inside.com/lol/board/

Der Fehler: http://lan-inside.com/lol/thwbnews.php

Der Sourcecode:

path to your thwboard directory (relative to this script)
   don't forget the slash at the end! */
$thwbpath                       = './board/';

/* should this script open a MySQL connection?
   1 - yes
   0 - no, use existing */
$mysqlconnect                    = 1;

/* print() news directly or store them in $news_output?
   1 - print() news
   0 - store output in $news_output */
$print_news                        = 1;

/* news are taken from this boardid */
$boardid                        = 1;

/* amout of news to display at a time */
$newscount                      = 10;

/* dont display more than $maxchars, link to the thread instead. 0 to disable */
$maxchars                        = 30;

/* the date format for your news -- see www.php.net/date */ 
$date_format                    = 'd.m.Y';

Hoffe ihr könnt mir helfen.
Danke im voraus, mfg Betaflyer!

Seite 1 von 1