Hejsa
Ja jeg er nok dummere end vådt bølgepap til dette.
Sådant som jeg forstår det skal der som linie 2 skal indsættes "header('Content-Type: text/html; charset=iso-8859-1'

;"
Et lille udpluk af min ser sådant ud, .... hvor er linie 2 ?
| Filename: maincore.php
| Author: Nick Jones (Digitanium)
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
if (preg_match("/maincore.php/i", $_SERVER['PHP_SELF'])) { die(); }
error_reporting(E_ALL);
// Calculate script start/end time
function get_microtime() {
list($usec, $sec) = explode(" ", microtime());
return ((float)$usec + (float)$sec);
}
// Define script start time
define("START_TIME", get_microtime());
// Prevent any possible XSS attacks via $_GET.
if (stripget($_GET)) {
die("Prevented a XSS attack through a GET variable!");
PS. og hvor ligger htaccess ? ... jeg kan ikke se noget der hedder sådant i roden
Mvh
Peter
www.daek38.dk