You are not logged in.
- Topics: Active | Unanswered
- Index
- » Search
- » Posts by TMS
Pages: 1
#1 Re: FluxBB discussion » Can we have some news... » 2008-09-21 12:12:06
- TMS
Thanks for your quick answer !
I'm reassured, you're still in the place.
#2 FluxBB discussion » Can we have some news... » 2008-09-21 10:15:32
- TMS
- Replies: 4
...From Paul ?
It's been a long time since Paul had not last commited anything, and didn't give some news on the markup+css progress.
So Paul, are you working on it ? Or are you too busy ?
#3 Re: General support (1.2) » FluxBB 1.2 with utf-8? » 2008-09-18 16:46:41
- TMS
Note : Sorry, I'm too lazy to answer in english to a french man...
J'ai retrouvé ça au fin fond de mon PC, je l'avais rédigé pour moi même comme mémo, mais je crois m'en être jamais servi, y'a peut-être des oublis (et ou des erreurs), j'ai la flemme d'y jeter un coup d'oeil :
#-------------------------------------------------------------------------------
#
#---------[ 1. OUVRIR ]---------------------------------------------------------
#
install.php
#
#---------[ 2. TROUVER ]---------------------------------------------------------
#
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Installation de PunBB</title>
<link rel="stylesheet" type="text/css" href="style/Oxygen.css" />
<script type="text/javascript">
#
#---------[ 3. REMPLACER PAR ]---------------------------------------------------
#
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Installation de PunBB</title>
<link rel="stylesheet" type="text/css" href="style/Oxygen.css" />
<script type="text/javascript">
#
#---------[ 4. TROUVER ]---------------------------------------------------------
#
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Installation de PunBB</title>
<link rel="stylesheet" type="text/css" href="style/Oxygen.css" />
</head>
#
#---------[ 5. REMPLACER PAR ]---------------------------------------------------
#
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Installation de PunBB</title>
<link rel="stylesheet" type="text/css" href="style/Oxygen.css" />
</head>
#-------------------------------------------------------------------------------
#
#---------[ 6. OUVRIR ]---------------------------------------------------------
#
include/dblayer/mysql.php
#
#---------[ 7. TROUVER ]---------------------------------------------------------
#
if ($this->link_id)
{
if (@mysql_select_db($db_name, $this->link_id))
return $this->link_id;
else
#
#---------[ 8. REMPLACER PAR ]---------------------------------------------------
#
if ($this->link_id)
{
if (@mysql_select_db($db_name, $this->link_id)) {
@mysql_query("SET CHARACTER SET 'utf8'");
@mysql_query("SET collation_connection = 'utf8_general_ci'");
return $this->link_id;
}
else
#-------------------------------------------------------------------------------
#
#---------[ 9. OUVRIR ]---------------------------------------------------------
#
lang/LANGUE/common.php
#
#---------[ 10. TROUVER ]---------------------------------------------------------
#
'lang_encoding' => 'iso-8859-1',
#
#---------[ 11. REMPLACER PAR ]---------------------------------------------------
#
'lang_encoding' => 'utf-8',
#-------------------------------------------------------------------------------
#
#---------[ 12. OUVRIR ]---------------------------------------------------------
#
include/functions.php
#
#---------[ 13. TROUVER ]---------------------------------------------------------
#
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title><?php echo pun_htmlspecialchars($pun_config['o_board_title']) ?> / Error</title>
#
#---------[ 14. REMPLACER PAR ]---------------------------------------------------
#
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><?php echo pun_htmlspecialchars($pun_config['o_board_title']) ?> / Error</title>Et bien sûr, la base de donnée à changer en utf-8.
Edit : Ah, j'ai relu vite fait quand même. Il faudrait remplacer les deux query (CHARACTER SET et collation_connection) par " SET NAMES 'utf8' ".
#4 Re: FluxBB discussion » What is your server running? » 2008-09-14 12:09:58
- TMS
If that's the case, I say drop PHP4 support. It's obsolete since the PHP group dropped it, and will probably become dangerous to run PHP4 pretty soon anyway.
I agreed. Besides, PHP6 is coming soon...
#5 Re: FluxBB discussion » What is your server running? » 2008-09-14 09:13:25
- TMS
OS : Debian 4.0 (Etch), kernel 2.6.24.5-grsec 32 bits
PHP : 5.2.0-8
Database : MySQL 5.0.32-7
Webserver : Apache 2.2.3-4
#6 Re: FluxBB discussion » The markup changes? » 2008-09-12 11:48:00
- TMS
There are still some changes in the actual layout. I don't know if Paul has planned to work on different themes, anyway it will be not in the beta 3.
#7 Re: FluxBB discussion » Bogus users on this board? » 2008-09-12 11:33:04
- TMS
Users can register and never post messages. Just for the last messages function for example.
If you mean that there is some bots who register themself, it must be resolved with a captcha or something like that.
#8 Re: Programming » javascript issue » 2008-08-27 06:50:48
#9 Re: FluxBB discussion » Question regarding new posts » 2008-08-22 22:25:15
- TMS
It is cookie based. The tracking cookie is destroy when you logout.
#10 Re: Programming » Deleting Files With A PHP Script » 2008-07-26 07:52:49
- TMS
http://www.webcron.org/index.php?&lang=en
Or more simply, if you have a unix server (and the necesssary privileges), you can use cron.
#11 Re: Feature requests » Bad request. The link you followed is incorrect or outdated. » 2008-07-25 17:42:50
- TMS
I agreed.
It also appears when we click on the "Be the first to post" link and we aren't login.
#12 Re: General discussion » Last day of school? » 2008-05-21 13:30:23
- TMS
in holidays since 16 may ! For 3 months and half !
#13 Re: Feature requests » Quick post for guest » 2008-05-20 10:14:41
- TMS
I was thinking about spam problems, etc, but you're right. it's a captcha system if quick post for guests is enabled that would be an extension.
#14 Re: Feature requests » Quick post for guest » 2008-05-20 09:35:01
- TMS
That would be an extension I think.
#15 Re: Feature requests » Mark forum as read link » 2008-05-20 09:30:30
- TMS
Paul ? What about this little change ?
#16 Re: FluxBB discussion » FluxBB API, an ideia to an hypothetic feature » 2008-05-18 21:04:08
- TMS
I sent an email to vin100 yesterday to ask him if he will port his API on fluxbb 1.3 . I'm waiting for an answer.
#17 Re: General discussion » Word Association Thread » 2008-05-18 10:33:35
- TMS
WWW
#18 Feature requests » Mark forum as read link » 2008-05-18 10:11:05
- TMS
- Replies: 4
A "Mark forum as read" link in the top of forum would be very usefull.
Many people don't see the link in the bottom and make the mistake to click on the "Mark all topics as read" link in the top.
#19 Re: Announcements » FluxBB 1.3 Beta3 - June 1st 2008 » 2008-05-17 10:56:16
- TMS
Yes.
#20 Re: Show off » Maria Callas » 2008-05-16 12:31:43
- TMS
Sentez-vous libre pour parler de n'importe quoi et de tout dans ce conseil
It should be :
"Sentez-vous libre de parler de ce que vous voulez dans ce forum"
Pages: 1
- Index
- » Search
- » Posts by TMS
