Results 1 to 4 of 4

Thread: PHP - MySQL Portal software

  1. #1
    Registered
    Join Date
    Oct 2003
    Location
    USA
    Posts
    17

    PHP - MySQL Portal software

    I have installed and played around with postnuke and php-nuke systems. I like them: usability, ease of content management, and the ability to update from an email cafe.

    I have a couple of concerns:

    Security - are they easily hacked?

    Search - will search engines recognize my content?

    Overload - They seem to have a good deal of options that I will never use.

    I need a BBS system, some type of 'blog', and a picture gallery. I would like them to be tied together with a search function and user registration. My knowledge of PHP and MySQL is that of a beginner. I am an expert at HTML, javascript, flash and quicktime. I wonder if it's better to stick with what I know or plunge into a turn-key solution [I hate that expression]

    Any suggestions?

  2. #2
    Administrator Chris's Avatar
    Join Date
    Feb 2003
    Location
    East Lansing, MI USA
    Posts
    7,055
    php-nuke is not very se friendly.

    Most popular CMS's aren't for that matter.

    I develop my CMS's from scratch, much more control that way.

    Now, for the BBS and the Gallery...

    photopostphp (photopost.com) can integrate with popular forums, including vBulletin. So if you're up for spending $300 you can get a nice forum/gallery package in the form of photopost and vbulletin.
    Chris Beasley - My Guide to Building a Successful Website[size=1]
    Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives

  3. #3
    Registered
    Join Date
    Oct 2003
    Location
    USA
    Posts
    17

    HTML Vs. Dynamic database site

    I just spent the day flipping through the o'reilly google hacks book. The way they explain page rank a plain HTML site with 400 static pages would perform better than a site that is dynamic, being created on the fly from a database.

    Did I understand that correctly? How does google spider through a database?

  4. #4
    Administrator Chris's Avatar
    Join Date
    Feb 2003
    Location
    East Lansing, MI USA
    Posts
    7,055
    That Google Hacks book is useless from an SEO standpoint -- most if it is plain wrong.

    The information on the Google API is useful, but it is not an SEO book.

    Google cares nothing for files or databases, only for unique URLs. As long as the URL is unique Google doesn't care if it was generated by a database or a static file.

    There are some issues involved with dynamic sites, but they have nothing to do with PageRank.

    Basically you should avoid variables named "id" in your query strings, also session IDs are a bad idea. Otherwise you're fine, but to get the best performance you should use SE friendly URLs.

    http://www.websitepublisher.net/arti...friendly_urls/
    Chris Beasley - My Guide to Building a Successful Website[size=1]
    Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives

Similar Threads

  1. Review: Professional PHP Programming
    By Chris in forum Books
    Replies: 6
    Last Post: 07-17-2013, 05:26 AM
  2. MySQL driven AWS site
    By Best.Flash in forum User Owned Websites
    Replies: 9
    Last Post: 03-27-2004, 11:04 AM
  3. Portal website?
    By Cloughie in forum General Chat
    Replies: 2
    Last Post: 01-18-2004, 05:04 AM
  4. Getting started w/ MySQL and PHP HELP
    By bishop9144 in forum HTML, CSS, Layout, and Design
    Replies: 5
    Last Post: 01-08-2004, 06:13 AM
  5. PHP & MySQL confuses me... Is there software that can do it for me?
    By incka in forum Website Programming & Databases
    Replies: 25
    Last Post: 12-21-2003, 10:10 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •