Author |
Message |
|
Schubs nach oben
|
 |
|
the ag code is not working in my agb2.3.1.
the [b][i] tags r not working and urls are NOT converted without [url]
|
 |
|
Für alle Fans von Tami Stronach, habe ich Bilder über Sie gefunden!
http://www.fpiserver.ch/tamistronach/album/index.php
(Die unendliche Geschichte 1, Neverending Story, Die kindliche Kaiserin, Childlike Empress)
|
 |
|
Hello Dennis,
You have to specify your root at the serversite in the wright way and place in the script. In my case the root is:
base_dir = "/home/sites/site85/web/book";
I have another problem. After 20 entrees in my Guestbook I get the message:
<option value="guestbook.html" selected>Gastenboek</option>
was not found in some guestbook files.
Do you have a solution?
gr. Maarten
|
 |
|
I used USE_DB instead of the .txt files and now it all works FINE!
MrDaRTHMaN wrote:I installed the PHP version of daily counter.
First I created the DB, after that I created (with the create_tbl.php file) the tables. No problem.
I run demo.php, it seems ok. Only the total visitors stay on 0 and the daily visitors stay on 1.
I chmod the .txt files, they have admin/shared rights.
When I open the visitors window, it is working and showing ALL the IP addresses.
What is wrong with the counter?
|
 |
|
Okay, hier ist die Lösung:
Editioert class_poll.php in textfile/include.
Da sind zwei Deklarationen von
function set_max_bar_height($max_bar_height='')
Sucht nach dem obigen Funktionsrumpf.
Kommentiert die zweite Deklaration aus.
Also so:
// Lasst diese in Ruhe.
function set_max_bar_height($max_bar_height='') {
if ($max_bar_height && $max_bar_height>0) {
$this->pollvars['img_height'] = $max_bar_height;
return true;
} else {
return false;
}
}
// Kommentiert diese aus!
/*
function set_max_bar_length($max_bar_length='') {
if ($max_bar_length && $max_bar_length>0) {
$this->pollvars['img_length'] = $max_bar_length;
}
return $this->pollvars['img_length'];
}
*/
Grüße,
Thorsten
tdrewes@gmx.net
|
 |
|
Okay, here's the solution for this:
Edit class_poll.php in textfile/include.
There are two declarations of
function set_max_bar_height($max_bar_height='')
search for this term.
Comment out the second declaration!
So that you have:
// Leave this one alone
function set_max_bar_height($max_bar_height='') {
if ($max_bar_height && $max_bar_height>0) {
$this->pollvars['img_height'] = $max_bar_height;
return true;
} else {
return false;
}
// Comment out this one
/*
function set_max_bar_length($max_bar_length='') {
if ($max_bar_length && $max_bar_length>0) {
$this->pollvars['img_length'] = $max_bar_length;
}
return $this->pollvars['img_length'];
}
*/
best regards,
Thorsten
}
|
 |
|
I installed the PHP version of daily counter.
First I created the DB, after that I created (with the create_tbl.php file) the tables. No problem.
I run demo.php, it seems ok. Only the total visitors stay on 0 and the daily visitors stay on 1.
I chmod the .txt files, they have admin/shared rights.
When I open the visitors window, it is working and showing ALL the IP addresses.
What is wrong with the counter?
|
 |
|
I am getting the error
Guestbook - Error
Cannot open ID file guest_id.txt in /html/users/mydomain/html/book for writing!
and I am not sure what to do, please help
thanks
|
 |
|
I want to disable the cookies feature inthe poll script, I want the user to vote as many times as they want.....
Can I get a little help please?
|
 |
|
Currently, Access Stats displays the domain URL of referers to a website. Is there a hack to get it to display the full URL of the referer instead?
|
 |
|
what u mean????/
|
 |
|
Me to
Then i change in base url and image.
Hepp, it work...
J
|
 |
|
that happens to me too
DAZ
www.bluelads.com
webmaster@bluelads.com
|
 |
|
Hey, us guest book users never get help in this forum, so gook luck in your mods.
I've been trying to get a question answered since last year and I can't get anyone off their "poll" ass to help us.
|
 |
|