• Posted 12/19/2024.
    =====================

    I am still waiting on my developer to finish up on the Classifieds Control Panel so I can use it to encourage members into becoming paying members. Google Adsense has become a real burden on the viewing of this site, but honestly it is the ONLY source of income now that keeps it afloat. I tried offering disabling the ads being viewed by paying members, but apparently that is not enough incentive. Quite frankly, Google Adsense has dropped down to where it barely brings in enough daily to match even a single paid member per day. But it still gets the bills paid. But at what cost?

    So even without the classifieds control panel being complete, I believe I am going to have to disable those Google ads completely and likely disable some options here that have been free since going to the new platform. Like classified ad bumping, member name changes, and anything else I can use to encourage this site to be supported by the members instead of the Google Adsense ads.

    But there is risk involved. I will not pay out of pocket for very long during this last ditch experimental effort. If I find that the membership does not want to support this site with memberships, then I cannot support your being able to post your classified ads here for free. No, I am not intending to start charging for your posting ads here. I will just shut the site down and that will be it. I will be done with FaunaClassifieds. I certainly don't need this, and can live the rest of my life just fine without it. If I see that no one else really wants it to survive neither, then so be it. It goes away and you all can just go elsewhere to advertise your animals and merchandise.

    Not sure when this will take place, and I don't intend to give any further warning concerning the disabling of the Google Adsense. Just as there probably won't be any warning if I decide to close down this site. You will just come here and there will be some sort of message that the site is gone, and you have a nice day.

    I have been trying to make a go of this site for a very long time. And quite frankly, I am just tired of trying. I had hoped that enough people would be willing to help me help you all have a free outlet to offer your stuff for sale. But every year I see less and less people coming to this site, much less supporting it financially. That is fine. I tried. I retired the SerpenCo business about 14 years ago, so retiring out of this business completely is not that big if a step for me, nor will it be especially painful to do. When I was in Thailand, I did not check in here for three weeks. I didn't miss it even a little bit. So if you all want it to remain, it will be in your hands. I really don't care either way.

    =====================
    Some people have indicated that finding the method to contribute is rather difficult. And I have to admit, that it is not all that obvious. So to help, here is a thread to help as a quide. How to become a contributing member of FaunaClassifieds.

    And for the record, I will be shutting down the Google Adsense ads on January 1, 2025.
  • Responding to email notices you receive.
    **************************************************
    In short, DON'T! Email notices are to ONLY alert you of a reply to your private message or your ad on this site. Replying to the email just wastes your time as it goes NOWHERE, and probably pisses off the person you thought you replied to when they think you just ignored them. So instead of complaining to me about your messages not being replied to from this site via email, please READ that email notice that plainly states what you need to do in order to reply to who you are trying to converse with.

Question about Missed Hits

Mickey_TLK

New member
Joined
Apr 10, 2002
Messages
659
Reaction score
0
Points
0
Age
49
Location
6201 Maple St Omaha NE 68104
Hey Rich

For months my hit count numbers on all of the "top sites" and the numbers my server is showing have not matched up. Can anyone help me understand whats going on with this, and fix the problem in my layout, ect that might be causeing the hits not to register? For example the "boaphile" hit count shows me as

Average Today Yesterday 2 Days Ago 3 Days Ago
Unique Pageviews 64.25 43 54 76 84
Total Pageviews 363.25 236 266 415 536
Unique Hits In 2.00 1 2 3 2
Total Hits In 2.50 2 2 4 2
Unique Hits Out 1.50 0 3 2 1
Total Hits Out 1.50 0 3 2 1

But my server shows my hit count as

Unique pageviews 134.93 78 118 172 142
Total Pageviews 1319.50 360 1093 2695 1484

Its been like this for months now, on all the counters. As such I have to believe either my servers count is wrong, or something is set up incorrectly on my site so the hits are not registering. Is it possible that my site takes to long to load on slower connections, as such the hits get missed by the top sites counters?
 
No really sure, Mickey. But one thing you have to bear in mind is that topsites programs put a pretty significant load on a server. Here's what happens when you have a topsites graphic on your site when a user visits a page. The user's browser downloads the html script to be displayed on their computer screen. When the banner graphic code is interpretted by the browser, this sends a signal to the remote server where the topsites code resides with the code of which site the code is coming from. This triggers the server to load the incoming hit module, which calls up the MySQL database and queries the database for that site ID to see which graphic (depending on their rating in the list) to send back to the calling system (yours) and also updates the database with the hit that your request triggered.

Now this doesn't sound very tough when it is broken down into small steps, now does it? But imagine a topsites program with hundreds of listed sites and those sites getting anywhere from 1 (the zeros really don't count, since they don't have the banner graphics on the remote sites) to 50,000+ hits per day. Each of those hits triggers the above mentioned action within the topsites server.

Now a programmer has a number of choices when programming something like this kind of program in order to accomodate loading problems. The two most common ways are to discard the hits when the server is too busy doing it realtime, or to store them in a buffer and let the server process those hits as batches of data. Real time systems will bog down during heavy traffic periods, and most likely drop substantial numbers of hits. The buffered method tends to work better, but the tradeoff is that the numbers won't be realtime at any given time someone views those statistics. Both methods obviously will have numbers that differ quite a bit from what you will see on your own local website. Your local website counter simply has to count ONLY the hits incoming to your own website, which is much easier to do in real time.

Of course this is all simplified somewhat and I am speculating on some parts of it. But from what I have seen of the way my own topsite counter works on FaunaTopSites and comparing them to the other shareware code that some other sites are using, I think the code on FaunaTopSites is much more accurate. There was in incident a while back when a web site listed on FaunaTopSites got listed on a high profile webpage and they experienced a tremendous number of hits on a daily basis. I talked with the guy running that site (TurtleTimes, I believe) and he said that the FaunaTopSites script was the ONLY topsites script that was able to keep up with the hits and give an accurate accounting of the hits they were experiencing.

Anyway, hope that helps a bit.
 
Back
Top