Using Prosper202 on a Secure Server



Heh. Sounds like you didn't follow the first step, backup your shit.

Anyway, you want to change every link that is not linking to your prosper202 install back to http.

Shit like this is linking to your prosper202 install, leave it alone.

'https://' . getTrackingDomain()
'https://' . $_SERVER['SERVER_NAME']

Shit like this is not linking to your prosper202 install, change it back to http.

http://suport.tracking202.com/
http://api.tracking202.com

Be careful of stuff that was supposed to be HTTPS in the first place:

[high=php]
var asset_url = is_ssl ? "https://ads.tracking202.com/prosper202-topleft/" : "http://ads.tracking202.com/prosper202-topleft/"
[/high]

You're probably going to have to go through and do this manually since, as you can see, context is important. Hopefully your editor allows you to review each item to choose to skip or replace.

Good luck