Author |
Message |
|
Hi all,
I edited all path, but i got 404 error, why
$output = "http://kepeslap.alien.hu/log.gif"
$base_dir = "/home/webhosting/kepeslap/public_html/logfiles"
$cgiurl = "http://kepeslap.alien.hu/cgi-bin/stat.pl"
$gif_url = "http://kepeslap.alien.hu/gif"
$log_url = "http://kepeslap.alien.hu/logfiles"
CHMOD for logfiles is 777, cgi-bin 755, gif 755, ip.log 666 and *.pl 755.
|
 |
|
I just downloaded the advanced guestbook zip file and was hoping for more info in the readme file how to install it and where i should upload certain files......im not sure if anyone out there already installed it on his or her page but if so maybe u can give me a lil guide on the most important things to know about the installation. ...thanx in advance....
|
 |
|
I edited $base_dir but know i got 404
$base_dir = "/home/webhosting/kepeslap/public_html/logfiles";
|
 |
|
|
 |
|
you can change the expiration time in the code (poll_cookie.php)
|
 |
|
the script uses mail() to send e-mails.
the path to sendmail is located in your php.ini
|
 |
|
You need PHP compiled with GD support
|
 |
|
PD: I forgot... I'm talking about Advanced Poll . Thank you again!. I will be waiting some help.
|
 |
|
Sorry for my english, but is not my native language...
So, I need configure my cookie. I need that expires every mondays. How can I do it? Can somebody help me?. Thank you very much
|
 |
|
I use qmail instead of sendmail. My php file has the qmail path. The guestbook does not and thinks it is supposed to use sendmail. I have searched all over the code looking for where to change the path. I can't find it, where is it?
Thanks
Doug
|
 |
|
Whenever I try to go to "install.php" (http://www.experiencethedivine.com/guestbook/install.php), error messages come up, as you will see. If someone out there could please help me, it would be GREATLY appreciated! Thanks!
|
 |
|
Test
|
 |
|
It does not work...no picture is shown, but it counts to the txt file..what is wrong?
|
 |
|
Hi,
I have deleted the included poll from the installtion. And now I can't see any poll. I tryed to include the polls with the source:
<?php
include_once "/vpserver/web/vps01136/hidden-dangerous/poll/db/booth.php";
echo $php_poll->poll_process(4); // x = Poll ID
?>
<?php
include_once "/vpserver/web/vps01136/hidden-dangerous/poll/db/booth.php";
echo $php_poll->poll_process("newest");
?>
<?php
include_once "/vpserver/web/vps01136/hidden-dangerous/poll/db/booth.php";
echo $php_poll->poll_process(4);
?>
but it doesn't work.
Can help me anyone???
|
 |
|
Hi,
ich habe die schon bei der Installtion integierten Polls gelöscht und seither wird bei mir kein Poll mehr angezeigt, egal ob ich es mit:
<?php
include_once "/vpserver/web/vps01136/hidden-dangerous/poll/db/booth.php";
echo $php_poll->poll_process(4); // x = Poll ID
?>
<?php
include_once "/vpserver/web/vps01136/hidden-dangerous/poll/db/booth.php";
echo $php_poll->poll_process("newest");
?>
<?php
include_once "/vpserver/web/vps01136/hidden-dangerous/poll/db/booth.php";
echo $php_poll->poll_process(4);
?>
versuche, es klappt einfach nicht.
Kann mir jemand helfen???
|
 |
|