Results 1 to 2 of 2

Thread: Datafeed HTML codes

  1. #1
    Thread Starter
    pamdaniels's Avatar
    Join Date
    Dec 2011
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Datafeed HTML codes

    I am needing to insert some HTML code for a new store. I am using GoldenCan to generate the data feed but I am not sure were to insert it. Here is the code I need to insert: Please let me know were to insert this. Thanks

    <?php
    $SID="039B94C1-0CBB-4E3C-9025-14017258E9EE";
    $IPAddress = urlencode($_SERVER['REMOTE_ADDR']);
    $UserAgent = urlencode($_SERVER['HTTP_USER_AGENT']);
    $Host=urlencode($_SERVER['HTTP_HOST']);
    $PageURL=urlencode($_SERVER['SCRIPT_NAME'].'?'.$_SERVER['QUERY_STRING']);
    $URL="http://si.goldencan.com/GetData.aspx?ver=2.0&SID=".$SID;
    $URL=$URL.'&Host='.$Host;
    $URL = $URL.'&PageURL='.$PageURL;
    $URL = $URL.'&IPAddress='.$IPAddress;
    $URL = $URL.'&UserAgent='.$UserAgent;
    include($URL);
    ?>

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,701
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Samcy Posts Accepting HTML even if Allow HTML is set to No
    By Bidge in forum Report ClassiPress Bugs
    Replies: 13
    Last Post: June 19th, 2014, 10:00 PM
  2. Datafeed
    By toms in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: October 20th, 2011, 12:55 AM
  3. Description box: users can manually wrap html codes around texts
    By hiro in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: June 10th, 2011, 02:37 PM
  4. Best Affiliate Datafeed plugin compatible to Classipress 3.0 + version
    By shareef790 in forum ClassiPress General Discussion
    Replies: 8
    Last Post: January 10th, 2011, 08:32 PM