phpBB2.de Foren-Übersicht  
[netclusive - internet broadcasting]
 FAQ  •  Suchen  •  Download  •  Lesezeichen  •  Mitgliederliste  •  Benutzergruppen   •  Registrieren  •  Profil  •  Einloggen, um private Nachrichten zu lesen  •  Login
 
        
 
        
 

Werbung

Die Suche hat 694 Ergebnisse ergeben.
Autor Nachricht
Thema: [BETA] Live RSS Feed
kambodianboi

Antworten: 175
Aufrufe: 73369

BeitragForum: phpBB2.x - Alpha/Beta MODs   Verfasst am: Mi 13 Feb, 2008 20:07   Titel: [BETA] Live RSS Feed
Hi Martin,

I updated the RSS package. You should download the updated version on the first page.

http://www.phpbb2.de/ftopic30207.html

Extract and replace the previous files. And from there, ...
Thema: [BETA] Live RSS Feed
kambodianboi

Antworten: 175
Aufrufe: 73369

BeitragForum: phpBB2.x - Alpha/Beta MODs   Verfasst am: Fr 08 Feb, 2008 01:51   Titel: [BETA] Live RSS Feed
Make sure that portal_rss.php is in the includes directory. Its saying that the file does not exists.

I updated the file on the first page, with everything corrected. And some more minor patches. J ...
Thema: [BETA] Live RSS Feed
kambodianboi

Antworten: 175
Aufrufe: 73369

BeitragForum: phpBB2.x - Alpha/Beta MODs   Verfasst am: Mi 23 Jan, 2008 10:16   Titel: [BETA] Live RSS Feed
Hi Martin,

Sorry about that. It should work with PHP5, and I founded out what caused it not to work.

In page_header.php, page_tail.php and onlinenews.php, I made a typo, where it shows.


$rs ...
Thema: [BETA] Live RSS Feed
kambodianboi

Antworten: 175
Aufrufe: 73369

BeitragForum: phpBB2.x - Alpha/Beta MODs   Verfasst am: Mi 28 Nov, 2007 03:22   Titel: [BETA] Live RSS Feed
Well, I spent some time looking over the code and came up with this;

Open functions_rss.php

Find

function my_preg_match ($pattern, $subject)
{
...
Thema: [BETA] Live RSS Feed
kambodianboi

Antworten: 175
Aufrufe: 73369

BeitragForum: phpBB2.x - Alpha/Beta MODs   Verfasst am: Mi 28 Nov, 2007 00:34   Titel: [BETA] Live RSS Feed
It shows that it supports mb_convert_encoding, which is similar to iconv. I will make some minor adjustments to make the script use that function instead.

In functions.php take out that code you pu ...
Thema: [BETA] Live RSS Feed
kambodianboi

Antworten: 175
Aufrufe: 73369

BeitragForum: phpBB2.x - Alpha/Beta MODs   Verfasst am: Di 27 Nov, 2007 00:41   Titel: [BETA] Live RSS Feed
Ugh, seems that your server does not support the iconv module. Basically what it suppose to do, is convert the charset from UTF to ISO. I will try and redo the script to manually convert it without an ...
Thema: [BETA] Live RSS Feed
kambodianboi

Antworten: 175
Aufrufe: 73369

BeitragForum: phpBB2.x - Alpha/Beta MODs   Verfasst am: Di 20 Nov, 2007 19:25   Titel: [BETA] Live RSS Feed
I check the configurations and overall everything seems fine. What caught my eye is that the RSS feed is coming as UTF-8 and its outputting as ISO-8859-9. Which cannot be displayed correctly. I did pu ...
Thema: [BETA] Live RSS Feed
kambodianboi

Antworten: 175
Aufrufe: 73369

BeitragForum: phpBB2.x - Alpha/Beta MODs   Verfasst am: Mo 19 Nov, 2007 07:22   Titel: [BETA] Live RSS Feed
Not sure what the problem can be. I will have to take a look and try it out. I will probably do one last revision to solve this problem. Im pretty sure there is a problem somewhere, when this mod crea ...
Thema: [BETA] Live RSS Feed
kambodianboi

Antworten: 175
Aufrufe: 73369

BeitragForum: phpBB2.x - Alpha/Beta MODs   Verfasst am: So 11 Nov, 2007 06:03   Titel: [BETA] Live RSS Feed
Give this a try, open includes/function_rss.php and change the charset


var $default_cp = 'UTF-8';


To

var $default_cp = 'ISO-8859-9';


Could be that when it caches the file it have p ...
Thema: [BETA] Live RSS Feed
kambodianboi

Antworten: 175
Aufrufe: 73369

BeitragForum: phpBB2.x - Alpha/Beta MODs   Verfasst am: Fr 09 Nov, 2007 21:25   Titel: [BETA] Live RSS Feed
Im not quite sure why, but that charset is set to display latin prefix characters. What you can try and change the prefix to your language of the board, and it should be working fine.

http://www.w3 ...
Thema: [BETA] Live RSS Feed
kambodianboi

Antworten: 175
Aufrufe: 73369

BeitragForum: phpBB2.x - Alpha/Beta MODs   Verfasst am: Di 30 Okt, 2007 00:18   Titel: [BETA] Live RSS Feed
Hi,

Thanks for trying my mod. I have stopped with this project, and there will be no further updates to it.

Heres what you need to do to make it slower/faster

Open overall_header.tpl

Find ...
Thema: [BETA]External phpBB Login
kambodianboi

Antworten: 23
Aufrufe: 42016

BeitragForum: phpBB2.x - Alpha/Beta MODs   Verfasst am: Mi 20 Jun, 2007 10:01   Titel: [BETA]External phpBB Login
This is what you need to do.

Create a form, and make sure the action is set to "phpbb.php". For example


<form action="phpbb.php" method="post">
<input t ...
Thema: [BETA] Live RSS Feed
kambodianboi

Antworten: 175
Aufrufe: 73369

BeitragForum: phpBB2.x - Alpha/Beta MODs   Verfasst am: Fr 15 Jun, 2007 08:49   Titel: [BETA] Live RSS Feed
Theres not much that can be done. iFrame wont really help. Because the script still have to be executed. And since it cant collect the RSS information, it wont be able to show. I find it odd for a hos ...
Thema: [BETA] Live RSS Feed
kambodianboi

Antworten: 175
Aufrufe: 73369

BeitragForum: phpBB2.x - Alpha/Beta MODs   Verfasst am: Mo 30 Apr, 2007 09:43   Titel: [BETA] Live RSS Feed
Quick fix for it, just add this to page_header.php

Find

//
// Parse and show the overall header.
//


Before, Add

header('Content-Type: text/html; charset=utf-8');


Sorry ...
Thema: [BETA] Live RSS Feed
kambodianboi

Antworten: 175
Aufrufe: 73369

BeitragForum: phpBB2.x - Alpha/Beta MODs   Verfasst am: So 31 Dez, 2006 11:37   Titel: [BETA] Live RSS Feed
Ahh, I see. There always seem to be a typo somewhere, thanks for the input.
 

 Gehe zu: