Author |
Message |
|
Kann mir bitte jemand die Struktur seiner Tabellen schicken (webmaster@hidden-dangerous.net)? Oder mir sagen wo genau ich die Sql-Befehle finde.
|
 |
|
Hopefully this will be read by one of the people who created the poll script. what i need to do, is add a line of code that will show how long the poll has left to run. i am thinking that this is to do with the variables in the config.inc.php file but im not too sure. any help?
chris
|
 |
|
i presume you are looking for an updater that can update your front page without the need for FTP. there are a few around such as coranto (the site is down and it is going open source)and newspro(old version of coranto but easier to use).
Those are the two i suggest, ofcourse your serverhas to support perl/cgi and you have to be able to CHMOD the files and directorys (non-windows). I can set it up for you for free if that is the path you wish to choose.
get back to me if you cannot find coranto or newspro, or if you want me to install it @ yurisalert2@yurisalert2.org
chris
|
 |
|
Just renamed to whatever .PHP
Cya a
|
 |
|
Is it possible to set the background to the poll table as transparent? I would like a background image to be shown through mine and the General Settings page insists that a figure for a background colour is entered.
|
 |
|
der endungs ümänderungstip hat auch mir nach stunden der verzweiflung geholfen. fettes thx
|
 |
|
is there anyway i could have the poll added to my page by js include?
|
 |
|
Can the webmaster or someone help?
|
 |
|
when you inset the phpfile that has poll onto the heml page this happens!
get_random_poll_id(); } } elseif ($poll_id=="newest") { $poll_id = $php_poll->get_latest_poll_id(); } if ($php_poll->is_valid_poll_id($poll_id)) { $voted = $php_poll->has_voted($poll_id); $is_active = $php_poll->is_active_poll_id($poll_id); switch ($action) { case "vote": $poll_type = (isset($random)) ? "random" : "poll_ident"; if (!$voted && isset($option_id)) { $php_poll->update_poll($poll_id,$option_id); header("Location: ".$poll_ref."?$poll_type=$poll_id"); exit(); } else { header("Location: ".$poll_ref."?$poll_type=$poll_id"); exit(); } case "results": if (($poll_ident == $poll_id) && isset($HTTP_SERVER_VARS['QUERY_STRING_UNESCAPED'])) { echo $php_poll->view_poll_result($poll_id,0); break; } default: if (!$is_active) { echo $php_poll->view_poll_result($poll_id,0); } elseif ($is_active && $voted) { echo $php_poll->view_poll_result($poll_id,1); } else { $php_poll->form_forward = $HTTP_SERVER_VARS['DOCUMENT_URI']; $poll_html = $php_poll->display_poll($poll_id); $poll_html = eregi_replace("action=\"$HTTP_SERVER_VARS[DOCUMENT_URI]\"", "action=\"$PHP_SELF?poll_ref=$HTTP_SERVER_VARS[DOCUMENT_URI]\"", "$poll_html"); echo "$poll_html"; } } } else { echo "Poll ID $poll_id does not exist."; } ?>
because an html page canrt display php code!!
|
 |
|
how do i insert a graphical pol into my html?
|
 |
|
DONT U UNDERTSAND WHY ITS CALLED A TEXTY VERSION
cos its in text format!! no graphical bits!
sorry to say but darhh!!
|
 |
|
Okay, so I installed the textfile version of this poll. It looks great BUT I have a few bugs...
1) I'm using the default template and when I view the results, there's no graphical bar appearing, just numbers like 50% blah blah....
2) I decided to do something like reset the poll and when I tried to revote, it said I already voted... How can I fix this?
|
 |
|
I was pulling my hair out - tried everything but no joy.
However, your solution has solved it!!!
Cheers
|
 |
|
ok.. does anyone have a better solution?
|
 |
|
LIER!
|
 |
|