Changeset 759586
- Timestamp:
- 08/20/2013 11:06:15 PM (13 years ago)
- Location:
- purlem-personal-url-marketing
- Files:
-
- 3 added
- 2 edited
-
tags/1.2.6 (added)
-
tags/1.2.6/purlem.php (added)
-
tags/1.2.6/readme.txt (added)
-
trunk/purlem.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
purlem-personal-url-marketing/trunk/purlem.php
r759434 r759586 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.2. 56 Version: 1.2.6 7 7 Author: Marty Thomas 8 8 Author URI: http://purlem.com/company … … 106 106 $newContent .= purl_convert($content); 107 107 @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 108 113 if($_GET['wordpress'] == 'Y') { 109 114 $newContent .= $_SESSION['visitor']->{'content'}; … … 201 206 202 207 function purl_convert($content) { 208 @session_start(); 203 209 $i = 0; 204 210 $patterns[$i] = '/#firstName/'; $i++; -
purlem-personal-url-marketing/trunk/readme.txt
r759434 r759586 5 5 Requires at least: 2.1 6 6 Tested up to: 3.2.1 7 Stable tag: 1.2. 57 Stable tag: 1.2.6 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.