Changeset 1497041
- Timestamp:
- 09/16/2016 04:44:39 PM (10 years ago)
- Location:
- purlem-personal-url-marketing
- Files:
-
- 3 added
- 2 edited
-
tags/1.3.8 (added)
-
tags/1.3.8/purlem.php (added)
-
tags/1.3.8/readme.txt (added)
-
trunk/purlem.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
purlem-personal-url-marketing/trunk/purlem.php
r1469246 r1497041 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.3. 56 Version: 1.3.8 7 7 Author: Marty Thomas 8 8 Author URI: http://purlem.com/company … … 83 83 $uri = explode('/',$uri_addslash); 84 84 if(!$_GET['page']) $_GET['page'] = $uri[2]; 85 if(!$_GET['page']) $_GET['page'] = 1;86 85 if(!is_numeric($_GET['page'])) $_GET['page'] = $uri[3]; 87 86 if(!is_numeric($_GET['page'])) $_GET['page'] = $uri[4]; 87 if(!is_numeric($_GET['page'])) $_GET['page'] = 1; 88 88 89 89 if(get_option('purlapi') == 'file_get_contents') { -
purlem-personal-url-marketing/trunk/readme.txt
r1469246 r1497041 4 4 Link: http://purlem.com/ 5 5 Requires at least: 2.1 6 Tested up to: 4. 5.37 Stable tag: 1.3. 76 Tested up to: 4.6.1 7 Stable tag: 1.3.8 8 8 9 9 Personalize your blog to visitors and track results with Personalized URLs (PURLs). The Plugin Requires a Purlem Account. 10 10 11 11 == Description == 12 Requires an active Purlem account , and a Linux Server with PHP5+ installed.12 Requires an active Purlem account. 13 13 14 14 The Plugin will turn your blog into a Personal URL landing page fully integrated with Purlem's marketing system. A sample Personal URL (PURL) would be 'www.myblog.com/Joe.Smith', where 'Joe.Smith' would be variable for each person in your campaign.
Note: See TracChangeset
for help on using the changeset viewer.