Guest Posted June 17, 2003 Posted June 17, 2003 Does anyone have or has anyone seen a fix for this? Originating URL does not save to Database User Tracker With Admin 1.34 contrib. Thanks. Quote
wizardsandwars Posted June 17, 2003 Posted June 17, 2003 Umm, yes it does. It's been working fine on mine ever since it came out. Perhaps you should retrace your installation steps. Quote ------------------------------------------------------------------------------------------------------------------------- NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit. If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help.
Guest Posted June 17, 2003 Posted June 17, 2003 in admin/user_tracking.php == start ========================= Replaced line 238 --> http://www.dnsstuff.com/tools/whois.ch?ip= <-- with this --> <?php echo USER_TRACKING_WHOIS_URL ?> == end =========================== I had the same prob with latest contrib. Quote
wizardsandwars Posted June 17, 2003 Posted June 17, 2003 Ah, that must be it. I'm not using the latest version. Quote ------------------------------------------------------------------------------------------------------------------------- NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit. If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help.
Guest Posted June 17, 2003 Posted June 17, 2003 I tried the change on line 238. That doesn't seem to populate the Originating Url field for me. :? Quote
dreamscape Posted June 17, 2003 Posted June 17, 2003 yeah I'm using v1.3 and once the session expires, so does the referring URL... that whois has nothing to do with the referrer... Quote The only thing necessary for evil to flourish is for good men to do nothing - Edmund Burke
Guest Posted June 17, 2003 Posted June 17, 2003 opps my mistake, but that code needs to be put in on the last download anyway. the whois wont change via admin as it was hardcoded. Quote
Redmanmike Posted June 30, 2003 Posted June 30, 2003 The reason why the referrer url is gone when the session expires is because it is never stored in the user_tracking table , instead it is pulled from the sessions table. Once the session is over the it is deleted from the sessions table. I have been trying to change the code so that the referrer is grabbed and stored in the user tracking table, but I am haveing problems figureing out how to use the $HTTP_REFERRER var. Greg did a killer job on the current version, but he really ment it to be used for short time period tracking, less then a day. If anyone out there has a little time to help we could build it out to act as a real user reporting tool for longer periods of tracking. It wouldn't take much just adding some key items to initial data store and then just a few diffrent queries. Cheers, Mike Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.