WordPress 2.8.1 released

It wasn’t two weeks between 2.8 and 2.81. It seems a few things broke.

WordPress 2.8.1 fixes many bugs and tightens security for plugin administration pages. Core Security Technologies notified us that admin pages added by certain plugins could be viewed by unprivileged users, resulting in information being leaked. Not all plugins are vulnerable to this problem, but we advise upgrading to 2.8.1 to be safe.

via WordPress › Blog » WordPress 2.8.1.

We always try to wait a few days after a release to upgrade sites, just in case things break. The other issue is that plugins that you need may break. Always backup completely before doing an update to save yourself some headaches.

Continue reading →

Stopping PHPlist from sending a unsubscribe confirmation

Update 14 April 2015:

The position of this bit of code in recent versions of phpList has shifted a bit since this post was written and looks slightly different. In our instances of phpList, we found commenting out line 837 did the trick. The code snippet should look something like:

//   #sendMail($email, getUserConfig(“unsubscribesubject:$id”), stripslashes($unsubscribemessage), system_messageheaders($email),”,true);

Original post below.


 

We love the open source mail list management software PHPlist- although it’s interface is horribly confusing.

One thing we don’t love is it’s insistence on sending an “Unsubscribe confirmation” when you click the link to remove from the list. We get it- you don’t want e-mail from us anymore, no need to send one more.

To do this- comment out lines 658 and 659 of index.php in PHPList in version 2.10.7

the code should look something like this:

//#  sendMail($email, getConfig(“unsubscribesubject”), stripslashes($unsubscribemessage), system_messageheaders($email));
//#  $reason = $_POST[“unsubscribereason”] ? “Reason given:\n”.stripslashes($_POST[“unsubscribereason”]):”No Reason given”;

That should solve your problem.

Continue reading →

Websitetology, Wed Jul 8, 2009

If you aren’t maintaining a website for your business, you aren’t really in business anymore.

With the advent of google on cell phones, it’s become absolutely critical to have a site that Google can find. Not only that, but it’s not enough to just build a website- you also need to build a community- and we’ll teach you how.

If you have a site that uses web 2.0 technology like RSS, CSS and allows for comments: and come to our seminar, you will be able to get listed on the first page of Google (without paying for ads). We can teach you how to be a webmaster in one day- without having to learn any code.

Spend a day with us and learn everything you need to know about how the web works- but the secrets of how you get to the first page of Google without paying for ads.

We’ll teach you how to maintain a website using the newest coolest Web 2.0 tools- which means nothing to buy, no code to learn and the ability to connect with customers easier than ever before.

What we preach is organic search engine optimization as opposed to paying for “Search Engine Optimization” voodoo. It’s much more cost effective and it actually works.

Your website can become a powerful business tool and easy to use if you take this seminar. Your webstats will prove it in no time.

So sign up now– we know you’ll become one of our many successful Websitetologists.

Wed Jul 8, 2009 at The Next Wave, 100 Bonner Street Dayton OH 45410 from 8:30 am to 4:30 pm.

Continue reading →