+ Reply to Thread
Results 1 to 7 of 7

Thread: CSO_SiteAd Extension

Share/Bookmark
  1. #1
    Senior Member Hyle is on a distinguished road Hyle's Avatar
    Join Date
    Feb 2006
    Location
    Jiangsu, China
    Posts
    219
    Rep Power
    5

    Cool CSO_SiteAd Extension

    Hi!

    Here's a little tag and extension called CSO_SiteAd:

    http://www.csharp-online.net/csow/in..._and_extension

    It will run most ads--like Google and PayPal--safely.

  2. #2
    Senior Member Chris is on a distinguished road Chris's Avatar
    Join Date
    Oct 2005
    Location
    Wisconsin, USA
    Posts
    2,083
    Rep Power
    7

    Default

    Paypal has ads now?
    Please excuse my poor English!
    Travian v2 Wiki - Here -- Travian v3 Wiki - Here

  3. #3
    Senior Member Hyle is on a distinguished road Hyle's Avatar
    Join Date
    Feb 2006
    Location
    Jiangsu, China
    Posts
    219
    Rep Power
    5

    Default

    Like Donate button, referral thingee.

  4. #4
    Senior Member Chris is on a distinguished road Chris's Avatar
    Join Date
    Oct 2005
    Location
    Wisconsin, USA
    Posts
    2,083
    Rep Power
    7

    Default

    Oh. I thought it was an "advertisement table" like Google and Yahoo ads have.
    Please excuse my poor English!
    Travian v2 Wiki - Here -- Travian v3 Wiki - Here

  5. #5
    Senior Member Travis is an unknown quantity at this point Travis's Avatar
    Join Date
    Oct 2005
    Posts
    615
    Rep Power
    5

    Default

    Very nice! Any way to remove the "page protected" requirement?

  6. #6
    Senior Member Hyle is on a distinguished road Hyle's Avatar
    Join Date
    Feb 2006
    Location
    Jiangsu, China
    Posts
    219
    Rep Power
    5

    Default

    Sure just change this;

    if( ($wgTitle->isProtected ('edit')) )
    {
    if ($siteAds[$CSO_SiteAd])
    { return $siteAds[$CSO_SiteAd]; }
    }
    return $errorMessage;

    to this:

    if ($siteAds[$CSO_SiteAd])
    { return $siteAds[$CSO_SiteAd]; }
    return $errorMessage;

  7. #7
    Senior Member Travis is an unknown quantity at this point Travis's Avatar
    Join Date
    Oct 2005
    Posts
    615
    Rep Power
    5

    Default

    Awesome! Thank you!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

     

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts