If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Messages posted by: Anonymous
Forum Index » Profile for Anonymous » Messages posted by Anonymous
Author Message
Thank you,

I don´t believe it, only a click ...

Another Problem:

I include in the html page:

<script language="JavaScript">
<!--
document.write("<img src=\"http://www.host.com/cgi-bin/log.pl?ref="+top.document.referrer+"\" width=16 height=16 border=0>");
//-->
</script>
<noscript>
<img src="http://www.host.com/cgi-bin/log.pl?ref=noscript" width=16 height=16 border=0>
</noscript>

and get the error:

Parse error: parse error, expecting `','' or `';'' in ........../index.php(285) : eval()'d code on line 106

I think that is the problem:

I have a index.php where as a template the HTML-page is included.
And in this HTML-page is the javascript-code.

What can I do ?

Hein
The adv guestbook zip file is corrupted. Well, each time i've downloaded i can't unzip it due to this problem..

Could you check out the link and fix it please, thanks
Just click the evaluate button to the right when at stat.pl.
Hi,

I have installed the access stats script.
It works fine.

But on the side "domain.com/cgi-bin/stat.pl"
I see only the link to the logfiles:

04-2002.txt


In the sample on this side here I see a many graphics
with the gifs in the folder "GIF" after the .txt links
listing, for browser, referer, visits by day, and so on.

I have only the .txt links and after click on them
I get only a text listing like this:

Sun 21-April-2002 21:46 - pd0858AA9.dip.t-dialin.net - "Mozilla/4.0
(compatible; MSIE 6.0; Windows NT 5.0)" - "-"

thats all.

How can I get the full graphik stats like the example on this side?

Thanks
Aber ist es auch möglich, die Anzeige von Kommentaren so zu gestalten, dass sie, nicht wie in Beispiel zwei, direkt mit dem Voting in Verbindung steht? In Beispiel 2 http://www.proxy2.de/poll/demo_2.php kann ja kein Mensch voten... Also, Voting, und Kommentare, ist das möglich? Sonst brauche ich das Voting ja IMHO nicht, sondern nur Kommentare.
Danke,
Inso
Hallo
Ich habe den Advanced Poll auf meiner Seite integriert.
Mein Problem ist nun, das er zwar die IP-Adressen überprüfung macht aber keinen Cookie ablegt.
Woran kann das liegen?
Auch weiß ich nicht, wo ich einstellen kann wie lange eine IP gesperrt ist.
wenn mir da jemand helfen könnte wäre ich sehr froh.
Ciao
Tobias
I instaed the script 4 times but doesn't want to work.
I have http 500 internatl server error.
Any one can help me out. What should i do.
Hallo

ich wollte jetzt die Kommentare zu einer Abstimmung einfach auf einer *.shtml-Seite mit folgendem befehl:

<!--#include virtual="poll/textfile/comments.php?poll_id=2" -->

anzeigen lassen.

Ist das so nicht möglich?
Bin nich so der PHP-Freak, der die Befehlszeilen bei demo2 hier oder bei der popup-lösung von sweetgay checkt.


viele Grüße
Ayko
Hallo auch

ich würde gerne in die Texte der Auswahlmöglichkeiten Links einbauen, da es sich bei den Abstimmungen um Songs handelt und den Besuchern die Möglichkeit gegeben werden soll, per Klick kurz reinzuhören.
Gibts da eine Möglichkeit über die Eingabe bei der Admin-Seite??

viele Grüße
Ayko
I can't use Thai language in question & choice.
It shows strange character $#@!%ds or words like that.
Great.... everybody seems to have this "not countin" problem with the textfile version, but noone has a solution.. please, there has to be somethin you could do...
i sound so stupid but how do you set it up? this is my first time encountering with PHP..i don't know how to set it up, even after reading the instructions...anyone? please?
can someone pleas explaim me how to do & install it step by step
hope you explaim it to me...
thenks !
Hello!

I was wondering if I could get some help with the Access Stats 1.12 script! I've tried and tried and seems to have set the correct paths,
but the script refuses to write anything to the log - it remains empty.

I was wondering if you could please tell me what's wrong.

Info:

Windows 2000 Professional
Apache 1.3.24
Perl 5.6.1 (works fine, I've tested with a small test script)

My location of Apache is: C:\Program Files\Apache Group\Apache (this is where you find the Apache.exe file)
In my httpd.conf file, ServerRoot is set to: C:/Program Files/Apache Group/Apache


(# ServerRoot: The top of the directory tree under which the server's
# configuration, error, and log files are kept.
#
ServerRoot "C:/Program Files/Apache Group/Apache")

Location of stat.pl and log.pl = C:\Program Files\Apache Group\Apache\cgi-bin (According to Explorer.exe)

Location of gif and logfiles directories = C:\Program Files\Apache Group\Apache\htdocs


The javascript in my index.php file:

<script language="JavaScript">
<!--
document.write("<img src=\"http://localhost/cgi-bin/log.pl?ref="+top.document.referrer+"\" width=16 height=16 border=0>");
//-->
</script>
<noscript>
<img src="http://localhost/cgi-bin/log.pl?ref=noscript" width=16 height=16 border=0>
</noscript>


My setup of stat.pl :

#!C:\Perl\bin\perl.exe
#########################################################################
# Access Stats v1.12 #
# Copyright (c)2000 Chi Kien Uong #
# URL: http://www.proxy2.de #
# #
# This Software is distributed under the GNU General Public #
# License. For more details see license.txt #
# #
#########################################################################

# url to script
$cgiurl = "http://localhost/cgi-bin/stat.pl";

# url to the image files without trailing "/"
$gif_url = "http://localhost/gif";

# path to the log files from the server root without trailing "/" (chmoded to 777 (drwxrwxrwx))
$base_dir = "htdocs\logfiles";

# url to the log files without trailing "/"
$log_url = "http://localhost/logfiles";


My setup of log.pl :

#!C:\Perl\bin\perl.exe
#########################################################################
# Access Stats v1.12 #
# Copyright (c)2000 Chi Kien Uong #
# URL: http://www.proxy2.de #
# #
# This Software is distributed under the GNU General Public #
# License. For more details see license.txt #
# #
#########################################################################

# url to the image file
$output = "http://localhost/log.gif";

# path to the log files from the server root without trailing "/" (chmoded to 777 (drwxrwxrwx))
$base_dir = "htdocs\logfiles";


The path to Perl.exe is correct because my little perl (.pl) test script worked.
Also I've tried to change it, AND the other paths in log.pl and stat.pl to / with no effect. My stat.pl remains empty.

Oh, and I've done this:

# Ignored IPs - Comment it out if you don't use it e.g. #@skip=('127.0.0.1');
#@skip=('127.0.0.1','196.109.183.9');

It would be GREAT if you could please help me to get it work!

Thanks a lot in advance!

Regards,
Sven David
read the install doc
 
Forum Index » Profile for Anonymous » Messages posted by Anonymous
Go to:   
Based on the open source JForum