27.10.2003, 21:46
hi mike,
in index.htm steht das hier:
<IMG SRC="http://www.marlem-software.sunsonic.de/jaba/cgi-bin/counter.cgi?3">
<!-- X is the digits number ...
Sample (For a 3 digits counter): -->
<IMG SRC="http://www.marlem-software.sunsonic.de/jaba/cgi-bin/counter.cgi?0">
<!-- Write the first digits. -->
<IMG SRC="http://www.marlem-software.sunsonic.de/jaba/cgi-bin/counter.cgi?1">
<!-- Write the second digits. -->
<IMG SRC="http://www.marlem-software.sunsonic.de/jaba/cgi-bin/counter.cgi?2&w">
<!-- Write the 3th digits and Increment the counter file. -->
in counter.cgi steht das hier:
# URL of gif digits
$digits_basedir = "http://www.marlem-software.sunsonic.de/cgi-bin/Digits";
# Real path and file of counter
$count_file = "http://www.marlem-software.sunsonic.de/jaba/Counter/count.txt";
was muss ich nun wie ändern?
in index.htm steht das hier:
<IMG SRC="http://www.marlem-software.sunsonic.de/jaba/cgi-bin/counter.cgi?3">
<!-- X is the digits number ...
Sample (For a 3 digits counter): -->
<IMG SRC="http://www.marlem-software.sunsonic.de/jaba/cgi-bin/counter.cgi?0">
<!-- Write the first digits. -->
<IMG SRC="http://www.marlem-software.sunsonic.de/jaba/cgi-bin/counter.cgi?1">
<!-- Write the second digits. -->
<IMG SRC="http://www.marlem-software.sunsonic.de/jaba/cgi-bin/counter.cgi?2&w">
<!-- Write the 3th digits and Increment the counter file. -->
in counter.cgi steht das hier:
# URL of gif digits
$digits_basedir = "http://www.marlem-software.sunsonic.de/cgi-bin/Digits";
# Real path and file of counter
$count_file = "http://www.marlem-software.sunsonic.de/jaba/Counter/count.txt";
was muss ich nun wie ändern?