The installation went well but i cant seem to get the poll to show. The server is running on win2k and i get the following message:
Fatal error: Failed opening required 'C:\Inetpub\lynchmob\pollphp\dbhttp://lynchmob.recongamer.com/pollphp/db/include/config.inc.php' (include_path='') in C:\Inetpub\lynchmob\pollphp\db\booth.php on line 24
i tried my site on a linux based server and everything worked well. Is it related to the server?
I'm in the process of switching hosts and servers. I have gone ahead and backed up the guestbook.sql database. Now on the new server I have gone ahead and installed the new Guestbook 2.3 script. How do I do about transferring the old database to the new guestbook? Any information would be greatly appreciated. Thank you for your time.
Open poll.php with a text editor. In the file, you will see <!-- cut here --> and then near the end of the page, you'll see <!-- end cut -->. Everything in between those, copy and paste it in a table on your main page. The part before <!-- cut here -->, put it before the <html> on your main page.
Is it possible to show "last poll result" with different template or bar color?
I think I remeber this site using...
Also what is the max number of polls you can have?
I'm using the text file version.
I tried
<?php
require "/usr/home2/omnima/public_html/projectanime/~poll/pollphp/textfile/booth.php";
echo $php_poll->poll_process("newest");
?>
but the oldest poll shows and not the new ones..