User Activity

  • Posted a comment on discussion Open Discussion on mod_qos

    Would it be possible to implement that? Why are different client IPs used for the same request? That makes no sense for me.

  • Posted a comment on discussion Open Discussion on mod_qos

    I am using "QS_ClientIpFromHeader #USERAGENT_IP", and it works for my configuration, the IPs are resolved (the console lists all IPs). But I have the impression, that for QS_VipIPHeaderName it is always resolved to 127.0.0.1. When I call a page with VIP Header, than the entry with my IP gets a fresh timestamp (but VIP=no), and also 127.0.0.1 gets a fresh timestamp (with VIP=yes).

  • Posted a comment on ticket #175 on PHP Simple HTML DOM Parser

    Your fix seems to work for me :-)

  • Posted a comment on ticket #175 on PHP Simple HTML DOM Parser

    Thanks for the fix, I'll try that. My previous version is "Version: 1.11 ($Rev: 175 $)", 2008 :-). The problem with "return false" is: without that statement it always returns a (empty) dom. When my code does something like "dom->find" on false, it crashes (false->find). Return false makes sense, but it is not backward compatible to my version.

  • Posted a comment on ticket #175 on PHP Simple HTML DOM Parser

    Please also care to stay backwards compatible: The default for $stripRN should be false for that Also all my code crashed because of this, so I had to comment it out: // if (empty($str) || strlen($str) > MAX_FILE_SIZE) { // $dom->clear(); // return false; // }

  • Posted a comment on ticket #175 on PHP Simple HTML DOM Parser

    I tried to fix this, but that is really hard. I have to switch to the really old version again, although I started get used to the new selector types. What I found so far: 1) in function seek text nodes should not be skipped: // Skip if node isn't a child node (i.e. text nodes) if($pass && $tag!='text' && !in_array($node, $node->parent->children, true)) { unset($node); continue; } 2) In function "parse" and "as_text_node" the begin-cursor should be set: $node = new simple_html_dom_node($this); $node->_[HDOM_INFO_BEGIN]...

  • Created ticket #175 on PHP Simple HTML DOM Parser

    find('text') does not work anymore in new versions

  • Created ticket #24 on SolitaireCG

    Add redo-Button

View All

Personal Data

Username:
cyberbeat
Joined:
2004-10-05 21:24:25

Projects

  • No projects to display.

Personal Tools