Login/Registration troubles?

Make suggestions, report bugs, or anything else about the website
DO NOT post bugs/feature requests for WoWRoster, PvPLog, UniUploader, or UniAdmin here

Login/Registration troubles?

Postby zanix » Sat Aug 26, 2006 12:27 am

Mostly, the old db was corrupt and the users table was gone

Getting anything back from the old forums requires going into phpmyadmin and hoping it doesn't stall the server because of the corruption
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Re: Login/Registration troubles?

Postby Laibeus_Lord » Thu Sep 07, 2006 3:30 pm

Hi, I still have not received a confirmatino email from my real username: Laibcoms with email: Laibeus@Laibcoms.com

I prefer to use that over this one I am using for this posting.

Thanks!!
Laibeus_Lord
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Thu Sep 07, 2006 3:28 pm

Login/Registration troubles?

Postby zanix » Fri Sep 08, 2006 12:28 am

Laibeus_Lord wrote:Hi, I still have not received a confirmatino email from my real username: Laibcoms with email: Laibeus@Laibcoms.com

I prefer to use that over this one I am using for this posting.

Thanks!!
Ok, done!
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Login/Registration troubles?

Postby ElNino » Fri Sep 08, 2006 12:56 am

Would just like to say thanks to Zanix and Zeryl for helping to get me get through my registration/activation woes via the IRC applet. Dunno why it wasn't sending the email, but I can post now, so I'm happy.

Keep up the outstanding job w/ the WoWRoster and all its extras! Every time I come to visit this site things keep looking better. =)
ElNino
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Thu Sep 07, 2006 10:35 pm

Login/Registration troubles?

Postby Laibcoms » Fri Sep 08, 2006 3:53 pm

Thanks zanix!!

And as gift (in case you haven't tried yet).

Here's one solution in solving the domain name problem using .htaccess

Code: Select all
Options +FollowSymlinks
RewriteEngine On

RewriteBase /

RewriteCond %{HTTP_HOST} ^([a-z0-9-]+\.)?wowroster\.org$
RewriteRule (.*) http://wowroster.net/$1 [R=301]

RewriteCond %{HTTP_HOST} ^([a-z0-9-]+\.)?wowprofilers\.com$
RewriteRule (.*) http://wowroster.net/$1 [R=301]

RewriteCond %{HTTP_HOST} ^www\.wowroster\.net$
RewriteRule (.*) http://wowroster.net/$1 [R=301]


R=301 is permanent redirect. Will tell bots that you have a new URL and that all links in their database should be changed accordingly.

RewriteCond will automatically change the URL to the one in RewriteRule w/o affecting anything added by your script/CMS/forums after the TLD (ie .com, .net, .org, .info, .ws).

The result of the above .htaccess code will be:

If someone visits or register via
Code: Select all
http://www.wowprofilers.com/Your_Account/register/agreed=1.html


.htaccess will change it to:

Code: Select all
http://www.wowroster.net/Your_Account/register/agreed=1.html


then this piece of code (as shown above):
Code: Select all
RewriteCond %{HTTP_HOST} ^www\.wowroster\.net$
RewriteRule (.*) http://wowroster.net/$1 [R=301]


will change the URL to:
Code: Select all
http://wowroster.net/Your_Account/register/agreed=1.html



^_^


Hope it works for wowroster.net :)
Last edited by Laibcoms on Fri Sep 08, 2006 3:55 pm, edited 1 time in total.
User avatar
Laibcoms
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Thu Sep 07, 2006 3:22 pm
Location: Philippines

Re: Login/Registration troubles?

Postby agmacmill » Fri Sep 08, 2006 7:16 pm

i had problems getting it to accept my hotmail address.. i had to use the email my internet service provider gave me...
agmacmill
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Fri Sep 08, 2006 7:11 pm

Login/Registration troubles?

Postby Laibcoms » Sun Sep 17, 2006 12:37 pm

Hi,

Here's an update to the .htaccess code.

Code: Select all
Options +FollowSymlinks
RewriteEngine On

RewriteBase /

RewriteCond %{HTTP_HOST} ^([a-z0-9-]+\.)?wowroster\.org$ [NC,OR]
RewriteCond %{HTTP_HOST} ^([a-z0-9-]+\.)?wowprofilers\.com$ [NC,OR]
RewriteCond %{HTTP_HOST} ^www\.wowroster\.net [NC]
RewriteRule ^(.*) http://wowroster.net/$1 [R=301,L]


Should work fine with latest server apps version (apache and linux specifically).
User avatar
Laibcoms
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Thu Sep 07, 2006 3:22 pm
Location: Philippines

Re: Login/Registration troubles?

Postby Scatmanicus » Sun Oct 22, 2006 2:10 am

I am having problems downloading due to a loss of my login information.

I login with no problems. It goes to my account. If I click Download link at the top, it goes to download but now on the leftside, it shows Anonymous and has the login box. I had to fool with this several times to get the 1.7.0 version of WOWRoster downloaded as it kept losing my login system variables. However, I never could get the download for the images. I would click the zip file, it would go to a page and then I would click the download icon which would take me back to the page with the different zip files (one an upgrade and the other the current one).

As there is no email address for who to contact, this is the only way I know to inform you of this problem.

Also, I have been running Roster inside phpNuke but due to our desire to use RaidTracker and Talents, which seems to have a problem inside phpNuke, I'm trying to install a clean roster in the root and then just provide a link inside phpNuke that will open a new web browser and thus the Roster will not be inside Nuke. Any suggestions?
Just another ol' Hacker!
Image
User avatar
Scatmanicus
WR.net Apprentice
WR.net Apprentice
 
Posts: 39
Joined: Fri Aug 11, 2006 4:03 am

Login/Registration troubles?

Postby zanix » Sun Oct 22, 2006 4:17 am

As the beginning of the topic says, make sure you are accessing the site at
wowroster.net
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Login/Registration troubles?

Postby mdeshane » Sun Dec 10, 2006 8:37 am

Thank you Zanix for helping me get registered. Still not sure why I wasn't recieving activation. But that's ok you made it work anyway. lol
User avatar
mdeshane
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 204
Joined: Sun Dec 10, 2006 4:54 am
Location: Grand Rapids, MI USA
Realm: Khadgar (PvE) - US

Login/Registration troubles?

Postby Anaxent » Sat Dec 30, 2006 9:21 pm

Hey matt them email errors I see above are due to a reverse dns lookup ask your host to add a ptr record for this domain name that points back to the servers ip address.
User avatar
Anaxent
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 642
Joined: Tue Jul 04, 2006 6:27 am
Location: Phoenix, Az

Re: Login/Registration troubles?

Postby Aränel » Wed Jan 03, 2007 4:49 am

Hi,

I've got this login problems since I registered but now they are going worst and worst. I can't play with your workaround anymore, no way :(
I am unable to stay loggued in and naviguate on your portal after having cleared the cache, deleted all my cookies and restarted the browser, and I have the same problem on Firefox, Opera and Internet Explorer and only on this portal so this is obviously not a client issue :scratch:
User avatar
Aränel
WR.net Apprentice
WR.net Apprentice
 
Posts: 21
Joined: Wed Dec 06, 2006 6:48 pm
Location: Brussels, Belgium

Login/Registration troubles?

Postby zanix » Wed Jan 03, 2007 5:13 am

Make absolutely sure you are accessing the site at wowroster.net
Any other url wowroster.org, wowprofilers.com WILL fail
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Login/Registration troubles?

Postby Anaxent » Wed Jan 03, 2007 5:15 am

well this is due to cookie settings and wowroster.net is what we append the cookies to as of now even though we have many other domain names linking to us. Please make sure you are logging into our site via http://wowroster.net and make sure to add our site to your trusted sites list.
User avatar
Anaxent
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 642
Joined: Tue Jul 04, 2006 6:27 am
Location: Phoenix, Az

Re: Login/Registration troubles?

Postby Aränel » Wed Jan 03, 2007 5:22 am

I do.
I usually read all the workarounds before asking something or report a problem :rabbit2:

Crossing my finger I seem to stay loggued with firefox now, but for how long? :twisted:
Last edited by Aränel on Wed Jan 03, 2007 5:23 am, edited 1 time in total.
User avatar
Aränel
WR.net Apprentice
WR.net Apprentice
 
Posts: 21
Joined: Wed Dec 06, 2006 6:48 pm
Location: Brussels, Belgium

PreviousNext

Return to Web Site Issues

Who is online

Users browsing this forum: No registered users and 0 guests

cron