phpAdsNew

Discussion in 'Content Management' started by EV1L, Feb 28, 2007.

  1. #1
    Is there any simpler alternative than phpAdsNew?

    This software is really complicated for me. I read the guide and still got no idea at all. Adding CPM/adsense and affiliate, how do I rotate them?
     
    EV1L, Feb 28, 2007 IP
  2. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I ended up just creating a simple php script to rotate the ads. phpadsnew is pretty heavy for what most people want.

    $adnum_us=rand(1, 3);
    if($adnum=="1"){
    //adsense
    }
    elseif($adnum=="2")
    {
    //CPM banner
    }
    else
    {
    //affiliate banner
    }
    PHP:
     
    mad4, Feb 28, 2007 IP
  3. EV1L

    EV1L Well-Known Member

    Messages:
    184
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    103
    #3
    Thanks but I will need something more advanced.

    Anyone?
     
    EV1L, Mar 2, 2007 IP
  4. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #4
    What other features do you want?
     
    mad4, Mar 2, 2007 IP
  5. jazzylee77

    jazzylee77 Peon

    Messages:
    578
    Likes Received:
    36
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Have you looked at OpenAds 2.0 the new version of phpadsnew? There is a lot of documentation to wade thorough (which is much better than slim documentation), but I just ran through the setup following step by step and it really wasn't that hard..
     
    jazzylee77, Mar 7, 2007 IP