|
Posted by Krustov on 10/05/07 20:30
<comp.lang.php>
<shror>
<Fri, 05 Oct 2007 11:29:20 -0700>
<1191608960.086891.219150@22g2000hsm.googlegroups.com>
> 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
>
Javascript is a bad idea as some users disable it for security reasons .
The good news is you can do it using a url like
http://www.poop.com/hc/username as all the end user webpage would be
doing is pulling a stored number from your own website .
Your own website would be doing the 1+1 and storing the hit / count .
--
www.vhit.co.uk
www.phpwhois.co.uk
www.outerlimitsfan.co.uk
www.cannabiswindow.co.uk
Navigation:
[Reply to this message]
|