|
|
| Author |
Message |
glenna1984
Joined: 05 Jul 2005 Posts: 4
|
Posted: Tue Jul 05, 2005 12:15 pm Post subject: I cannot re-install Level10 Hit Counter |
|
|
I installed and ran the php Level 10 hit counter for awhile.
I then removed the database files and tried to run l10hc_admin.php again.
I got a message saying the software was already installed.
I re uploaded an orginal copy from the your website and got the same message: Leve10 Hit Counter Installed Successfully.
However there are NO database tables!! |
|
| Back to top |
|
 |
UbiquitousDude
Joined: 05 Jul 2005 Posts: 9
|
Posted: Tue Jul 12, 2005 2:23 pm Post subject: Creating database tables |
|
|
I got this to work by having to modify the L10HC_Setup_DB.php script to fit to MySQL database.
This is what I wrote in a posting (http://www.leveltendesign.com/L10Apps/forum/viewtopic.php?t=235) :
What I did is hack the L10HC_Setup_DB.php file (this is the file that creates the tables and populates the database). I had to enter in the variables for the dbhost, dbuser, dbpassword and database. I also had to change the db_query to be mysql_query (since I am using MySQL), and changed that line to be mysql_query($sql). The database is there now, and I get the blue icon counter when I go to L10HC_Counter.php.
Hope that helps. |
|
| Back to top |
|
 |
glenna1984
Joined: 05 Jul 2005 Posts: 4
|
Posted: Tue Jul 12, 2005 2:56 pm Post subject: |
|
|
| Thanks for your input. I finally got my to work by deleting the L10HC_AcctParams.php file from the website. |
|
| Back to top |
|
 |
UbiquitousDude
Joined: 05 Jul 2005 Posts: 9
|
Posted: Tue Jul 12, 2005 8:15 pm Post subject: Can you get to L10HC_Reporter.html without any data timeout |
|
|
| Oh, that's great. When you go to the L10HC_Reporter.html page then, do you get a data timeout error that says "Server is not responding. Try again in a few moments?" |
|
| Back to top |
|
 |
glenna1984
Joined: 05 Jul 2005 Posts: 4
|
Posted: Tue Jul 12, 2005 8:38 pm Post subject: |
|
|
Its working fine.
I fixed it about 7 hours ago and the Reporter is okay as of now. |
|
| Back to top |
|
 |
|