76

(7 replies, posted in PunBB 1.2 troubleshooting)

Try to do : include('/extern.php?action=online_full');

77

(8 replies, posted in PunBB 1.2 show off)

J'ai plusieurs remarques :
- C'est vachement beau (ça faut pas changer tongue).
- L'image fond_menu_forum.jpg n'est pas assez longue en 1280*1024 (Accueil | Liste...), mets un fond en #494949 (pixel tout à gauche de l'image).
- Même problème avec le fond de Forum, Sujets,... mets cette image en background-position: right.
- Ce serait pratique de mettre un lien vers le site, pourquoi pas sur l'image Fantasya.net ?

I think you just have to change the Base URL (Admin / Options / Email / Base URL).

I have the same problem and I see that :

when you are simply trying to:
C:\mysql\bin>mysql -uroot -p mysql

and you get:

ERROR 1044: Access denied for user: '@127.0.0.1' to database 'mysql'

Here is what I do. The key is to supply your real ip address for the -h (host) parameter. On windows, from the command prompt type 'ipconfig' to see your ip address. Once you have that, do the following:

C:\mysql\bin>mysql -h 192.168.0.1 -u root -p mysql
Enter password: ****************

// then I explicitly add root@127.0.0.1 to the user table, so after this I can log in as you would expect

GRANT ALL PRIVILEGES ON *.* TO root@localhost IDENTIFIED BY 'root-password' WITH GRANT OPTION;

GRANT ALL PRIVILEGES ON *.* TO root@127.0.0.1 IDENTIFIED BY 'root-password' WITH GRANT OPTION;

// delete anon accounts

DELETE FROM mysql.user WHERE password='';

FLUSH PRIVILEGES;

It works for me

One other way is when you set the initial password for the root user, also set it on 127.0.0.1:

SET PASSWORD FOR root@localhost=PASSWORD('new_password');
SET PASSWORD FOR root@127.0.0.1=PASSWORD('root-password');
FLUSH PRIVILEGES;

80

(99 replies, posted in Programming)

Notepad2, syntaxical color, auto indent text, auto close HTML/XHTML, line numbers and fast (not as Dreamweaver).

81

(2 replies, posted in PunBB 1.2 discussion)

Vou can see it here :
http://www.creanion.eu.org/punbb12/

82

(2 replies, posted in PunBB 1.2 discussion)

I created the French Language Pack for 1.2 (actually 1.2 Beta).

It's at this adress :
http://www.creanion.eu.org/french-punbb1.2-pack.zip

83

(8 replies, posted in Feature requests)

What is a "no go area" ? (see my signature big_smile)

84

(8 replies, posted in Feature requests)

For me it isn't indispensable but I don't know for others. I think that's a good feature.

85

(8 replies, posted in Feature requests)

Yes, a lot, but not all. big_smile

It isn't possible to put a different Flash animation on every style.

It is not indispensable but very useful.

86

(13 replies, posted in Archive)

Andre wrote:

En fait, freelinux pointe vers http://www.100webspace.com/

et le problème est le même si on choisit l'option gratuite :
(SMTP is not available in the free hosting plan)

Freelinuxhost est une filliale gratuite de 100webspace, c'est juste l'inscription qui se fait sur ce dernier. Et le SMTP c'est pas un problème puisque la fonction mail() est activée.

Sinon, si tu veux vraiment rester chez Free (qui sature par moments), tu peux utiliser n'importe quel SMTP qui t'appartient. Par exemple si tu as un compte Yahoo!, utilise smtp.mail.yahoo.fr.

87

(8 replies, posted in Feature requests)

Hello,

I don't know if there is a topic on that, sorry if yes.

I would like that main.pl is a style, that we can have several main.pl.

For example, we could put the menus in different places for every style.

Why not in PunBB 1.2 or 1.2.1 ?

If Rickard doesn't agree, I can make a mod for that.

88

(13 replies, posted in Archive)

Ouais sauf que ça fonctionne pas toujours très bien...

89

(13 replies, posted in Archive)

C'est le même problème avec tous les forums, il est super difficile de les faire fonctionner sur Free. Solution: abandonner cet hébergeur et en prendre un autre.

J'ai trouvé il y quelques jours un hébergeur génial (sans pub) :
http://freelinuxhost.com/

Limitations :
- 3 Go de BP (bande passante) par mois
- BDD de 5 Mo (mais tu peux aussi t'en créer une sur freesql.org)
- 100 Mo max

Bon c'est vrai .freelinuxhost.com c'est pas super mais tu peux te créer un compte .eu.org.

Pour ce faire, regarde la partie S'inscrire à eu.org de mon tutoriel et au lieu de mettre ns1.everydns.net, ns1.everydns.net,... tu mets dns1.freelinuxhost.com et dns2.freelinuxhost.com.

Et pour faire correspondre le NDD (nom de domaine) à ton compte sur freelinuxhost.com, tu dois soit l'indiquer pendant la création de ton compte, soit le mettre après dans Hosted Domains.

Pour tout problème, poste ici.

Bravo. Effectivement l'ancien pack français avait pas mal d'erreurs (genre mot-de-passe).

Si tu veux m'aider pour la traduction du pack de la 1.2, envoie-moi un mail avec ton adresse MSN, Yahoo!, AIM ou Jabber. wink

91

(254 replies, posted in PunBB 1.2 discussion)

kiplantt wrote:

Can we create the language pack final or there will be modifications of the lang files ?

Rickard: Answers, please !

92

(254 replies, posted in PunBB 1.2 discussion)

Can we create the language pack final or there will be modifications of the lang files ?

93

(4 replies, posted in Programming)

FR: Vide le cache de IE (Outils -> Options internet... -> Général -> Supprimer les fichiers).

EN: Empty the cache from IE.

94

(5 replies, posted in PunBB 1.2 discussion)

Good idea. I have created the punstyle.eu.org domain and I'm OK to create it. smile

95

(55 replies, posted in Feature requests)

W3C, not three WCs. big_smile

96

(9 replies, posted in Archive)

En fait tu dois regarder dans les tables de ton forum. Il doit y en avoir une qui est composée avec que des 0, supprime-la. smile

97

(6 replies, posted in Archive)

Noooooon !

En mettant la nouvelle dev j'ai effacé le dossier lang et avec la traduction de PunBB 1.2 dev. big_smile

Bon c'est pas grave, maintenant je connais toutes les traductions pas faciles, je le referai quand la 1.2 finale sera sortie.

98

(6 replies, posted in Archive)

Oui, je l'ai déjà traduis en local mais j'attends la version finale pour l'envoyer à Rickard.

99

(2 replies, posted in Archive)

Cherche une requête MySQL qui inscrit tout le monde à tous les sujets et exécute-la tout les x jours. smile

100

(1 replies, posted in PunBB 1.2 troubleshooting)

Look pun_htmlspecialchars($cur_user['username']) in header.php and 'Logged in as' in lang/en/en_common.php.