Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - shami74

Pages: 1 2 3 [4]
46
Installation, Update & Configuration / Re: instillation question
« on: January 16, 2008, 11:31:56 AM »
save this as: config.php and load in root of your gallery-system after installation

an than, delete install.php


ok silly question ..
how canI save in the root of the gallery system after instillation if the installation is what's not working  I think. I unzipped like the tutorial said and moved what i was told to move then did the upload to the server and tried to do the install as you say and it came up with garble .. and now it's still doing the same..

I believe I did the data base thing right  with naming it and such ..

shami

47
Installation, Update & Configuration / instillation question
« on: January 15, 2008, 09:55:50 PM »
I have followed a tutorial to put 4images on our site .. and i get down to the spot where it says install and it brings up a page of garrbally words and stuff .. i have done the edit on the  config.new.php

<?php
/**************************************************************************
 *                                                                        *
 *    4images - A Web Based Image Gallery Management System               *
 *    ----------------------------------------------------------------    *
 *                                                                        *
 *             File: config.php                                           *
 *        Copyright: (C) 2002 Jan Sorgalla                                *
 *            Email: jan@4homepages.de                                    *
 *              Web: http://www.4homepages.de                             *
 *    Scriptversion: 1.7.4                                                *
 *                                                                        *
 *    Never released without support from: Nicky (http://www.nicky.net)   *
 *                                                                        *
 **************************************************************************
 *                                                                        *
 *    Dieses Script ist KEINE Freeware. Bitte lesen Sie die Lizenz-       *
 *    bedingungen (Lizenz.txt) für weitere Informationen.                 *
 *    ---------------------------------------------------------------     *
 *    This script is NOT freeware! Please read the Copyright Notice       *
 *    (Licence.txt) for further information.                              *
 *                                                                        *
 *************************************************************************/

$db_servertype = "mysql";
$db_host = "3moonsbuilders.com";
$db_name = "james444";
$db_user = "james444_4images";
$db_password = "*****";

$table_prefix = "4images_";

define("4IMAGES_ACTIVE", 1);

?>



is there something else that i need to change to get this to install right and bring up the admin screen


thank you shami

Pages: 1 2 3 [4]