PHPNUKE Login Problems. Please Help!!!

 
Post new topic   Reply to topic    Aprelium Forum Index -> PHP
View previous topic :: View next topic  
Author Message
Angel
-


Joined: 17 Nov 2003
Posts: 157
Location: Everett, Washington

PostPosted: Sat Jun 05, 2004 11:26 am    Post subject: PHPNUKE Login Problems. Please Help!!! Reply with quote

Hello all I already posted this at phpnuke forum and no one has helped me yet so I thought I might ask around here.

I installed phpnuke and everything works except that no one can login or create accounts. I am running

Abyss webserver X1
Windows XP

If anyone could help me thanks in advace.

Thanks,
Angel

Http://MetalHell.ServeMp3.Com
_________________
Noize Pollution | Angel's Online | Free Net Builders | Pagan Portal
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Moxxnixx
-


Joined: 21 Jun 2003
Posts: 1226
Location: Florida

PostPosted: Sat Jun 05, 2004 12:44 pm    Post subject: Reply with quote

It looks like you can create an account. It just won't send a verification email.
Check your Admin > Preferences settings in PHP-Nuke.
Also, look in php.ini file for your SMTP settings:
Code:
[mail function]
; For Win32 only.
SMTP = smtp.yourdomain.com ; for Win32 only
sendmail_from= moxxnixx@yourdomain.com ; for Win32 only


Last edited by Moxxnixx on Wed Mar 23, 2005 5:39 pm; edited 1 time in total
Back to top View user's profile Send private message Visit poster's website
Angel
-


Joined: 17 Nov 2003
Posts: 157
Location: Everett, Washington

PostPosted: Sat Jun 05, 2004 2:28 pm    Post subject: Hmmmmm Reply with quote

I set up the php.ini like you said to and it still did'nt work.

Code:
[mail function]
; For Win32 only.
SMTP = localhost ; for Win32 only
sendmail_from= Smtp.MetalHell.ServeMp3.Com ; for Win32 only

; For Win32 only.
;sendmail_from = Staff@MetalHell.ServeMp3.Com


What is it I am supposed to be checking for in the Prefrences you didn't specify.

Thanks,

Angel
_________________
Noize Pollution | Angel's Online | Free Net Builders | Pagan Portal
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Moxxnixx
-


Joined: 21 Jun 2003
Posts: 1226
Location: Florida

PostPosted: Sat Jun 05, 2004 2:51 pm    Post subject: Reply with quote

sendmail should be your email address, not the smtp server.
Change localhost to the SMTP server.
And servemp3 doesn't have an SMTP server, so use your ISP's email SMTP.
Look in your Outlook Express account properties to get it.
Back to top View user's profile Send private message Visit poster's website
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Sat Jun 05, 2004 7:08 pm    Post subject: Reply with quote

This is how it should look:
Quote:
[mail function]
; For Win32 only.
SMTP = localhost

; For Win32 only.
sendmail_from = yourname@yourdomain.com

; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
;sendmail_path =

That is if you have a SMTP/Mail Server on the same computer as Abyss. If you don't, then use your ISP's SMTP server (check their website or call them). However, there is a good bet that your ISP won't relay addresses that don't belong to them. In that case, you will need to use an email address they give you (that you have registered with them). If your ISP was Comcast, it would look like this:
Quote:
[mail function]
; For Win32 only.
SMTP = smtp.comcast.com

; For Win32 only.
sendmail_from = yourname@comcast.com

; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
;sendmail_path =

EDIT: You also said that no one can log in. Is this also true for the account that you first made (the admin, and the normal user)? Or is it just for new users?
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Angel
-


Joined: 17 Nov 2003
Posts: 157
Location: Everett, Washington

PostPosted: Sun Jun 06, 2004 5:21 am    Post subject: hmmm Reply with quote

Well I just cant figure it out I have my mailserver running and everything has been setup as I was told here is the code I placed in php.ini

Code:
[mail function]
; For Win32 only.
SMTP = Localhost   

; For Win32 only.
sendmail_from =admin@MetalHell.ServeMp3.Com

; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
;sendmail_path =


Is there I way to disable the Mail verification so that users my automatically sign in because that would be fine for me. I can sign in with my adminsitrator password and username and if I create a user through the admin panels Then that user name can login they just arent recieving verification emails so i would just disable that part of the sign up process if possible. So if there is a way to do that can you please let me know how to do it.

Thanks,

Angel
_________________
Noize Pollution | Angel's Online | Free Net Builders | Pagan Portal
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Sun Jun 06, 2004 6:50 am    Post subject: Reply with quote

http://www.nukefixes.com/article6.html

"Provides for servers without mail support."
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Angel
-


Joined: 17 Nov 2003
Posts: 157
Location: Everett, Washington

PostPosted: Sun Jun 06, 2004 8:40 am    Post subject: iNaNimAtE THANK YOU SOOOOO VERY MUCH Reply with quote

THANK YOU For pointing me in that diretition Now My user can create accounts with verification !!!!!!!!!!!! I WILL BE FOREVER GREATFUL!!!>>>>>>LOL

THANKS,
ANGEL
_________________
Noize Pollution | Angel's Online | Free Net Builders | Pagan Portal
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Sun Jun 06, 2004 9:04 am    Post subject: Reply with quote

No problem.
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Angel
-


Joined: 17 Nov 2003
Posts: 157
Location: Everett, Washington

PostPosted: Sun Jun 06, 2004 11:26 am    Post subject: What the H*** Reply with quote

new problem:

When anyone tries to register it tells them access denied you are trying to access a restriced area which doesnt make any sesne because I have givin access to everyone. I can create new accounts only from my host computer. If can can someone please help me.

thanks,
Angel

OMG I fixed it I had the "your account" module restriced to only registerd users...lol

Thanks for all your help guys.
_________________
Noize Pollution | Angel's Online | Free Net Builders | Pagan Portal
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
nitestalker49
-


Joined: 08 Jun 2004
Posts: 41

PostPosted: Sat Jun 19, 2004 1:47 am    Post subject: Re: What the H*** Reply with quote

[quote="Angel"]

When anyone tries to register it tells them access denied you are trying to access a restriced area quote]

I am having this same problem. I thought I had it fixed and I recently realized i havent fixed it. It still will not allow anyone to sign in. I checked the module and it is authorized for all visitors. I also have changed this

Quote:
Open modules/Your_Account/index.php:
Code:
replace: Header("Location: modules.php
with: Header("Refresh: 0;url=modules.php


in reference to:

http://phpnuke.org/modules.php?name=Forums&file=viewtopic&t=81

I found this by reading this forum:

http://phpnuke.org/modules.php?name=Forums&file=viewtopic&p=13855#13855

so far none of this has had any effect. oh yea i have deleted all my cache etc. hoping that this might help. no difference.

any ideas?
_________________

http://home.woh.rr.com/nitestalker/
Back to top View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
nitestalker49
-


Joined: 08 Jun 2004
Posts: 41

PostPosted: Sat Jun 19, 2004 11:10 am    Post subject: Reply with quote

i have found that it has something to do with my site redirection. If users sign in using my ip address:

http://209.173.181.56:120/phpnuke/index.php

everything seems to work?

If they try to sign in using my DynDNS.org user account (http://nitestalker.webhop.net/), then nothing seems to work correctly?

anyone have any clues what to do about this?
_________________

http://home.woh.rr.com/nitestalker/
Back to top View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
nitestalker49
-


Joined: 08 Jun 2004
Posts: 41

PostPosted: Sat Jun 19, 2004 12:00 pm    Post subject: Reply with quote

Quote:
Visit http://web25.hopto.org/


I noticed that the above url is "" but when you load it , IE shows it as a IP Address?

Might this be my problem with users loging in? I have my dyn whatever acct. setup to cloak my ip address, therefore it never shows or maybe even goes to my acctual ip address which in turn confuses my phpnuke script?

?
_________________

http://home.woh.rr.com/nitestalker/
Back to top View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Sat Jun 19, 2004 7:46 pm    Post subject: Reply with quote

I didn't get any errors when it loaded the register module--is that good?
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
nitestalker49
-


Joined: 08 Jun 2004
Posts: 41

PostPosted: Sun Jun 20, 2004 1:38 am    Post subject: Reply with quote

i am talking about when you sign in after you register......... i beleive registering is fine........ its signing in as a member that wont work.......
_________________

http://home.woh.rr.com/nitestalker/
Back to top View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Sun Jun 20, 2004 2:37 am    Post subject: Reply with quote

Ok, I got the error. Look in your preferences as Admin, and see if the Your Account module is set to be restricted to Subscribed Users Only.
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
nitestalker49
-


Joined: 08 Jun 2004
Posts: 41

PostPosted: Sun Jun 20, 2004 10:49 am    Post subject: Reply with quote

if you read some of the previous post that i have added in this thread you will find....

Quote:
I checked the module and it is authorized for all visitors.

_________________

http://home.woh.rr.com/nitestalker/
Back to top View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Sun Jun 20, 2004 6:18 pm    Post subject: Reply with quote

Check in phpMyAdmin for the table "nuke_modules," and make sure that "view" is set to 0. Also, you can try backing up your database, and reinstalling PHP-Nuke.
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
nitestalker49
-


Joined: 08 Jun 2004
Posts: 41

PostPosted: Sun Jun 20, 2004 6:44 pm    Post subject: Reply with quote

its hard to tell from this pc but i believe i have it figured out.

I had to UNCLOAK my ip address with dyns.org ........
_________________

http://home.woh.rr.com/nitestalker/
Back to top View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Mon Jun 21, 2004 12:40 am    Post subject: Reply with quote

Sorry, but it didn't work.
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
nitestalker49
-


Joined: 08 Jun 2004
Posts: 41

PostPosted: Mon Jun 21, 2004 11:52 am    Post subject: Reply with quote

Quote:
Sorry, but it didn't work.


i am confused at what this means............. i have checked my ip tracker and i have you logged in at.... 2004-06-20 19:47:13


iNaNimAtE
69.110.31.87
adsl-69-110-31-87.dsl.pltn13.pacbell.net
2004-06-20 19:47:13

this is whats confusing......... if you couldnt sign in, then how did i log you in my ip tracker?
_________________

http://home.woh.rr.com/nitestalker/
Back to top View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Mon Jun 21, 2004 9:23 pm    Post subject: Reply with quote

When I visit your website, any tracker/logger you have running will pick me up right away. When I said it didn't work, I meant I was not able to log in successfully.
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
nitestalker49
-


Joined: 08 Jun 2004
Posts: 41

PostPosted: Mon Jun 21, 2004 11:31 pm    Post subject: Reply with quote

in order for the ip tracker to identify your ip address, you have to sign in.......... In this I mean, that my ip tracker does indeed pic up many ip addresses but it does not put a name with the ip address unless that user signed in........

which means that whether it appeared that you were signed in or not ........ you had to of been in order for the tracker to identify the user being you ........

therefore, i submit the idea that my website is doing something or saying something to make the registered user beleive that he or she is not signed in when in fact they are......
_________________

http://home.woh.rr.com/nitestalker/
Back to top View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
nitestalker49
-


Joined: 08 Jun 2004
Posts: 41

PostPosted: Sun Sep 05, 2004 10:23 am    Post subject: Reply with quote

i take back most of what i said about the redirection crap and all that... i now have come to the conclusion that the redirection has nothing to do with it. in fact forget everything i have said in this thread, because it makes me look stupid hehehehe.

seriously has anyone else even had this problem? what am I missing?

I am


_________________

http://home.woh.rr.com/nitestalker/
Back to top View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> PHP 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