Juste pour vous signaler que les novices n'ont plus besoin de se prendre le choux car desormais free vous propose de preinstaller punbb sur votre compte.
Voir la news ici http://www.freenews.fr/index.php?itemid=955
cordialement,
Ludo
You are not logged in. Please login or register.
PunBB Forums → Posts by Ludo
Juste pour vous signaler que les novices n'ont plus besoin de se prendre le choux car desormais free vous propose de preinstaller punbb sur votre compte.
Voir la news ici http://www.freenews.fr/index.php?itemid=955
cordialement,
Ludo
Hi,
I wanted to post a message here, in annoucements and I could not because I obtained an error:
"Precondition Failed
The precondition on the request for the URL /post.php evaluated to false."
I've got a cool info for punbb. How to post it in "annoucements"?
Ludo
I agree with you when you mean it would be quite difficult. It also means it is not impossible.
First, the problem is that I can't download this vbulletin hack because you must have paid to download vbulletin, even the hack.
Second, I won't be able to do that alone because I'm not good programer enough, that's why I'm asking for help to the "moder"(people who are used to making mod...)
Third, I think this nntp gateway (with a mod obviously) would be a great thing for punbb.
Fourth, I'm aware it would take a lot of time to do that mod...
thanksfully,
nobody knows?
Hi,
I'm looking for a nntp gateway which save the articles in a BD in order not to make too many connections to the newsserver.
With google, I found V bulletin could do that. see here http://www.vbulletin.org/forum/showthre … adid=65152
I was wondering if one day punbb could do that or if there is a mod for this?
If no, do you know a good nntp gateway script? I looked for but didn't find a good one.
thanksfully,
attendez la version 1.2, il y a cette fonction.
cordialement,
Salut,
Quelqu'un peut-il indiquer comment faire fonctionner l'envoi d'email à partir d'un forum PunBB hébergé chez Free.fr ?
Merci
La dernière fois que j'ai essayé, ça fonctionne pas avec le smtp car la fonction fsock open est desactivée.
Par contre je sais que la fonction mail en php est activée à hauteur de 1000 mails par semaine.
Le seul soucis avec cette fonction mail c'est que c'est ton adresse free qui apparait lors de l'envoi.
cordialement,
that could get very annoying
why ?
What about in the announcement message?
Hi,
I would like to know if it is possible to have smilies in topics' titles? If not, will it be possible with 1.2 ?
It doesn't work on my website
Ludo
si tu sais lire l'anglais, j'ai déjà posté cette question et une réponse a été apportée.
http://punbb.org/forums/viewtopic.php?id=4766
cordialement,
Ludo
pour la feuille de style c'est pas dur non plus .
supposons que tu veuilles appliquer link1 que tu as déjà défini biensur au préalable dans une css.
Je te propose le code suivant.
<div class=link1>
<?php
include('la formule de ton choix');
?>
</div>
Ca marche?
cordialement,
Ludo
je ne suis pas un expert, je te préviens.
Mais tu peux essayer ça:
vers la fin de extern.php tu as
echo '<b> </b> <a href="'.$pun_config['o_base_url']
Mets ça à la place et dis moi ce que ça fait:
echo '<b> </b> <a target="_new" href="'.$pun_config['o_base_url']
Ca donne quoi? Ne touche à rien d'autre!
Ensuite pour la police, il te suffit de mettre celle que tu veux au meme endroit.
exemple:
echo '<b> </b> <font face="Arial"><a target="_new" href="'.$pun_config['o_base_url']
mais le mieux reste encore de faire une feuille de style en css et de l'appliquer à ces liens. T'as une feuille de style sur ton site? Si oui réutilises la.
C'est sans garantie je te préviens...
Cordialement,
I started working on a new site for teachers in The Netherlands. I'm using Textpattern for the frontpage and PunBB for the forum. I like PunBB because it's a small forum that loads very quickly, because it is not too graphical.
I stripped the forum to match the style of my site. It's not finished yet!
Have a look!!!
what about the copyright? Does it anoy you?
Ludo
Pourquoi avoir supprimé le copyright? Vous auriez au minimum pu laisser un lien vers punbb.org.
Pas très cool pour le travail de rickard....
cordialement,
Thanks for the info Rickard.
So I replaced exit by return 3 times. That's good?
Do I have to do it with "exit('Bad request');" at the end of the file.
Ludo
http://www.pluriservices.net/test2.php
What's wrong with that?
Now, Nothing, because as I just said, I've just modified exit replacing it with return. And it seems to work...
Do you think that this could cause a problem?
Thanks Rickard
Ludo
Ludo wrote:My hoster has just informed me that it is not possible to make an include with parameters for security reasons... He told me that you code is not secure enough...
Then he needs to do his homework. There is nothing inherently insecure with extern.php.
I know Rickard that your code is secure. My hoster disagree.
As I don't want to change again of hoster (I've just done it two days ago...) I'm trying to find a solution.
May the problem come from "exit" in extern.php ? Someone told me that I could replace exit by return. What do you think about it?
Ludo
I also tried with that code but it has the same effect:
<?php
$ancien_get_action = $_GET['action'];
$ancien_get_show = $_GET['show'];
$_GET['action'] = 'active';
$_GET['show'] = 8;
include($_SERVER['HTTP_RACINE'] . '/forum/extern.php');
$_GET['action'] = $ancien_get_action;
$_GET['show'] = $ancien_get_show;
?>
try adding a ; to the end of include('/home/ju37853/forum/extern.php')
oups, in fact there is ever a ;
I just forgot to put it here
So I edit my post to modify it
The problem does not come from here...
Any idea?
thanksfully,
Ludo
No idea?
Hummm, I'm sure that with modifications in extern.php it would work but I don't know php engouh to do it
Ludo
I see it works.
The problem is when it is integrated in a page with the include fonction. This is why I try others solution.
One of this solution works but does not enable the page to screen in the whole.
See here:
http://www.pluriservices.net/test2.php
and here:
http://pluriservices.net
and you'll see that there is the footer missing.
Ludo
I've got the solution!
in extern.php , I modified punroot with '/home/ju37853/forum/'
and it works now!
But there is now another problem.
The navigator don't read anything after the code calling extern
<?php
$_GET['action'] = 'active';
$_GET['show'] = 8;
include('/home/ju37853/forum/extern.php');
?>
All the code after this is not seen. So I only got an half page...
What's happening?
My hoster has just informed me that it is not possible to make an include with parameters for security reasons... He told me that you code is not secure enough...
So, I've tried another thing.
I put:
$_GET['action'] = 'active';
$_GET['show'] = 8;
include('/home/ju37853/forum/extern.php')
And I got the following error:
The file 'config.php' doesn't exist or is corrupt. Please run install.php to install PunBB first.
I don't understand. My config.php exists and all is correct.
Any idea?
Try chmodding the extern.php script to 777.
That's done but no result... always the same error.
just a precision. I have several websites. As I'm curious, I tried to call the inculde.... from another website not hosted in the same hoster. I'm very surprised to see extern.php works when it is called from the outside.
I really think it's a hoster problem.
Is i t possible to call extern.php with fopen?
You can see my phpinfo here:
http://www.pluriservices.net/test.php
Ludo
Paul: Yes, but that would mean that allow_url_fopen is disabled, but according to Ludo, it isn't.
Ludo: I honestly don't know what's wrong. What does this script output:
<?php exit(ini_get('allow_url_fopen')); ?>
The scripts execute and it gives 1
I also tell you that I've just tried to reinstall the forum but there is always the error
PunBB Forums → Posts by Ludo
Powered by PunBB, supported by Informer Technologies, Inc.