I dont have a clue what I'm doing forum

If anyone wants to help please go Here

Please feel free to mess around and do some testing, its a bit buggy :smiley:

Its completely hosted here at my house, just something I’m playing with when waiting for TC to go into labour :smiley:

It will only be up for a few days

You need to sort out your SMTP services :wink:

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

I think you can still log on, I will try and setup am SMTP server :confused: :smiley:

http://www.sendmail.org/ for mail server…

Looks like post 25 is blocked by my ISP, so I guess that means I cannot run a SMTP server

so just use your ISP smtp server?

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

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 :wink: :stuck_out_tongue:

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 :slight_smile:

Originally posted by True
[B]yes you can :wink: :stuck_out_tongue:

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 ’ ’

yeah just the way you have done :slight_smile:

why not change the port it uses >

:chuckle: Well shock horror :eek: its still going

Its got a name now :smiley:

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 :wink:

I’ll have a looksie when I get home :smiley: