PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Cron zur Surfbar



MasterG
24.07.2007, 13:12
Hallo,

wie hier besprochen wurde alter Thread (http://designerscripte.net/thread.php?threadid=4928&threadview=0&hilight=&hilightuser=0&page=2) gab es die Empfehlung die db_query für den Reload in einen Extra-Cron einzustellen. Der Code für den Cron war:
<?
@require_once ('../lib/functions.lib.php');
db_query ("DELETE FROM ´vms_traffic_reload´ WHERE reload_bis <='".time()."'");
?>


Leider geht der bei mir nicht, es kommt folgende Meldung:

Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /srv/www/web66/html/crons/SurfbarReloads.php on line 7

Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /srv/www/web66/html/crons/SurfbarReloads.php on line 8

Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /srv/www/web66/html/crons/SurfbarReloads.php on line 9
{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf420 {\fonttbl\f0\fswiss\fcharset77 Helvetica;} {\colortbl;\red255\green255\blue255;} \paperw11900\paperh16840\margl1440\margr1440\vieww 9000\viewh8400\viewkind0 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3 920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural \pardirnatural \f0\fs24 \cf0 }

?(

MasterG
24.07.2007, 14:00
Problem gelöst, lag an der Formatierung des Dokuments.

Closed

DimpleX
24.07.2007, 14:02
freut mich das ich dir helfen konnte

dann mache ich mal CLosed

lösung es lag am Mac-OS editor

DimpleX