No on the reset script it requires you to enter your MySQL password. You can find this in your config.inc.php file found in the admin folder or ask your host.
Well you've patched I see. was going to login and change the username and pass. Anyway download www.carbonize.co.uk/reset.zip and read the instructions. It is to reset the username and password.
Well that hacker did me a favour. I don't think he editted the files in question using the guestbook though as they didn't have the files chmod'd. Anyway I used his file explorer program to patch their guestbooks then fix the url.php file. I need a life (
OK 2.3.2 is damn well near done. You can see it at http://www.carbonize.co.uk/guestbook24 the only bug I'm still playing with is the smileys not appearing on the comment form. feel free to abuse it. The way things have been lately my server will probably break before the script does.
JTD wrote:Unless carb wants to make an SMTP mod so you can configure guestbook to use any email addy you want to use.
Duh it already can. If they provided an email address then the email you recieve comes from the address they supplied otherwise it comes from nobody@THEIRIPRESOLVED hence you change the $FROM_EMAIL to whatever you would like to receive emails from. I have mine set to something to bypass spam filters.
ANYWAY back to the email problem. I was recently notified that cPanel rejects some emails sent from the guestbook due to malformed headers (funny how mothing else rejects them). I have fixed this problem in 2.3.2 but guess I may as well put the mod here so you can test it. Open add.class.php and findfirst this we need to do is change the from address if no address was supplied. Inchange the nobody@$host to something like guestbook@yourdomain.com. This should stop any emails coming from stupid addresses like nobody@62.39.122.33. Now basically you want to replace all this with thisThis should make the emails headers a bit more like they should be.