| View previous topic :: View next topic |
| Author |
Message |
Andyy
Joined: 18 Mar 2005
Posts: 2
|
| Posted: Fri Mar 18, 2005 10:53 am Post subject: phpsitestats DB setup? |
|
|
Please give sugestion for the input of the database table names in each field
Log table name = ? Display name = ? Table name =?
Do I enter all fields then click Add DbLog Record ?
And re-enter all fields with the same names then click Create DbLog Tables ?
Thanks for your support
Andrew |
|
| Back to top |
|
Vlad Alexa Mancini
Joined: 07 Jul 2003
Posts: 303
|
| Posted: Fri Mar 18, 2005 12:55 pm Post subject: |
|
|
table name is the name of the database table you want to log to , you need to fill only that before pressing "Create dblog table"
After that you can use the name of the table that you just created in the Log table name field , and whatever text you want for Display name , then press "Add dblog Record" |
|
| Back to top |
|
Andyy
Joined: 18 Mar 2005
Posts: 2
|
| Posted: Fri Mar 18, 2005 3:07 pm Post subject: That got it working :-) |
|
|
Thanks Vlad it is now working
Just one more quiry
On html pages I added the below link
but on the pahe gives a broken image link?
any sugestions?
Code: <img src=phpsitestats/inc.func.php?graphic=progress&logfile=index&what=db_30days> |
|
| Back to top |
|
Vlad Alexa Mancini
Joined: 07 Jul 2003
Posts: 303
|
| Posted: Fri Mar 18, 2005 4:10 pm Post subject: |
|
|
you should replace index.log from the example with your table name , also you might want to use a absolute url , check my example below
Code: <img src="http://nextcode.org/phpsitestats/inc.func.php?graphic=progress&logfile=nextcode&what=db_30days">
the output is this :
|
|
| Back to top |
|
gurpartap
Joined: 07 Apr 2005
Posts: 2
Location: india
|
| Posted: Thu Apr 07, 2005 11:56 pm Post subject: |
|
|
Quote: table name is the name of the database table you want to log to , you need to fill only that before pressing "Create dblog table"
After that you can use the name of the table that you just created in the Log table name field , and whatever text you want for Display name , then press "Add dblog Record"
when i enter only "table name" and press "Create dblog table" it says i need 2 enter all fields. and moreover i need full step by step guide 2 configure
please help
i am not odering but begging
newbies cannot do anything by themselves
thanks
--
gurpartap singh :?: :?: :?: :?: :?: :?: :?: :?: :?: :?: :?: :?: :?: :?: :?: :?: :?: :?: :?: :?: :?: :?: :?: |
|
| Back to top |
|
| |