Nov 21, 2009

Installing Ndstats! - The greatest Stats script of all time.

free web hosting
Open Discussion > MODERATED AREA > Tutorials

Installing Ndstats! - The greatest Stats script of all time.

Jlowe
An example of this script cna be found at http://www.own.tc/ (click enter)

This is by far the BEST stats script and most sites use it! This is a PHP script and requires you to include files (Please... don't do iframes!)
DOWNLOAD LINK: GO TO www.ZYMIC.com and go to Php scripts>stats scripts> and the current version of NDSTATS. Downlaod it and unzip it!

Go to your WWW directory and create a folder called "ndstats".

Then what you need to do is upload all of your files into that folder. You all should know how to do that.


Then go to the top of the page(s) you want displaying your stats page, or counting it.
Add this code at the VERY top of your page(s).

CODE
<?php
 include "ndstats/stat_calc.php3";
?>


Then where you want your code displayed enter this code:
CODE
<?php
 include "ndstats/stat_display.php3";
?>


That should be all! You can use
CODE
<br>
codes in the stat_display.php3 script if you want. Thats incase it runs of your page if you have expandable boxes.

EASY DOWNLOAD LINK
CODE
http://www.zymic.com/download_download.php?id=25


THANKS! ( I put it in a code box because its a live donwload link)

 

 

 


Comment/Reply (w/o sign-up)

Plenoptic
Yes I use this stat system. It works very well at posting page views, and hits for the day, and then total hits, and total page views. It doesn't show the users I.P address like some do. I don't think it really needs to anyway. People should know what their IP is. It's a nice way for users to keep track of their hits.

Comment/Reply (w/o sign-up)

sportytalk
Hey. Thanks for informing us about this stats script. I may try it, although there's a few other decent statistics programs out there.

Thanks for sharing anyhow smile.gif

Comment/Reply (w/o sign-up)

SqlByte
heh.. thats one of useful tutorials wink.gif thanks for sharing it with us. Im using awstats and i think that we have awstats here in this cPanel on trap17 but im not sure, i didnt looked around this panel too much...

btw there is another one stats thingie out of google... http://www.google.com/analytics/

Comment/Reply (w/o sign-up)

guangdian
gave a script demo site again.
your old site haz experited.and of course,google analysis is a better choice i think.
they have powerful server for that.

Comment/Reply (w/o sign-up)



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Similar Topics

Keywords : installing, ndstats, greatest, stats, script, time

  1. Installing Joomla On Local Computer(localhost)
    installing and managing joomla on your local host (13)
  2. Installing Apache And Php
    Need help? (2)
    First of all you will need Apache httpd server. Go to this link for download And then follow the
    images to help you. 1. Go to the link and scroll down to find this bit. Then download. 2.
    Continue through the process. 3. When it is completed the installation you may have found this in
    your start menu. 4. Go in to "Configure Apache Server" and click "Test Configuration" 5. If all
    goes well, ms dos should close within a second. 6. Now to install php. 7. Go to this link and
    follow the image. 8. Just click the installer as you will not need most of the func....
  3. [phpbb] Member Last-visit Report Script
    for phpbb2 databases (0)
    One flaw in the phpbb2 administration section is a report to list out the 'last-visit'
    time/date of the membership. I wrote a script to do exactly that and will be sharing the script with
    you here. the first section defines the variables required for the Database connection, finding the
    right database, supplying passwords, etc. HTML DEFINE ('DB_USER', 'YOUR DB USER
    NAME'); // change these defined values to suit your own situation DEFINE ('DB_PASSWORD',
    'YOUR DB PASSWORD'); DEFINE ('DB_HOST', 'localhost'); DEF....
  4. Installing Software Using Adept
    (0)
    I'm hoping this will be the first of a few Linux tutorials I write. I have been asked by a few
    people recently about how to get software for Linux. They are used to going down to PC World and
    picking up a CD, putting that in the PC and installing. With Linux that is not how new software is
    obtained, and this is my attempt to explain how to get new software onto your Linux machine. I use
    KDE, so this is based around Adept, but it is fairly similar if you use Synaptic or something else.
    OK, open up Adept. There are a variety of ways to do that, but the easiest is to ....
  5. Background Image Swap Script
    Change a Background Image based on clock time (15)
    Background Image Changer Script To swap the background image from your CSS file according to the
    Server Clock Time. 1.) In your CSS file, add the following rule: CODE body {     background:
    url(time.png); } 2.) Create a "folder" named time.png. 3.) Into the folder, place three images
    named morning.png, day.png, night.png. 4.) Also, in the same folder, create an index.php file and
    copy/paste the following script. CODE $hour = date('H'); if ($hour     $image =
    "morning.png"; } elseif ($hour      $image = "day.png"; } else {      $image = "night.pn....
  6. Image Rotator Script (another One)
    easy to implement (0)
    In case you haven't noticed, I have a different Avatar display on the Forum each time the page
    is refreshed. /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif"
    /> For those of you who might want the script to do that, here is the one I am using: HTML
    $filesp = glob('*.png'); if(empty($filesp)){ echo 'no images found...die br >';
    die(); } else{ foreach ($filesp as $file) { $img_array = trim($file); } } shuffle($img_array);
    //select image at random header("C o n t e n t{dash}t y p e: image/png"); // replace th....
  7. Installing Glut To Dev
    (3)
    Hello, before I came to Trap17 I had a series of GLUT programming tutorials at astahost. Since then
    I have moved here and wanted to continue the series. As I am told I cannot just repost the
    tutorials here so I will put them into quotes until I start making new tutorials. I hope everyone
    will enjoy the tutorials I bring to this community. Ok to get started. Below are some instructions
    on installing GLUT, the tool we will be using to program in my tutorials. This was actually given
    to me back when I had a programming site and James deserves full credit for this tuto....
  8. For ... Next Loops And Script Planning
    My Fifth PHP Tutorial (2)
    Be sure to read the other ones. They are located in the TUTORIALS section, and at the time of this
    writing all on the first page. Intro To PHP Tutorial 5 - For ... Next Loops and Planning Scripts
    Released 4/15/07 By Chris Feilbach aka GhostRider Contact Info: E-mail: assembler7@gmail.com AIM:
    emptybinder78 Yahoo: drunkonmarshmellows Website: http://www.ghostrider.trap17.com Before I start
    talking about what wonderful things loops are and all the cool stuff they can do, I want to address
    something first. I was asked about something to write in PHP. There isn't....
  9. Installing Mediawiki
    (6)
    So you want to have your own Wiki, huh? It is not difficult and it will not require a lot
    of effort. What you need: A web server (Preferably Apache, also runs on IIS and lighttpd)
    PHP plugin for Apache. MySQL or PostGreSQL(However, MySQL is HIGHLY recommended!). You can't
    install version 1.8.2 here on Trap17 as you need PHP version 5.0 or later, and in T17 you have PHP
    version 4.4.4! However, you can install it here with version 1.6.8! On a side note, MediaWiki is
    the Wiki software used by Wikipedia, Uncyclopedia and others. Let's get thi....
  10. How To: Ip Configuration Script (win Xp)
    If you travel a lot with your laptop, and need to switch between diff (0)
    How To: IP Configuration Script (win XP) If you travel a lot with your laptop, and need to switch
    between different IP's in different locations, this script is for you. There are many programs
    that handle this task very well, but they cost sometimes pretty big money. This tutorial will show
    you how to make your own IP Configuration Script for free. This script is for a static ip address
    configuration and is based on a little program called "NETSH.EXE" which is supplied with Windows.
    How it works. QUOTE Microsoft Windows XP - Using Netsh Netsh.exe is a....
  11. Installing Php + Mysql + Apache + Phpmyadmin On Windows Part 2
    Continue the last section which is installing phpMyadmin (0)
    QUOTE phpMyAdmin lets you control you MySQL database from a web browser. Steps: 1. If you
    haven't done so already, download the phpMyAdmin Database Manager - You can download the
    software from the phpMyAdmin website. Be sure to download the phpMyAdmin-2.6.2-pl1.zip file. Save
    the file on your Windows Desktop. ... ... ... Go to for more info. Post Copied. Member
    Banned ....
  12. Installing Multiple Os On Your Pc
    How to do that (0)
    Hi everyone, Ok before I start, I want to let you guys know the meanings of some of the
    terminologies I will be using in here. Boot loader is a small program which the operating system
    places on the selected partition (in most cases, the MBR ). it is a small program that loads the
    operating system into the computer’s memory when the system is booted and also starts the
    operating system. So, before you can think of configuring your PC to have multiple boot, you should
    also know how to play around with 'em boot loaders too. And you should also make sure that y....
  13. Installing Linux On An Ipod
    Ipod Linux Simple Tutorial. (43)
    Installing Linux on an iPod! (Doom, Videos on Nanos, Photos, even 4th Gen or Minis!)
    Recently I've been toying around with my friends iPod Nano, and my 5th Gen Video so, I decided
    to share the wealth. Pre-Tutorial Glossary iPod Linux - The iPod Linux OS we will install.
    Podzilla - Another name for iPod Linux The Apple OS - The orginal menu system on your iPod iPod
    Linux is a firmware installation that will run ALONG with Apples OS. So, you may be thinking, whats
    so great about this iPod Linux? Heres whats so great. Play videos on Nanos, Photos, e....
  14. Php Script To Make A Link List
    From the list of the Directory Files (6)
    Well, it has been a while since I have added anything to the Tutorial Sectiion, so here is another
    script for the members to enjoy. This one creates a list of links from the contents of the directory
    which it is run from. For instance, if you run it from the public_html folder, then all the files
    (not the Directores) are listed and linked so when you click on the link, that file is parsed and
    output to the browser. Here is the code: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    An XHTML 1.0 Strict Page to List the files in this directory ....
  15. How To Set Up Vsp Stats
    (7)
    Ok first of all, what is VSP Stats. Basically it's a php script that allows game admins to parse
    their logs and create detailed player and game statistics. VSP supports various FPS games such as:
    QUOTE Quake 3 Arena (q3a), Halflife 1, 2, Counter Strike Source (hl), Wolfenstein: Enemy
    Territory (wet), Return to Castle Wolfenstein (rtcw), Call Of Duty/Call of Duty 2, COD: United
    Offensive (cod), Medal of Honor Allied Assault, MOHAA: Spearhead, MOHAA: BreakThrough (moh), Soldier
    of Fortune 2 (sof2), etc (a quote from the developer's website http://www.5th-....
  16. Php Menu Bulding Script And Site Template
    available for download (0)
    A Php Menu-builder Tutorial This Sidebar Menu-builder code and the php scripts are adapted from
    a Tutorial on the Astahost.com Forum titled : CMS101 - Content Management System Design .
    Since the original tutorial's author (vujsa) did such a marvellous job of describing the system
    in the original Topic posting, I will not attempt to explain it here, rather, I invite you to have a
    look at his Topic and learn from it. The Basic tutorial provided coding for developing a table-based
    web-site template which used php includes and embedded data to create a &....
  17. Script To Build A List Of Links
    from filenames and h3 tags (2)
    Another Unordered List Script If you remember this Script , that tutorial was about creating
    an un-ordered list of links from a list of files contained in a Folder which was specifically named
    in the script. This current Tutorial goes several steps beyond that first Tutorial by being able to
    create a list from several folder names and, more importantly, the script reads the list of links
    from a 'flat file' rather than depending on the name of the folder to be hard coded in the
    script. It is only one small step to have the folder names found in a mysql ....
  18. Page Generation Time Script
    A script to tell how long it took to generate (17)
    this is a script used to tell you or visitors how fast your page was generated for the person who is
    viewing it... Ok it is verry simple!! all you have to do is put this script on every page... that
    you want it to be on CODE $starttime = explode(' ', microtime()); $starttime =
    $starttime + $starttime ; ?> and put it before everything on the page, for me i put it right
    underneith the DOCTYPE script which i think is a bloody waste of space to have it on there, but
    anyways.. i put it right below that and it works fine!! now where you want the time it....
  19. Installing A Phpbb2 Skin
    Popular forum software (5)
    I tried installing a new phpbb2 forum skin on my website for weeks and didnt get it to work, but
    it's very easy... 1. Upload the skin / template to the templates folder of your phpbb2
    directory (eg. public_html/forums/templates), make sure you don't upload the zip archieve or a
    directory containing the directory where the template is in, the folder you need to upload usually
    contains a lot of .tpl files an images directory a .css file (or multiple) and if your template
    contains an admin re-skin an "admin" folder. NOTE: If you use PHP-Nuke the directory where....
  20. Ldu802 (neocrome)
    Installing LDU802 (3)
    Ok,.....Were here to Install Neocrome LDU802 1.Download LDU802 From Here: (its a .rar file so make
    sure you have WinRAR) 2. Create a MySQL Database in cpanel click on MySQL dataabses then follow
    the instructions to create a Database and a user for it. then create it. 3. Write down the
    parameters (username, passsword, and the database name) and open the ldu802 filder on your computer.
    click on the datas folder then click on config.php and make it open with notepad 4. take your
    username, password, and DB name and put them in the fields below 5.upload all the folders....
  21. Verifying Email Addresses
    Using a simple PHP script (9)
    This simple script will allow you to run some basic checks to make sure that any email address
    entered is actually an email address. There is no guarantee offered that this will stop every single
    fake email address, but it'll provide some protection. Now, the code! First we need to get the
    email address to verify. Here, I get it using POST from an HTML form. CODE //Load email
    address from web form $email = $_POST ; Now, we move on to our first check. Does the text that
    has been entered look like it could be an email address? This check can be performed....
  22. Tutorial: Installing D-shoutbox For Ipb V1.2
    Making your installation even easier (12)
    Over the course of the summer I have tried hard to install a shoutbox into a new forum I was
    developing. I went to the Invisionalize forums and found several mods for shoutboxes, but none of
    them seemed to work. I first tried to install the D-Shoutbox, but upon this first try, I was
    unsuccessful. Eventually, after much frustration, and trying other mods, which didn't seem to
    stack up to Dean's features, I was determined to make it work. For some, editing your files (to
    the newbie that is) can be difficult, with everything looking like a foreign language (basi....
  23. Random Quote Script
    (6)
    Here's a little random quote script that you can use to randomly choose from an array of quotes
    you provide. It's very easy to use on any page as it's an external script, you just call it
    from your page. I wouldn't use it for any more than about 50 quotes though, it would probably
    slow your site down too much. Here's the code: var ar = new Array(44) ar = "Do not meddle in
    the affairs of wizards, for they are subtle and quick to anger." ar = "Faithless is he that says
    farewell when the road darkens." ar = "I cordially dislike allegory in all its ....
  24. How To Use Trap17 Cgi Formmail
    a built-in script in every hosting (15)
    This tutorial is using TRAP17 hosting's built-in script called cgiemail. There are several
    hundreds of free scripts you can download and install it yourself but why not use what is already
    provided for you, if all you need is a simple submit and data collection? Let's begin. There
    are three things you need to remember: 1) you can rename the file however you'd like 2) two
    files (which I'll name them submitForm.html and template.txt ) must be in the same directory
    3) first two lines in template.txt must EXIST. Write your submitForm.html (where you ....
  25. [php] Simple Newsletter Script
    (17)
    This tutorial will give you the code needed and tell you how to implement it. First off you need to
    create a file called mailing.php this will be the file that processes the adding of emails to the
    list. CODE $email = $_POST ; $file = fopen("mailing.txt", "a"); fwrite($file, "\n" . $email);
    fclose($file); header("Location: mailing_thankyou.php"); ?> Next you need to create a file
    called mailing_thankyou.php , simple a page thanking them for signing up. Now create a file called
    mailing.txt with nothing in it, when uploaded to the server set it writable (c....
  26. Secure The Email Addresses On Your Website!
    Wonderful script and useful! And working (10)
    Just follow the instructions below: /* Secure Email Function by Juan Karlo Aquino de
    Guzman Website: http://www.karlo.ph.tc and http://www.abs-cbn.ph.tc E-mail:
    http://www.karlo.ph.tc/send.php Usage: showEmail("support@microsoft.com",0); OR
    showEmail("support@microsoft.com",1); Types: 0 = ordinary random 1 = more secure random To
    include to a script: include_once("email_secure.php"); */ And here is the code :
    CODE /*     Secure Email Function by Juan Karlo Aquino de Guzman     Website:
    http://www.karlo.ph.tc and http://....
  27. E-mail Mailer Script 0.1
    useful for website visitors (4)
    Are you pissed off when you are putting e-mail in your website, you always get spammers? Well,
    here's the solution. Just change the default variables to anything that you like, etc... follow
    the instructions on the script.. Here it is... hope you like it /smile.gif' border='0'
    style='vertical-align:middle' alt='smile.gif' /> CODE //E-mail Mailer Script 0.1 by Juan
    Karlo de Guzman //FOR TRAP17 ONLY... DEMO VERSION... DO NOT DISTRIBUTE header("Content-type:
    text/html; CHARSET=UTF-8"); $int_rand=mt_rand(1,20); if($int_rand>10) {
    $random_numbers=sha1(mt_ra....
  28. Simple Php Counter Script
    How to make a simple php counter script (2)
    In this tutorial i will explain how to make a simple script writen in PHP...that uses .txt file.
    CODE // script writen by tema $a = fopen ("count.txt", "r"); // 1. $bytes = 4;         $x =
    fread($a, $bytes); // 2. $y=$x + 1;                   // 3. $fp = fopen ("counter/count.txt", "w+");
     // 4. fwrite ($fp, "$y");     // 5. fclose ($fp);                // 6. echo "Posjeta:$y";          
         // 7. ?> 1. selecting a file which the script is going to use for counting visits. 2.
    reading from the script 3. adding 1 to the number in the .txt file. 4. opening....
  29. Email Script/form With Php
    how to make a simple email script using php (37)
    Today, I'm going to show you how to make an email script using PHP and HTML. Most people usually
    put Email me if they want an email link on their site, but there are several cons to this.
    First, it's very inconvenient for those people who use web-based mail such as Yahoo!, Hotmail,
    or Gmail because that darn Micro$oft Outlook program comes up if one accidently click the link.
    Second, you are very suseptible to spam bots because they scan your HTML source code for anything
    with the same pattern as an email address and add it to their database. If you are pre....
  30. Php Quiz Script
    Make quizzes for your site. (29)
    Hello all, A little bit back I decided to make a quiz scriptjust out of no where lol. However it
    doesnt do anything special but I am going to make an email mod for it so that it will email results
    to your email address. So here is the basis of it. INSTRUCTIONS: Open a new page in your text
    editor and paste in the following code. CODE $qid = "Quiz ID-00"; ?>
    Username: 1.) Question number one is? Answer1 Answer2 2.) Question number two is?
    Answer1 Answer2 3.) Question number three is? Answer1 Answer2 4.) Question num....

    1. Looking for installing, ndstats, greatest, stats, script, time
Similar
Installing Joomla On Local Computer(localhost) - installing and managing joomla on your local host
Installing Apache And Php - Need help?
[phpbb] Member Last-visit Report Script - for phpbb2 databases
Installing Software Using Adept
Background Image Swap Script - Change a Background Image based on clock time
Image Rotator Script (another One) - easy to implement
Installing Glut To Dev
For ... Next Loops And Script Planning - My Fifth PHP Tutorial
Installing Mediawiki
How To: Ip Configuration Script (win Xp) - If you travel a lot with your laptop, and need to switch between diff
Installing Php + Mysql + Apache + Phpmyadmin On Windows Part 2 - Continue the last section which is installing phpMyadmin
Installing Multiple Os On Your Pc - How to do that
Installing Linux On An Ipod - Ipod Linux Simple Tutorial.
Php Script To Make A Link List - From the list of the Directory Files
How To Set Up Vsp Stats
Php Menu Bulding Script And Site Template - available for download
Script To Build A List Of Links - from filenames and h3 tags
Page Generation Time Script - A script to tell how long it took to generate
Installing A Phpbb2 Skin - Popular forum software
Ldu802 (neocrome) - Installing LDU802
Verifying Email Addresses - Using a simple PHP script
Tutorial: Installing D-shoutbox For Ipb V1.2 - Making your installation even easier
Random Quote Script
How To Use Trap17 Cgi Formmail - a built-in script in every hosting
[php] Simple Newsletter Script
Secure The Email Addresses On Your Website! - Wonderful script and useful! And working
E-mail Mailer Script 0.1 - useful for website visitors
Simple Php Counter Script - How to make a simple php counter script
Email Script/form With Php - how to make a simple email script using php
Php Quiz Script - Make quizzes for your site.

Searching Video's for installing, ndstats, greatest, stats, script, time
See Also,
advertisement


Installing Ndstats! - The greatest Stats script of all time.

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com