Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Re: Content management system recommendations?

by Hero Zzyzzx (Curate)
on Jan 16, 2002 at 02:51 UTC ( [id://139072]=note: print w/replies, xml ) Need Help??


in reply to Re: Content management system recommendations?
in thread Content management system recommendations?

I cannot recommend PHP Nuke at all. The only reason it's fast is because it's built in PHP. It's efficiency is absolutely terrible! I remember seeing recursive category loops that, rather selecting the entire universe of records in one query and then crunching them in PHP, selected the major categories and then did a query for each and every category, really slamming MySQL with unnecessary traffic.

Look at the code. It's some of the ugliest stuff I've seen. It's also had a few well-known, and major, bugs, including ones that allowed non-authenticated users to upload files with any filename the user wanted. This was well-exploited, trust me (I speak from experience and learned a lesson- never trust other's code. . .).

Steer clear, unless it's changed significantly in the last six months or so.

-Any sufficiently advanced technology is
indistinguishable from doubletalk.

  • Comment on Re: Re: Content management system recommendations?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://139072]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (6)
As of 2024-04-19 06:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found