Quote:
Originally Posted by lierduh
I noticed you have an extra +OK there before the USER command. Do you need to type a Return?
Also try this:
In pop.php around line 108, find:
fwrite($this->pop_connect, $message . "\n");
Change the "\n" to "\r\n"
|
GREAT it works!
One more question, How can I make all messages pulled from pop to appear as posts in the thread, not as threads in the forum?
Thanks,