Forums

Unfortunately no one can be told what FluxBB is - you have to see it for yourself.

You are not logged in.

#2 Re: Core development » 2.0: Database layer talk » 2011-09-29 07:42:06

zaher

I don’t think so, i always wrap the original functions with my classes/functions, it is give me more flexible changing ,override or use unsupported without need to change the whale project.

#3 Re: Core development » 2.0: Database layer talk » 2011-09-29 05:57:08

zaher

You can create new class for DBLayer using PDO, it is just need new contributors.

Prepare statment usfule when call the query/command multiple time.
I dont think it is founded in a forums projects but maybe in maintain or upgrade and that not necessary to match.

#4 General discussion » Hackers break SSL encryption used by millions of sites » 2011-09-23 21:35:25

zaher
Replies: 1

I do not know why i posted here (just for discusses).

http://www.theregister.co.uk/2011/09/19 … aypal_ssl/

------------------
Earlier this month, attackers obtained digital credentials for Google.com and at least a dozen other sites after breaching the security of disgraced certificate authority DigiNotar. The forgeries were then used to spy on people in Iran accessing protected GMail servers.
------------------
As far as we know, BEAST implements the first attack that actually decrypts HTTPS requests.”
------------------
BEAST requires about two seconds to decrypt each byte of an encrypted cookie
------------------
That means authentication cookies of 1,000 to 2,000 characters long will still take a minimum of a half hour.
------------------
BEAST is like a cryptographic Trojan horse – an attacker slips a bit of JavaScript into your browser, and the JavaScript collaborates with a network sniffer to undermine your HTTPS connection,

EDIT:
Another useful link
http://luxsci.com/blog/is-ssltls-really … -i-do.html

#5 FluxBB discussion » Windows users, do not use AutoCrlf in git » 2011-09-20 07:57:14

zaher
Replies: 0

If you are using git to fetch or modify your codes on Windows, do not enable this feature.
If it is enabled, the source code fetched as CRLF and commited as LF, that was good, but most of editors handle (Unix EOL) LF, so you not need to fetch it as (Window EOL) CRLF

If you are like to use LF in your PHP code and keep it as it in the original code repo, do not enable it.

If you already enabled it, do not change before commit your work and push it, after that, change it to false, then revert all your code, git now fetch the files as LF.

* EOL = End of Line.

#6 FluxBB discussion » Time to delete gitorious.org » 2011-09-20 07:32:08

zaher
Replies: 1

Hi,
I dont know if it is good idea, but after a year using github i think it is time to delete the projects (FluxBB and FluxBB-RTL) on gitorious.org.

Leaving it there can make some confused for the searchers.

Best regards.

#7 Re: Core development » 2.0: Translation system (pull request) » 2011-09-19 17:27:03

zaher

Why not leave regenerate cache to the admin of forum, because "check" will slow the forum while update or upgrading (that need regenerate the cache)  not happened every day.

#8 Re: Core development » 2.0: Database layer talk » 2011-09-17 18:16:09

zaher

1- Please be aware from using reserved words in all knows Databases engine include Firebird.
2- It is not bad idea to work on layouts generate suitable SQL statements, so we can write the good layer for preferred db engine (Like using LIMIT / ROWS).

#9 Re: Core development » 2.0: Translation system (pull request) » 2011-09-17 17:49:50

zaher

1. super-shorthand function not bad _('CancelForum'), i used it in my applications, lang('CancelForum') also not bad.

2. I Prefer using Key identifier instead of English string, because, if you have some language mistakes in your text and make changes to correct it you will lost that key, you need hi level mechanism for that.

  Most of code editor not show the English mistakes inside the code string, this feature usually not used (maybe i add it to my editor), while you can easy open the English language file in any editor support auto correct words.

  Fallback to English also work in this state, when you generate cache you can check if it not found, it will take it from the English language, we know in advance English is 100% translated wink .

For me as Arabic language developer, mix Arabic or any complex language like Japanese in the code this make confused and unreadable code, this it not a bad point for you, but that give negative half point at least.

#10 Re: General discussion » Why do you think most russian developers are Freakin Geniuses » 2011-09-04 15:26:06

zaher

I noticed that on German developers from other project
http://www.freepascal.org/

Also i noticed that Arab developers in another side of this theory, they are have a negative points for me, i hope i am not a traitor, but that is the true facts.

because they play chess a lot

Yes it is true.
And not play Football/Soccer a lot (not sure).

#11 Re: Announcements » FluxBB 1.4.6 released » 2011-08-17 01:54:58

zaher

Thanks, i will check my translation.

#12 Re: Announcements » FluxBB 1.4.5 released » 2011-03-24 06:04:27

zaher

Arabic language translate done for 1.4.5

#13 Re: General discussion » Punbb is offcialy dead » 2011-02-26 00:01:37

zaher

Open source can make money if you have services job.

@Hemen Would u please to not use obscene words here.

#14 Re: Announcements » FluxBB 1.4.4 released » 2011-02-15 10:51:46

zaher

Hmm, i am lost, i must update the language to work with 1.4.4 but also i like update it to last revision for FluxBB.

I am not good with git, so not sure about this idea:

branch the Languages to 1.4.4 (maybe in next release 1.4.5)
1 - Language maintainer update that branch and always merge it to the master
2-  Languages maintainer update the master also to be up to date with last modification.

I dont know if it possible the git can auto merge branch to master for more easy work.

#15 Re: FluxBB discussion » The legendary "translation center" » 2011-01-29 23:13:03

zaher

I think you have to add moderator/maintainer for the language, that accept or refuse the changes.
The translation can be conflicted done by the contributors.

#16 Re: FluxBB discussion » Languages » 2011-01-27 23:17:57

zaher

Opened to new contributors

Not good idea for me, GITHUB is enough for expert users, while the wiki it easy for newbie who can make mistakes or inconsistents, because he need to leave his name.

Any modification must done through the language maintainer.

#17 Re: Core development » Add language packs into core? » 2011-01-23 14:25:18

zaher

It is good idea, but my Arabic language need RTL css files to work as needed, for that i prefer for now to not make it official.

I like InnoSetup idea that make Official and Unofficial language packs, and people vote for their languages before become Official, they votes in message list.

One of features i like to have, it is mix both LTR and RTL in one install, i can do it as contributor just need a permission.

#18 Re: FluxBB discussion » Contributing to FluxBB » 2011-01-22 16:45:40

zaher

Sorry, I forget to ask you what kind of contributors you need?

#19 Re: FluxBB discussion » Translators, get ready for v1.4.3 » 2011-01-22 05:28:45

zaher

Jack if you are FluxBB Languages Packs maintainer, you must to update your language files.
https://github.com/fluxbb/langs

#21 Re: FluxBB discussion » Contributing to FluxBB » 2011-01-21 18:30:38

zaher

There is more than one way to contribute.

1 - Fixing bugs.
2 - Implement the features founded in bug tracker
3 - Try to improve parts of code
4 - Put a plans, the structures and layers

that mean

1 - Simple way and safe for the core team to accept patches.
2 - Patches need more careful reviews.
3 - Like 2 but more harder, because may be break the stability, and it is need permission before start any patch/improve before lost his time if the improvement not accepted.
4 - It is for core team only.

#22 Re: Core development » 2.0: Language packs etc. (RFC) » 2011-01-09 00:00:25

zaher

I relay dislike "gettext" mechanism, it is increase the size of language pack and the code file, make the code more complex if i used my local language, and for another points already mentioned here.

#23 Re: General discussion » Happy new year » 2011-01-03 21:08:11

zaher

We say "Every year you are in a welfare"

كل عام و انتم بخير

But "Happy New Year" Translated to

سنة جديدة سعيدة

#24 Re: Feature requests » pm and size and syntax hilighting » 2010-12-31 19:19:31

zaher

First step we need it, it to mention the CODE name like as do in QUOTE (e.g. [.CODE=JAVA]).
after that the highlighting can be done in the our MODs.
In fact i am waiting this feature (not the highlighting but the CODE name.

#25 Feature requests » Move "Mark all topics as read" to last one » 2010-12-28 22:44:41

zaher
Replies: 1

Hi, for logic order I search for new topics then mark it as read, would you please move "Mark all topics as read" to be last one, i always accidentally press it tongue.
    * Mark all topics as read --> to be afer
    * New posts
    * Active topics
    * Unanswered topics
-->    * Mark all topics as read

And would you please add it (show it) to the search results form of new topics.

Thanks.

Board footer

Powered by FluxBB 1.5.0