Author |
Message |
|
form.php
|
 |
|
Hi,
ich habe einen Webspace Account bei Kontent.de (mit mySQL). Hier habe
ich das Advanced guestbook eingerichtet und läuft auch alles soweit
Prima bis auf den Picture-Upload und Smilies-Legende. Der Fehler
ist hier ausführlich incl. Lösungsansätze beschrieben:
http://proxy2.de/forum/viewtopic.php?t=330
Leider ist es bei Kontent nicht möglich .htaccess Dateien upzuloaden.
Ich hab mich mit dem Problem mal an den Kontent Support gewendet
und folgende Antwort erhalten:
>Sie sollten zum Upload der Dateien PHP3 benutzen, da PHP4 hier noch
>fehlerhaft ist.
>
>http://www.php3.de/manual/de/features.file-upload.php
>
><Zitat http://www.php3.de/ChangeLog-4.php>
>- Allow access to uploaded files in safe_mode. Beware that you can only
>read the file. If you copy it to new location the copy will not have the
>right UID and you script won't be able to access that copy. (Thies)
></Zitat>
>
><FORM ENCTYPE="multipart/form-data" METHOD=POST>
><INPUT TYPE=hidden NAME=MAX_FILE_SIZE VALUE=2048000>
><--! Wird der Wert $MAX_FILE_SIZE nicht gesetzt, liegt er bei 1 MB -->
><INPUT NAME="userfile" TYPE="file">
><INPUT TYPE="submit" VALUE="Senden">
></FORM>
>
><?php
>echo "<hr>TMP Name: $userfile <br> Dateiname: $userfile_name <br>
>Grösse: $userfile_size <br> Typ: $userfile_type";
>if ($userfile<>""&$userfile<>"none") {
> if (copy($userfile,"$userfile_name")) { echo "<hr>Datei wurde
>gespeichert<hr>"; }
> // Speicherung erfolgt im gleichen Verzeichnis
> else echo "<hr>Fehler bei der Übertragung<hr>";
>}
>?>
- Stimmt es das der Upload nur mit PHP3 funktioniert (das kann ja wohl nur ein schlechter Scherz sein)?
- Die php Einstelungen kann man sich hier ansehen
http://www.abafa.net/guestbook/phpinfo.php
Wie man sieht steht das upload_tmp_dir und open_basedir auf .
Kann man damit evtl. was ausrichten?
Vielen Dank für Eure Hilfe.
cu SveN
--
sven@abafa.net
|
 |
|
Some of the answers in my poll 'stretch' the table out past it's width settings (150px)...causing it to look out of place on my page. How do you force a table to stay one width, and have any extra text (if needed) wrap to the next line? I noticed the poll question does this, but the answers (combined with the bars and %) just keep on stretching....can this be done? TIA!!
|
 |
|
1. Upload all php files in ASCII-mode to your server.
Give write permissions to the webserver on the configuration files.
polldata 777 (drwxrwxrwx) (directory)
- 1 666 (-rw-rw-rw)
- 2 666 (-rw-rw-rw)
- 3 666 (-rw-rw-rw)
- session.php 666 (-rw-rw-rw)
templates 777 (drwxrwxrwx) (directory)
| default 777 (drwxrwxrwx) (directory)
- comment.html 666 (-rw-rw-rw)
- display_foot.html 666 (-rw-rw-rw)
- display_head.html 666 (-rw-rw-rw)
- display_loop.html 666 (-rw-rw-rw)
- result_head.html 666 (-rw-rw-rw)
- result_foot.html 666 (-rw-rw-rw)
- result_loop.html 666 (-rw-rw-rw)
| graphic 777 (drwxrwxrwx) (directory)
- ...
include 755 (drwxr-xr-x) (directory)
- config.inc.php 666 (-rw-rw-rw)
2. Goto the admin page -> http://www.yourdomain.com/poll/admin.php
- mc
|
 |
|
Wo ist denn da eine guestbook.pl? Hab nämlich das gleiche Problem und bekomme immer Fehlermeldungen bezüglich header.
|
 |
|
Anyone?
|
 |
|
Well I have just uploaded v2.3, installed it, set it up, and upgraded to v2.3.1 (after a visit here) within an hour.... I do agree a whatsnew.txt would be great but as for having to reformat everything don't you think that was rather drastic? Deleting your cookies should have done the trick
Great scripts btw, I use the Advanced Poll and the Advanced Guestbook scripts.... I can't believe these are free! Thanks...
[JJ]
url: http://retro-remakes.emuunlim.com/
ICQ: 70781704
|
 |
|
Whats the file name where I should outcomment that line?
|
 |
|
bump!
|
 |
|
Hi,
I use poll 1.61 and netscsape dont display the poll...
If i upgrade to 2.0 then is that problem fixed ?
Greetz Wouter
|
 |
|
Hi, I was wondering whether there is any converter from Infopop's Ultimate Guestbook to Advanced Guestbook.
Regards,
Sastan
|
 |
|
Ich hab Advanced Poll v2.0 installiert - ist AFAIK doch die neuste, oder?
Das Problem besteht BTW immer noch - wenn das noch lange so weiter geht werde ich mich wohl wirklich nach einem anderen Votescript umsehen müssen, was ich persönlich sehr schade fände (ich finde Advanced Poll wirkich gut - mein Lob an den/die Programmierer)... Gibts denn keine Lösung?
|
 |
|
du kann mit - include ("index.php"); das Guestbuch einbinden
|
 |
|
Your database is broken. Ask your server admin.
|
 |
|
hast du neuste version installiert?
|
 |
|