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.
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.
C# Online.NET
http://en.csharp-online.net/ English version
http://es.csharp-online.net/ Spanish version
http://blog.csharp-online.net/ Official Weblog
http://forum.csharp-online.net/ C# Forums
Like Donate button, referral thingee.
C# Online.NET
http://en.csharp-online.net/ English version
http://es.csharp-online.net/ Spanish version
http://blog.csharp-online.net/ Official Weblog
http://forum.csharp-online.net/ C# Forums
Very nice! Any way to remove the "page protected" requirement?
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;
C# Online.NET
http://en.csharp-online.net/ English version
http://es.csharp-online.net/ Spanish version
http://blog.csharp-online.net/ Official Weblog
http://forum.csharp-online.net/ C# Forums
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks