Sublime directory Surf the web anonymous Pagerank Monitor


I'm new, dutch and have a question

Adri
Sun 29 July 2007, 10:40 pm GMT +0200
Hello,

My website is www.englandspiel.eu On that site I try to use count_visitor_statistics what I found on Internet. Everything is working exept the graphic "lines" in count_visitor_class.php. I don't have much experience with js, try and error is one possebility.

What to change?

Thanks in advance Adri

Mind_nl
Sun 29 July 2007, 10:47 pm GMT +0200
Where did you get the count_visitor_class.php Adri?

(Oh and welcome to webdigity!)

Adri
Sun 29 July 2007, 11:00 pm GMT +0200
Thanks,

I found it on website: http://scripts.ringsworld.com/web-traffic-analysis/count-visitors-class/visitor-statistics.php.html
So I think it's coming from this site(?)


Mind_nl
Sun 29 July 2007, 11:22 pm GMT +0200
Ah yes, thats one of Olaf's scripts.

Do you have it implemented into a page? What exactly isn't working, do you get any errors?

Adri
Sun 29 July 2007, 11:31 pm GMT +0200
No, I use it separate, only for me. The structure is http://www.englandspiel.eu/classes/count_visitor_statistics/visitor_statistics.php

This is where the IMG will be "draw" $month_tbl .= "    <td align=\"center\" valign=\"bottom\"><img src=\"".IMG."\" width=\"10\" height=\"".round($height, 0)."\"></td>\n";

The result in source is:   <td align="center" valign="bottom"><img src="blok.png" width="10" height="4"></td>

In config.php is written: define ("IMG", "blok.png"); // change this constant to use dif. image/path

I have put in every directory that picture

I'm using Opera and see nothing, in IE I see only an empty "picture".

Hope is there!!
Adri


olaf
Sun 29 July 2007, 11:51 pm GMT +0200
you need to change the path for the image (or check if the file is in the same map than the script)

Adri
Mon 30 July 2007, 09:44 am GMT +0200
Thanks Olaf,

I was thinking also that that should solve the problem. For that reason I put in every directory that picture. I my case blok.png, because I thought may be it may not have a number (1) in the name and also I though "px" is used in HTML. In the source file when I read it from the brouwser the right picture is given.
I made a small HTML example and I get the picture (blok.png). So that is real.

I also found a discussion between you and Nikolas called: "passing values from html/js to remote php script". The date 23 and 24 of July 2006. The answer is to complex for me to understand now. I have to get more experience. Solve that the problem and can you tell me what where to put.

Thanks in advance, Adri

olaf
Mon 30 July 2007, 10:47 am GMT +0200
if you start using all files in the same folder it should work, don't forget to use the latest version:

http://www.finalwebsites.com/snippets.php?id=8

olaf
Mon 30 July 2007, 10:49 am GMT +0200
Important!

check the three links on this page http://www.englandspiel.eu/

this way your whole website will be invisible for search engines, you need to use real links, don't use javascript for linking pages

Adri
Sun 12 August 2007, 10:52 am GMT +0200
Hi Olaf,
Back from a short break.
Let be honnest, I was making a very simple mistake. I tried it first on a white page with a lightblue block. In the program I made the bgcolor the same. Isn't stupid?

What did you mean with: "check the three links on this page http://www.englandspiel.eu/"?
I use in PHP an includefile for the menu because of the language. Explain me more or where can I find more about this "problem"?


olaf
Sun 12 August 2007, 11:17 am GMT +0200
Hi Olaf,
Back from a short break.
Let be honnest, I was making a very simple mistake. I tried it first on a white page with a lightblue block. In the program I made the bgcolor the same. Isn't stupid?

What did you mean with: "check the three links on this page http://www.englandspiel.eu/"?
I use in PHP an includefile for the menu because of the language. Explain me more or where can I find more about this "problem"?



this

<a href="javascript:void(0)" onclick="href='introductie.php?taal=nl'">

must be:

<a href="href='introductie.php?taal=nl'">

the first one keeps search engines outside

Adri
Sun 12 August 2007, 12:52 pm GMT +0200
Thanks Olaf,
As I said, I'm starting and have to learn, even on my age, a lot and that happens every day.
By try, help and error ;)
Adri

Archive for SMF v1.00 by N.P. Valid XHTML 1.0 Transitional