PDA

View Full Version : Problem with FireFly's hack


DWZ
03-31-2003, 11:39 PM
https://vborg.vbsupport.ru/showthread.php?s=&threadid=35220

Quick question guys, I have put this up as an april fools joke today and people have began to work it out as when you are emailed with a notification, it doesn't change their name in the email.

Does anyone know how this could be fixed? I'm guessing just putting the same sort of code just before the email notification is sent. But I'm not sure where that is done.

Can anyone help me?

Thanks :)

Alan

Boofo
04-01-2003, 12:24 AM
Check out functions.php. ;)

N!ck
04-01-2003, 12:28 AM
This doesn't belong in "Help Me Finish"

DWZ
04-01-2003, 12:31 AM
Today at 12:28 PM N!ck said this in Post #3 (https://vborg.vbsupport.ru/showthread.php?postid=376158#post376158)
This doesn't belong in "Help Me Finish" I guess it depends on what way you look at it. The hack is 95% done thanks to FireFly, I just want to know how to end it.

And thanks Boofo, I'll take a look :)

DWZ
04-01-2003, 12:43 AM
OK, well I've found where the emails go out, just under:// ############## Send out email notification ############
Now I'm trying to work out just what to put and where. It appears the email subject comes out at: $threadinfo[title]=unhtmlspecialchars($threadinfo['title']);How can I get it to find =bbusername= and replace it with the person who is receiving it nickname.

I noticed that the bbuserinfo is already taken near the top so I don't need to play with that I don't think.

I also need it to change it in the body of the email as currently its coming out as:Person X has just replied to a thread you have subscribed to entitled - =bbusername= - in the ABC forum of XYZ.com.sorry for all these questions :(

Boofo
04-01-2003, 12:47 AM
Why don't you just use Mutt's [you] hack to do this? It's easier and I have already done what you want to do with that.

DWZ
04-01-2003, 12:49 AM
Today at 12:47 PM Boofo said this in Post #6 (https://vborg.vbsupport.ru/showthread.php?postid=376165#post376165)
Why don't you just use Mutt's [you] hack to do this? It's easier and I have already done what you want to do with that. oh? i hadn't seen that one before...

* DWZ goes looking

thanks :)