Welcome to Welcome to DNF.com™ - Domain Sales, Domain Forum, Domain Appraisals, Domain Registrars

If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the largest domain name community on the internet and continues to grow every day. There are over 105,000 domainers on DNForum doing everything from buying domains, selling domains, learning about domains and discussing domains. Take a minute and Register.

Register Today on DNForum IT'S FREE!

Results 1 to 14 of 14
  1. #1
    Platinum Lifetime Member
    marketing's Avatar
    Join Date
    Jan 2005
    Posts
    281
    DNF$
    1,144
    Bank
    0
    Total DNF$
    1,144
    Donate  

    CMS - For Mutliple Sites

    I am looking for a good content management system that can be installed on several sites, yet run off the same database. So that if one site is updated, they are all updated.

    I ahve used phpnuke and post nuke before but am a little concerned about the security on these "freeware" type of CMS.

    Anyone have any suggestions or know how to do this (multiple CMS sites running of the same DB?)

    if you know how to do this and could set it up for me...please let me know the price to do this and how long it would take you to have it done. Would be with like phpnuke 7 on 3 - 4 sites.

    Also - is it possible to use a my sql db from a previous version and upload it to the new install...thus keeping all the info from taht db?

    let me know...I await your knowledge

    marketing
    Find your FUTURE Page Rank - http://www.FutureRank.com
    ------------------------------------------------------
    Free Expired Domain Finder, BackLink Checker and other Tools - GrabExpired.com

  2. #2
    fab's Avatar
    Join Date
    Dec 2004
    Location
    Elad
    Posts
    5,044
    Country

    United States
    DNF$
    33,891
    Bank
    0
    Total DNF$
    33,891
    Donate  

    Re: CMS - For Mutliple Sites

    That's a very interesting proposal. I would be interested in knowing as well if this is feasible.

  3. #3
    Selling
    BLazeD's Avatar
    Join Date
    Apr 2004
    Location
    New Zealand
    Posts
    3,055
    DNF$
    32
    Bank
    12,403
    Total DNF$
    12,435
    Donate  

    Re: CMS - For Mutliple Sites

    e107.org is good.

    Couldn't you just edit all references to the DBs in the config files so they all point to the same one?

  4. #4
    Gold Lifetime Member
    manueld64's Avatar
    Join Date
    May 2005
    Location
    Arizona
    Posts
    174
    DNF$
    637
    Bank
    0
    Total DNF$
    637
    Donate  

    Re: CMS - For Mutliple Sites

    you could try dotnetnuke.com, awesome for windows Hosting platform

  5. #5
    last known as TheWatcher
    KING dot NET's Avatar
    Join Date
    Sep 2002
    Location
    KING.NET
    Posts
    5,490
    Country

    United States
    DNF$
    13,358
    Bank
    0
    Total DNF$
    13,358
    Donate  

    Re: CMS - For Mutliple Sites

    Quote Originally Posted by marketing
    I am looking for a good content management system that can be installed on several sites, yet run off the same database. So that if one site is updated, they are all updated.

    I ahve used phpnuke and post nuke before but am a little concerned about the security on these "freeware" type of CMS.

    Anyone have any suggestions or know how to do this (multiple CMS sites running of the same DB?)

    if you know how to do this and could set it up for me...please let me know the price to do this and how long it would take you to have it done. Would be with like phpnuke 7 on 3 - 4 sites.

    Also - is it possible to use a my sql db from a previous version and upload it to the new install...thus keeping all the info from taht db?

    let me know...I await your knowledge

    marketing
    It is working with postnuke and phpnuke fine. Visit their website for documentation on how to do.

    Cheers,
    Em
    <a href=http://sqit.com/codes/cache/k.png target=_blank>
    KING.NET
    add your products and services : MultiForums.com Yet Another Forum : SQIT.com create your QR Codes and Microsoft Tag.

  6. #6
    The Bishop
    namestrands's Avatar
    Join Date
    Jan 2005
    Location
    Langley, VA
    Posts
    4,053
    DNF$
    3,312
    Bank
    0
    Total DNF$
    3,312
    Donate  

    Re: CMS - For Mutliple Sites

    mambo could be an option I understand there is an addon that allows you to manage multiple sites.

    www.mamboserver.com
    Enterprise Communications and Social Media in Uist

  7. #7
    Gold Lifetime Member
    manueld64's Avatar
    Join Date
    May 2005
    Location
    Arizona
    Posts
    174
    DNF$
    637
    Bank
    0
    Total DNF$
    637
    Donate  

    Re: CMS - For Mutliple Sites

    drupal allows you to run multiple sites as well

  8. #8
    fab's Avatar
    Join Date
    Dec 2004
    Location
    Elad
    Posts
    5,044
    Country

    United States
    DNF$
    33,891
    Bank
    0
    Total DNF$
    33,891
    Donate  

    Re: CMS - For Mutliple Sites

    mambo could be an option I understand there is an addon that allows you to manage multiple sites.
    Does anone know the name (url) of the add-on?
    drupal allows you to run multiple sites as well
    Is this standard, or is there a specific add on, and which?

  9. #9
    Gold Lifetime Member
    manueld64's Avatar
    Join Date
    May 2005
    Location
    Arizona
    Posts
    174
    DNF$
    637
    Bank
    0
    Total DNF$
    637
    Donate  

    Re: CMS - For Mutliple Sites

    yeah, the drupal install.txt shows you how to run multiple sites of one database, here is the text


    In addition, a single Drupal installation can host several
    Drupal-powered sites, each with its own individual configuration.
    If you don't need multiple Drupal sites, skip to the next section.

    Additional site configurations are created in subdirectories within
    the 'sites' directory. Each subdirectory must have a 'settings.php'
    file which specifies the configuration settings. The easiest way to
    create additional sites is to copy the 'default' directory and modify
    the 'settings.php' file as appropriate. The new directory name is
    constructed from the site's URL. The configuration for www.example.com
    could be in 'sites/example.com/settings.php' (note that 'www.' should
    be omitted if users can access your site at http://example.com/).

    Sites do not each have to have a different domain. You can use
    subdomains and subdirectories for Drupal sites also. For example,
    example.com, sub.example.com, and sub.example.com/site3 can all be
    defined as independent Drupal sites. The setup for a configuration
    such as this would look like the following:

    sites/default/settings.php
    sites/example.com/settings.php
    sites/sub.example.com/settings.php
    sites/sub.example.com.site3/settings.php

    When searching for a site configuration (for example
    www.sub.example.com/site3), Drupal will search for configuration
    files in the following order, using the first configuration it finds:

    sites/www.sub.example.com.site3/settings.php
    sites/sub.example.com.site3/settings.php
    sites/example.com.site3/settings.php
    sites/www.sub.example.com/settings.php
    sites/sub.example.com/settings.php
    sites/example.com/settings.php
    sites/default/settings.php

    Each site configuration can have its own site-specific modules and
    themes that will be made available in addition to those installed
    in the standard 'modules' and 'themes' directories. To use
    site-specific modules or themes, simply create a 'modules' or
    'themes' directory within the site configuration directory. For
    example, if sub.example.dom has a custom theme and a custom module
    that should not be accessible to other sites, the setup would look
    like this:

    sites/sub.example.com/:
    settings.php
    themes/custom_theme
    modules/custom_module

    NOTE: for more information about multiple virtual hosts or the
    configuration settings, consult the Drupal handbook at drupal.org.

  10. #10
    Platinum Lifetime Member
    kokopelli's Avatar
    Join Date
    Jul 2004
    Location
    USA
    Posts
    1,062
    DNF$
    5,254
    Bank
    0
    Total DNF$
    5,254
    Donate  

    Re: CMS - For Mutliple Sites

    mambo could be an option I understand there is an addon that allows you to manage multiple sites.
    Does anone know the name (url) of the add-on?
    See:
    http://mamboforge.net/projects/multisites/
    http://mamboforge.net/projects/multidb/
    http://mamboforge.net/projects/mamsites/
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    My Current Websites for SALE

  11. #11
    Platinum Lifetime Member
    marketing's Avatar
    Join Date
    Jan 2005
    Posts
    281
    DNF$
    1,144
    Bank
    0
    Total DNF$
    1,144
    Donate  

    Re: CMS - For Mutliple Sites

    I guess to ADD to this question...:

    The sites (there are like 10 of them) are all different domain names (not subdomains) but are all located on the same server with the same ip address. So the above documentation(s) for each of these is still ok right? I mean it is still possible if I read these correctly...right?
    Find your FUTURE Page Rank - http://www.FutureRank.com
    ------------------------------------------------------
    Free Expired Domain Finder, BackLink Checker and other Tools - GrabExpired.com

  12. #12
    mmkrulz's Avatar
    Join Date
    Oct 2004
    Location
    U.S
    Posts
    1,536
    DNF$
    955
    Bank
    0
    Total DNF$
    955
    Donate  

    Re: CMS - For Mutliple Sites

    Quote Originally Posted by marketing
    I guess to ADD to this question...:

    The sites (there are like 10 of them) are all different domain names (not subdomains) but are all located on the same server with the same ip address. So the above documentation(s) for each of these is still ok right? I mean it is still possible if I read these correctly...right?
    i am pretty sure you would be fine if they are all on the same server because the localhost is the same for all the sites, and the database.
    LeafyProductions.com - Imagine. Create. Inspire.
    Hide Under Here - HUH.in - Explore the Internet without restrictions!

  13. #13
    last known as TheWatcher
    KING dot NET's Avatar
    Join Date
    Sep 2002
    Location
    KING.NET
    Posts
    5,490
    Country

    United States
    DNF$
    13,358
    Bank
    0
    Total DNF$
    13,358
    Donate  

    Re: CMS - For Mutliple Sites

    In postnuke CMS, I'm using combination of subdomain and domain to provide a web portal for small business, wireless, security, etc. I will share it here when we complete the upgrade.

    Em

    Quote Originally Posted by mmkrulz
    i am pretty sure you would be fine if they are all on the same server because the localhost is the same for all the sites, and the database.
    You can also use static IP for domain or shared IP pointing to the same database.

    EM
    Last edited by TheWatcher; 08-26-2005 at 02:18 PM. Reason: Automerged Doublepost
    <a href=http://sqit.com/codes/cache/k.png target=_blank>
    KING.NET
    add your products and services : MultiForums.com Yet Another Forum : SQIT.com create your QR Codes and Microsoft Tag.

  14. #14
    TheBest.com
    GeorgeK's Avatar
    Join Date
    May 2002
    Location
    Toronto, Canada
    Posts
    2,264
    DNF$
    1,512
    Bank
    0
    Total DNF$
    1,512
    Donate  

    Re: CMS - For Mutliple Sites

    Go to CMS Matrix:

    http://www.cmsmatrix.org/matrix/cms-matrix?func=search

    and put a checkmark next to "Multi-Site Deployment" (under "Flexibility"). It'll return a list (on the left hand column, checkmarked) of all matching ones, as there are more than 10. Narrow it down further, and you can see side-by-side comparisons.
    George Kirikos
    Home Page

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
  •  

Domain name forum recommended by Domaining.com