Author |
Message |
|
Hi @ all, i've found the same problem on my web server! On load the poll give this message:
Fatal error: Cannot redeclare set_max_bar_length() in /web/htdocs/www.vigomeano.it/home/poll/include/class_poll.php on line 116!!
What's wrong with it??
Someone has a solution??[/b]
|
 |
|
Hi @ all, i've found the same problem on my web server! On load the poll give this message: Fatal error: Cannot redeclare set_max_bar_length() in /web/htdocs/www.vigomeano.it/home/poll/include/class_poll.php on line 116!!
What's wrong with it??
Someone has a solution??
|
 |
|
I am getting an error:
Method Not Allowed
The requested method POST is not allowed for the URL /xxxx/cgi-bin/guestbook.pl
Has anyone ran into this? Any fixes or know what's causing this?
I am running Apache on a Solaris machine. I have tried modifying permissions to the file and directories, and modifying directives in the httpd.conf file, but to no avail. Are there any more detailed installation instructions besides the readme.txt that come with the software? Any help would be appreciated.
Thanks in advance
|
 |
|
How can i display only eg. the TOP 20 on the Result Page after voting ?
I use more than 100 Options on the Voting Page - and i like to show only the TOP 20 on the Result Page.
Additionally i like to include a link where all Options are shown after Voting.
Is that possible?
Thanx in Advance for any Help.
Andy
mailto:vr@refocus.de
|
 |
|
Anyone help here ?
|
 |
|
anyone?
|
 |
|
jup bei mir funzt es auch nicht mehr!
|
 |
|
How can I show the location ($row[location]) of the 5 latest entries on an other page like you dit with the fields (Subject, Message body and date and time) of the forum on youre index page.
Forum:
--------------------------------------------------------------------------------
don't show picture but inserted text of AIM
Posted on 03-Jan-2003 12:12
I don't want to use the picture of AIM but i want to show the insert...
Posted on 03-Jan-2003 11:34
bump...
|
 |
|
I don't want to use the picture of AIM but i want to show the inserted text of AIM. How can i change this?
|
 |
|
bump
|
 |
|
Hi! I just installed the script and am trying to figure out how to print the link "Send Comment" on the Advanced Poll form. There is a link there which is to show the results of the vote but I would like to also include the link to "Send Comment" there as well. I know that after you click on the "View Results" link, the page will refresh and show the "Send comments" link. I want that link to show up when people vote. I'm currently using the SSI version to include the poll in my pages. Can anyone please advise?
Thank you.
|
 |
|
I've just installed and tried to setup. After done, I tried to access it thru the preview in settings... Then it came out an error:
Fatal error: Cannot redeclare set_max_bar_length() in /home/poll/include/class_poll.php on line 116
I tried to put the html code thing on the webpage but it still had the same error. I didn't touch the code and the deeply settings... What is this about?
|
 |
|
guest cville wrote:
display the email adresses as an image (PGN, JPG or GIF) instead of test.
it should read text
hey..no spell check on this forum
|
 |
|
these two don't mix. I can access polladmin only after I delete all cookies. As soon as I log in vbulletin, I cannot access polladmin anymore.
Is there something that I could do to change the cookie path for the poll?
|
 |
|
My guestbook is running on http://www.oirschotdebeerzen.nl/prikbord/. Thank you for the script. It is the best guestbook i have ver seen.
Can anyone tell me how i can show +-50 caracters of the field "Your Message*: " of the 5 latest entrys on my indexpage www.oirschotdebeerzen.nl/index.php.
Or is it possible to make an extra field ''subject" and show this field of the 5 latest entrys on my indexpage.(i do not use the field ICQ and AIM
For example: of this message i want to show the text "My guestbook is running on http://www.oirschotdebeerzen.nl" on the page www.oirschotdebeerzen.nl/index.php.
Someone else managed this for me with another PHP script with the next code on the page www.oirschotdebeerzen.nl/index.php:
<?
/***********************************************************
/ Alles tussen <? en vraagteken> hoort bij voorbereiden van
/ het opvragen van agendapunten uit de database.
/**********************************************************/
include "/www/oirschotdebeerzen/admin/.database.php";
/***********************************************************
/ functions
/**********************************************************/
function connect($hostname,$username,$password,$databasename) {
$returnval = true;
if (!$returnval=mysql_pconnect($hostname,$username,$password))
$returnval = false;
else
if (!mysql_select_db($databasename,$returnval))
$returnval = false;
return $returnval;
}
/***********************************************************
/ Connecten
/**********************************************************/
if (!connect($hostname,$username,$password,$databasename)) {
echo "connecten met database is mislukt";
}
?>
$query = "select date_format(ag_datum, '%d-%m') as datum, ag_activiteit as activiteit FROM agenda WHERE ag_datum >= curdate() ORDER by ag_datum LIMIT 4";
if (!$result = mysql_query($query)) echo "$query is mislukt";
/***********************************************************
/ Checken hoe lang activiteit tekst is en tabel schrijven
/**********************************************************/
while ($resultaat = mysql_fetch_array($result)) {
if (strlen($resultaat[activiteit]) > 50) $resultaat[activiteit]=substr($resultaat[activiteit],0,50);
echo "
<tr>
<td><FONT FACE='ARIAL' SIZE='2' COLOR='153D51'>$resultaat[datum]</font></td>
<td width='90%'><FONT FACE='ARIAL' SIZE='2' COLOR='153D51'>$resultaat[activiteit]</font></td>
</tr>";
}
?>
|
 |
|