Author |
Message |
|
*bump*
|
|
|
*bump*
|
|
|
Password Lock? - This didn't work for me because I am using Phpnuke. I have not tried it in my non-nuke guestbooks.
Once the 2.2 exploit is fixed or the book is upgraded to 2.3, and html code is always disabled, there is no evidence of the guestbook being hacked. The only exception I can think of would be those guestbooks where the admin got caught in the admin loop after upgrading and mistakenly reverted back to the version 2.2 session.class.php. That's where the exploit is.
|
|
|
Yes. Carbonize explained it all in a post. Maybe check the Advanced Guestbook Fixes and Mods thread and look for something like "help with upgrading from 2.2."
Carbonize fixed it so people were able to keep the same database and just make a small change. Somewhere there are manual instructions for that and, I think a script, too.
|
|
|
http://proxy2.de/forum/viewtopic.php?t=3659&highlight=remove
|
|
|
Fajer wrote:Hi!
I have a problem
Always when I want to edit post in my guestbook I get error
Can You help me?
Thanks
Looks like somewhere they changed the word "book" to "obok"
Maybe check the lib/add.class.php file. Do a search for obok and, if found, change it to book.
|
|
|
Make sure there are no blank lines before or after the code or at the end of the document. Many html and text editors will insert blank lines, which I why I edit files in my ftp program or CPanel's File Manager. Note: An ftp program that does not have its own editor but uses Notepad may also cause this problem.
http://proxy2.de/forum/viewtopic.php?t=3423
http://proxy2.de/forum/viewtopic.php?t=3273&highlight=cannot+modify+header
|
|
|
templates/body.php
|
|
|
The word "Guestbook" on the top left of the index page is actually an image named gbook.gif. You change this in the templates/body.php file, line 4.
This is the code for the current guestbook picture:
In order to change it from "Guestbook" to something else, you need to create a new picture and upload it to your guestbook/img directory. If you delete the original gbook.gif, you can name your new image gbook.gif. If your new image is not the same size as the old one, you need to change the width and height.
Example: I made a new picture which I gave a new name of guestbklogo.jpg. The size is a little different: 174 x 57. Here is the new code:
You could use text but then you would need to be concerned about font codes, and if you don't know html, I wouldn't recommend it.
|
|
|
Would offer to help if I knew how to contact them.
|
|
|
The base url is still wrong. Now it has the dot back in front. Can you copy and paste the correct base url code in there?
Change base url code
From:
To:
Did you put that dot in there or could something else be causing it? Do you have CPanel? Email me access and I would see if there is anything I can do.
|
|
|
Change the "BookMess3" in the guestbook/lang/english.php file:
from:
to:
Also change other messages in that file.
Please see the following thread for questions like this one that have already been answered:
Advanced Guestbook Fixes and Mods
http://proxy2.de/forum/viewtopic.php?t=3563
The first "Sign the Guestbook" in red is a picture (signing.gif). Delete the picture by removing the following code or changing it to another picture if you want. If you use a different picture, you need to adjust the width and height.
|
|
|
Don't know if it will help, but you are using a backslash when it should be a forward slash.
theURL = '\mod/guestbook/picture.php?img='+Image;
Change your base url:
From:
To:
If it still doesn't work, you should visit a phpws forum. There is a good one at sourceforge.net.
|
|
|
*bump*
|
|
|
Explanation of Chmod File Permissions:
http://proxy2.de/forum/viewtopic.php?p=10072&highlight=#10072
How to change File Permissions from the CPanel:
http://proxy2.de/forum/viewtopic.php?p=10713&highlight=#10713
Advanced Guestbook Fixes and Mods
http://proxy2.de/forum/viewtopic.php?t=3563
|
|
|