Plugin Directory

Changeset 521365


Ignore:
Timestamp:
03/20/2012 03:20:28 PM (14 years ago)
Author:
mthomas9
Message:

Password Protection really works this time

Location:
purlem-personal-url-marketing/trunk
Files:
2 edited

Legend:

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

    r521027 r521365  
    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.1.5
     6Version: 1.1.6
    77Author: Marty Thomas
    88Author URI: http://purlem.com/company
     
    8181    $user = json_decode($data);
    8282    @session_start();
    83     $_SESSION['visitor']=$_GET['username'];
     83    if($_GET['username']) $_SESSION['visitor']=$_GET['username'];
    8484    if($user->{'login'} && ($_SESSION['visitor'] != $user->{'firstName'}.''.$user->{'lastName'})) {
    85         echo $user->{'login'};
     85        echo $user->{'login'};
    8686        exit;
    87     }
     87    }   
     88    $_SESSION['user'] = $user;
    8889}
    8990
  • purlem-personal-url-marketing/trunk/readme.txt

    r521027 r521365  
    55Requires at least: 2.1
    66Tested up to: 3.2.1
    7 Stable tag: 1.1.5
     7Stable tag: 1.1.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.