Auditing Web Sites

A

Anonymous

Guest
Hi,

Can you help / give me information on how and which way is the best way to audit my web site please.

I wish to track users, and see what they do, and more.

Any links, or help that you can give me will be very much appreciated.

Cheers Very Much
 
you can make scripts which will be audit your site data base, and show all information.

It meens that you can make a adminnistator scripts for your site yourself...
 
Pejone said:
you can make scripts which will be audit your site data base, and show all information.

It meens that you can make a adminnistator scripts for your site yourself...

But i have no idea where to start, this seems to be far above my level of knowledge of PHP.
 
Sure, if i could write it myself i would rather do that, but i dont have a clue of where to start or how!?

cheers
 
start from your data base

how it is strusture

Code:
id status user posts
4  Moder Pejone 635
65 Newbi Amen 45

try to display all data from data base and make link to every of them
<del.php?id=$id>Delete User</a> <show.php?id=id>Show full info</a> <a href=edit.php?id=$id>Edit user info</a> ...

Make scripts which will be delete, edit, and show data...
 
Ok, ive done that before,

got all that.

that was easy.

what next moderator? :D

Cheers
 
AaaDee said:
Ok, ive done that before,
got all that.

that was easy.
So why are you asking for that? :?:

Regards...

At next you can audit your site... If you have users - see its info makes some changes...

Make some scripts, that can show total information, about countrie where from users...

Think deferent (c) Mac


P.S.
Sorry for my previost post I realy have bad english...
 
AaaDee said:
Hi,

Can you help / give me information on how and which way is the best way to audit my web site please.

I wish to track users, and see what they do, and more.

Any links, or help that you can give me will be very much appreciated.

Cheers Very Much
see this: http://www.hotscripts.com/Detailed/16115.html
 
Back
Top