-
TOPCHAT produces HTML with many validation errors. Most would be pretty easy to fix.
The most common problem is a lack of entity coding. The & symbol that is used to separate request variables in URLs should be entity encoded as & just like elsewhere on the page.
I think most people forget about this one!
2007-03-08 11:52:13 UTC in TOPChat
-
If someone tries to post a message to a USENET group and PHP Headliner fails to connect to the NNTP server, the error message is quite ugly.
2007-03-01 14:49:31 UTC in PHP Headliner
-
Aha ... my mistake. The $HTTP_*_VARS variables are not disabled by register_globals. They are instead affected by the register_long_arrays directive:
http://uk2.php.net/manual/en/ini.core.php#ini.register-long-arrays
I presume they do not suffer from security problems and are probably usually left set to 'on' for backward compatibility.
What development environment do you use? I have...
2007-02-08 11:56:36 UTC in TOPChat
-
Currently top-chat uses global PHP variables. Many servers where security is an issue do not permit the use of globals.
In order to comply variables such as $HTTP_POST_VARS should be changed to $_POST.
2007-02-07 11:25:07 UTC in TOPChat
-
colineberhardt committed patchset 45 of module source to the PHP Headliner CVS repository, changing 1 files.
2007-01-19 14:58:57 UTC in PHP Headliner
-
With URLs of the following type:
http://www.jugglingdb.com/news/thread.php?group=1&offset=0&thread=39810&id=157348
It should be possible to omit the group parameter if the headliner installation only has a single group.
2007-01-05 08:53:25 UTC in PHP Headliner
-
The following message:
http://www.jugglingdb.com/news/rightpane.php?group=1&id=163838
Should look like this:
http://groups.google.co.uk/group/rec.juggling/msg/6592436c52731ded.
2007-01-05 08:51:18 UTC in PHP Headliner
-
colineberhardt committed patchset 44 of module source to the PHP Headliner CVS repository, changing 1 files.
2007-01-04 10:20:26 UTC in PHP Headliner
-
colineberhardt committed patchset 43 of module source to the PHP Headliner CVS repository, changing 1 files.
2007-01-04 09:12:13 UTC in PHP Headliner
-
colineberhardt committed patchset 42 of module source to the PHP Headliner CVS repository, changing 5 files.
2007-01-03 16:04:57 UTC in PHP Headliner