Has anyone got this copmbination working ? I can't login for the life of me and I have tried every possible combination of usernames and passwords.
I was wondering about the same thing... I've been using the gallery admin account to upload, but it would be nice if my users in Nuke can use GR to upload as well without me going creating accounts for them in the Gallery db and adding permissions to their albums...
If I have time I'll look into doing it this weekend... but I'm surprised that's not already supported... I also tried using the full Nuke URL to the Gallery in GR and that didn't work...
--Andrew
ayn
Joined: 2002-09-04
Posts: 33
Posted: Fri, 2002-12-06 23:16
I spent 10 minutes and hacked gallery_remote2.php a little to use change gallery_database to the nuke database and to set UserDB to instantiate Nuke5_UserDB, but I guess isCorrectPassword() wasn't overriden and for some reason the simple md5 algorithm doesn't work... I looked into Nuke's password crypt stuff and looks like they just use md5() as well, so it's pretty strange that I can't get the passwords to match... I'll look into it more, I'm close...
--Andrew
ayn
Joined: 2002-09-04
Posts: 33
Posted: Fri, 2002-12-06 23:38
actually md5() is just fine, I was wrong... i think the real problem is that Nuke5User doesn't load $password from the nuke database...
--Andrew
exception
Joined: 2002-12-05
Posts: 16
Posted: Sun, 2002-12-08 12:53
Has anyone already succeeded in doing this by now?
ayn
Joined: 2002-09-04
Posts: 33
Posted: Tue, 2002-12-10 16:26
Quote:
Has anyone already succeeded in doing this by now?
sorry, I haven't had a chance to continue my effort... I was pretty close... my attempt is a little hacky though...
--Andrew
paour
Joined: 2002-08-14
Posts: 1479
Posted: Sat, 2002-12-14 17:34
If you guys can figure it out, it would be a great help. 1/3 of the support requests are for things like this.
I'll ask Tim (author of gallery_remote2.php) to take a look also.
baloo
Joined: 2002-09-09
Posts: 19
Posted: Tue, 2003-01-07 13:06
Hi, I'm wondering if anyone has had any luck with this ? Gallery is a very popular script for Nuke sites, I'm sort of surprised this hasn't been resolved.
Posts: 33
I was wondering about the same thing... I've been using the gallery admin account to upload, but it would be nice if my users in Nuke can use GR to upload as well without me going creating accounts for them in the Gallery db and adding permissions to their albums...
If I have time I'll look into doing it this weekend... but I'm surprised that's not already supported... I also tried using the full Nuke URL to the Gallery in GR and that didn't work...
--Andrew
Posts: 33
I spent 10 minutes and hacked gallery_remote2.php a little to use change gallery_database to the nuke database and to set UserDB to instantiate Nuke5_UserDB, but I guess isCorrectPassword() wasn't overriden and for some reason the simple md5 algorithm doesn't work... I looked into Nuke's password crypt stuff and looks like they just use md5() as well, so it's pretty strange that I can't get the passwords to match... I'll look into it more, I'm close...
--Andrew
Posts: 33
actually md5() is just fine, I was wrong... i think the real problem is that Nuke5User doesn't load $password from the nuke database...
--Andrew
Posts: 16
Has anyone already succeeded in doing this by now?
Posts: 33
sorry, I haven't had a chance to continue my effort... I was pretty close... my attempt is a little hacky though...
--Andrew
Posts: 1479
If you guys can figure it out, it would be a great help. 1/3 of the support requests are for things like this.
I'll ask Tim (author of gallery_remote2.php) to take a look also.
Posts: 19
Hi, I'm wondering if anyone has had any luck with this ? Gallery is a very popular script for Nuke sites, I'm sort of surprised this hasn't been resolved.