Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Auto Login


Guest

Recommended Posts

Ok i installed the Auto Login feature, Cookies are enabled on my browser, i tried eveything i know and have read alot of post about this matter.

 

 

Has anyone successfully installed this mod and have the thing working correctly, I have it all on my site and the login box is there, i login but before i do of course i put a check mark in the box To Remember Me.

 

I log off then close browser and it does not auto log me in, it sends no cookie to my computer.

 

I don't even get the Privacy warning in the bottom of the browser that would mean at the very least the cookie would be blocked, but as i say i don't even get that.

 

All cookies sessions are allowed in my settings.

 

 

I have the login box feature also installed and it would be nice to have the auto login working as the customer can see all about ther\ir account when they reach the homepage.

 

I had to change some of the Allow cookies PHP code as the person who made this contibute forgot to close the <Php in to areas.

 

 

The mod i used is thr autologin 1.05 for OS 2.2

 

Any Help on this would be apppreciated.

Link to comment
Share on other sites

I still have this problem.

 

Can anyone Help me with this.

 

Has anyone Got this Mod To work correctly and if so please explain how you did, as i see many have not.

Link to comment
Share on other sites

I still have this problem.

 

Can anyone Help me with this.

 

Has anyone Got this Mod To work correctly and if so please explain how you did, as i see many have not.

I have it working, you must have missed something, the colors stink and I changed them.

Best Regards

Link to comment
Share on other sites

I still have this problem.

 

Can anyone Help me with this.

 

Has anyone Got this Mod To work correctly and if so please explain how you did, as i see many have not.

I have it working, you must have missed something, the colors stink and I changed them.

Hello beardeddone

 

Can you explain more on what and where to change, i installed all files corrrectly but as for the one file in the spot the author stated to put the changed files, i had to add

 

<php (the sign)

 

in two spots to get the Code correctly, all looks fine on website, but when you try it out, no cookie.

Link to comment
Share on other sites

I still have this problem.

 

Can anyone Help me with this.

 

Has anyone Got this Mod To work correctly and if so please explain how you did, as i see many have not.

I have it working, you must have missed something, the colors stink and I changed them.

Hello beardeddone

 

Can you explain more on what and where to change, i installed all files corrrectly but as for the one file in the spot the author stated to put the changed files, i had to add

 

<php (the sign)

 

in two spots to get the Code correctly, all looks fine on website, but when you try it out, no cookie.

What is your url, I need to see what I'm trying to visualize

Best Regards

Link to comment
Share on other sites

The Url is password protected.

 

I went through all the steps again but the one that seems to be the problem is the Login.php file the one that goe's in Catalog

 

the code is not right

 

here is what it wants in...

 

if(ALLOW_AUTOLOGON != 'false') {

?>

<tr>

<td>

</td>

<td align="left" class="smalltext"><?php echo tep_draw_checkbox_field('remember_me','on', (($password == '') ? false : true)) . ' ' . ENTRY_REMEMBER_ME; ?></td>

</tr>

<?php }

 

................................................................................

........................

 

 

 

 

But when I do that it gives me an error in my editor..........

 

 

if(ALLOW_AUTOLOGON != 'false') {

?>

<tr>

<td>

</td>

<td align="left" class="smalltext"><?php echo tep_draw_checkbox_field('remember_me','on', (($password == '') ? false : true)) . ' ' . ENTRY_REMEMBER_ME; ?></td>

</tr>

<?php }

<tr>

<td colspan="2"><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>

</tr>

 

 

 

 

THE php in the colspan line is Yellow not red as rest of the code, also the ?> underneath the allow AUTO login is Yellow.

 

 

I tried to add PHP to the ?> and all seems fine but, it not working right on site.

 

 

If i leave it the way it was when the Two are Yellow this is what i get on the Login box of the Website.

 

I ACTUALLY SEE THIS CODE In the Login Box Area >>>>>>>................

 

if(ALLOW_AUTOLOGON != 'false'){

 

 

<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Link to comment
Share on other sites

Would any one please check the coding on their login.php file for the Auto Login Mod.

 

The file i am looking to compare is the one for the CATALOG.........

 

Check the coding I listed above to see if it is correct as it is not, but please check it with yours to see what you have compared to mine.

 

Please Beardeddone can you check.

 

What is your URL so that i can see yours working.

 

 

Thanks

Link to comment
Share on other sites

Yes i set it to true yesterday when i installed this and it still is true.

 

I still get No Cookie coming into my computer nor do i have any privacy Blocked cookie, the plain thing is the guy that made this did screw up in a few spots

 

if you have yours working let me look at your site to see it working, also what about the Code above it is in correct.

 

 

My URL is password protected at this very moment until i get all i needed installed then i will switch to unprotected.

 

The catalog Folder is protected I protected it for now as I don't need certain others (not meaning you, to see the website) Competitors ETC

 

Trust Me

Link to comment
Share on other sites

Yes i set it to true yesterday when i installed this and it still is true.

 

I still get No Cookie coming into my computer nor do i have any privacy Blocked cookie, the plain thing is the guy that made this did screw up in a few spots

 

if you have yours working let me look at your site to see it working, also what about the Code above it is in correct.

 

 

My URL is password protected at this very moment until i get all i needed installed then i will switch to unprotected.

 

The catalog Folder is protected I protected it for now as I don't need certain others (not meaning you,  to see the website) Competitors ETC

 

Trust Me

This is what I have set for sessions and I checked and I do get the cookies

 

SNAG-0044.jpg

Best Regards

Link to comment
Share on other sites

I tried installing this on my MS2 a couple of weeks ago and I couldn't get it working 100% and I didn't have time to debug, so I removed the mod.

 

If someone has AutoLogon working for MS2 then I wouldn't mind an updated contribution with the code.

Dan

Link to comment
Share on other sites

Oh yes My version is MS2 and I guess it does not work correctly on it.

 

I have removed it now, but look forward to installing it in the near future when it is updated some more.

 

It was working all, but the cookies.

 

 

I did set my settings to what you had Beardeddone

 

Still nothing, forced cookies, i don't get it, i used the box to send me a new password, i got the PHP in so that the Text did not show on the website.

 

I have SSL Secure from my hosting company for now to try this out, soon i will have my own SSL certificate.

 

Should not make any difference in this working, it must be different coding, that needs to be for MS2 the newest release.

 

If you have MS2 Beardeddone let Us know, as the way the code for the Catalog Login.php you have to make sure you copy the entire code that has to be entered including the HMCS*****************

 

Both lines, but the last line back space the HMCS**************** just leave the

 

<php

?>

 

I hope some one can get this working correctly for MS2, as it is a nice feature to have.

 

Thank You for all your help

 

If anyone else has installed this MOD please post Here with your comments.

Link to comment
Share on other sites

Oh yes My version is MS2 and I guess it does not work correctly on it.

 

I have removed it now, but look forward to installing it in the near future when it is updated some more.

 

It was working all, but the cookies.

 

 

I did set my settings to what you had Beardeddone

 

Still nothing, forced cookies, i don't get it, i used the box to send me a new password, i got the PHP in so that the Text did not show on the website.

 

I have SSL Secure from my hosting company for now to try this out, soon i will have my own SSL certificate.

 

Should not make any difference in this working, it must be different coding, that needs to be for MS2 the newest release.

 

If you have MS2 Beardeddone let Us know, as the way the code for the Catalog Login.php you have to make sure you copy the entire code that has to be entered including the HMCS*****************

 

Both lines, but the last line back space the HMCS**************** just leave the

 

<php

?>

 

I hope some  one can get this working correctly for MS2, as it is a nice feature to have.

 

Thank You for all your help

 

If anyone else has installed this MOD please post Here with your comments.

Yes I do use MS2 and you can check it your self, if you will, I have noticed that the cookie isn't issued until you login, but I suppose that you've test this this way.

 

Sorry I can't think of anything else to help you.

Best Regards

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...