1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

I need a better way to sell text links... HELP!

Discussion in 'General Business' started by dpakman91, Apr 5, 2006.

  1. #1
    Right now I have this: www.davidpakman.com/advertising.html

    Absolutely excruciating to update and change prices, as i need to go through the paypal merchant option to create a button...

    What can anyone suggest as a better way to set up an automated text link "shopping cart" so to speak that i can update easily?
     
    dpakman91, Apr 5, 2006 IP
  2. obenix

    obenix Eats an apple a day......

    Messages:
    2,236
    Likes Received:
    180
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Why don't you pass on the headache to a 3rd party?
    I know of a few DP members that uses www.linkhaul.com though I personnally have not used them.
     
    obenix, Apr 5, 2006 IP
  3. dpakman91

    dpakman91 Banned

    Messages:
    1,242
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Interesting, I did look at that, but I'd prefer, if it's feasible, to have some kind of better system that I am still taking care of myself. If i can't find one though, i'll have to consider something like linkhaul
     
    dpakman91, Apr 5, 2006 IP
  4. Seiya

    Seiya Peon

    Messages:
    4,666
    Likes Received:
    404
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hum I'll develop a nice php/mysql interface and sell you a copy, if you wanna pay for it.
    :)
     
    Seiya, Apr 5, 2006 IP
  5. dpakman91

    dpakman91 Banned

    Messages:
    1,242
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Humm...how much and how fast?
     
    dpakman91, Apr 5, 2006 IP
  6. AfterHim.com

    AfterHim.com Peon

    Messages:
    1,923
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    0
    #6
    text-link-ads.com

    I love them.
     
    AfterHim.com, Apr 5, 2006 IP
  7. thewindmaster

    thewindmaster The Man with the Plan

    Messages:
    845
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    0
    #7
    My goodness, all those pay now buttons would be a nightmare. Just change the file extension to PHP. Create a seperate file call prices.php with content like this:

    <?
    $hearth1="12.00";
    $hearth3 ="25.00";

    etc.

    ?>

    at the top of your new advertsing.php put this code:

    <? require('prices.php'); ?>

    Then have the html like this:

    1 month for $<?php echo $hearth1 ?>

    3 months for $<?php echo $hearth3 ?>

    Then find the values being passed in the paypal button script and replace those as well with the php echo.

    Now all you have to do to change prices is edit prices.php values

    I think this would work for you. Hope it helps.
     
    thewindmaster, Apr 5, 2006 IP
  8. Seiya

    Seiya Peon

    Messages:
    4,666
    Likes Received:
    404
    Best Answers:
    0
    Trophy Points:
    0
    #8
    i can work on this weekend if you give me a decent offer, keep in mind ill be keeping rights to the software.
     
    Seiya, Apr 5, 2006 IP