Creative Commons license icon

Reply to comment

And multiple proxies/VPNs. On the plus side it gave me a good excuse to figure out how to get rid of what turned out to be ~900 votes (of ~137500 total votes) from all previously-banned IP ranges in Drupal. For the curious:

DELETE FROM `votingapi_vote` WHERE `vote_source` RLIKE (SELECT GROUP_CONCAT(mask SEPARATOR '|') FROM `access` WHERE type = 'host' AND status = '0') [and then regenerate votingapi_cache]

Reply

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <img> <b> <i> <s> <blockquote> <ul> <ol> <li> <table> <tr> <td> <th> <sub> <sup> <object> <embed> <h1> <h2> <h3> <h4> <h5> <h6> <dl> <dt> <dd> <param> <center> <strong> <q> <cite> <code> <em>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This test is to prevent automated spam submissions.
Leave empty.