Plugin Directory

Changeset 759586


Ignore:
Timestamp:
08/20/2013 11:06:15 PM (13 years ago)
Author:
mthomas9
Message:

Sessions for OptimizePress 2.0

Location:
purlem-personal-url-marketing
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • purlem-personal-url-marketing/trunk/purlem.php

    r759434 r759586  
    44Plugin URI: http://purlem.com
    55Description: Personalize your blog to visitors and track results with Personalized URLs (PURLs). <strong>The Plugin Requires a <a href='http://www.purlem.com'>Purlem Account</a>.</strong>
    6 Version: 1.2.5
     6Version: 1.2.6
    77Author: Marty Thomas
    88Author URI: http://purlem.com/company
     
    106106    $newContent .= purl_convert($content);
    107107    @session_start();
     108   
     109    if(!$_SESSION['visitor'] && !$_GET['refreshed']) {
     110        header( 'Location: http://'.$_SERVER[HTTP_HOST].$_SERVER[REQUEST_URI].'?ID='.$_GET['ID'].'&purl='.$_GET['purl'].'&test='.$_GET['test'].'&wordpress='.$_GET['wordpress'].'&refreshed=Y' ) ;
     111    }
     112   
    108113    if($_GET['wordpress'] == 'Y') {
    109114        $newContent .= $_SESSION['visitor']->{'content'};
     
    201206
    202207function purl_convert($content) {
     208    @session_start();
    203209    $i = 0;
    204210    $patterns[$i] = '/#firstName/'; $i++;
  • purlem-personal-url-marketing/trunk/readme.txt

    r759434 r759586  
    55Requires at least: 2.1
    66Tested up to: 3.2.1
    7 Stable tag: 1.2.5
     7Stable tag: 1.2.6
    88
    99Personalize your blog to visitors and track results with Personalized URLs (PURLs). The Plugin Requires a Purlem Account.
Note: See TracChangeset for help on using the changeset viewer.