• Page 1 of 1
  • 1
UcozBaze All Scripts And Templates » Scripts and Coding » Statistics » Statistic Script New ucoz (Statistic Script New ucoz)
Statistic Script New ucoz
interoutDate: Saturday, 2011-09-17, 10:50 PM | Message # 1
Group: Administrators
Messages: 1027
35


1. adding counter
go to your blocks add the code $COUNTER$ and you will get the uCoz counter.

2.list of online users
add this after the $COUNTER$ code:

Code
<a onclick="$('#uonline').slideToggle('slow');" href="javascript://" style="text-decoration:none"><b>List of online users</b></a>
<div  id="uonline" style="display:none;padding-left:6px;text-decoration:none;">$ONLINE_USERS_LIST$</div>


3. Creating Informers:

USERS VISITED TODAY:
1.go to CP ---> Informers ---> create --> Users who have visited the site for the current day ---> Entries ---> User's name ---> Columns.

2. go to informer template and paste this in there:

Code
<a href="$PROFILE_URL$" class="$CLASS$">$USERNAME$</a>,


FILES STORED AND FORUM STATS:
1.go to CP ---> Informers --> Create ---> Per module entry counters ----> Entries.

2. go to informer template and paste this:

Code
<span style="font-family: Tahoma;font-size: 9pt;"><b><u>Files Stored</u></b>
</font><br>
<span style="font-size: 8pt;"><b>In database:</b> $LOAD$<br>
<b>Comments posted:</b> $COMMENTS$</span>
<hr>
<span style="font-family: Tahoma;font-size: 9pt;"><b><u>Forum</u></b></span>
<br>
<span style="font-size: 8pt;"><b>Forum threads:</b> $FORUM_T$<br>
<b>Forum posts:</b> $FORUM_P$</span>


MEMBER STATISTICS:
1.go to CP ---> Informers ---> Create ---> Counters for users · Entries · all, by groups, by gender, by zodiac, by days (today, yesterday, 7 days, 30 days)

2. go to informer template and paste this:
Code

<span style="font-family: Tahoma;font-size: 9pt;"><b><u>Members</u></b></span>

<span style="font-size: 8pt;">
<b>We have:</b> $ALL_USERS$<br>
<b>New today:</b> $TODAY$<br>
<b>Yesterday:</b> $YESTERDAY$<br>
<b>Verified:</b> $GROUP_2$<br>
<b>Uploaders:</b> $GROUP_6$<br>
<b>Male:</b> $GENDER_1$ <img src="image icon" border="0" align="absmiddle" /><br>
<b>Women:</b> $GENDER_2$ <img src="image icon" border="0" align="absmiddle" /><br> </span>


4. placing informers
go to your blocks again and find:

Code
<a onclick="$('#uonline').slideToggle('slow');" href="javascript://" style="text-decoration:none"><b>List of online users</b></a>
<div  id="uonline" style="display:none;padding-left:6px;text-decoration:none;">$ONLINE_USERS_LIST$</div>


then paste this after it:

Code
<a onclick="$('#useroffline').slideToggle('slow');" href="javascript://" style="text-decoration:none"><b>User's visited today</b></a>
<div  id="useroffline" style="display: none;padding-left:6px;text-decoration:none">$MYINF_3$</div>
$MYINF_5$
     <hr />
$MYINF_4$
     <hr />


And done ! , you only need to add style options to it with CSS


 
Message


1. adding counter
go to your blocks add the code $COUNTER$ and you will get the uCoz counter.

2.list of online users
add this after the $COUNTER$ code:

Code
<a onclick="$('#uonline').slideToggle('slow');" href="javascript://" style="text-decoration:none"><b>List of online users</b></a>
<div  id="uonline" style="display:none;padding-left:6px;text-decoration:none;">$ONLINE_USERS_LIST$</div>


3. Creating Informers:

USERS VISITED TODAY:
1.go to CP ---> Informers ---> create --> Users who have visited the site for the current day ---> Entries ---> User's name ---> Columns.

2. go to informer template and paste this in there:

Code
<a href="$PROFILE_URL$" class="$CLASS$">$USERNAME$</a>,


FILES STORED AND FORUM STATS:
1.go to CP ---> Informers --> Create ---> Per module entry counters ----> Entries.

2. go to informer template and paste this:

Code
<span style="font-family: Tahoma;font-size: 9pt;"><b><u>Files Stored</u></b>
</font><br>
<span style="font-size: 8pt;"><b>In database:</b> $LOAD$<br>
<b>Comments posted:</b> $COMMENTS$</span>
<hr>
<span style="font-family: Tahoma;font-size: 9pt;"><b><u>Forum</u></b></span>
<br>
<span style="font-size: 8pt;"><b>Forum threads:</b> $FORUM_T$<br>
<b>Forum posts:</b> $FORUM_P$</span>


MEMBER STATISTICS:
1.go to CP ---> Informers ---> Create ---> Counters for users · Entries · all, by groups, by gender, by zodiac, by days (today, yesterday, 7 days, 30 days)

2. go to informer template and paste this:
Code

<span style="font-family: Tahoma;font-size: 9pt;"><b><u>Members</u></b></span>

<span style="font-size: 8pt;">
<b>We have:</b> $ALL_USERS$<br>
<b>New today:</b> $TODAY$<br>
<b>Yesterday:</b> $YESTERDAY$<br>
<b>Verified:</b> $GROUP_2$<br>
<b>Uploaders:</b> $GROUP_6$<br>
<b>Male:</b> $GENDER_1$ <img src="image icon" border="0" align="absmiddle" /><br>
<b>Women:</b> $GENDER_2$ <img src="image icon" border="0" align="absmiddle" /><br> </span>


4. placing informers
go to your blocks again and find:

Code
<a onclick="$('#uonline').slideToggle('slow');" href="javascript://" style="text-decoration:none"><b>List of online users</b></a>
<div  id="uonline" style="display:none;padding-left:6px;text-decoration:none;">$ONLINE_USERS_LIST$</div>


then paste this after it:

Code
<a onclick="$('#useroffline').slideToggle('slow');" href="javascript://" style="text-decoration:none"><b>User's visited today</b></a>
<div  id="useroffline" style="display: none;padding-left:6px;text-decoration:none">$MYINF_3$</div>
$MYINF_5$
     <hr />
$MYINF_4$
     <hr />


And done ! , you only need to add style options to it with CSS

Author - interout
Date Added - 2011-09-17 в 10:50 PM
GoblinaSDate: Sunday, 2011-09-18, 2:31 AM | Message # 2
Group: S-Moderator
Messages: 380
3
Super sitas +Rep



 
MessageSuper sitas +Rep


Author - GoblinaS
Date Added - 2011-09-18 в 2:31 AM
UcozBaze All Scripts And Templates » Scripts and Coding » Statistics » Statistic Script New ucoz (Statistic Script New ucoz)
  • Page 1 of 1
  • 1
Search:
                                                               
Statistics Forum
New Posts Popular topic Top Forum Users New User

type list biuro popierius (0)
type list kokiomis kaldromis miegate (0)
type list power bank įkroviklis (0)
type list vaikams pagalvės (0)
type list vartų automatika (0)
type list geriausi pirkiniai (0)
type list ekologiški, tvarūs daiktai kasdienai (0)
type list stovykla Lietuvoje (0)
type list namų apsauga (0)
type list šilumos siurblys oras vanduo (0)
type list powerbank išorinė baterija (0)
type list automobilių numelio rėmeliai (0)
type list pensijų pakopos (0)
type list šildymo sistemos (0)
type list dujinis katilas name (0)
type list karjeros testas (0)
type list drąskyklė katei (0)

type list Skaiciuojam nuo 1 iki 1000 ! (558)
type list Forum SignatureBar (60)
type list Avatars (23)
type list Juokingos Fotkes :) (19)
type list Kaip pakeisti paveiksla mazas? (19)
type list Mini-Chatas islendantis is sono ucoz (15)
type list Mp3-Tau.do.am (13)
type list Шаблон форума для ucoz For-css (12)
type list Apklausa Jūsų Svetainei New ucoz (11)
type list Ucoz script - favicon (11)
type list Megsti samp? Ateik cia (10)
type list Button scrolling up ucoz (10)
type list Slider KinoPlius Help to setup :) (10)
type list Money for the forum ucoz (9)
type list KinoPlius (9)
type list Puslapis "Atliekami techniniai darbai" Ucoz scriptas (9)
type list SexMergytes.do.am (9)
type list 11.17.2011 (9)
type list User personal Page ucoz (8)
interout
Forum Posts: 1027
Comments: 51
Reputation: 83
Rank:
GoblinaS
Forum Posts: 380
Comments: 15
Reputation: 25
Rank:
Adi
Forum Posts: 179
Comments: 11
Reputation: 23
Rank:
Esquire
Forum Posts: 147
Comments: 8
Reputation: 5
Rank:
BAtman
Forum Posts: 129
Comments: 1
Reputation: 18
Rank:
WaSHkaZ
Forum Posts: 83
Comments: 0
Reputation: 3
Rank:
Skacikas
Forum Posts: 71
Comments: 0
Reputation: 12
Rank:
meskis
Forum Posts: 51
Comments: 0
Reputation: 25
Rank:
Gytenas
Forum Posts: 51
Comments: 0
Reputation: 1
Rank:
vicka
Forum Posts: 50
Comments: 1
Reputation: 4
Rank:
jokerzvobscure
Forum Posts: 0
Comments: 0
Reputation: 0
Rank:
dubroviena008
Forum Posts: 0
Comments: 0
Reputation: 0
Rank:
w4bzero
Forum Posts: 0
Comments: 0
Reputation: 0
Rank:
infoebrasha
Forum Posts: 0
Comments: 0
Reputation: 0
Rank:
karilekamo
Forum Posts: 10
Comments: 0
Reputation: 0
Rank:
zoro
Forum Posts: 0
Comments: 0
Reputation: 0
Rank:
pebotapple
Forum Posts: 0
Comments: 0
Reputation: 0
Rank:
aressvi
Forum Posts: 0
Comments: 0
Reputation: 0
Rank:
eddison_martin3
Forum Posts: 2
Comments: 0
Reputation: 0
Rank:
mariuspijunas
Forum Posts: 20
Comments: 0
Reputation: 0
Rank:


Site design by uCozBaze
uCozBaze © 2011-2016