Changeset 521027
- Timestamp:
- 03/19/2012 07:35:05 PM (14 years ago)
- Location:
- purlem-personal-url-marketing/trunk
- Files:
-
- 2 edited
-
purlem.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
purlem-personal-url-marketing/trunk/purlem.php
r511306 r521027 4 4 Plugin URI: http://purlem.com 5 5 Description: 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. 46 Version: 1.1.5 7 7 Author: Marty Thomas 8 8 Author URI: http://purlem.com/company … … 81 81 $user = json_decode($data); 82 82 @session_start(); 83 $_SESSION['visitor']=$_GET['username']; 83 84 if($user->{'login'} && ($_SESSION['visitor'] != $user->{'firstName'}.''.$user->{'lastName'})) { 84 85 echo $user->{'login'}; 85 86 exit; 86 87 } 87 $_SESSION['user'] = $user;88 88 } 89 89 -
purlem-personal-url-marketing/trunk/readme.txt
r511306 r521027 4 4 Link: http://purlem.com/ 5 5 Requires at least: 2.1 6 Tested up to: 3.2.1 7 Stable tag: 1.1. 46 Tested up to: 3.2.1 7 Stable tag: 1.1.5 8 8 9 9 Personalize 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.