Recent content by mtrend

  1. M

    XML --> CSV --> XML ??

    Hi, I am downloading a product data feed in XML but I want to be able to sort it by price. I thought I would be able to open in Excel, sort by price & then save back as XML but that sounded all too easy, which it was as it doesnt seem you can. Does anyone know how I can sort a XML product...
  2. M

    Product Data Feed

    Hi, One of my affiliate networks provides product datafeeds in CSV, TAB Delimited, XML formats etc but doesnt provide RSS product feeds. Is there anyway I can convert these into RSS compatible feeds ? I appreciate I would have to keep updating the data feed to get new products etc but I...
  3. M

    TestingTimes.com

    I guess now is a good time to try & do something good with this domain & make some cash, anybody got any good ideas on how to monetize this whilst the world goes into financial meltdown & everybody slowly starves to a slow painful death ? :rasta:
  4. M

    Best software to hide converting keywords from merchant

    Hi, Whats the best software to hide my converting keywords from my merchants ? Im not a php programmer so I figure I will need to buy something. Reason being that I notice on my profitable campaigns I have a good initial 2 weeks or so then my conversions die for no apparent reason, I figure...
  5. M

    PHP redirect result in serp penalisation ?

    Hi, Does anyone know if redirecting your aff links using php redirects ie. <?php header("Location: Your AFFILIATE LINK HERE"); ?> Will result in Google penalising your natural serps ? Google TOS says 'dont use sneaky redirects / cloaking' & searching around I cant find any answer on...
  6. M

    Split Testing LP's - Can you pass your adwords keyword

    Hi, Ths is my first post here but have been lurking & learning for a while :) My question is if I was sending my clicks from adwords to a splittest script like: <? if(rand(0,1) == 0) { header("Location: http://www.example.com/split1sub=google-{keyword}"); } else { header("Location...