Author |
Message |
|
Das funktioniert auch nicht.
Innerhalb von einer Klasse oder Funktion (class/function) müssen
Variablen als global dekariert werden, um sie benutzen zun können.
Also
<?php
function do_foo($foo) {
global $HTTP_COOKIE_VARS;
....
}
|
 |
|
Hallo,
eine Frage wegen der User Kommentare (ich habe trotz Suchens keine Infos gefunden):
Sind die Kommentare wirklich nur für den Admin sichtbar?
Sinnvoll wäre doch das Folgende:
Entweder werden die Kommentare sofort auf der generierten Seite angezeigt oder erst nach einer Frage des Admins (das wäre meine bevorzugte Lösung).
Ließe sich das irgendwie realisieren?
Gruss
NetIch
|
 |
|
I believe you can only execute it with .php pages. You can't use .html extension, rename it with .php extension.
|
 |
|
Anonymous wrote:
<!--#include virtual="poll_ssi.php?poll_id=x" -->
take a look at demo.shtml
Actually it is <!--#include virtual="poll/poll_ssi.php?poll_id=x" -->
or what ever your folder/directory is named.
|
 |
|
The books is great! the Email Notification works...however this is what the header on those emails looks like to me...
"nobody@proxy-server.texas.rr.com" <Lisa@www.duomo-i.com>
First off, i cannot respond to these mails or it bounces back to my host "duomo-i.com" The stripping of the email user@ and the elongated server portion are also odd.
Is there a setting i can change to get this information correct?
http://www.templeofjennifer.com/guestbook/index.php
any help would be greatly appreciated
thanks! [/url]
|
 |
|
hi all
ich habe folgendes Problem und zwar wenn ich auf dem Webserver die Verzeichnisse : "Public" und "temp"
chmoden will auf 777 wie in der README.TXT
dann klappt es auch aber sofern ich es kontrollieren will ist der CHMOD wieder von selbst auf 774 gesetzt. -> ist das erste!
das zweite ist es klappt alles, ich kann eintragen und alles mögliche einstellen *GROSSER LOB* aber bei Eintrag im Bereich Smilies-Legende bekomme ich diese Fehlermeldung :
---------------------------
Warning: open_basedir restriction in effect. File is in wrong directory in /raid/domains/com/m/merg-u-cimen/htdocs/www/gb/lang/smilies.inc on line 2
Warning: Failed opening '../admin/config.inc.php' for inclusion (include_path='') in /raid/domains/com/m/merg-u-cimen/htdocs/www/gb/lang/smilies.inc on line 2
Warning: open_basedir restriction in effect. File is in wrong directory in /raid/domains/com/m/merg-u-cimen/htdocs/www/gb/lang/smilies.inc on line 3
Warning: Failed opening '../lib/mysql.class.php' for inclusion (include_path='') in /raid/domains/com/m/merg-u-cimen/htdocs/www/gb/lang/smilies.inc on line 3
Fatal error: Cannot instantiate non-existent class: gbook_sql in /raid/domains/com/m/merg-u-cimen/htdocs/www/gb/lang/smilies.inc on line 5
-----------------------------------------
ich wäre dankbar wenn mir jmd antworten könnte damit ich endlich fertig werde und mit dem Rest weitermachen kann!
bye
|
 |
|
hi everybody,
I have some problems when I try to execute this script in html pages.
If I execute in .php file works fine but when I execute in an .html page return me this:
poll_process(1); ?>
I unclude this source in my web:
<?php require "votos/booth.php"; ?>
</head>
<body>
<?php
echo $php_poll->poll_process(1);
?>
how I execute this poll in a html page?
thanks
|
 |
|
hello
how can i make that the results will show in a popup windows?
i tryed whith
<?php require "pathtodir./booth.php"; ?>
<?php
$php_poll->set_template_set("popup");
if ($php_poll->is_valid_poll_id(3)) {
echo $php_poll->display_poll(3);
}
?>
but nothing happend
perhaps someting with the "3" (poll id?)
newest tag must be inside or?
_____
hallo,
wie kann ich das mitm popup einrichten ... habs mit der vorlage probiert doch funktinoiert nicht, und was hat es mit der 3 auf sich, funzt leider auch nicht.
mfg
do
|
 |
|
Dein upload_tmp_dir steht bei no value und der open_basedir Wert
bei /httpd/drachen/data (siehe http://drachen.wtal.de/guest/phpinfo.php).
Das bedeutet, das alle Zugriffe auf Dateien, die ausserhalb von /httpd/drachen/data liegen, blockiert sind. Da bei no value das default Systemverzeichnis benutzt wird, also /tmp, funktioniert KEIN http-Upload.
Die httpd.conf des Apache hat vermutlich nicht den Wert:
AllowOverride ALL
für den Home-Verzeichnis.
Frage am besten deinen Provider oder schaue nach unter
http://www.php.net/manual/de/configuration.php
nach.
|
 |
|
--> topic 220
http://proxy2.de/forum/viewtopic.php?t=220
|
 |
|
you have to modify the code
|
 |
|
How can i block spedified IP's from the voting. Is this possible or have i to modify the PHP-Code??[/b]
|
 |
|
yeah, I'm getting the same problem. I keep going into the general settings and select English as the language, but as soon as I go to a different page within admin, it all goes back to "S".... can't do much administrating like this.
|
 |
|
this is for Advanced poll by the way....
|
 |
|
When I get to the admin screen, all output has an "S" - no words. For some reason it's not reading the language file. Any ideas?
|
 |
|