101

(67 replies, posted in News)

bsod wrote:

Hello,

Just did an upgrade with no problem, thanks.

My question is : did you send a "newsletter" email ? (I didn't get it but maybe it's a problem on my side ?)

Thanks,

I'm sure an e-mail was send because I received it. This newsletter is very useful!

ludo,

why can't we download this mod? The link is broken.
I would have liked to test this mod.

Ludo,

103

(7 replies, posted in Programming)

works good now.

You're cool Ricard!

Ludo,

104

(7 replies, posted in Programming)

I'm fetching from different rss feeds which cause problems :

http://www.presence-pc.com/rss.xml

http://www.ratiatum.com/rss/news.rss

http://www.pcinpact.com/include/news.xml

But one feed ( http://permanent.nouvelobs.com/rss_permanent.xml ) I'm using has no problem with my parser.

Ludo,

105

(7 replies, posted in Programming)

and what should I do to avoid this problem?

Ludo,

106

(7 replies, posted in Programming)

Hi,

I just noticed I got a small problem on my following pages:

http://www.pluriservices.net/actuinfo.php

http://www.pluriservices.net/actupresencepc.php

http://www.pluriservices.net/actup2p.php

’   é   à and others are not well screened.

Precision, theses pages use rss feed thanks to this code:

<?php
$insideitem = false;
$tag = "";
$title = "";
$description = "";
$link = ""; 
function startElement($parser, $name, $attrs) {
global $insideitem, $tag, $title, $description, $link;
if ($insideitem) {
$tag = $name;
} elseif ($name == "ITEM") {
$insideitem = true;
}
}

function endElement($parser, $name) {
global $insideitem, $tag, $title, $description, $link;
if ($name == "ITEM") {
//printf("<dt><b><a href='%s' target='_blank'>%s</a></b></dt>",
//trim($link),htmlspecialchars(trim($title)));
//printf("<dd>%s</dd>",htmlspecialchars(trim($description)));
printf("<b><a href='%s' target='_blank'>%s</a></b></br>",
trim($link),htmlspecialchars(trim($title)));
printf("%s</br></br>",htmlspecialchars(trim($description)));
$title = "";
$description = "";
$link = "";
$insideitem = false;
}
}

function characterData($parser, $data) {
global $insideitem, $tag, $title, $description, $link;
if ($insideitem) {
switch ($tag) {
case "TITLE":
$title .= $data;
break;
case "DESCRIPTION":
$description .= $data;
break;
case "LINK":
$link .= $data;
break;
}
}
}

$xml_parser = xml_parser_create();
xml_set_element_handler($xml_parser, "startElement", "endElement");
xml_set_character_data_handler($xml_parser, "characterData");
//L'ADRESSE DU FIL RSS EST A INSERER CI-DESSOUS
$fp = fopen("http://www.thefeedyouwant.com/rss.xml","r")
or die("Error reading RSS data.");
while ($data = fread($fp, 4096))
xml_parse($xml_parser, $data, feof($fp))
or die(sprintf("XML error: %s at line %d", 
xml_error_string(xml_get_error_code($xml_parser)), 
xml_get_current_line_number($xml_parser)));
fclose($fp);
xml_parser_free($xml_parser);
?>

Do you know how this problem could be solved?

Ludo,

has a good solution been found now? Something has been done?

Ludo,

108

(18 replies, posted in Feature requests)

win=earn wink

Ludo,

109

(6 replies, posted in PunBB 1.2 discussion)

briank wrote:

Totally agree! Rickard, Smartys, Connor, and plenty of others are truly amazing.

Don't forget Paul THE GREAT ! wink

Ludo,

110

(2 replies, posted in PunBB 1.2 discussion)

Hi,

Using punbb 1.7, my hoster is using FreeBSD php 4.3.9 with mysql 3.23.58

I'm about to change my hoster. The new I've choosen is using linux php 4.3.11 with mysql 3.23.58

I want to be sure that there will be no problem migrating from an hoster with FreeBSD to an hoster with Linux.

Can you confirm that?

Ludo,

it works good now smile

Just because I'm curious, what was the problem with the new parser.php ?

Ludo,

thanks code xp wink

Ludo,

511 is the last line of parser.php. There is anything. 511 is after the }.

You can see my parser.php here

Ludo,

I'm using the modification of parser.php suggested by code xp in here

This mod worked without any problem

Since the last upgrade of punbb (1.2.7) I now got this error:
"Parse error: parse error, unexpected $ in /home/ju37853/forum/include/parser.php on line 511"

Any suggestion?

Ludo,

Your hoster must have given you these informations. If no, ask him.

Ludo,

116

(6 replies, posted in PunBB 1.2 discussion)

klacksa wrote:

Hi all.
I have added a new style on the collector for your nice Forum PunBB, this style is called "IMac"
You can view and download this in here.
Have fun.

where is it exactly? I do not find it

Ludo,

117

(4 replies, posted in PunBB 1.2 discussion)

Rickard wrote:

Currently not. It's on my todo list though. Just give me a two weeks or something. Then I will have a lot more free time for all things PunBB.

can you tell us what is on your todo list?
Moreover, have you make a choice for the mailing list? Will it use punbb forum or will it be independant?

Ludo,

http://www.punres.org/viewtopic.php?id=427

Ludo,

119

(6 replies, posted in General discussion)

Tobi wrote:

In Fireworks, you can make your logo on a transparent background and then save as PNG, transparency set to alpha channel.
That works perfectly in Firefox/Mozilla and the likes but rumours have it that the results in IE are maybe not soo good, depending on the version

can png be animated like a gif?

Ludo,

120

(6 replies, posted in General discussion)

Hi,

I'm now trying to make my own logo.
The problem is that I do not have the result I want.
Border are not good.

http://www.pluriservices.net/gif/logonouveaubis.gif

When you have a dark background, it's not nice at all. It's the case with radium.
WHen you have a white background, there is no problem. Its the case with oxygen.

I'm using fireworks.

Can somebody tell me what I have to do to have a nice logo with any background.

Who has the made the punbb logo. I would like his/her help wink

any help appreciated,

Ludo,

what do guest see (when they are not allowed) that could anoy you ?

Ludo,

go to admin, forums,
edit each forum you want,
then, allow guest to do nothing
really simple,

Ludo,

123

(1,382 replies, posted in General discussion)

Jacques Chirac ...

124

(63 replies, posted in Feature requests)

someguy wrote:

Will it be possible to upgrade a heavily modded 1.2.6 board to 1.3 or will their be a significant number of changes to the database?

Be sure it will be possible. Just that it would take some time. But if you have time, no problem.

Ludo,

125

(23 replies, posted in PunBB 1.2 discussion)

Elzar wrote:

Maybe it's time someone created punstyles.com or punbbstyles.com.

Or .org...

I disagree with that idea. I think resources for punbb must stay centralized on punres. I do not want resources to be disseminated/dispersed on multiples websites when it's not necessary. It would not simplify punuser's task. Punres can receive styles without any problems. I do not see the interest of creating any website else at the moment.
Moreover, I think compelling people to register to have the possibility to download styles is not a good thing. It seems to be against the free spirit of punbb.

That's just my opinion.

Ludo,