Jump to content


Corporate Sponsors


Latest News: (loading..)

xp02ed

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

Posts I've Made

In Topic: Oscommerce and Wordpress integration

20 May 2011, 05:28

View PostNodsDorf, on 20 May 2011, 02:53, said:

Have you seen this addon http://addons.oscommerce.com/info/6809

Not sure if gives you all WP features but this was worked on extensively over the years. If nothing else it may lead you to a solution.

(Note is was written for OSC 2.2)

yeh seen alot of these types, although i wasnt looking on grabbing the wordpress posts more of the whole functionality together

for example. if a customer signs up to your website ( osc ) they are added to the wordpress user

when they login, they login to both systems as one.

ultimately becoming a member in both CMS applications and using the functionality for both

In Topic: session and cookies help

02 March 2011, 12:20

i found this part which looks like what i want

// set the session ID if it exists

if (isset($HTTP_POST_VARS[tep_session_name()])) {
tep_session_id($HTTP_POST_VARS[tep_session_name()]);
} elseif ( ($request_type == 'SSL') && isset($HTTP_GET_VARS[tep_session_name()]) ) {
/* added by me for subdomains*/
tep_session_id($HTTP_GET_VARS[tep_session_name()]);
}


Ive implemented to check if there is a cookie value, if so use that as the session_id() instead of creating a new one.

BUT when i put it in, the links for buy now etc, the paramater of the oscsid appears on the URL bar!

In Topic: FeedFetcher-Google-CoOp

01 March 2011, 00:16

View Postgerm, on 28 February 2011, 22:58, said:

It's legit.

If I'm not mistaken g00gle has all th IP's from 72.14.192.0 to 72.14.255.255.

ah, they have 1 constant connection to my website though?

sometimes 4 at a time..

In Topic: SiteMonitor

24 February 2011, 13:25

View PostJack_mcs, on 23 February 2011, 13:52, said:

When you first run it manually, click on the top update button. When you run it manually the next time, use the second update button. It should send a clean email the second time.

sweet thanks jack its all working now

see how it goes in the next week!

In Topic: SiteMonitor

23 February 2011, 08:42

also when i do the manual check

it send me an email saying theres a new file each time

wait period of 4-5 hours

shoudl i wait at least 24 hours?