Making Digg working with lifetype

Posted by coldtobi | 21 Mar, 2008, 11:28

The "stock" lifteype 1.2.6 has currently a bug: You cannot digg.

Now, another user of lifetype found out: The Bad Behaviour plugin simply blocked requests by diff. 

Well, technically this is not a big, but more some runaway spam protection, namley the bad behaviour plugin. As this plugin cannot be disabled, (and you don't want it to be disabled anyway), I was looking for a solution to this. 

Short story: the one found the issue solved it by white-listing digg. The only thing you have to do is to change the array in plugins/badbehaviour/bad-behaviour/whitelist.inc.ph:

// Includes four examples of whitelisting by IP address and netblock.
$bb2_whitelist_ip_ranges = array(
     "64.191.203.34",
     "10.0.0.0/8",
     "172.16.0.0/12",
     "192.168.0.0/16",
//        "127.0.0.1",
);

 (More)



Blog and Website | Comments (0) | Trackbacks (0)