Jump to content


Corporate Sponsors


Latest News: (loading..)

xp02ed

Member Since 23 Jul 2007
Offline Last Active May 24 2011, 23:22
-----

Topics I've Started

Oscommerce and Wordpress integration

20 May 2011, 01:05

Ive been on this particular path for ages now and being using oscommerce for a very long time. Ive had both CMS on separate databases but dont see why it wont work on a single database install for both CMS.

I had wordpress Multisite + buddypress + bbpress installed onto the ROOT domain > ie www.google.com

oscommerce + STS was installed on a subdomain > shop.google.com

Basically no users were setup in wordpress install just the super user/admin

and had 700 customers on my online shop with oscommerce.

now! all imported onto the wordpress table for users.

1 Login for both websites and basically can use that same login site wide for both CMS while the session is active

when you logoff oscommerce it logs you out for both websites!

no need to worry about password encryptions as it doesnt reference passwords at all. wordpress uses the inbuilt auto login functions using if statements!

session and cookies help

02 March 2011, 06:03

Hey guys ive given up doing it myself as i cant find the right path

basically i have a cookie which is used domain wide.

www.domain.com

my shop is under

store.domain.com

I can store the cookie and see it by going to both websites.

i want to keep the same session ID for both websites.

i know i need to add it on the application_top.php file

my cookies show for ex.

PHPSESSID ( established by going to main domain)

then when clicking on a link to the oscommerce store

a new cookie for osCsid appears.

can i implement that it checks if a cookie[name] is there then the value of the session_id, by the shop uses the cookie value

i had an IF statement for if cookie exists but i got no idea where to put it on the application_top file!

FeedFetcher-Google-CoOp

28 February 2011, 22:42

Hey guys im getting constant connection from the following which isn't listed as a bot, but saying its google custom search?

I dont use google CSE on my site or have signed up to it, anyone know if this is a legit bot or can i block them on my firewall


72.14.202.83
09:29:47 09:29:47 / Yes Not found
IP address: 72.14.202.83
User agent: FeedFetcher-Google-CoOp; (+http://www.google.com/coop/cse/cref)
Country:
Region:
City:
osCsid: ***

--------------

72.14.202.86
09:39:17 09:39:17 / Yes Not found
IP address: 72.14.202.86
User agent: FeedFetcher-Google-CoOp; (+http://www.google.com/coop/cse/cref)
Country:
Region:
City:
osCsid: ***

AND Several different IP's

session cross sub domain compatible

28 February 2011, 05:54

hey guys

im trying to figure out how the configuration should be for a shop in a subdomain

IE
shop.domain.com

and i want to share the cookie so anything on domain.com can use that same cookie/session

so basically the session details stay across the whole domain?
ATM i have

define('HTTP_COOKIE_DOMAIN', '.domain.com');

is this right?