Try to do : include('/extern.php?action=online_full');
77 2004-12-12 08:13
Re: Fantasya.Net (8 replies, posted in PunBB 1.2 show off)
J'ai plusieurs remarques :
- C'est vachement beau (ça faut pas changer ).
- 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 ?
78 2004-12-12 08:02
Re: moving bb to another directory (1 replies, posted in PunBB 1.2 troubleshooting)
I think you just have to change the Base URL (Admin / Options / Email / Base URL).
79 2004-12-07 12:41
Re: PunBB 1.2-dev (01 Nov) - Unable to create indexes (31 replies, posted in PunBB 1.2 troubleshooting)
I have the same problem and I see that :
when you are simply trying to:
C:\mysql\bin>mysql -uroot -p mysqland 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 2004-12-07 12:31
Re: Free PHP/HTML editor (99 replies, posted in Programming)
Notepad2, syntaxical color, auto indent text, auto close HTML/XHTML, line numbers and fast (not as Dreamweaver).
81 2004-12-06 12:30
Re: 1.2 French Language Pack (2 replies, posted in PunBB 1.2 discussion)
Vou can see it here :
http://www.creanion.eu.org/punbb12/
82 2004-12-05 20:49
Topic: 1.2 French Language Pack (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 2004-12-05 19:54
Re: main.pl isn't a style (8 replies, posted in Feature requests)
What is a "no go area" ? (see my signature )
84 2004-12-05 16:05
Re: main.pl isn't a style (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 2004-12-05 11:26
Re: main.pl isn't a style (8 replies, posted in Feature requests)
Yes, a lot, but not all.
It isn't possible to put a different Flash animation on every style.
It is not indispensable but very useful.
86 2004-12-05 11:23
Re: PunBB sur Free.fr (13 replies, posted in Archive)
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 2004-12-05 08:43
Topic: main.pl isn't a style (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 2004-12-05 08:34
Re: PunBB sur Free.fr (13 replies, posted in Archive)
Ouais sauf que ça fonctionne pas toujours très bien...
89 2004-12-05 07:57
Re: PunBB sur Free.fr (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.
90 2004-12-02 10:58
Re: Updated French language pack v.1.1.5 (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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.
91 2004-11-30 17:19
Re: PunBB 1.2 Beta (254 replies, posted in PunBB 1.2 discussion)
Can we create the language pack final or there will be modifications of the lang files ?
Rickard: Answers, please !
92 2004-11-30 15:47
Re: PunBB 1.2 Beta (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 2004-11-29 15:09
Re: header mailto (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 2004-11-26 06:27
Re: css Pun Garden (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.
95 2004-11-23 17:10
Re: HOWTO: Add more smilies (55 replies, posted in Feature requests)
W3C, not three WCs.
96 2004-11-22 12:12
Re: Division par zero (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.
97 2004-11-18 07:13
Re: fichiers de langue (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.
Bon c'est pas grave, maintenant je connais toutes les traductions pas faciles, je le referai quand la 1.2 finale sera sortie.
98 2004-11-17 15:52
Re: fichiers de langue (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 2004-11-15 20:12
Re: Notification (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.
100 2004-11-15 15:59
Re: 'Hello guest' on frontpage? (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.