Scripts to auto-install multiple blogs wordpress, Simple Machines Forums, CMS Drupal and Oscommerce in websites It requires php5 and mysql. It creates blogs, forums, cms and online shop in a matter of minutes, with user control log for each blog.
Be the first to post a text review of Blog-Forum-CMS-Commerce-Autoinstaller. Rate and review a project by clicking thumbs up or thumbs down in the right column.
Blog Forum Autoinstaller-1.0 is a program developed to auto-install web tools. Copyright (C) 2009 Juan Salvador Chaves-Gonzalez juan.cha63@gmail.com Instructions to install Blog-Forum-Autoinstaller-1.0. Copy all the files to your server. Run chmod 777 in "Foros", "blogs","drupals","oscommerces" Create a mysql database with these data, the user must have privileges to create other users. It is the database that stores the users that are logged. Review the configuration of the file htaccess.txt and the configuration of the server where Drupal is hosted. CREATE TABLE `datos_foro_` ( `foro` varchar(50) NOT NULL, `nombre` varchar(50) NOT NULL, `apellidos` varchar(50) NOT NULL, `provincia` varchar(50) NOT NULL, `ciudad` varchar(50) NOT NULL, `direccion` varchar(50) NOT NULL, `claves` varchar(50) NOT NULL, `email` varchar(50) NOT NULL, `ip` varchar(15) NOT NULL, `acepto` varchar(2) NOT NULL, `notas` varchar(50) NOT NULL, PRIMARY KEY (`foro`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; CREATE TABLE `datos_blog_` ( `blog` varchar(60) NOT NULL, `nombre` varchar(60) NOT NULL, `apellidos` varchar(60) NOT NULL, `provincia` varchar(60) NOT NULL, `ciudad` varchar(60) NOT NULL, `direccion` varchar(60) NOT NULL, `claves` varchar(60) NOT NULL, `email` varchar(60) NOT NULL, `ip` varchar(20) NOT NULL, `acepto` varchar(2) NOT NULL, PRIMARY KEY (`blog`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; CREATE TABLE IF NOT EXISTS `datos_drupal_` ( `drupal` varchar(50) NOT NULL, `nombre` varchar(50) NOT NULL, `apellidos` varchar(50) NOT NULL, `provincia` varchar(50) NOT NULL, `ciudad` varchar(50) NOT NULL, `direccion` varchar(50) NOT NULL, `claves` varchar(50) NOT NULL, `email` varchar(50) NOT NULL, `ip` varchar(15) NOT NULL, `acepto` varchar(2) NOT NULL, `notas` varchar(50) NOT NULL, PRIMARY KEY (`drupal`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; CREATE TABLE IF NOT EXISTS `datos_oscommerce_` ( `oscommerce` varchar(50) NOT NULL, `nombre` varchar(50) NOT NULL, `apellidos` varchar(50) NOT NULL, `provincia` varchar(50) NOT NULL, `ciudad` varchar(50) NOT NULL, `direccion` varchar(50) NOT NULL, `claves` varchar(50) NOT NULL, `email` varchar(50) NOT NULL, `ip` varchar(15) NOT NULL, `acepto` varchar(2) NOT NULL, `notas` varchar(50) NOT NULL, PRIMARY KEY (`oscommerce`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; Enter the hostname, username and password for the database in the file function.php Note: in this file, the hostname has to be entered twice $host="";//enter the hostname $host="";//enter again the hostname $usuario="";// User with privileges to create new users $claves="";// Password for the database $selecbd="";// Name of the database Enter your mail in "crear-foro.php","crear-blog.php","crear-drupal.php" and "crear-oscommerces.php", to receive the records. Note: uncomment / ** / mail ( "admin @ email"
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?
Thanks for your review!
Get credit for your review by logging in via OpenID. Click your account provider: