Forum Moderators: coopster

Message Too Old, No Replies

PHP Traffic Exchange. Changing Surf URL?

         

jtracy

4:28 pm on Feb 27, 2006 (gmt 0)

10+ Year Member



I was given a PHP script for an automatic traffic exchange, but realized yesterday that in the traffic log on one of my websites I have in the traffic exchange, it shows the email addresses of each user who has viewed my site, as it is part of their surf URL.

I dont know much about PHP but would like to make things as secure as possible for my users so would like to have their email addresses removed from their individual surf URLs and replace it with maybe their user number or something.

If anyone has any suggestions, please keep in mind that I am EXTREMELY new to PHP, this is my first experience with it.

I can show you the code I have if you think you can show me how to alter it.

Thanks.
Jessica Tracy

[edited by: coopster at 5:58 pm (utc) on Feb. 27, 2006]
[edit reason] removed url per TOS [webmasterworld.com] [/edit]

coopster

3:38 pm on Feb 28, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



You will have to find that portion of the script that is appending the user email address to the string being written to your log and remove it.