My Forum

 
Post new topic   Reply to topic    Aprelium Forum Index -> Powered by Abyss
View previous topic :: View next topic  
Author Message
Adam123
-


Joined: 15 Apr 2006
Posts: 36

PostPosted: Sun Apr 16, 2006 5:28 pm    Post subject: My Forum Reply with quote

My Forum

PHPBB3 testing, what you think?
Back to top View user's profile Send private message
AbyssUnderground
-


Joined: 31 Dec 2004
Posts: 3855

PostPosted: Sun Apr 16, 2006 6:11 pm    Post subject: Reply with quote

A link would help :-)
_________________
Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk
Back to top View user's profile Send private message Visit poster's website
Adam123
-


Joined: 15 Apr 2006
Posts: 36

PostPosted: Sun Apr 16, 2006 7:19 pm    Post subject: Reply with quote

Sorry LOL

http://forumtest1.bounceme.net/
Back to top View user's profile Send private message
Tom Chapman
-


Joined: 09 Jul 2005
Posts: 933
Location: Australia

PostPosted: Mon Apr 17, 2006 12:55 am    Post subject: Reply with quote

lol Nice forum :P

You'd better set it up then!
Code:
Failed sending email :: PHP ::

DEBUG MODE

Line : 234
File : emailer.php
Back to top View user's profile Send private message Visit poster's website MSN Messenger
Adam123
-


Joined: 15 Apr 2006
Posts: 36

PostPosted: Mon Apr 17, 2006 4:58 pm    Post subject: Reply with quote

MrWiseOne wrote:
lol Nice forum :P

You'd better set it up then!
Code:
Failed sending email :: PHP ::

DEBUG MODE

Line : 234
File : emailer.php


Ahhhhhhhhhhh, thats my PHP, its bugged
Back to top View user's profile Send private message
AbyssUnderground
-


Joined: 31 Dec 2004
Posts: 3855

PostPosted: Mon Apr 17, 2006 5:30 pm    Post subject: Reply with quote

Adam123 wrote:
MrWiseOne wrote:
lol Nice forum :P

You'd better set it up then!
Code:
Failed sending email :: PHP ::

DEBUG MODE

Line : 234
File : emailer.php


Ahhhhhhhhhhh, thats my PHP, its bugged


Its not bugged, its just that you havent given phpbb or php an SMTP server to send e-mails with.
_________________
Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk
Back to top View user's profile Send private message Visit poster's website
Adam123
-


Joined: 15 Apr 2006
Posts: 36

PostPosted: Mon Apr 17, 2006 9:21 pm    Post subject: Reply with quote

The Inquisitor wrote:
Adam123 wrote:
MrWiseOne wrote:
lol Nice forum :P

You'd better set it up then!
Code:
Failed sending email :: PHP ::

DEBUG MODE

Line : 234
File : emailer.php


Ahhhhhhhhhhh, thats my PHP, its bugged


Its not bugged, its just that you havent given phpbb or php an SMTP server to send e-mails with.



How would i fix that?
Back to top View user's profile Send private message
abyssisthebest
-


Joined: 30 Jun 2005
Posts: 319
Location: Boston, UK

PostPosted: Mon Apr 17, 2006 9:25 pm    Post subject: Reply with quote

You need to change the settings in the php.ini which will be located in either
C:\windows
-or-
C:\PHP\
_________________
My online Portfolio
Back to top View user's profile Send private message Send e-mail MSN Messenger
AbyssUnderground
-


Joined: 31 Dec 2004
Posts: 3855

PostPosted: Mon Apr 17, 2006 9:31 pm    Post subject: Reply with quote

You can do the above or you can add your SMTP settings into phpBB's config. You can usually use your ISP's SMTP server, usually smtp.yourisp.com.
_________________
Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk
Back to top View user's profile Send private message Visit poster's website
Adam123
-


Joined: 15 Apr 2006
Posts: 36

PostPosted: Tue Apr 18, 2006 9:09 am    Post subject: Reply with quote

OK i got aols SMTP settings, updated the PHP, but its still there!!!!!!!!!!!!.


Do i have to resinstall the forum, i really need help.

i got php5
Back to top View user's profile Send private message
Adam123
-


Joined: 15 Apr 2006
Posts: 36

PostPosted: Tue Apr 18, 2006 9:18 am    Post subject: Reply with quote

Ok got the PM working now

mail() [function.mail]: "sendmail_from" not set in php.ini or custom "From:" header missing

That what i get when people join,
Back to top View user's profile Send private message
AbyssUnderground
-


Joined: 31 Dec 2004
Posts: 3855

PostPosted: Tue Apr 18, 2006 9:34 am    Post subject: Reply with quote

Go to your php.ini and under SMTP settings is the sendmail_from bit. Add in your e-mail address and save. Then try again.
_________________
Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk
Back to top View user's profile Send private message Visit poster's website
Adam123
-


Joined: 15 Apr 2006
Posts: 36

PostPosted: Tue Apr 18, 2006 9:50 am    Post subject: Reply with quote

dident work

this

error

fsockopen() [function.fsockopen]: unable to connect to :25 (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. )

also i read in another post ArGoSoft Mail Server

IS that anygood?, i installed it how do i set it upq
Back to top View user's profile Send private message
Adam123
-


Joined: 15 Apr 2006
Posts: 36

PostPosted: Tue Apr 18, 2006 9:56 am    Post subject: Reply with quote

When i got ArGoSoft Mail Server i get no error.

but when ArGoSoft Mail Server is not runing i get error
Back to top View user's profile Send private message
AbyssUnderground
-


Joined: 31 Dec 2004
Posts: 3855

PostPosted: Tue Apr 18, 2006 10:31 am    Post subject: Reply with quote

Like I said, you dont want to run your own mail server. Youll have nothing but problems.

go into your php.ini and simply set the SMTP server and sendmail_from address and it should work fine. If it doesnt it means the SMTP server you entered doesnt work.

Enter it in phpBB as well as this might help. Dont forget to enable it with the toggle button.
_________________
Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk
Back to top View user's profile Send private message Visit poster's website
Adam123
-


Joined: 15 Apr 2006
Posts: 36

PostPosted: Tue Apr 18, 2006 12:09 pm    Post subject: Reply with quote

The Inquisitor wrote:
Like I said, you dont want to run your own mail server. Youll have nothing but problems.

go into your php.ini and simply set the SMTP server and sendmail_from address and it should work fine. If it doesnt it means the SMTP server you entered doesnt work.

Enter it in phpBB as well as this might help. Dont forget to enable it with the toggle button.


Yeah it works now, but when i put user- user avction on, no email comes
Back to top View user's profile Send private message
AbyssUnderground
-


Joined: 31 Dec 2004
Posts: 3855

PostPosted: Tue Apr 18, 2006 12:44 pm    Post subject: Reply with quote

It doesnt work then. You need to find an SMTP relay server thats free.

Have a read of http://members.aol.com/adamkb/aol/mailfaq/imap/ to see if you can work it out from there for AOL's smtp settings.
_________________
Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk
Back to top View user's profile Send private message Visit poster's website
Adam123
-


Joined: 15 Apr 2006
Posts: 36

PostPosted: Tue Apr 18, 2006 1:19 pm    Post subject: Reply with quote

The Inquisitor wrote:
It doesnt work then. You need to find an SMTP relay server thats free.

Have a read of http://members.aol.com/adamkb/aol/mailfaq/imap/ to see if you can work it out from there for AOL's smtp settings.



Nope cant get it working, is there any other email i can use, free ones that work?
Back to top View user's profile Send private message
AbyssUnderground
-


Joined: 31 Dec 2004
Posts: 3855

PostPosted: Tue Apr 18, 2006 1:27 pm    Post subject: Reply with quote

Adam123 wrote:
The Inquisitor wrote:
It doesnt work then. You need to find an SMTP relay server thats free.

Have a read of http://members.aol.com/adamkb/aol/mailfaq/imap/ to see if you can work it out from there for AOL's smtp settings.



Nope cant get it working, is there any other email i can use, free ones that work?



Search google for free smtp relayer servers.
_________________
Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk
Back to top View user's profile Send private message Visit poster's website
Tom Chapman
-


Joined: 09 Jul 2005
Posts: 933
Location: Australia

PostPosted: Tue Apr 18, 2006 2:40 pm    Post subject: Reply with quote

smtp.gmail.com
Back to top View user's profile Send private message Visit poster's website MSN Messenger
AbyssUnderground
-


Joined: 31 Dec 2004
Posts: 3855

PostPosted: Tue Apr 18, 2006 3:24 pm    Post subject: Reply with quote

MrWiseOne wrote:
smtp.gmail.com


Are you sure it doesnt need smtp authentication? If so he will need a gmail account if he doesnt have one already.
_________________
Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk
Back to top View user's profile Send private message Visit poster's website
Adam123
-


Joined: 15 Apr 2006
Posts: 36

PostPosted: Tue Apr 18, 2006 5:12 pm    Post subject: Reply with quote

MrWiseOne wrote:
smtp.gmail.com


What port?
Back to top View user's profile Send private message
AbyssUnderground
-


Joined: 31 Dec 2004
Posts: 3855

PostPosted: Tue Apr 18, 2006 6:10 pm    Post subject: Reply with quote

Adam123 wrote:
MrWiseOne wrote:
smtp.gmail.com


What port?


I would guess that it would be the default port.
_________________
Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk
Back to top View user's profile Send private message Visit poster's website
Adam123
-


Joined: 15 Apr 2006
Posts: 36

PostPosted: Tue Apr 18, 2006 6:20 pm    Post subject: Reply with quote

Nope it dident work, any other email addys?
Back to top View user's profile Send private message
AbyssUnderground
-


Joined: 31 Dec 2004
Posts: 3855

PostPosted: Tue Apr 18, 2006 7:07 pm    Post subject: Reply with quote

Adam123 wrote:
Nope it dident work, any other email addys?


No sorry. Search google for some.
_________________
Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk
Back to top View user's profile Send private message Visit poster's website
Adam123
-


Joined: 15 Apr 2006
Posts: 36

PostPosted: Tue Apr 18, 2006 8:24 pm    Post subject: Reply with quote

Ok cheers all :)
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> Powered by Abyss All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group