Author |
Message |
|
Please help, the Advance Poll not display in PHP 4.30 version
|
 |
|
Please help, the Advanced Poll not display in PHP 4.30 version
|
 |
|
|
 |
|
Doing some searching I found that the solution was:
fix for addentry.php:
$gb_post->userfile = (isset($HTTP_POST_FILES["userfile"]["tmp_name"]) && $HTTP_POST_FILES["userfile"]["tmp_name"] != "") ? $HTTP_POST_FILES : '';
Regards,
Thomas
|
 |
|
I installed this guestbook tonight and had the same question. After i changed the background color the images looked awfull. Took a bit of sluething but I found the code to edit.
To remove it open your body.php file and edit as follows
find code:
and replace with code:
Images removed. Be sure to make a backup in case you want to add the images back later.[/code]
|
 |
|
How do I get rid of this error and still have cookies enabled. Please respond.
Thanks
Chris
|
 |
|
I get this warning on top of page when vote.
Warning: Cannot add header information - headers already sent by (output started at /home/acypaaor/public_html/home.php:2) in /home/acypaaor/public_html/poll2/poll_cookie.php on line 22
I checked line 22 and says:
setcookie($cookie_name, "1", $endtime);
How do I get rid of this error and still use cookies enabled?
I would like script to run with cookies enabled it works fine with cookies unenabled.
Chris
|
 |
|
Please help me, please please
Another question, is it possible to show how many female and male
For example
There 're 100 people Voted
Male49 people
female 51 people
Choise A 25 people
male 20 people
female 5 people
Choise B 25 people
male 19 people
female 6 people
Choise C 25 people
male 21 people
female 4 people
Choise D 25 people
male 5 people
female 20 people
+++ Thanks a lot +++
I think if everybody try to brainstrom, This poll will be perfect
Let's help to gether to think. Thankz
|
 |
|
I wanted to add that the following line in lib/add.class.php is what I feel is failing incorrectly:
if (is_array($this->userfile) && $this->userfile["userfile"]["tmp_name"] != "none") {
I do not think that it should fall into this if there is no picture file specified (right ?).
Thomas
|
 |
|
Hello , Is it possible if I would like to use demo_3.php
and show the comment and form to add comment in this page.
Because Demo_3.php,it 's so convenient, I just change the digit of ID.
It'll show poll.
But I would like to display the comment ,too
|
 |
|
I just found out today from a friend trying to add a guestbook entry that it's not working.
Turns out that if the user does not specify a picture file, they will get an error 'Warning: getimagesize: Unable to open '' for reading.'
If the user does specify a picture file then all is ok.
For the life of me I can not figure out why Guestbook is failing when NO picture file is specified.
Please help
Thomas
|
 |
|
www.BrushSquadron.net/brushsquadron.php
for some reason its only showing me two results, when infact it shows their are like 8 votes in the admin panel.
Also the comments don't work. Any help would be appreciate thanks.
|
 |
|
I've uploaded Guestbook 2.3.1 to my server, now how do I get it to run? Sorry, but I have no clue on what to do next. Thanks!
|
 |
|
How did you solve it, got the same problems.
Seems like that cookie.php can't be loaded a second time or something.
Got no php experience , please help!
|
 |
|
I've tried over and over, but am still stuck.
How do I turn this code (from Admin help) ...
<?php
include_once "/home/httpd/vhosts/mydomain.com/httpdocs/poll/booth.php";
echo $php_poll->poll_process(x); // x = Poll ID
?>
... into a popup window results?
Actual code would be more helpful than just instructions (I'm a PHP nube)
Thanks,
warren
|
 |
|