M11
16 December 2003 14:35
1
If anyone wants to help please go Here
Please feel free to mess around and do some testing, its a bit buggy
Its completely hosted here at my house, just something I’m playing with when waiting for TC to go into labour
It will only be up for a few days
Mulda
16 December 2003 14:47
2
You need to sort out your SMTP services
Could not connect to smtp host : 10060 : A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
DEBUG MODE
Line : 111
File : C:\xampp\htdocs\phpBB2\includes\smtp.php
M11
16 December 2003 14:51
3
I think you can still log on, I will try and setup am SMTP server
Barry
16 December 2003 14:52
4
M11
16 December 2003 15:23
5
Looks like post 25 is blocked by my ISP, so I guess that means I cannot run a SMTP server
Barry
16 December 2003 15:26
6
so just use your ISP smtp server?
M11
16 December 2003 15:55
7
Originally posted by True
so just use your ISP smtp server?
I cannot get the Forum to Mail out using my ISP settings, oh well I’m only playing anyway
Barry
16 December 2003 16:13
8
Originally posted by M@tt
I cannot get the Forum to Mail out using my ISP settings, oh well I’m only playing anyway
yes you can
open up smtp.php in the includes folder and find line 121
{
fputs($socket, "EHLO " . $board_config['smtp_host'] . "
");
server_parse($socket, "250", __LINE__);
fputs($socket, "AUTH LOGIN
");
server_parse($socket, "334", __LINE__);
fputs($socket, base64_encode($board_config['smtp_username']) . "
");
server_parse($socket, "334", __LINE__);
fputs($socket, base64_encode($board_config['smtp_password']) . "
");
server_parse($socket, "235", __LINE__);
}
change that to your ISP mail server and that will work
M11
16 December 2003 16:41
9
Originally posted by True
[B]yes you can
open up smtp.php in the includes folder and find line 121
{
fputs($socket, "EHLO " . $board_config['smtp.freeserve.net'] . "
");
server_parse($socket, "250", __LINE__);
fputs($socket, "AUTH LOGIN
");
server_parse($socket, "334", __LINE__);
fputs($socket, base64_encode($board_config['************']) . "
");
server_parse($socket, "334", __LINE__);
fputs($socket, base64_encode($board_config['***********']) . "
");
server_parse($socket, "235", __LINE__);
}
change that to your ISP mail server and that will work :) [/B]
Do I edit it just like above, leaving the [ ] and ’ ’
Barry
16 December 2003 16:44
10
yeah just the way you have done
Apex
16 December 2003 20:54
11
why not change the port it uses >
M11
18 December 2003 13:10
12
:chuckle: Well shock horror :eek: its still going
Its got a name now
http://www.wont.servebeer.com/
I have let Mulda and PMM have FTP access and Admin rights so if they have the time, they can look at the mess I have made.
M@tts ISP, very very cheap hosting rates, no support
PMM
18 December 2003 13:23
13
I’ll have a looksie when I get home