Edited by Jack_mcs, 24 December 2009, 19:36.
Autologon V 2
#1
Posted 24 December 2009, 19:32
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#2
Posted 24 December 2009, 23:09
Jack_mcs, on 24 December 2009, 19:32, said:
Thanks, will try this later. The previous versions never worked.
The Coopco Underwear Shop
If you live to be 100 years of age, that means you have lived for 36,525 days. Don't waste another, there aren't many left.
#3
Posted 25 December 2009, 00:00
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#4
Posted 28 December 2009, 12:42
Jack_mcs, on 25 December 2009, 00:00, said:
Hi
I tried this, but it doesn't seem to work for me (or most likely I don't understand how to operate this).
I'm on PHP 5.2.10 and MySQL 5.0.45, having a shared account and have upgraded to osCommerce Online Merchant v2.2 RC2.
In Firefox -> Tools -> Settings -> Show Cookies I can see - in the secure part - one cookie called password and one called email_address. In the unsecure part these two cookies aren't present.
Anything I can do to troubleshoot?
#5
Posted 28 December 2009, 14:36
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#6
Posted 29 December 2009, 15:03
Jack_mcs, on 28 December 2009, 14:36, said:
Thanks for your answer.
As far as I can see, I have cookies enabled. I have tried with IE also and it didn't work either.
Now I have looked at the cookies and they appear as follows - from FF: Tools -> Web Developer -> Cookies -> View Cookie Information:
Name email_address
Value my-name%40hotmail.com
Host my-domain-se.secure.com
Path /
Secure Yes
Expires Wed, 29 Dec 2010 13:49:18 GMT
Name password
Value 802332d0b792a7491bb4a63dab6c415b%3Ac6
Host my-domain-se.secure.com
Path /
Secure Yes
Expires Wed, 29 Dec 2010 13:49:18 GMT
The first defines in my includes/configure.php looks like this:
define('HTTP_SERVER', 'http://www.my-domain.se/');
define('HTTPS_SERVER', 'https://my-domain-se.secure.com/');
define('ENABLE_SSL', true);
define('HTTP_COOKIE_DOMAIN', 'www.my-domain.se');
define('HTTPS_COOKIE_DOMAIN', 'www.my-domain-se.secure.com');
define('HTTP_COOKIE_PATH', '/');
define('HTTPS_COOKIE_PATH', '/');
define('DIR_WS_HTTP_CATALOG', '');
define('DIR_WS_HTTPS_CATALOG', '');
define('DIR_WS_IMAGES', 'images/');
define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
define('DIR_WS_INCLUDES', 'includes/');
define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
Would you mind explain how this contrib is supposed to work. That is, one should log in and finally log out and the next time it is possible to go to the website and one is automatically logged in, right?
#7
Posted 29 December 2009, 16:03
define('HTTPS_SERVER', 'https://my-domain-se.secure.com/');
define('HTTPS_COOKIE_DOMAIN', 'www.my-domain-se.secure.com');The last line should bedefine('HTTPS_COOKIE_DOMAIN', '.my-domain-se.secure.com');I don't know if that will fix the problem you are having but the obvious needs to be fixed first.
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#8
Posted 29 December 2009, 16:31
Jack_mcs, on 29 December 2009, 16:03, said:
define('HTTPS_SERVER', 'https://my-domain-se.secure.com/');
define('HTTPS_COOKIE_DOMAIN', 'www.my-domain-se.secure.com');The last line should bedefine('HTTPS_COOKIE_DOMAIN', '.my-domain-se.secure.com');I don't know if that will fix the problem you are having but the obvious needs to be fixed first.I have changed it now. Also I cleared the cache and all the cookies and made a new attempt but - as it seems - to no avail.
PS.
I assume that the www are to be deleted as well here:
define('HTTP_COOKIE_DOMAIN', 'www.my-domain.se'); so it reads: define('HTTP_COOKIE_DOMAIN', '.my-domain.se');
DS.
#9
Posted 29 December 2009, 17:27
- login to your site - being sure to check the remember me checkbox
- logoff
- click my account - you should be logged in
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#10
Posted 29 December 2009, 18:03
Jack_mcs, on 29 December 2009, 17:27, said:
- login to your site - being sure to check the remember me checkbox
- logoff
- click my account - you should be logged in
No sorry, it made no difference.
As you can see above in my configure.php, both of the cookie paths are just a slash in each define i.e. /.
The cookie domains are now set to:
define('HTTP_COOKIE_DOMAIN', '.my-domain.se');
define('HTTPS_COOKIE_DOMAIN', '.my-domain-se.secure.com');
#11
Posted 29 December 2009, 18:56
define('HTTP_SERVER', 'http://www.my-domain.se
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#12
Posted 29 December 2009, 19:32
Jack_mcs, on 29 December 2009, 18:56, said:
define('HTTP_SERVER', 'http://www.my-domain.se
I remember I scanned a lot of forum pages to get the configure.php settings correct. As I had it set (before) everything worked until now, so I don't know...
I did a google search and came across this information and according to that, i guess it won't work with my shared ssl anyway.
Btw I tried this auto login contribution and also an other one way back and neither of them worked so I guess the best I can do is to forget all about them alltogether. Though it's a petty because they are not invasive code wise.
Nevertheless I want to thank you for your time and effort, much appreciated!
#13
Posted 30 December 2009, 00:09
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#15
Posted 05 January 2010, 02:26
CAN SOMEONE PLEASE HELP THIS POOR LOST SOUL REGARDS DAVE
#16
Posted 05 January 2010, 03:54
linda grubb, on 05 January 2010, 02:26, said:
CAN SOMEONE PLEASE HELP THIS POOR LOST SOUL REGARDS DAVE
Second, this is the support thread for the Autologon contribution, not Version Checker.
Third, Version check doesn't have anything to do with a datafeed so maybe you are talking about the CompareMyPrice contribution.
For the last two items, see the readme file in whatever contribution you are talking about. I always include the support thread in it.
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#17
Posted 05 January 2010, 07:55
Jack_mcs, on 25 December 2009, 00:00, said:
The Coopco Underwear Shop
If you live to be 100 years of age, that means you have lived for 36,525 days. Don't waste another, there aren't many left.
#18
Posted 05 January 2010, 12:34
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#19
Posted 20 January 2010, 18:24
I installed this contrib with no errors at all.
But for one reason i can't stay logged in.
When i close IE and after a while i go to my shop page i am not logged in, but when i refresh the page i am logged in.
Also i was wondering what to put in the configure file. I had a previous version installed and all worked.But went to a higher version php 5 and mysql 5. I also have a ssl certicate, some help needed here.
#20
Posted 20 January 2010, 19:32
I don't understand what you mean about the configure file. This contribution doesn't change that.
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking














