From: Neil W. <li...@co...> - 2003-04-23 23:09:27
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 During testing of the current wwwadmin.pl script (wwwboard v1.51), I came across these problems: Main problem: wwwadmin.pl - omission: The script is not finding all message files - it seems to be mostly the replies in the list. (95% of the lines in the remove report start with Re:). Most of the original messages (including ones that never received a reply) don't show up and cannot be deleted. Mostly applies to older files on the forum. Newer ones seem OK. (I have quite an old forum at www.codehelp.co.uk and it is awkward having to amend the forum file via FTP.) It's not just the files being old though, because the replies to old files always show up. $ grep -c top: index.html 203 $ grep -c single ~/Documents/admin.html 101 index.html = the live forum page at http://www.codehelp.co.uk/forum/ admin.html = a saved copy of the output of wwwadmin.pl?remove 50% of files missed by the script? wwwadmin.pl - addition: I'd like to have copies of the Remove Messages and reset buttons available at the TOP of the remove page. The forum can get pretty long and often it is the most recent posts that need to be deleted. wwwadmin.pl line 736: Message not Mesage wwwadmin.pl line 763: $html_style missing - final confirmation report doesn't use the stylesheet setting and could cause report to be unreadable on some sites. - -- Neil Williams ============= http://www.codehelp.co.uk http://www.dclug.org.uk http://www.wewantbroadband.co.uk/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE+px0biAEJSii8s+MRAgbWAKCCGOdqs1Y2kS6N62Vp/7ouyIqyiACgltgo o6ADF3kX56flIwRXqbizqEE= =ll0A -----END PGP SIGNATURE----- |