Author |
Message |
|
Hi, ich möchte gerne auch dieses Board haben und habe auch einen passenden Server, weiß jedoch nicht, wie ich es installiere. Entweder dieses phpBB oder Ikonboard. Wer mir helfen kann, bitte melden.
|
 |
|
I would like to allow my guests to enter comments in another language beside english. Does this guestbook support that? How do I set it up?
|
 |
|
Liebe leute vielleicht könnt ihr mir ein wenig helfen, ich selbst besitze null ahnung von Php und möchte gerne einen zähler ein Forum und ein Anmeldescript haben woher ich dies bekomme weis ich nicht und schon garnicht wie man dies installiert kann mir einer helfen??
|
 |
|
hallo,
um die ergebnisse der bisherigen umfragen darstellen zu können, würde ich diese gerne nach einem klick auf einen link als popup darstellen:
nur ist mein hyperlink irgendwie falsch ... ich versteh nicht wo:
<a href="javascript:void(poll_results_5('results','/poll/popup.php','Poll','500','350','toolbar=no,scrollbars=yes'))">Ergebnisse</a>
gibt es eigentlich ne vorgefertigte möglichkeit sich die vorherigen ergebnisse der umfragen anzeigen zu lassen?
danke schonmal
mfg
tkliewe
|
 |
|
I get the following message when I try to install advanced poll (mysql version) by running install.php.
Fatal error: Call to undefined function: mysql_connect() in /var/www/html/poll/install.php on line 666
looking at line 666 in install.php shows the following:
$serverid = mysql_connect($POLLDB["host"], $POLLDB["user"], $POLLDB["pass"]) or poll_error_msg("Cannot connect to mysql database");
I've set the config.inc.php file to:
$POLLDB["dbName"] = "poll";
$POLLDB["host"] = "localhost";
$POLLDB["user"] = "myusername";
$POLLDB["pass"] = "XXXXXX";
$POLLDB["class"] = "class_mysql.php";
I'm new to both php and mysql. The mysql server is running and it responds fine to "mysqladmin version". I've setup a user on the mysql server with the same username and password I entered in the config.inc.php file.
Any suggestions on why I'm getting this error would be greatly appreciated.
Cheers,
Ranken
|
 |
|
Help,
The poll was running just fine and with no apparent reason, it renders strange text at the beginning. Any one seen that before ?
It's here, I've had to remove it from my index page (index.html with 2 frames) :
http://pierrot.homeunix.net/rightold.php
Any help appreciated !
Cheers,
Pierrot.
|
 |
|
I'm following these instructions, but having problems.
I've followed until this step:
7. In Data Entry field delete "SELECT * FROM `book_auth` WHERE 1"
Which "data entry" field? I don't see any field with this in it.
Furthermore, the information below is THREE lines, so why does it say to paste the two lines? I'm a bit confused and need help ASAP.
8. In Data Entry Field, paste the following two lines:
delete from book_auth;
INSERT INTO book_auth VALUES (1,'test','773359240eb9a1d9','80c1b50318676c8f324c985b94ac780a',1013100791);
Thanks,
Jason Gastrich
JasonG@jcsm.org
|
 |
|
http://www.spritesalive.staghosting.com/
Take a look, the poll is up, yet it won't do a thing!
I haven't put in the result codes or the comment ones either but the poll still should respond....hmmm help me outta here
|
 |
|
You know..I just hate it when people give stupid answers to peoples questions.
Auran...we have tried all that..and if you actually read peoples posts..you'd figure that out..
If your gonna answer..provide some answers as how you got the one on your site to work...not b.s.
Mark
|
 |
|
Hallo!
Ich habe mir euer Gästebuch für mene Bandsite http://www.styckwaerk.de/ runtergeladen und bin sehr zufrieden.
Allerdings würde ich gerne etwas einbinen:
Die Scrollbar meiner Page habe ich farblich geändert:
scrollbar-face-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #666666;
scrollbar-3dlight-color: #444444;
scrollbar-arrow-color: #009900;
scrollbar-track-color: #000000;
scrollbar-darkshadow-color: #000000;
Jetzt möchte ich, dass die scrollbar auch beim Gästebuch so aussieht.
Wie kann ich das machen?
Danke
Andreas
|
 |
|
ok ! thanks for the help !
|
 |
|
hi !! i am new to all this sort of stuff !! can anyone tell me how to place a link back to my site on the guestbook ?? or how can i integrate it into my site ?? the code is pre-installed on my server....but how do i put it onto my site ?? at the moment all i can do is make a link TO it but don`t know how to put a link bak to my main page !! thanks
Philip
|
 |
|
Hallo,
kann mir bitte mal sagen warum ich bei den bildern die man hochladet nur
weisse kästchen mit einem x bekomme?
wo genau muss man in der config.inc den pfad zu dem image ordner eintragen.
denn wenn ich in der zeile:
if ($GB_PG["base_url"] == "") {
einen pfad eintrage zeigt mir das gb die bilder im normalen gästebuch
auch nicht an mehr an.
habe versucht folgenden pfad einzugeben:
"http://www.meinhpname.at/guestbook/img/"
was mach ich denn falsch und welche zeile muss man denn ergänzen.
danke für eure hilfe
|
 |
|
If I add some new smilies to my dBase they do not display in my "addentry.php". is ther a maximum smilies, or can I setup the ammount of smilies.
Thnx for your help.
Wil
|
 |
|
Hello, there are two ways you can do it, one by using the style sheet and creating a class for the comment text or by hard coding the template.
second way like this:
which is black if you want white then use: #FFFFFF
doing it in a style sheet you would do this.
open your style sheet and put this in, at the bottom after }
.com { font-size : 10px; color : #000000;}
Which again is black, then in com.php template put this
|
 |
|