If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Messages posted by: Anonymous
Forum Index » Profile for Anonymous » Messages posted by Anonymous
Author Message
Just a general observation. I initially uploaded the textfile version which was testing fine till I enabled logging. "Headers already sent". Yes, well, try as I might I couldn't fix it. I turned to the forum, and while I didn't find an answer to my problem, I did read about many ppl having "lock-out" problems with the textfile version. Apparently this happens when two people try to vote at the same time.

That's when I chucked the textfile version and installed the DB version. The installation was smooth and quick, and the whole thing is working now, logging or no logging.

My advice to new users of the Adv. Poll... go with the DB version if your server can support it (MySQl & PHP 4)... otherwise use the textfile version but don't expect too much from it.

To the makers of Adv. Poll...... thank you for a great product.
Here the new version of guestbook 231 for the forum phpbb.

See the version in demo here

http://www.cesky-spolek.fr.st
Chris
einfach ein body vor die tabelle setzen
z.b
<body bgcolor="#000000">
korrekt,
sowiel ich weiß, funzt das aber noch nicht
the best way is to edit your page with a simple text editor like homesite
click on the change link, then type your new password and choose 'PASSWORD' from the drop down menu
check your environmental PHP settings,
register_globals should be enabled
rename your test page 'TEST.HTM' to TEST.php
While in dreamweaver mx, and adding the ap snippet within a layer it displays correctly and operates correctly. After working with the page for a while, all of a sudden my design layout dissappears and all i have left is a little php icon........I have tried this three times and the same results...is it that the code is not compatible with DWMX......thanks in advance for any help......
It seems to be a nice program, but where are the instructions?
I can't figure out to get the poll to display. Is there a manual somewhere?
Hallo, ich habe euer Gästebuch AG 2.3.1 installiert und suche verzweifelt nach der möglichkeit die Beiträge erst vom Webmaster sichten zu lassen und das sie dann erst im Netz sichtbar werden. Ist das möglich? Ist ja immerhin eine Sicherheitsfrage. Wenn man einen sogenannten Schlechten Freund hat, wäre es von Vorteil , wenn man es vorher sieht , als wenn es schon im Netz steht. Als Filter. Man stelle sich vor es werden Unwahrheiten uber irgendeine Person verbreitet. Das wäre für den Betroffenen fatal.
Wie kann man soetwas bewerkstelligen?
If an item in a poll has not been voted on yet blank.gif is included in polling results. For some reason blank.gif not being found when results displayed. Polling working fine except when results displayed cannot find blank.gif for not voted on items. Items voted on show horizonatl bar & %. Items not yet voted on show a missing GIF and %. I've checked and can see blank.gif in the image file under textfile. I am using version 2.02

Following is my php file....Thoughts how to resolve??

<?php
/* Include this before your html code */
include "/home/warrenmo/public_html/Poll/textfile/poll_cookie.php";
?>
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 2</title>
<meta name="Microsoft Border" content="none">
</head>

<body>
<?php
/* path */
$poll_path =
"/home/warrenmo/public_html/Poll/textfile";


require $poll_path."/include/config.inc.php";
require $poll_path."/include/class_poll.php";
?>
<table border="0" cellpadding="3" cellspacing="3" width="480">
<tr>
<td width="160" align="center" valign="top">
<?php
$php_poll = new poll();
$poll_path = "/home/warrenmo/public_html/Poll/textfile";
echo $php_poll->poll_process(4);
?>

</td>
<td width="160" align="center" valign="top">
<?php
$php_poll = new poll();
$poll_path = "/home/warrenmo/public_html/Poll/textfile";
echo $php_poll->poll_process(6);
?>
</td>
<td width="160" align="center" valign="top">
<?php
$php_poll = new poll();
$poll_path = "/home/warrenmo/public_html/Poll/textfile";
echo $php_poll->poll_process(5);
?>
</td>
</tr>
</table>



</body>

</html>
Three polls on one page inside a table.
To view: www.sitename.com/reunionpoll.php

Filename: reunionpoll.php
contents of file:

<?php
/* Include this before your html code */
include "/home/warrenmo/public_html/Poll/textfile/poll_cookie.php";
?>
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 2</title>
<meta name="Microsoft Border" content="none">
</head>

<body>

<?php
/* path */
$poll_path = "/home/warrenmo/public_html/Poll/textfile";
require $poll_path."/include/config.inc.php";
require $poll_path."/include/class_poll.php";
?>

<table border="0" cellpadding="3" cellspacing="3" width="480">
<tr>
<td width="160" align="center" valign="top">
<?php
$php_poll = new poll();
$poll_path = "/home/warrenmo/public_html/Poll/textfile";
echo $php_poll->poll_process(4);
?>

</td>
<td width="160" align="center" valign="top">
<?php
$php_poll = new poll();
$poll_path = "/home/warrenmo/public_html/Poll/textfile";
echo $php_poll->poll_process(6);
?>
</td>
<td width="160" align="center" valign="top">
<?php
$php_poll = new poll();
$poll_path = "/home/warrenmo/public_html/Poll/textfile";
echo $php_poll->poll_process(5);
?>
</td>
</tr>
</table>



</body>

</html>
This question was lost in the server crash....Would somebody please show me how to modify the following basic html file to incorporate a poll in it?

Current file name is TEST.HTM

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 2</title>
</head>

<body>

</body>

</html>


Following is poll code I am supposed to incorporate in this. I am not sure if I wrap PHP code around HTML or insert PHP code in HTML? Can somebody show me by properly merging these two? Thanks!!!!!

<?php
/* Include this before your html code */
include "./poll_cookie.php";
?>

<?php

/* path */
$poll_path =
"/home/warrenmo/public_html/Poll/textfile";

require $poll_path."/include/config.inc.php";
require $poll_path."/include/class_poll.php";

$php_poll = new poll();

/* the first poll */
echo $php_poll->poll_process(1);


/* the second poll */
$php_poll->set_template_set("simple");
$php_poll->set_max_bar_length(80);
echo $php_poll->poll_process(2);


/* the third poll */
$php_poll->set_template_set("popup");
if ($php_poll->is_valid_poll_id(3)) {
echo $php_poll->display_poll(3);
}

?>
 
Forum Index » Profile for Anonymous » Messages posted by Anonymous
Go to:   
Based on the open source JForum