tutorials > site statistics on nekoweb script
    credit goes to max of max.nekoweb.org

Assuming you are a nekoweb user, you may or may not have noticed that nekoweb does not showcase any information about your site to the public. Or like, at all.
But what if you do wanna know these silly little numbers! Thats why Max's script is here : )

With it you are able to display your site statistics openly on your site just like in the box to the right of this text!

JAVASCRIPT

You must change the "user" in the first line to your username for it to work!

Now that we added the script, lets make it show up !
This script features a Site Creation Date, a Site Last Updated date, a Followers Counter and a Visitors counter. Each one of these has their own div ids.

To display each one, youre gonna have to put the div id of the statistic in html. For example;

Followers - div id followers - <div id="followers"></div>
Creation date - div id created - <div id="created"></div>
Last updated - div id updated - <div id="updated"></div>
Views counter - div id visitors - <div id="visitors"></div>

You dont have to include all of these, and you can also edit them using CSS if youd like.
You can also edit the before and after text, when the statistic is in the middle. for example;
you are my 859 th visitor!
(bold is before, underline is after)

How do you do this ? Simply change the !!!! before and after the ${ } in the script itself !

I hope this is helpful. : ) Check out Max, the creator of this script!

xoxo shai