Author |
Message |
|
Hi !
I'm French, my poll live 7 month ago, but todo this message appaert !
Can you help me ?
"Warning: Unable to access /var/www/1/t/e/a/teamgaaaz.com/www/pollphp/db/booth.php in your script on line 110"
Look : http://www.teamgaaaz.com/pollphp/archives.php3
5U mans
Gaaaz
|
 |
|
Have made the chmod 777 on the folder for the images? Otherwise they can't be stored there.
|
 |
|
I want it that he goes back to the page were i was, its something with $HTTP_REFERER but i dunno were i have to change that
|
 |
|
I have a question about the advanced poll... how could i change the header location? i include the poll in a page with a page system like ?id=page
If u vote on the poll he returns to index.php, how could i change that?
thanks and regards,
Dave
|
 |
|
DUMB QUESTION
I'm having a Minor ?? problem with embedding the script of a poll in my Frontpage website.
I learned that
Once you embed the syntax into your webpage, you need to save your page with the .php extension.
OK. But HOW? With Frontpage I can save my page only with the following extensions:
.css; htt; asp; html ;
HOW CAN I SAVE A PAGE WITH A .PHP extension?
|
 |
|
I know I can do this! I can edit the files on my computer cos my computer is the server...it just kinda defeats the purpose of having an admin area.
|
 |
|
Change the " in your script to a single ' as php doesnot understand the " symbol..
|
 |
|
Hi,
I'm trying to get this advanced poll thing to work, but it doesn't.
I'm now attempting (my final attempt) to install it with the above tutorial from Catzwolf (tx for sharing ) which i'm sure will help me to get this thing running. BUT 8O i got stuck again with the 3rd step of this tutorial.
My question is the same as civil asked about 2 days ago:
HOW can you "Give all *.php files a permission of 755"
PLEASE PLEASE tell me how this can be done .
Every answer greatly appreciated thanks in advance,
Newbie .
|
 |
|
For total # of downloads use:
|
 |
|
Don't use javascript. Instead, use:
For Top XX:
For Download Count:
|
 |
|
Somethin is messed up with my counter....it was workin how it's supposed to for about 3 weeks...then out of the blue...it would say I had 1202 hits in one day and trust me i dont get that much hits...I have a stats program..and then it wont add that to the total hits till about 3 days later..then it will start back at like 300 then the next day it will be 2400..?? weird! Someone help me please...thank you.
P.S. Yalls programs ROCK! :o :o :o
|
 |
|
I think it's because JavaScript isn't processed in PHP documents. I am having the same trouble and have no way to circumvent this problem.
|
 |
|
guest wrote:
got it to work...
Pleeaase, tell us!!
|
 |
|
Wie wäre es denn mit der Variante :
Zeige Poll als demo 1 mit den kommentaren an ....
Und wenn gevotet wurde dann wie das ergebniss demo 1
auch wieder mit kommentaren.....
So hab ich das am start bei mir ......
Die *.php zum aufrufen sieht so aus
Ich habe auch 2 polls nebeneinander auf der seite
<?php
// Important! You have to include it before your html code
include_once "/home/xxx/name/pollphp/db/poll_cookie.php"; #was unterstrichen ist,ist der absolut pfad vom webspace also nicht www.ich.de
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>(D)Um(m)frage</title>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
<tr>
<td width="50%"><center><?php
/* path */
$poll_path = "/home/17/wsmetald/pollphp/db";
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("template");
$php_poll->set_max_bar_length(125);
$php_poll->set_max_bar_height(10);
echo $php_poll->poll_process(4);
/* 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(4);
echo $php_poll->get_comment_pages(4);
?></center>
</td>
<td width="50%"><center><?php
/* path */
/* poll */
$php_poll->set_template_set("template");
$php_poll->set_max_bar_length(125);
$php_poll->set_max_bar_height(10);
echo $php_poll->poll_process(5);
/* 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(5);
echo $php_poll->get_comment_pages(5);
?>
</td>
</tr>
</table></center>
</body>
</html>
Ich hoffe ich konnte dir weiter helfen
Gruß
Seven
|
 |
|
hi!
erstmal herzlichen dank dafür, dass man 'advanced poll' überhaupt zur verfügung hat. das sieht schon recht klasse aus! thanx!!!
habe ebenfalls probleme mit der einbindung von kommentaren!!! ich nun leider auch überhaupt keine php-freak sondern frickel mir alles mühsam mit rudimentärem halbwissen zusammen. hoffe, dass jemand bereit ist, mir zu helfen *zitter* *g*
ich würde gerne folgendes realisiert haben:
zur teilnahme an dem poll sollte der user zuerst aus demo no 1 variante no 3 präsentiert bekommen - http://www.proxy2.de/poll/demo_1.php - das ist ja erstmal kein problem ...
nach dem voten sollte allerdings nicht nur das ergebnis angezeigt und die möglichkeit gegeben werden, einen kommentar einzugeben. sondern ich würde mir wünschen, dass dann die varainte aus demo no 2 angzeigt wird - http://www.proxy2.de/poll/demo_2.php
was muss ich tun? geibt es eine bessere alternative, als unter dem vote-button einen link einzufügen, der die kommentarseite verweist??!
tahnx!!
|
 |
|