If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Messages posted by: Anonymous
Forum Index » Profile for Anonymous » Messages posted by Anonymous
Author Message
I get people signing my guestbook but when i get an email telling me this, the email addresses seem to default to @yahoo.com.
For example if someones address was joebloggs54@yahoo.com
I just see it as joe@yahoo.com in my email inbox.
There seems to be an error where the script strips the numbers from the email address.

Can anyone tell me how to fix this?

Thanks

Emma
Hi,
I am including guestbook into the table on main page with link like that:
http://www.mysite.com/index.php?id=gbook
(all subsites on my WWW site are loading that way.)
,where gbook means a gbook.php file.
Inside gbook.php file there is a code to including main page of guestbook.

Main page of guestbook is displaying correct but - links not matching eg. new entry link is http://www.mysite.com/addentry.php and of course it does't work. If I change /* guestbook pages */ section and add prefix guestbook/" - links are like http://www.mysite.com/guestbook/addentry.php and it is opening at whole windows not inside main www site table. It could be stay like that but another problem is that links inside that page are like http://www.mysite.com/guestbook/guestbook/addentry.php (guestbook added twice)

I tried to change in config.inc.php file:
$GB_PG["base_url"] = "http://www.mysite.com/guestbook"

into:
$GB_PG["base_url"] = "http://www.mysite.com/index.php?id=gbook"
...but it doesn't work correctly.

So generally problem is - how to include guestbook into a table..
Anyone can help me ?
sorrie
how can i change the collor of the comment tekst from black to yellow in my guestbook
how can i change the collor of the comment from black to yellow
Thanks amber. It works fine now. I changed permission of all template files(including the folder) to 777 and it worked. After I altered the templates to how I want it to look, I changed the permission of all those files to 666 but left the folder at 777.

By the way, is it possible to x out my server info above? Made a mistake there.....
OK. Fixed: You have to go straight to the "general settings" before you can do ANYTHING else....

Perhaps a good idea to have this included in instructions..
hrm.. to my knowledge there are no paths that needs to be edited!?

It all works in relative paths to the "poll" directory, no?

And when installing the only instructions are setup MySQL database and run the "install.php" ?!?!

Where are the path info and or file permissions install information??

I have seen that others have the same problem on this forum, but I can“t see any solution ((

/// SNURK
FYI, in future posts it would be good to X-out your server info, as:

/home/xxxxxx/public_html/guestbook/lib/admin.class.php on line 200
olla all

Bei mir geht die mod Irgendwie nicht , und ich weiss nicht warum
Das ist die Fehler Meldung :


Ich habe alles in den root dir des Webserver
oder muss ich es doch in mein foerum dir tuen ?
Kann mir da einer sagen was falsch ist ?
Danke
By the way, admin.class.php is already on 755 and I still can't rebuild/alter templates.
Hi!

Thanks for replying to my query and the long answer!

Ok, bit by bit the guestbook is starting to look like what it was before. I had problems earlier on with the images and some other data that couldn't display but managed to get it all back. However, when I try to alter the templates in admin, these error messages appear :-

Warning: fopen(./templates/body.php): failed to open stream: Permission denied in /home/littleno/public_html/guestbook/lib/admin.class.php on line 193

Warning: fwrite(): supplied argument is not a valid stream resource in /home/littleno/public_html/guestbook/lib/admin.class.php on line 194

Warning: fclose(): supplied argument is not a valid stream resource in /home/littleno/public_html/guestbook/lib/admin.class.php on line 200

Give write permissions to the webserver on the template files!



I can't understand the last message because I have upped permissions for most files to 755 and public, tmp to 777. As for the rest, it is beyond me. What can I do?

P.S.I don't understand PHP.
Maybe you need to check your permissions. Several directories need to be chmod 777 or 666.
I looked at the source code for the page, and you are missing the javascript. When I look at the source code for my guestbook, this script is there:



Sorry, I can't tell you how to fix this. I would say make sure when you customized, you didn't accidently delete something, like any of the include statements in the index.php file (starting on line 8 in the original file):



Make sure the templates/user_pic.php file is there.

Make sure the templates/entry.php file calls for the user_pic message (originally on line 29):



If you make any changes, check the source code of the index.php to see if it calls for the java script.
Could someone help me to retrieve the latest comments in the guestbook for my main page. All I need just to display the latest comments and the date and time and name of the person who write the comment.

I'm new to this guestbook and also newbie to PHP / WEB.

Thank you,

Ken
 
Forum Index » Profile for Anonymous » Messages posted by Anonymous
Go to:   
Based on the open source JForum