The Wakaba and Kareha support thread, part 2 (1000)

893 Name: Anonymous : 2010-08-13 06:33 ID:Heaven [Del]

>>892
You don't understand servers, and should probably stay away from anything resembling installing software.

As for noko, there's no "right" answer as long as it works. I'd probably stuff it before the forced_anon check, because anything below that won't guarantee the existence of $email. (although I really wonder why that's checked before running clean_string / decode_string)

something like:

if ($email=~/noko/i) { $email=''; $noko=1; }

then at the bottom of that function,

if ($noko) { $where=(the url to that thread); } else { $where=HTML_SELF; }
make_http_forward($where,ALTERNATE_REDIRECT);

You could do it 1000 other ways too, but that's probably the least intrusive.

This thread has been closed. You cannot post in this thread any longer.