1
tzweistein
headlines and proxy (xhld module)
  • 2005/9/29 11:42

  • tzweistein

  • Just popping in

  • Posts: 2

  • Since: 2005/9/29


Hi everybody and thanx to developers for the great work with Xoops. It is a very versatile CMS and I'm very satisfied about it.
I've tried to use is it in our (office) Intranet portal and I have two problems because we don't have a direct connetion to Internet. For Internal policy reason we need to use a Squid Proxy server.
First: with xhld modules for Headlinise I've configured the proxy option in preferences (ip address, port, username, password) but doesn't work. The error (for any feed) is: "XmlParse error: mismatched tag at line 5"
Second: How can I use an Custom block to wrap an external page ( like a java script from TrendMicro virus news ) without user side Proxy Basic Authtentication. In fact it is work but him (the page) ask to the user to authenticate with the proxy. I'd like to do that server side (same work like xhld modules - if it's possible)
Thank you guys!
Tzweistein

2
tzweistein
Re: headlines and proxy (xhld module)
  • 2005/9/29 14:22

  • tzweistein

  • Just popping in

  • Posts: 2

  • Since: 2005/9/29


Hi GUYS, I've resolve the problem.
For the DEVELOPERS of XOOPS XHLD0 Module, there are a little error:

in the file of module, class/headlinerenderer.php at the line 90:

instead :

$snoopy->user = $this->config['proxy_user'] ;
$snoopy->pass = $this->config['proxy_pass'] ;

you need to write:

$snoopy->proxy_user = $this->config['proxy_user'] ;
$snoopy->proxy_pass = $this->config['proxy_pass'] ;

and all it's OK.

Good luck guys!

Login

Who's Online

480 user(s) are online (79 user(s) are browsing Support Forums)


Members: 0


Guests: 480


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Oct 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits