TOTAL VISITOR, UNIQUE VISITOR, ONLINE VISITOR EXTN UPDATE

In this section you can share self-made extensions with other users of WYSIWYG Web Builder.
There is a dedicated section for commercial extensions.
Post Reply
User avatar
me.prosenjeet
 
 
Posts: 1265
Joined: Mon Dec 24, 2007 1:50 pm
Location: Lucknow
Contact:

TOTAL VISITOR, UNIQUE VISITOR, ONLINE VISITOR EXTN UPDATE

Post by me.prosenjeet »

One more extension which monitors traffic on your website.
Though this has a professional approach as far as data is concerned.
Special thanks to Eddy for sorting out few issues I had with the script!!!
It displays three data at a time:

1. All time Total Visitors on your site
Depicting number of the visitors who have visited your website

2. All time Unique Visitors to your site
Does not include repeat visits by IPs. You can set a time and an repeat IP visit will only be counted as an Unique Visit once that time has elapsed.

3. Number of Live Visitors right now on your site
Shows live online users at present on your website.

Some installation guidelines need to be followed.
Please ensure you read the PDF file before you start using the extension.

Demo:
www.lucknowwebs.com

(see the bottom right of the home page)
(It has been made with the extension though I have used an iFrame to show the data.)

Download:
Visit http://www.lucknowwebs.com and look for "Download Extensions" Link

UPDATE(06/07/2009)
Display instead of:
Total hits:200
Unique hits:53
User online:10
Is now-
Total hits:200 Unique hits:53 User online:10
shows in iframe
Last edited by me.prosenjeet on Tue Dec 29, 2009 1:13 pm, edited 6 times in total.
Check the new Chat GPT and Malware detect extensions at the link below

Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
FredericP
 
 
Posts: 71
Joined: Thu Apr 26, 2007 5:10 pm
Location: Bourges (France)
Contact:

Post by FredericP »

Great ! Thank you very much !
User avatar
me.prosenjeet
 
 
Posts: 1265
Joined: Mon Dec 24, 2007 1:50 pm
Location: Lucknow
Contact:

Post by me.prosenjeet »

Nedra Weaver wrote:Is there a place on wysiwyg to give me the information about tracking hits?
How can I help you? I couldnt understand what you are asking for.
You may download this extension and read the pdf manual and understand how to use it
Check the new Chat GPT and Malware detect extensions at the link below

Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
User avatar
iamafireman
 
 
Posts: 84
Joined: Mon May 26, 2008 2:41 am
Location: Tennessee

Post by iamafireman »

installed this today on a test page. I used an inline frame like you did. In FF the background is black but in IE its white. I want the background to be black.
User avatar
me.prosenjeet
 
 
Posts: 1265
Joined: Mon Dec 24, 2007 1:50 pm
Location: Lucknow
Contact:

Post by me.prosenjeet »

I would love to see where you used it?
If you see my site http://lucknowwebs.com on IE as well as Firefox...it always shows white. I wonder how you are getting it black on firefox.
Check the new Chat GPT and Malware detect extensions at the link below

Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
User avatar
iamafireman
 
 
Posts: 84
Joined: Mon May 26, 2008 2:41 am
Location: Tennessee

Post by iamafireman »

It just showed up black in FF. I didnt do anything special. Heres the page but its just a test page
I wonder if there is something in the code that you used to make the extension to change the background color in the properties
User avatar
me.prosenjeet
 
 
Posts: 1265
Joined: Mon Dec 24, 2007 1:50 pm
Location: Lucknow
Contact:

Post by me.prosenjeet »

Ok, I will check the code
Check the new Chat GPT and Malware detect extensions at the link below

Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post by Eddy »

The bg is in FF black because the inline frame is always transparent in FF

In IE you need this code to make the iframe transparent.
viewtopic.php?t=576

Or make a css style in the iframe page for the bg color.
User avatar
iamafireman
 
 
Posts: 84
Joined: Mon May 26, 2008 2:41 am
Location: Tennessee

Post by iamafireman »

the transparent iframe code doesnt work.
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post by Eddy »

Yes it das work,you did not follow the tutorial.
I dont see this code between your head tags?

Code: Select all

<style type="text/css"> 
body 
{ 
   background-color:transparent 
} 
</style>
User avatar
iamafireman
 
 
Posts: 84
Joined: Mon May 26, 2008 2:41 am
Location: Tennessee

Post by iamafireman »

ok I got the transparency to work. I had the iframe pointing to the wrong page. It was pointing straight to the stats page instead of the page with the extension on it.
But, now I have the time for unique IP address set for 360 which should be 6mins but it doesnt seem to be When I checked it this morning it was at 9 hits now 2 hours later it still says 9 when i check it.
User avatar
neo_webbuilder
 
 
Posts: 79
Joined: Wed Jan 31, 2007 11:05 am

Post by neo_webbuilder »

At the bottom left of your page it says... © 2009-2014 Lucknow Webs How do you know this already??? Or do we have a different time zone on ORK? :-)
User avatar
chattd
 
 
Posts: 46
Joined: Wed Nov 26, 2008 7:03 pm

SQL Database on another server

Post by chattd »

what if the SQL Database is on another sever will that cause a problem?, If not how would I link to it
User avatar
me.prosenjeet
 
 
Posts: 1265
Joined: Mon Dec 24, 2007 1:50 pm
Location: Lucknow
Contact:

Re: SQL Database on another server

Post by me.prosenjeet »

chattd wrote:what if the SQL Database is on another sever will that cause a problem?, If not how would I link to it
No idea :shock:
Check the new Chat GPT and Malware detect extensions at the link below

Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
User avatar
chattd
 
 
Posts: 46
Joined: Wed Nov 26, 2008 7:03 pm

Post by chattd »

audier wrote:I also tried ie everything went well bu I can,t see anything on my homepage.

if I go to my sitevisitorstats/stats.php I van see the stats but they not on mij homepage
same here any idea's www.dacsolutions.co.uk I placed the ext at the bottom but nothing shows?. If i go to http://dacsolutions.co.uk/sitevisitorstats/stats.php it shows. please help
User avatar
chattd
 
 
Posts: 46
Joined: Wed Nov 26, 2008 7:03 pm

Post by chattd »

chattd wrote:
audier wrote:I also tried ie everything went well bu I can,t see anything on my homepage.

if I go to my sitevisitorstats/stats.php I van see the stats but they not on mij homepage
same here any idea's www.dacsolutions.co.uk I placed the ext at the bottom but nothing shows?. If i go to http://dacsolutions.co.uk/sitevisitorstats/stats.php it shows. please help
Got it to work, using inline frame
User avatar
chattd
 
 
Posts: 46
Joined: Wed Nov 26, 2008 7:03 pm

Re: TOTAL VISITOR, UNIQUE VISITOR, ONLINE VISITOR EXTN UPDAT

Post by chattd »

me.prosenjeet wrote:One more extension which monitors traffic on your website.
Though this has a professional approach as far as data is concerned.
Special thanks to Eddy for sorting out few issues I had with the script!!!
It displays three data at a time:

1. All time Total Visitors on your site
Depicting number of the visitors who have visited your website

2. All time Unique Visitors to your site
Does not include repeat visits by IPs. You can set a time and an repeat IP visit will only be counted as an Unique Visit once that time has elapsed.

3. Number of Live Visitors right now on your site
Shows live online users at present on your website.

Some installation guidelines need to be followed.
Please ensure you read the PDF file before you start using the extension.

Demo:
www.lucknowwebs.com

(see the bottom right of the home page)
(It has been made with the extension though I have used an iFrame to show the data.)

Download:
Visit http://www.lucknowwebs.com and look for "Download Extensions" Link

UPDATE(06/07/2009)
Display instead of:
Total hits:200
Unique hits:53
User online:10
Is now-
Total hits:200 Unique hits:53 User online:10
I can only get it to work using IFrame, Not to much of a problem but i need to change backgroung color or make it transparent.

Why do we have to use iframe
User avatar
me.prosenjeet
 
 
Posts: 1265
Joined: Mon Dec 24, 2007 1:50 pm
Location: Lucknow
Contact:

Re: TOTAL VISITOR, UNIQUE VISITOR, ONLINE VISITOR EXTN UPDAT

Post by me.prosenjeet »

flmfrank wrote:Hi guys,

I realize this is quite an old thread, but still i give it a try.

I am trying to get the background of an inline frame made in webbuilder 7.1 to be transparent, it is so in Safari, but on IE it remains white, even after trying the allowtransparent=true etc.

Here is a link to the page: http://www.thomas-vernhes.com/calendar_uk.html

i hope someone can help me out here as i have spend most of this day on figuring it out but remained unsuccesfull :-)

Best regards,
Frank van Nunen
Hi Frank,
How is this related to this extension? I dont see the extension on the page link that you provided.
Check the new Chat GPT and Malware detect extensions at the link below

Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
Post Reply