/
home
/
techb158
/
immovalet.ca
/
report
/
Master
/
local
/
/home/techb158/immovalet.ca/report/Master/local
mkdir
upload
Name
Size
Mode
Actions
.htaccess
1005
0666
edit
dl
rm
counter_config.php
753
0666
edit
dl
rm
geoiploc.php
2523139
0666
edit
dl
rm
view.php
3646
0666
edit
dl
rm
Edit:
/home/techb158/immovalet.ca/report/Master/local/counter_config.php
(753B)
<?php // change these values : //$localhost = '69.28.199.130'; session_start(); global $Conn; $dbhost = "localhost"; // this will ususally be 'localhost', but can sometimes differ $dbname = "techb158_hypothequetoimieux"; // the name of the database that you are going to use for this project $dbuser = "techb158_hypothe"; // the username that you created, or were given, to access your database $dbpass = "Hypothe*1"; // the password that you created, or were given, to access your database $dbtablehits= 'hits'; $dbtableinfo= 'info'; $maxrows = 500000000000000000000000000; $Conn=mysqli_connect($dbhost, $dbuser, $dbpass) or die("MySQL Error: " . mysqli_error()); //mysql_select_db($dbname) or die("MySQL Error: " . mysql_error()); ?>
Save
cmd:
run