• Background
    • Awards
    • Biography
    • Resume
  • Blog
    • Articles
    • Cookie Policy
    • Galleries
      • Photo Gallery
      • Video Gallery
    • Glossary
  • Contact
    • Contact
    • Social Networks
  • IT
    • Downloads
      • Windows
    • Equipment
    • Hardware
    • Software
    • Testimonial
    • Information Technology
  • Projects
    • Business Projects
    • HackBook Projects
    • Hackintosh Projects
    • Website Projects
    • More Projects
  • Service Rates
    • Business Rates
    • Residential Rates

Traffic Estimations

Tuesday, April 1, 2003 Articles, Tips Comments Off on Traffic Estimations

How do you find traffic estimations for your website? Tracking software from a third-party is one option but keep in mind that your online visitors may disable JavaScript or have that particular tracking software that you are using blocked in their host file or with their browser’s plugin making it totally useless to you.

If you have access to to an email account, you can add a code to your pages (error pages are recommended over live pages) or template that will email you each time a page was loaded whether the visitor is a bot or human. The best part about the script is that it will not show up in the view source so visitors will not know it is there and bots will not have a chance to harvest the email address.

<!– Email Tracking : Open –>
<!–?php $ip = getenv (“REMOTE_ADDR”);
$requri = getenv (“REQUEST_URI”);
$servname = getenv (“SERVER_NAME”);
$combine = $ip . ” tried to load ” ;
$url = $servname . $requri ;
$httpref = getenv (“HTTP_REFERER”);
$httpagent = getenv (“HTTP_USER_AGENT”);
$today = date(“D M j Y g:i:s a T”);
$message2 = “On $today, $combine:\n
http://$url\n
User-Agent = $httpagent \n
$httpref – http://whois.domaintools.com/$ip”;
$to = “send@example.com”;
$subject = “Traffic Estimations”;
$from = “From:receive@example.com\r\n”;
mail($to, $subject, $message2, $from);
?–>
<!– Email Tracking : Close –>

The following two tabs change content below.
  • Bio
  • Latest Posts
facebook-profile-picture
My Twitter profileMy Facebook profileMy LinkedIn profileMy Pinterest profileMy YouTube channel

Stephan Pringle

Chief Executive Officer at Sipylus
About The Author: Stephan Pringle is an Information Technology Specialist. He covers hardware and software and provides tips for you to troubleshoot and repair issues on your own. In his spare time, he writes articles about the State of New York on his Hackintosh and HackBook and that has helped him to become the top contributor of the New York City section of Yahoo! Answers.
facebook-profile-picture
My Twitter profileMy Facebook profileMy LinkedIn profileMy Pinterest profileMy YouTube channel

Latest posts by Stephan Pringle (see all)

  • Configuration.xml - Friday, March 12, 2021

Related posts:

  1. Recent Visitor Map
  2. Fake Referral Spam
  3. Say Farewell to Orkut
  4. No Access to WHM
  5. No Access to cPanel
  6. No Access to Webmail
  7. Incoming Search Terms
  8. dl-skin.php
  9. Check for Kindle Traffic
  10. Block Traffic from URLOpener.com
  11. Checking Email on Verizon’s Website
  12. Ports Used for Traffic
  13. Spoofed: Casino! Win Today!
  14. Manage Your Virtual Private Server
  15. Site Map for Web Logs
  16. AdsPart.com
  17. Video–Production.com
  18. Screen Recorder Visits
  19. Recover a Hacked WordPress Site
  20. Spoofed: Payment 16-03-#133226

Comments are closed.




Copyright © 1990-2020 Stephan Pringle. All rights reserved.

Stephan Pringle

IT Technical Support Specialist

  • Keyword Search

  • Translator

  • Topic Sponsor

I am always working to improve your experience on my website. Part of this involves using cookies to collect anonymous data for statistics and personalization. Learn more