Author |
Message |
|
hi
i have "succesfully" moved the advanced guestbook from one hosting company to another. but unfortunately the pictures are not getting resized anymore, it shows always the big picture... ???
where have i to change the variable for imagemagick or netPBM ? i have both on the server...
regards sandro
|
 |
|
Hi,
I have a Guestbook php installed and running and I have a lot of people that posted lots of pictures and comments already. I want to move to another webhost. What do I have to do to transfer all my data to the new webhost without loosing anything. Thank you
|
 |
|
those text can be found in Admin Panel -> General Settings
|
 |
|
what version of poll do you use, db or text?
|
 |
|
first of all if you right click on those images that are not showing, you'll see that your image path is htpp://www.bon201.dk/img/ but it's suppose to be htpp://www.bon201.dk/guestbook/img/.
Second, the protocol of the images are htpp and isn't it suppose to be http?
|
 |
|
i have installe the the great guestbook an the image and smilies is not on the page please helppppppp me look on the link
http://www.bon201.dk//guestbook/
|
 |
|
I was able to install the script but a cannot see any data for this month. Please help?
|
 |
|
Sorry-couldn't fine those line. can u be more specipice?
|
 |
|
i want to translat some lines in the poll.
(not the admin section)
like:
Advanced Poll
Total votes: 1
You have already voted!
etc.
in wich files can i find thos lines?
10X
|
 |
|
Yes I agree, the poll and guestbook scripts found on this site are some of the best around, but what's up with all the public readable, writeable and executable directories? Chmod 777 creates very serious security issues; some other user that has access to telnet or ssh to your server might be able to change your poll data, see your mysql settings, or store files in your directories.
The way I solve this issue is by setting the group of the files that I don't want other people to see to the largest group in the server. (This might not work for some people). Then I set permission of those files to 705, 715 or 745, so the largest group of the users on the server can't write the files
|
 |
|
The two indexp.php filer are exactely the same; The
root/1/indexp.php has mod_layout disabled, that is why you see a page with a white backgroung
root/indexp.php has mod_layout enabled, that is wht the page is green with a footer and a header.
I will try to move the php.ini completely and try phpBB. I'll let you know what happens.
Thanks.
|
 |
|
The Adv Poll is installed in the /poll/db directory.
I'm using the MYSQL version.
The double <HEAD> tags are from the Apache mod mod_Layout that attaches the top part to every page from server.
One other example of where it works with mod_layout is here,
http://www.broadcasttech.net/poll/db/demo_1.php
I'm not too sure if this is a Advance Poll problem. It could be a mod_layout problem or a php problem but since I have both and I havent had any problems I was looking at Advance Poll peing the issue. Also the error that comes up:
...(include_path='.:/usr/local/lib/php')..
tells me php may not be installed properly although I have phpBB working.
I assume this error is looking for the php.ini(?), but it is not located there it is located at /etc/php4/apache/.
Any help appreciated.
|
 |
|
Is anyone can tell me, how can i add the poll to my HTML file ?
|
 |
|
You don't need to add any <?php or ?> since their using SSI which is Server Side Includes not PHP, and for simplicity reasons use PHP and either the MySQl or textfile version that is much easier and there are hundreds more people who can help you. Well maybe not hundreds more like less than ten.
Auron
|
 |
|
trying to use advanced poll, installed it succesful, but now trying to embed it in my homepage but just giving this string
poll_process(4); ?>
this is wat i'm using in my page
<?php
// Important! You have to include it before your html code
include_once "/var/www/html/poll/poll_cookie.php";
?>
<html>
<body>
<?php
include_once "/var/www/html/poll/booth.php";
echo $php_poll->poll_process(4);
?>
</body>
</html>
can somebody tell me what I'm doing wrong?
using MySQL (working)
php 4.2.2
apache 2.0
linux 9
I like this one to work...
|
 |
|