|
Posted by Jerry Stuckle on 10/06/07 00:29
shror wrote:
> On Oct 4, 1:39 pm, James Barrett <xuc...@comcast.net> wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> shror wrote:
>>> I want to create a counter for free to my users, so that anybody could
>>> generate a small piece of code and add it to his website and by this
>>> way they run their own counters for free
>>> is there a simple way or a ready made php script that could do this.
>>> If anybody could tell me how to do it or the steps will be really
>>> appreciated.
>>> shror
>> I wrote a counter in php that counts unique ip addresses. Probably more
>> complicated that you are looking for, but still only a few lines of
>> code. You need a way to maintain persistent data on the server. The most
>> popular way to do that with php is to use a MySQL table.
>>
>> Good luck,
>>
>> Jim
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v1.4.6 (GNU/Linux)
>>
>> iD8DBQFHBNENQuDJiZ/QrH0RAmLjAJ9eNOvIcjq2VZx1CabNMe02smnP/ACfafYG
>> jENpBQoBQ0kfCqtkfe3dr4A=
>> =dn9k
>> -----END PGP SIGNATURE-----
>
> Thank you for your help and to be much more clearer in my question,
> what I want to do is that I want to provide anybody who have a website
> a small counter to use on his website that the source of the cunter is
> on my hosting area and just what the other websites have is a
> javascript that calls a small text file located on my area to add
> counts so that the users will be using a service offered for free by
> my website, like the freecounters offered by the websites to anybody,
> but what I want is just very simple way without registration or
> anything, just copy and paste a small piece of code.
>
> Thanks for your help in all ways.
>
> shror
>
And what will your counter have that the thousands of other counters out
there don't have?
Not to mention the fact none of the counters (including yours) can ever
be accurate.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|