Instant Leads Support

Please login or register.

Login with username, password and session length
Advanced search  

News:

SMF - Just Installed!

Author Topic: How to Install Your Software  (Read 11489 times)

admin

  • Guest
How to Install Your Software
« on: October 28, 2008, 11:22:08 AM »
Ok so you have downloaded your software, extracted the contents into a new directory on your computer and are ready to install the software. Well to make things easy we have created a video tutorial showing you exactly what to do.

http://www.instant-leads.com/tutorials/installation.zip

Download this file, extract it to any new directory on your computer and double click the index.html file to start the video. If you have any trouble, questions or concerns just come back here and let me know what help you need.

Simon James
Forum Admin
Logged

Master Mover

  • Guest
Re: How to Install Your Software
« Reply #1 on: October 28, 2008, 05:13:29 PM »
I think the install process is quiet simple. If you have a basic idea of how to create a database and how to upload files the complete install can be done in 15 minutes.

1) Create your data base -
2) Import the .SQL file into your new database
3) Upload your files and folders
4) Configure your "config.php" file found in inc/config.php with your database name and pasword


<?php
global $dbc;
$db_host = "localhost";
$db_name = "database_name";
$db_username = "database_name";
$db_password = "database_pasword";


 $dbc = mysql_connect($db_host, $db_username, $db_password);
 mysql_select_db($db_name, $dbc) || die(mysql_error());

 define('SITE_ROOT','');
 define('URL_SITE_ROOT','YOURDOMAIN/installdirectory/');
 define('PAYPAL_EMAIL','YOUR_PAYPAL_EMAIL');


If all the above went ok then you should be able to go straight to your http://www.yourdomain/installdirectory

Done.
« Last Edit: October 28, 2008, 05:26:10 PM by Master Mover »
Logged

admin

  • Guest
Re: How to Install Your Software
« Reply #2 on: November 02, 2008, 10:38:25 AM »
Well said, and to think it took me 2 hours to create a video to show people how to do that :)

Admin
Logged

leads4agents

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: How to Install Your Software
« Reply #3 on: February 12, 2011, 08:09:30 AM »
Suggestion - the pay pal address should be added to the admin menu area, so files do not need to be edited.  I easily corrected this but I spent over an hour looking for where it was defined until I found this forum.  Add to list...

JP Stevens
www.leads4agents.com
Logged

bestleadshop

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: How to Install Your Software
« Reply #4 on: February 22, 2012, 06:59:56 PM »
I am having problems with the process.php file not loading. I can get to the login page but when I hit submit it just sits on a blank screen. Has anyone had this same issue? I have followed the install instructions verbatim but there is  nothing addressing this issue.

info@bestleadshop.com if you can help
Logged