Plugin Directory

Changeset 734815


Ignore:
Timestamp:
07/01/2013 09:40:49 PM (13 years ago)
Author:
mthomas9
Message:

Updates for Default LP

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

Legend:

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

    r710147 r734815  
    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.3
     6Version: 1.2.4
    77Author: Marty Thomas
    88Author URI: http://purlem.com/company
     
    8686
    8787    if(get_option('purlapi') == 'file_get_contents') {
    88         $data = @file_get_contents('http://www.purlapi.com/lp/index.php?ID='.$_GET["ID"].'&name='.$_GET["purl"].'&page='.$_GET["page"].'&test='.$_GET["test"].'&wordpress='.$_GET["wordpress"]);
     88        $data = @file_get_contents('http://www.purlapi.com/lp/index.php?ID='.$_GET["ID"].'&name='.$_GET["purl"].'&page='.$_GET["page"].'&test='.$_GET["test"].'&wordpress='.$_GET["wordpress"].'&domain='.$_SERVER["HTTP_HOST"]);
    8989    } else {
    90         $curl = @curl_init(); curl_setopt ($curl, CURLOPT_URL, 'http://www.purlapi.com/lp/index.php?ID='.$_GET["ID"].'&name='.$_GET["purl"].'&page='.$_GET["page"].'&test='.$_GET["test"].'&wordpress='.$_GET["wordpress"]);
     90        $curl = @curl_init(); curl_setopt ($curl, CURLOPT_URL, 'http://www.purlapi.com/lp/index.php?ID='.$_GET["ID"].'&name='.$_GET["purl"].'&page='.$_GET["page"].'&test='.$_GET["test"].'&wordpress='.$_GET["wordpress"].'&domain='.$_SERVER["HTTP_HOST"]);
    9191        curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);         
    9292        $data = curl_exec ($curl);
  • purlem-personal-url-marketing/trunk/readme.txt

    r710147 r734815  
    55Requires at least: 2.1
    66Tested up to: 3.2.1
    7 Stable tag: 1.2.3
     7Stable tag: 1.2.4
    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.