Quote:
Originally Posted by amykhar
I just looked at the code for the hack in question, and the email link code seems fine.
Code:
<a href=\"".$vboptions['bburl']."/member.php?u=".GBUSERID."\">".$vbphrase['wg_click_here_to_view_guestbook']."</a>";
Check your settings of your forum and make sure your url didn't get changed somehow.
|
Looked, settings are fine. Emails are coming from my server. Where does that piece of code go in? Maybe it was changed in the actual document.
found the problem and corrected. The guy who wrote the script has the redirect in one of the codes you have to add in the member.php file which causes the issue I listed. I re-read his instructions and at no point does he talk about it, all he says is to cut and paste that code into your file. It's a decent sized piece of code, about a page long so easy to over look when installing this, which is a manuel procedure.