Author |
Message |
|
HELP ME SHIT !!!!!
its you script or not ???!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
I HAVE NEED HELP
|
 |
|
how can i switch between poll templates in adv. poll 2.02
|
 |
|
I'm using advance poll 2.02 and everything is ok except one irritating problem, which its cause may be how I implemented the script. my site is almost entirely dynamic and consists of php pages using mysql backend and whenever someone casts their vote they are most like to be doing this from a dynamically generated page, and that is the problem instead of the script returning the person to the page with the same value in the url which should be something like www.mydoman.com/test.php?someID=3280 it only returns www.mydoman.com/test.php which is a blank page since there are no values which have been passed to the db, so my question is does anyone have the same problem or does anyone know the solution?
Thanks in advance
|
 |
|
For example, the voting works http://ptr-vlad.ru/vote/demo_5.shtml
And same http://ptr-vlad.ru/newone/demo_5.shtml (but with the changed links), but does not work... WHAT it can be??
|
 |
|
Hey Leute,
Ich hoffe Ihr könnt mir helfen, jedesmal wenn ich versuchen will die Poll Resultate als Kuchen anzuzeigen, erscheint immer und immer wieder der gleiche Fehler und zwar :
Fatal error: Call to a member function on a non-object in /data/home/t726y/public_html/db/demo6.php on line 14
meine demo6.php beinhaltet als template
$php_poll->set_template_set("graphic");
aber es geht einfach nicht, wieso ??
Danke schon mal
|
 |
|
Please note in the Advance Poll zip file I dloaded there is no demo_6.php and demo-5.php does not actually display the polls. I have re-dloaded and re-installed Advanced Poll and still get the same error.
|
 |
|
I have advanced poll installed and having a bit of a problem...
http://www.savhs.org/poll/test.php
You see the round graphic is broke when using the graphic interface in advanded poll and you never get a option to actually vote.
Here is the source code I am using
<?php
/* Include this before your html code */
include "./poll_cookie.php";
?>
<?php
/* path */
$poll_path = "/var/www/savhs/poll";
require $poll_path."/include/config.inc.php";
require $poll_path."/include/$POLLDB[class]";
require $poll_path."/include/class_poll.php";
require $poll_path."/include/class_pollcomment.php";
$CLASS["db"] = new polldb_sql;
$CLASS["db"]->connect();
$php_poll = new pollcomment();
/* poll */
$php_poll->set_template_set("graphic");
echo $php_poll->view_poll_result(1);
/* poll comments */
$php_poll->set_template("poll_comment");
$php_poll->set_comments_per_page(5);
$php_poll->set_date_format("d/m/Y H:i");
$php_poll->data_order_by("time","desc");
echo $php_poll->view_poll_comments(1);
echo $php_poll->get_comment_pages(1);
?>
Anyone tell me what I am doing wrong?
|
 |
|
is there anyone that can help guestboook users??/ all the help seems to be for poll users
|
 |
|
PLZ respond me its very important for me!!!
|
 |
|
Hello, I downloaded and installed your script Advanced Poll on my site (visible on the left with http://www.battlefield1942-fr.com) but the problem it is that when the visitors click on "vote", it opens a new page with the statistics. Me I would like that it opens stastic survey in the same page (thus the banner page) Merci in advance, my problem is rather urgent because I must launch my site soon!
|
 |
|
At once I apologize for bad English
Problem such: if to insert <! - #include virtual = " poll_ssi.php? poll_id=1 " - > in a file *.shtml, taking place directly in a folder /html/poll/ (here there are files of the voting), all works normally. BUT if I shall place <! - #include virtual = "/html/poll/poll_ssi.php? poll_id=1 " - > in a file which is taking place we allow in a folder /html/new/index.shtml, the voting does not work (deduces form, but further does not work). The version for MySQL is used, is established correctly... In what there can be a problem??
Very much I ask to help...
|
 |
|
I have searched and searched for an answer for this and looked through just about every file. I know that I'm going to have to add something like this to add options to the Jump Menu, but I can't find where I have to do it:
$jump_menu = "<option value=\"index.html\">Home</option>";
$jump_menu = "<option value=\"brass.htm\">Message Board</option>";
$jump_menu = "<option value=\"etcetera.htm\">Etcetera</option>";
Can anyone tell me where this needs to be inserted? My brain hurts!
Robbie
rbogan@cdol.com
|
 |
|
Hi there, i installed Advanced Guestbook on my site, hosted on tripod Spain. i'm receiving this error message on top of my index page, what could be my error.
Parse error: parse error in gb.class.php(54) : eval()'d code on line 9
|
 |
|
Can someone show me step-by-step how to set up the access stats? I have no single clue at all
|
 |
|
Thank you!
|
 |
|