1
arianet
Re: Problem with Swedish RSS feed
  • 2004/2/17 20:09

  • arianet

  • Just popping in

  • Posts: 5

  • Since: 2004/2/3 9


This is not only a swedish problem. All feeds with other characters than standard englich characters (german, french, polish, swedish or what you want) are not working with the standard saxparser.php.

The hack is in row 44 (not from me)
instead of:
$this->parser = xml_parser_create('UTF-8');
Hack:
$this->parser = xml_parser_create();

I think this makes the feeds displayed with ISO-8859-1 code as default.




2
arianet
Re: Security fix of Agenda-X - No Panic needed - Just apply fix
  • 2004/2/16 15:57

  • arianet

  • Just popping in

  • Posts: 5

  • Since: 2004/2/3 9


I was happy whith the "panic" warning. In Germany several sites have been cracked. Because of my hoster, I have no possibility to set register_global off and at least 7 people came to my site on friday with the search string "allinurl:/ag*****/" in Google, before I removed the modul. So it is very easy to find sites to crack.



3
arianet
Re: Sindicate news in a block
  • 2004/2/16 15:33

  • arianet

  • Just popping in

  • Posts: 5

  • Since: 2004/2/3 9


I also would like to display single feeds, each one in a separate block. The headline modul displays one block for all feeds



4
arianet
Re: Problem with Headlines in 2.06 RC
  • 2004/2/3 23:27

  • arianet

  • Just popping in

  • Posts: 5

  • Since: 2004/2/3 9


There is a Hack on german and french support homepages for saxparser.php with a change on line 44:

normal:
44 $this->parser = xml_parser_create('UTF-8');

Hack:
44 $this->parser = xml_parser_create();

All german feeds (and some french) I tryd dont display whithout this Hack.
Here a link to the hack:
http://www.myxoopsforge.de/dl/saxparser.zip



5
arianet
Re: Problem with Headlines in 2.06 RC
  • 2004/2/3 9:47

  • arianet

  • Just popping in

  • Posts: 5

  • Since: 2004/2/3 9



xoopsheadlines doesnt work with feeds in other languages than english (vor example german, french or polish)




TopTop



Login

Who's Online

173 user(s) are online (108 user(s) are browsing Support Forums)


Members: 0


Guests: 173


more...

Donat-O-Meter

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

Latest GitHub Commits