Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 Simple site stat counter mod - Version 1.1.1
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 18

rgrund
Junior Member

Austria
206 Posts

Posted - 16 December 2002 :  07:17:14  Show Profile
Serverhacker,

thank you for the info concerning the error. Have updated the file and it is now included in the zip file again!

Concerning your idea:

I thought about that but currently the db table is not set up for this. It is however a good idea to show the yesterdays hits. It is also simple to install!! I will implement this in the Version 1.1 as well.

The daily totals will only be available as of Version 2 as the database table will change completely, but this will not change the current version or the function sitestat().

I am currently thinking of introducing a complete new access db for this, as the data will get too large for the forum db.

I have to say this MOD is really coming along slowly. Thank you for all the contribution!!!!!

Robert

Internet should be OPENSOURCEd!
Go to Top of Page

serverhacker
Junior Member

USA
125 Posts

Posted - 17 December 2002 :  03:25:21  Show Profile
Your doing a great job on this mod so far, its people like you that work on mod like this to make the snitz code one of the best.

Also i think it would be a good idea to have it own database because of the size, but thats jmho...
Go to Top of Page

Amphinon
New Member

USA
96 Posts

Posted - 17 December 2002 :  11:49:08  Show Profile  Visit Amphinon's Homepage
Serverhacker and rgrund --
I have a flash graphing program that will pull from sources like a test file and put animated graphs up using swf. Can you tell me a little bit about the file option?

David Dyer
http://www.myroken.com
Snitz Forums Ver. 3.4.03
Go to Top of Page

rgrund
Junior Member

Austria
206 Posts

Posted - 17 December 2002 :  14:14:06  Show Profile
Hello,

Version 1.01 is available! Please goto page 1 of this topic!! Please report any bugs! Though i have tested it really good and there should not be any

Amphion,

Can you tell me more of the what you mean? I really need more feedback. Have you installed the MOD already! there you will see the options available.

Robert

Internet should be OPENSOURCEd!
Go to Top of Page

Amphinon
New Member

USA
96 Posts

Posted - 17 December 2002 :  15:14:45  Show Profile  Visit Amphinon's Homepage
I have the mod (ver 1) installed, and was wondering about the comment mentioned above concerning storing the data in a text file.

I have a flash animated graph maker and it can pull info out of text files. I was wondering how the text file mentioned stores the data so I can program the flash to pull correctly.

David Dyer
http://www.myroken.com
Snitz Forums Ver. 3.4.03
Go to Top of Page

rgrund
Junior Member

Austria
206 Posts

Posted - 17 December 2002 :  15:50:24  Show Profile
Hi Amphinon,

I am just working on it and it will be released in version 1.1

The text file will be structured as following:
The Field descriptions are as following
Year
Month
Day
MonthPageCounter
DayPageCounter
YesterdayPageCounter
MonthVisitorCounter
DayVisitorCounter
YesterdayVisitorCounter

The entries look like this
Y2002|M12|D16|0|0|0|0|0|0
Y2003|M01|D17|0|0|0|0|0|0
Y2003|M02|D18|0|0|0|0|0|0

Each month gets one line. Does this help you!

I currently have the problem that I can not append the last line back to txt file. I just get an annoying error message! Otherwise this would be finished and I can but my thoughts to something else, meaning version 2 for the admin section.

Robert

Internet should be OPENSOURCEd!
Go to Top of Page

Amphinon
New Member

USA
96 Posts

Posted - 17 December 2002 :  15:57:45  Show Profile  Visit Amphinon's Homepage
Yes. That will help. I'll have my flash import the file and generate an animated graph. I'll post a link here so you can see an example based upon your response. Do you have a practice file?

When do you think you will have it available? Would you be intrested in putting the code into your mod?

David Dyer
http://www.myroken.com
Snitz Forums Ver. 3.4.03
Go to Top of Page

rgrund
Junior Member

Austria
206 Posts

Posted - 17 December 2002 :  16:42:29  Show Profile
Hi,

here is the sample file which you have asked for
www.gcsk.com/snitz_mod/sitestat.txt

Yes I would be interested to see how this code would look like.
I really believe we could give this MOD many more features.

Once I was able to see how it looks like and what it does, will I incorporate it into the MOD options.

Thanks for the contribution,

Robert

Internet should be OPENSOURCEd!
Go to Top of Page

Amphinon
New Member

USA
96 Posts

Posted - 17 December 2002 :  17:04:19  Show Profile  Visit Amphinon's Homepage
What are the column headers?

David Dyer
http://www.myroken.com
Snitz Forums Ver. 3.4.03
Go to Top of Page

rgrund
Junior Member

Austria
206 Posts

Posted - 17 December 2002 :  17:49:23  Show Profile
Have you look at my sample page (first page of this topic). I have given one the option to show the headings from Visitors, Pages viewed or Active Member Count. I wanted to make the table which shows all the defined counters as user friendly as possible! Some like to have the headings and some not. Do you understand the option now?

It is mid-night now in Vienna, Austria. I will reply as of tomorrow again.

Robert

Internet should be OPENSOURCEd!
Go to Top of Page

Image
Average Member

Canada
574 Posts

Posted - 17 December 2002 :  22:16:36  Show Profile  Visit Image's Homepage  Send Image an ICQ Message
rgrund
You should not have gone to the trouble,
I could have sent you the MOD
Look right on my portal!

http://www.3000fr.com/forumimage/portal_content.asp
Go to Top of Page

rgrund
Junior Member

Austria
206 Posts

Posted - 18 December 2002 :  02:07:17  Show Profile
Hi Image,
thanks for the note! The request was here and currently from my records the SiteStat Mod has been downloaded now over 200 times!! So it seems that the demand is here to have more then one Mod available!

As I was not able to see your MOD for download, I started writing one.

Robert

Internet should be OPENSOURCEd!
Go to Top of Page

rgrund
Junior Member

Austria
206 Posts

Posted - 19 December 2002 :  08:52:22  Show Profile
Hello,

I have finally been able to get the txt counter going! That was a difficult birth! So the first sectionin the inc_sitestat.asp is finished.

I am now putting in the script for the second part which gets the data out, I will have this now ready by tonight and I will upload the update version as well.

Robert

Internet should be OPENSOURCEd!
Go to Top of Page

Amphinon
New Member

USA
96 Posts

Posted - 19 December 2002 :  10:54:24  Show Profile  Visit Amphinon's Homepage
Cool. I will do my tests as soon as I update.

David Dyer
http://www.myroken.com
Snitz Forums Ver. 3.4.03
Go to Top of Page

rgrund
Junior Member

Austria
206 Posts

Posted - 20 December 2002 :  12:27:48  Show Profile
HI,

I will be now as of the 21st until the 28th of december on vacation. I will not be able to answer any questions nor will I be able to get access to the internet!

Once I am back will I check what's new. I might even have some new updates then!

I wish everyone Merry christmas or Happy Seasonal Greetings!

Robert

Internet should be OPENSOURCEd!
Go to Top of Page
Page: of 18 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.2 seconds. Powered By: Snitz Forums 2000 Version 3.4.07