Heh - that looks like exactly what I was doing for the last 8 years.  Do you have any vacancies??  :)<div><br></div><div>URLPlus uses curl, so it should be able to do what your existing scripts do.  This is the line in the showUrl subroutine:</div>
<div><br></div><div><span class="Apple-style-span" style="font-family: Verdana; "><pre class="code perl" style="font-family: 'Courier New', Courier, monospace; font-size: 1em; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; overflow-x: auto; overflow-y: auto; border-top-style: solid; border-top-width: 1px; border-top-color: rgb(172, 172, 187); border-right-style: solid; border-right-width: 1px; border-right-color: rgb(172, 172, 187); border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: rgb(172, 172, 187); border-left-style: solid; border-left-width: 3px; border-left-color: rgb(172, 172, 187); background-color: rgb(247, 249, 250); color: inherit; ">
<span class="st0" style="font-family: 'Courier New', Courier, monospace; font-size: 1em; color: rgb(255, 0, 0); ">    $ret=qx(curl -m $tout -s -k -S $pstr "</span><span class="re0" style="font-family: 'Courier New', Courier, monospace; font-size: 1em; color: rgb(0, 0, 255); ">$url</span><span class="st0" style="font-family: 'Courier New', Courier, monospace; font-size: 1em; color: rgb(255, 0, 0); ">" 2>&1);</span></pre>
<div><font class="Apple-style-span" color="#FF0000" face="'Courier New'" size="3"><span class="Apple-style-span" style="font-size: 11px; white-space: pre;"><br></span></font></div></span><div class="gmail_quote">I guess that's one place some changes could be made - adding options for user authentication, proxy url and proxy authentication.</div>
<div class="gmail_quote"><br></div><div class="gmail_quote">Ralph Mitchell</div><div class="gmail_quote"><br></div><div class="gmail_quote"><br></div><div class="gmail_quote">On Thu, Jul 30, 2009 at 9:14 PM, Everett, Vernon <span dir="ltr"><<a href="mailto:Vernon.Everett@woodside.com.au">Vernon.Everett@woodside.com.au</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">



<div>
<div dir="ltr" align="left"><span><font face="Arial" color="#0000ff" size="2">Hi Gary</font></span></div>
<div dir="ltr" align="left"><span><font face="Arial" color="#0000ff" size="2"></font></span> </div>
<div dir="ltr" align="left"><span><font face="Arial" color="#0000ff" size="2">I have seen URLPlus, but never delved into 
it.</font></span></div>
<div dir="ltr" align="left"><span><font face="Arial" color="#0000ff" size="2">Instead, I have been messing about with scripts using curl 
to try and get web sites checked.</font></span></div>
<div dir="ltr" align="left"><span><font face="Arial" color="#0000ff" size="2">It gets a bit tricky here, because we have internal and 
external web sites we need to check, some need to go through our proxy, some 
not.</font></span></div>
<div dir="ltr" align="left"><span><font face="Arial" color="#0000ff" size="2">And then we also need to check external "service" web 
sites that we require to be up.</font></span></div>
<div dir="ltr" align="left"><span><font face="Arial" color="#0000ff" size="2">And it's all a nice mix of http and 
https.</font></span></div>
<div dir="ltr" align="left"><span><font face="Arial" color="#0000ff" size="2">Does URLPlus handle proxy servers OK?</font></span></div>
<div dir="ltr" align="left"><span><font face="Arial" color="#0000ff" size="2"></font></span> </div>
<div dir="ltr" align="left"><span><font face="Arial" color="#0000ff" size="2">Not sure what it needs, since I haven't used it yet, but I 
would encourage you to continue working on it.</font></span></div>
<div dir="ltr" align="left"><span><font face="Arial" color="#0000ff" size="2"></font></span> </div>
<div dir="ltr" align="left"><font face="Arial"><font size="2"><font color="#0000ff"><span>We have a major project deadline we are working towards 
right now, so time is a premium, but in the near future, I will give URLPlus a 
go, and let you know what I think.</span></font></font></font></div>
<div dir="ltr" align="left"><font face="Arial"><font size="2"><font color="#0000ff"><span></span></font></font></font> </div>
<div dir="ltr" align="left"><font face="Arial"><font size="2"><font color="#0000ff"><span>Regards</span></font></font></font></div>
<div dir="ltr" align="left"><font face="Arial"><font size="2"><font color="#0000ff"><span>     
Vernon</span></font></font></font></div>
<div dir="ltr" align="left"><font face="Arial"><font size="2"><font color="#0000ff"><span></span></font></font></font> </div>
<div dir="ltr" align="left"><font face="Arial"><font size="2"><font color="#0000ff"><span></span></font></font></font> </div>
<div dir="ltr" align="left"><font face="Arial"><font size="2"><font color="#0000ff"><span></span></font></font></font> </div>
<div dir="ltr" align="left"><span><font face="Arial" color="#0000ff" size="2"></font></span> </div><br>
<div lang="en-us" dir="ltr" align="left">
<hr>
<font face="Tahoma" size="2"><b>From:</b> Gary Baluha [mailto:<a href="mailto:gumby3203@gmail.com" target="_blank">gumby3203@gmail.com</a>] 
<br><b>Sent:</b> Thursday, 30 July 2009 12:35 AM<br><b>To:</b> 
<a href="mailto:hobbit@hswn.dk" target="_blank">hobbit@hswn.dk</a><br><b>Subject:</b> [hobbit] [Hobbit] URLPlus interest - looking 
for feedback<br></font><br></div><div><div></div><div class="h5">
<div></div>For those of you who have been around here for a while, you will have 
noticed that I've been somewhat absent of late.  The short story is, I have 
changed jobs and just don't get as many opportunities to check in as I used 
to.  This also means I have left my reasons for working on URLPlus behind, 
which is why development of it has stopped.<br><br>The purpose of this post is 
because I have gotten a few requests from time to time about URLPlus, and I'm 
curious what the interest in me getting back to developing it would be.  
I've been out of the loop as far as new features in the latest version of Hobbit 
being worked on, but from what I understand, while there are more web page 
monitoring features built-in, there are still some things where URLPlus could be 
useful.<br><br>So, I would be interested in the following feedback:<br>1) Is 
there still demand for more robust website content checking features than what 
Hobbit supports out of the box?<br>2) If so, what are the features missing in 
Hobbit that people are looking for?<br>3) For those who have chosen to use 
URLPlus, what are the reasons for that, versus using some other Hobbit plugin 
(or for that matter, some other monitoring tool)?<br>4) Finally, for those that 
are using URLPlus, what additional features would you like to see it be capable 
of doing?<br><br><br>-Gary<br></div></div><pre>NOTICE: This email and any attachments are confidential. 
They may contain legally privileged information or 
copyright material. You must not read, copy, use or 
disclose them without authorisation. If you are not an 
intended recipient, please contact us at once by return 
email and then delete both messages and all attachments.
</pre></div>
</blockquote></div><br></div>