Title: 's Replies | WordPress.org

---

# rantor

  [  ](https://wordpress.org/support/users/rantor/)

 *   [Profile](https://wordpress.org/support/users/rantor/)
 *   [Topics Started](https://wordpress.org/support/users/rantor/topics/)
 *   [Replies Created](https://wordpress.org/support/users/rantor/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/rantor/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/rantor/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/rantor/engagements/)
 *   [Favorites](https://wordpress.org/support/users/rantor/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Importing Blogrolling OPML Bug?](https://wordpress.org/support/topic/importing-blogrolling-opml-bug/)
 *  [rantor](https://wordpress.org/support/users/rantor/)
 * (@rantor)
 * [22 years, 7 months ago](https://wordpress.org/support/topic/importing-blogrolling-opml-bug/#post-24973)
 * This version will accept links with or without the lastmod field, but you need
   to change the array indices to match.
    preg_match_all(‘/<outline text=”(.*?)”
   type=”(.*?)” url=”(.*?)” (lastmod=”(.*?)”|) target=”(.*?)”*? \/>/’,$opml,$items);
   $names = $items[1]; $types = $items[2]; $urls = $items[3]; $titles = $items[5];
   $targets = $items[6];
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Apache 2.0, virtual() and gzip?](https://wordpress.org/support/topic/apache-20-virtual-and-gzip/)
 *  Thread Starter [rantor](https://wordpress.org/support/users/rantor/)
 * (@rantor)
 * [22 years, 7 months ago](https://wordpress.org/support/topic/apache-20-virtual-and-gzip/#post-24913)
 * I’m using virtual() to bring in CGI stuff that needs a query string passed in.
   Don’t think include() does that.
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [Comment Spam Stuff](https://wordpress.org/support/topic/comment-spam-stuff/)
 *  [rantor](https://wordpress.org/support/users/rantor/)
 * (@rantor)
 * [22 years, 7 months ago](https://wordpress.org/support/topic/comment-spam-stuff/#post-24868)
 * I just started getting these, too. Looking over the access logs, all 3 comment
   spams have one thing in common: no referrer. I think I’m going to hack the comment
   handler to drop anything not referred by my base URL. Maybe it should be even
   more stringent and drop comments not referred by the parent post’s comment URL.
   
   Raising the bar…
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [b2 Upgrade error](https://wordpress.org/support/topic/b2-upgrade-error/)
 *  [rantor](https://wordpress.org/support/users/rantor/)
 * (@rantor)
 * [22 years, 7 months ago](https://wordpress.org/support/topic/b2-upgrade-error/#post-24867)
 * Oh, nevermind! (note to self: RTFM!)
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [b2 Upgrade error](https://wordpress.org/support/topic/b2-upgrade-error/)
 *  [rantor](https://wordpress.org/support/users/rantor/)
 * (@rantor)
 * [22 years, 7 months ago](https://wordpress.org/support/topic/b2-upgrade-error/#post-24866)
 * I’ve got a wierd and similar error. I ran b2-2-wp.php and got [table b2.options
   does not exist]. I did create and edit a wp-config.php, and I left my table_prefix
   blank. If I put ‘b2’ in there, I see [table b2.b2options does not exist]. I’ve
   grepped from hell to breakfast and can’t find where that ‘b2.’ is getting prepended.
   WordPress-072-gold. Ideas? Please?

Viewing 5 replies - 1 through 5 (of 5 total)