Author |
Message |
|
8O I've tried eveythign but it still won't connect to mysql database it makes the data abse but doesn't dump the table is it i keep getting a
MySQL Error : Connection Error
Error Number: 0
and eveytime i try to redo the script i manual delete the data base so it might work but it still doesn't what could be wrong?
|
 |
|
Thanks alot Farell, your solution worked for me
|
 |
|
Hello guys, how can i update the guestbook to the newest version? I mean i have comments now, and i don't wanna erase it..
And one more question - what new in the new version?
Please write me to r00miss@hotmail.com
Thanx, Roman
|
 |
|
very strange
|
 |
|
Vielen Dank , das klappt sehr gut.!
Wenn man etwa das File
poll_ssi.php
verwendet,
kann man am Scriptanfang ergänzen:
$poll_id="newest";
Am Ende ergänzen:
$thema = $php_poll->get_poll_question($poll_id);
echo "<a href=poll_ssi.php?poll_id=$poll_id>$thema</a>";
und dann natürlich die Ausgabe des Poll "kastens" ausblenden.
Jetzt erhält man immer das Thema des aktuellen Polls mit dem dazugehörigen Link auf die Polleingabe.
ciao uli
|
 |
|
A page where the poll code is included:
http://www.emugenerations.com/reportajes/reviews/review.php?game=cninja
As you can see, there're error in the end of the page (PHP Stats).
Now see this page:
http://www.emugenerations.com/index.php
See the end of the page (PHP Stats). Since there isn't a poll included in the
page, there no errors. Very strange.
Why there're variable errors in the pages where the poll code is included?
|
 |
|
Make sure that the page your poll is embedded in has the
<?php require "poll_cookie.php"; ?>
tag before anything else.
|
 |
|
das thema kanst du ausgeben mit
.
.
$thema = $php_poll->get_poll_question(ID_DES_POLLS);
echo "<a href=link_zum_poll.php>$thema</a>";
|
 |
|
I have upgraded Advanced Poll from v2.0 to v2.0.2. Now PHP gives me errors in all the pages where the poll is included:
Warning: Undefined variable: versionstats in ####/####.php on line 31
PHP gives me "variable error", all the other variables that are in the page are now "undefined". Very strange.
|
 |
|
look for .htaccess (that's if you server has this) and edit it adding these lines at the top....
Options Indexes FollowSymLinks Includes
AddType application/x-httpd-cgi .cgi
AddType text/x-server-parsed-html .html
AddType text/x-server-parsed-html .htm
AddType text/x-server-parsed-html .dhtml
You then should be able to call it from an <include>
ATB
Catz
|
 |
|
You need to have the page file extenxtion to .shtml
Look at the guide I did for this earlier regarding .htaccess
ATB
Catz
|
 |
|
Only enter the details that are needed *DO NOT CHANGE the default username or password* in 'config.inc.php' and then copy it back to your server again.
You should be able to gain access to admin with the defaults, you can then change your username and password from there.
Hope that helps
Catz
|
 |
|
Hallo,
ich möchte nur das Thema des neuesten Polls anzeigen. (habe an dem Ort nicht den Platz, den gesamten Poll unterzubringen).
Das Thema möchte ich anklickbar machen, so dass man dann auf einer anderen Seite landet, wo man seine Eingabe zum Poll machen kann.
Der poll ist recht kompakt programmiert und ich blicke da mit meinen bisherigen php- Kenntnissen noch nicht so durch, welche Variable ich wie ansprechen muss.
Hat jemand von Euch eine Idee?
Vielen Dank!!!
uli
|
 |
|
da kann man nichts einstellen.
Du must entsprechende HTML-Kenntnisse haben.
Erstelle dazu einfach eine Tabelle mit mehreren Spalten. In jede Spalte
kannst du dann eine Umfrage einfügen.
|
 |
|
When trying to access download.pl I receive this Internet Explorer message. I am sure it is a common already solved problem and easy to fix but I have no idea at the moment. I did everything in the installation "by the book several times". Perhaps it's a problem that I use Frontpage?
Any help out there?
|
 |
|