The Little Guy Posted December 14, 2007 Share Posted December 14, 2007 I made a stats web site, and place the statcounter to view stats on the page of one of my sites (Tzfiles). I am able to track page popularity, and one of the URL's that returns back to me are these: http://{url removed}/?gclid=CPvEusy5i5ACFRIUagodQUiLtA http://{url removed}/?gclid=CMbTxfi8i5ACFQ8nawodpHL8tw http://{url removed}/?gclid=COSgrNrCi5ACFRUmawodoUVttQ etc. What are those? and where did/do they come from? edit by redbullmarky URL's removed as linking to pornographic stuff. Link to comment https://forums.phpfreaks.com/topic/81710-url-i-dont-have/ Share on other sites More sharing options...
redbullmarky Posted December 14, 2007 Share Posted December 14, 2007 search engines (or bots in general) don't store cookies, so the session ID needs to be passed across the URL. What you're seeing is the session_id(). it's an automatic (unless switched off) feature of PHP allowing sessions to be maintained for users without cookies enabled. Link to comment https://forums.phpfreaks.com/topic/81710-url-i-dont-have/#findComment-415027 Share on other sites More sharing options...
The Little Guy Posted December 14, 2007 Author Share Posted December 14, 2007 OK, Thanks Link to comment https://forums.phpfreaks.com/topic/81710-url-i-dont-have/#findComment-415049 Share on other sites More sharing options...
Daniel0 Posted December 15, 2007 Share Posted December 15, 2007 Why are there naked women on the front page? Link to comment https://forums.phpfreaks.com/topic/81710-url-i-dont-have/#findComment-415573 Share on other sites More sharing options...
The Little Guy Posted December 15, 2007 Author Share Posted December 15, 2007 of TzFiles? if so, because people uploaded them. Link to comment https://forums.phpfreaks.com/topic/81710-url-i-dont-have/#findComment-415613 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.