another php ?

2005-01-14 Thread dave
how can u transfer a php login session to cfm or vise versa.
say if u have a site that is in cfm but it uses a phpbb and dont want members 
to have to login twice.

the reason i ask is exactly that
one of my clients has a phpbb and the site users would like to see who is 
logged in and be able to ask them to go to the chat room but im not about to 
make the whole site in php

tia 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190557
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: another php ?

2005-01-15 Thread Rick Root
dave wrote:

> how can u transfer a php login session to cfm or vise versa.
> say if u have a site that is in cfm but it uses a phpbb and dont want members 
> to have to login twice.

I'd love to see an answer to this one =)  Bob Guiney's web site 
(bachelor bob) is a mix of CF and php right now, including phpBB ... I 
had a need to authenticate users for uploading images, so I actually 
force them to enter their username and password each time they want to 
upload an image to the fan photo gallery... and I just use CF to 
authenticate against the phpbb database.

I'd love to not make them do that everytime.

  - Rick



-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.6.12 - Release Date: 1/14/2005


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190583
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: another php ?

2005-01-16 Thread Scott Stroz
Why not just use cookies to store login info?  I have developed
systems that use both ASP and CF.  A cookie set using  can
be read by an ASP (or PHP I imagine) page with no problems, as long as
it is in the same domain.


On Sat, 15 Jan 2005 12:33:19 -0500, Rick Root <[EMAIL PROTECTED]> wrote:
> dave wrote:
> 
> > how can u transfer a php login session to cfm or vise versa.
> > say if u have a site that is in cfm but it uses a phpbb and dont want 
> > members to have to login twice.
> 
> I'd love to see an answer to this one =)  Bob Guiney's web site
> (bachelor bob) is a mix of CF and php right now, including phpBB ... I
> had a need to authenticate users for uploading images, so I actually
> force them to enter their username and password each time they want to
> upload an image to the fan photo gallery... and I just use CF to
> authenticate against the phpbb database.
> 
> I'd love to not make them do that everytime.
> 
>   - Rick
> 
> --
> No virus found in this outgoing message.
> Checked by AVG Anti-Virus.
> Version: 7.0.300 / Virus Database: 265.6.12 - Release Date: 1/14/2005
> 
> 
> 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190638
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: another php ?

2005-01-16 Thread dave
actually i think what i am gunna do is replace the php login with a flash one 
so that way i can send username and password both to the php script and to the 
cfm template (via actionscript)
maybe not optimal but in theory should work great :)



-- Original Message --
From: Scott Stroz <[EMAIL PROTECTED]>
Reply-To: cf-talk@houseoffusion.com
Date:  Sun, 16 Jan 2005 17:00:19 -0500

>Why not just use cookies to store login info?  I have developed
>systems that use both ASP and CF.  A cookie set using  can
>be read by an ASP (or PHP I imagine) page with no problems, as long as
>it is in the same domain.
>
>
>On Sat, 15 Jan 2005 12:33:19 -0500, Rick Root <[EMAIL PROTECTED]> wrote:
>> dave wrote:
>> 
>> > how can u transfer a php login session to cfm or vise versa.
>> > say if u have a site that is in cfm but it uses a phpbb and dont want 
>> > members to have to login twice.
>> 
>> I'd love to see an answer to this one =)  Bob Guiney's web site
>> (bachelor bob) is a mix of CF and php right now, including phpBB ... I
>> had a need to authenticate users for uploading images, so I actually
>> force them to enter their username and password each time they want to
>> upload an image to the fan photo gallery... and I just use CF to
>> authenticate against the phpbb database.
>> 
>> I'd love to not make them do that everytime.
>> 
>>   - Rick
>> 
>> --
>> No virus found in this outgoing message.
>> Checked by AVG Anti-Virus.
>> Version: 7.0.300 / Virus Database: 265.6.12 - Release Date: 1/14/2005
>> 
>> 
>> 
>
>

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190641
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: another php ?

2005-01-17 Thread Eddie Shipman
phpBB stores it's session info in a cookie. The password is MD5 hased
in a mySQL table.
Take a look at the PHP code and see hoe it is done then use CFM to do
the same thing, that's
all there is to it. Pay particular attention to login.php and sessions.php.


> > how can u transfer a php login session to cfm or vise versa.
> > say if u have a site that is in cfm but it uses a phpbb and dont want 
> > members to have to login twice.
> 
> I'd love to see an answer to this one =)  Bob Guiney's web site
> (bachelor bob) is a mix of CF and php right now, including phpBB ... I
> had a need to authenticate users for uploading images, so I actually
> force them to enter their username and password each time they want to
> upload an image to the fan photo gallery... and I just use CF to
> authenticate against the phpbb database.
> 
> I'd love to not make them do that everytime.

~|
Logware: a new and convenient web-based time tracking application. Start 
tracking and documenting hours spent on a project or with a client with Logware 
today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190717
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54