<?php // config.php -> Database configuration. // @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ // @@ @@ // @@ ++++++++++++++++++ @@ // @@ ++ InstaCounter ++ Version: 1.0 @@ // @@ ++++++++++++++++++ @@ // @@ @@ // @@ InstaCounter was developed by Christophe Johanns. Therefore @@ // @@ he owns the copyright to all files of this script. Feel free @@ // @@ to modify the code for PERSONAL use. @@ // @@ @@ // @@ Copyright © 2001 Christophe Johanns. All rights reserved. @@ // @@ @@ // @@ Support: http://www.freesources.net/instacounter.php @@ // @@ Comments: hide@address.com @@ // @@ @@ // @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ // @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ // @@ DATABASE VARIABLES @@ // @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ // Change below is your assigned mySQL username. $user = ""; // Change to the pw below is your assigned mySQL password. $pw = ""; // Change to the database you have permission to connect to. $database = ""; // Location of the MySQL server (in 99% of the cases localhost) $sqlloc = "localhost"; ?>