Jump to content


adonainet

Member Since 24/04/2005
Offline Last Active 03/01/2006, 07:12
-----

Posts I've Made

In Topic: Socorro ! É Simples Pra Quem Sabe

13/05/2005, 20:26

alguem quer o script pra testar pois não esta funcionado.

In Topic: Socorro ! É Simples Pra Quem Sabe

13/05/2005, 19:21

qualquer um pode me ajudar ok se prefrir mando o script por e-mail ok.

In Topic: Socorro ! É Simples Pra Quem Sabe

13/05/2005, 19:01

no arquivo conn ta assim

<?

//enter your MySQL database host name, often it is not necessary to edit this line
$db_host = "krbhost_imovel";

//enter your MySQL database username
$db_username = "krbhost";

//enter your MySQL database password
$db_password = "cristh";

//enter your MySQL database name
$db_name = "krbhost_imovel";


////////////////////////////////////////////////////////////
////// do not edit below this line ///////
///////////////////////////////////////////////////////////

//connect to the database server
$connection = mysql_connect($db_host, $db_username, $db_password) or die(mysql_error());

//select database
$db = mysql_select_db($db_name, $connection);

session_start();

$t = time();


?>

In Topic: Como Editar Esse Script De Classificados?

13/05/2005, 18:32

tenho um script de imobiliaria pronto mas estou com dificuldade de instalar, algue pode me ajudar ?

In Topic: Socorro ! É Simples Pra Quem Sabe

13/05/2005, 18:29

INSTALLATION INSTRUCTIONS
=======================


1. Open the "conn.php" file and set up the necessary database variables:
2. Upload all the files and directories to your server. Keep the same directory structure as one at the zip archive.
3. Change the access permissions to the following directories:

"re_images" -> CHMOD 777
"banners" -> CHMOD 777

4. Point your browser to:

http://www.your-domain.com/install.php

This PHP script will install the database tables. After a successful installatoin, delete this file from your server.

5. Go to:

http://www.your-domain.com/siteadmin

Username & password: test

After your first login, change your login information and set up the necessary site settings (paypal email, priority levels and prices).

If need some help or you have problems while using this script, you know - just email me.

IPB Skin By Virteq