The developer of "dnfbb" used PunBB first for his site http://www.fbtalk.net and then he make "dnfbb" for support Firebird SQL database.
you can see the old one http://www.fbtalk.net/index.php

27

(7 replies, posted in General discussion)

Gizzmo, You are fail in love with "Web Programming", Yes i know what is your feeling

Gizzmo wrote:

I don't really have much content to share, id love to share my music, but thats bad... and hard to do. im not really good with blogs, don't have many friends that would come just to see a blog.

You need more friends over the world.

I have MOD for highlight code, check it
Multi Syntax Highlight code PunBB 1.2.x 1.1.5
it is use 3 engine (Geshi, FSHL or phpMSH)

the code language passed like as
[ code=php ]
[ / code]

29

(11 replies, posted in PunBB 1.2 discussion)

We have a week of holiday (next Saturday), maybe i will try to do something, because i like Opera, so wish to me a good luck smile

30

(11 replies, posted in PunBB 1.2 discussion)

I have test RTL in the three browser but every one take a defirent way to process rtl, the bug not in opera, problem
is: there is no any standard of correct processing RTL in browsers.

But in Punbb use BORDER-WIDTH of Div taked inside the Div in opera, i hope Paul not play with BORDER-WIDTH to make the left panel color (right panel in RTL), i forget the names but the problem about (BORDER-WIDTH).

In PunBB 1.3 i will try make css for every browser detected by the request browser.

31

(4 replies, posted in General discussion)

Your favorite database? on linux.inet.hr

I voted to Firebird.

If you have a css and you want to flip it RTL you can use it.

"cssFlip-1.1.1.zip" is separated project i wrote for any css, i used on PunBB Styles and after that i make some manual change to the css style to accept RTL, you must care about some problems happend on browser (IE, Opera, FF) every one have way to process RTL reading.

Yes my wife understand me tongue
FhdQa: There is a punbb-1.2.14-style_rtl.zip already released see the first post.

34

(132 replies, posted in General discussion)

http://www.watan.com/img/3/TodayPic3.jpg

35

(9 replies, posted in PunBB 1.2 discussion)

elbekko: for real example i used

Z<?php
  $sql = 'SELECT id, `username` FROM users where username=\'`zaher`\' and userpassword=\'`dirkey`\'';
  
  $a[] = '#\`(.*)\`#seU';
  $b[] = '\'"\' . strtoupper(\'$1\').\'"\'';

  $sql = preg_replace($a, $b, $sql);

  echo $sql. "\n";

?>

Printed

SELECT id, "USERNAME" FROM users where username='"ZAHER"' and userpassword='"DIRKEY"'

but must be

SELECT id, "USERNAME" FROM users where username='`ZAHER`' and userpassword='`DIRKEY`'

but that not the only problem, SQLite is will stop at the 'usernamae', that mean i must hack sqlite DBLayer too.

36

(9 replies, posted in PunBB 1.2 discussion)

2 - When i test firebird i already escaped it to "MESSAGE" using the double quote char (firebird escape field name by " ) as i write, convert it from `message` by regex function preg_replace, but the real problem what if i use the escape character inside the message post

insert into ..... "MESSAGE" = 'i write escaped `message`'

(as like this message), that mean i have more work with regex and more bugs.
That after i mod the code to make all this words are escaped by ` char, but SQLight not take this as escape field.
It is so hard and make pain to my fingers, but BY changing the name of this field in the offical version not released to public yet (i mean 1.3), it will be dream instead of be nightmare. (i hope my english is readable smile )

37

(9 replies, posted in PunBB 1.2 discussion)

2 - About (2) i will make alter to database with my MOD

3 - About languages, in file common.php there is some code must writen to define the locale, code in language file make my translator take care about it, mean make the language not be appendable for new words.

Could you extract the code outside language files seprated to file not have any language array for example "config.php" in language folder.

PunBB is faster, Drupal is very slow.

39

(9 replies, posted in PunBB 1.2 discussion)

1 - For Css that good news for me.

2 - What if i asked to change 2 of column field and i will write all code needed (as MOD).
the real problem i stick in it those "password" and "message" field name are reserved in firebird and, i give a time to try use preg_* functions to hack it at run time, but that very bad idea.
Hacking the code it easy than hacking the Database.

Check my old topic about that
http://punbb.org/forums/viewtopic.php?id=13330

EDIT:

that needs extra love.

Yes, but Firebird SQL is my love  wink .

40

(9 replies, posted in PunBB 1.2 discussion)

I have some quastions for Punbb 1.3 , I like to prepare my self for MODs it (special for RTL)

1 - There is a folder for every style and that was good, but i not notice any "base.css" in css files is that true?
that good for me because i can make to layout.css (one for RTL one for LTR) and imported it in the header.php.

2 - Did you have plan to support FirebirdSQL database, because there is a some changes to Database field name (2 field).
I have already make DBLayer for FirebirdSQL 2.0 for PunBB 1.2.14

Thanks

41

(26 replies, posted in General discussion)

pedrotuga: you must read my posts to find a very bad english tongue

42

(0 replies, posted in Programming)

I found this sites for mod_rewrite i like to share it
http://www.workingwith.me.uk/articles/s … od_rewrite
http://www.ilovejackdaniels.com/apache/ … eat-sheet/
http://httpd.apache.org/docs/2.0/misc/rewriteguide.html

43

(62 replies, posted in News)

Big step.

44

(8 replies, posted in General discussion)

If included the groups like Yahoo group i totaly agree, i always lost my post there, and must be online to navigate the messages or receive it all.

- There is no notification for answers.
- You can not edit your messages (i always have mistakes)

Not understand, try to use semicolons.

Read this
http://www.phpclasses.org/blog/post/59- … women.html

I update the file for 1.2.14 with some fixes.
punbb-1.2.14-firebird-v1.zip
It is so hard to do that, i hate branching.
I added v1 that mean sub version for my release.

New update for RTL style for 1.2.14
punbb-1.2.14-style_rtl.zip

I used it in some forum used Drupal and i realy hate it, i like BBCode or Wiki format.

50

(5 replies, posted in Programming)

I released new version
http://sourceforge.net/projects/lightphpedit
include Find and Replace in folder files (Tree).

[OFF TOPIC]
Every time i worked on PHP i found my self in Delphi, i hate that.
[/OFF TOPIC]