| Author |
Message |
|
|
meh where you see the gender i actually had it as location *
|
 |
|
|
ok need help with this.
so far i have
open header.php
put it in header where i wanted to display it
then opened gb.class.php
AFTER
I ADDED THIS
Unfortunately, WHERE location = Arizona ..
is giving me an mysql error.
do you know how i can change it to make it work?
I'm guessing i have to say that arizona is the value somehow and thats what i'm missing.
Any help would be much appreciated
well i might be missing other stuff..
How would i use that to display the number of people with arizona as their location?
|
 |
|
|
A robots.txt file and the robots meta tag are not meant to stop spammers. Spammers do not have to circumvent these as only search engine spiders pay attention to them. I doubt that most email harvesters even identify themselves with a unique useragent but rather masquerade as IE.
So... Is the only way to stop spam by having a "verify entry" option? It would work I guess, though more spam in my inbox would suck. But I'd rather know about before having to log in to my admin and manually deleting it all the time.
To my knowledge, AG doesn't have a entry verification script/process, does it?
|
 |
|
|
Habe gesehen, dass diese Frage oft gestellt wurde.
Aber nochmal:
Ich blicke da nicht ganz durch.
Ich habe einen Ordner Awards, wo die Datei der Homepage, wo der Poll includet werden soll angezeigt wird.
Der Poll liegt in einem Oberordner "Poll".
Wie muss der include aussehen?
Bin noch nicht so ein PHP Profi
|
 |
|
|
I just wanted to know if there are any MODs available for the Advanced Guestbook, because I could come up with a couple things that could make working with the AG a bit easier (just too bad I have very little programming experience of my own )
Since I also have a phpBB2-board, there are definitely similar components Hence the MOD question.
|
 |
|
|
Thanks Carbonize, I just did For the people that like to see how my Guestbook turned out, click THIS. I have chosen the same colorscheme as I use at my messageboard. Click HERE for the forum. They're both in Dutch, btw.
|
 |
|
|
I'm getting the following error.
Warning: Cannot modify header information - headers already sent by (output started at /www2/mara/poll/index.php:5) in /www2/mara/poll/poll_cookie.php on line 21
Pls help
|
 |
|
|
I have found the problem with the Guestbook (I hope). In the readme.txt it only says to chmod the folders Public and Tmp, but in the template adminpanel it says (in small print) to give the templatefiles Read/Write permission, which would be 666.
I had tried to chmod the folders through WS-ftp, but one way or another it all got screwed up, so I had to do a completely new install and chmod through the config-panel of my provider, which seemed to work fine.
One question though: If all seems to work fine, do I need to delete the install.php or other files that may leave a door open for unwanted people?
|
 |
|
|
Hi,
I'm trying to change the body.php-file, but after submitting it comes bacj with:
Warning: fopen(./templates/body.php): failed to open stream: Permission denied in /home/virtual/site114/fst/var/www/html/guestbook/lib/admin.class.php on line 193
Warning: fwrite(): supplied argument is not a valid stream resource in /home/virtual/site114/fst/var/www/html/guestbook/lib/admin.class.php on line 194
Warning: fclose(): supplied argument is not a valid stream resource in /home/virtual/site114/fst/var/www/html/guestbook/lib/admin.class.php on line 200
Any ideas what I'm doing wrong?
Thanks.
|
 |
|
|
LOL, I sincerely apologize Ms. Critic
|
 |
|
|
|
I had searched by the way Mr. Critic, but thank you for the info.
|
 |
|
|
|
wow I would have thought this would be a quick and easy answer.
|
 |
|
|
|
Can anyone advice if there is a Portuguese Language version of this GuestBook and if not, how to wright one?
|
 |
|
|
Can someone please tell me where this can be changed:
Thank you for stopping by my site. Here you can leave your mark.
I really hate the way this is worded.
|
 |
|
|
Hier gibt es ein PHP script:
<?PHP
$username = 'Ihr MySQL username';
$password = 'Ihr MySQL passwort';
$db = 'Das Guestbook Database';
mysql_connect('localhost',$username,$passwort);
mysql_select_db($db);
$gbusername = 'Ihr Guestbook username';
$gbpasswort = '378b243e220ca493v'; //'test'
mysql_query("UPDATE book_auth SET password=$gbpasswort WHERE username=$gbusername");
?>
Ihr passwort ist jetzt "test"; Man kann in Guestbook Control Panel Ihren passwort wechseln.
|
 |
|
|