0 Members and 1 Guest are viewing this topic.
but Pablo ,stumpey script has got nothing to do with consolewdits just copying a web file, produced by the full linux version
I had a similar problem with the normal GUI version I resolved it like this.I simply renamed the testtag file to wxlocal3.html then let wd parse the file in the normal manner to wx3.htmlThen with a bit of script below and cron every 5 mins, moved and renamed the file to testtags.php..job done. This has been working for months perfectly .SteveCode: [Select]#!/bin/shsleep 15cp /home/weather/wdisplay/webfiles/wx3.html /var/www/testtags.phpexit
#!/bin/shsleep 15cp /home/weather/wdisplay/webfiles/wx3.html /var/www/testtags.phpexit