Search found 50 matches

by naim
Wed Jun 05, 2013 3:01 pm
Forum: [3.x][Archive] RFCs
Topic: [RFC] Javascript Preview
Replies: 13
Views: 22451

Re: [RFC] Javascript Preview

Pony99CA wrote:Maybe you don't need to worry about SQL injection, but I think that you still have to worry about things like Cross-Site Scripting (XSS), right?
Wrong. The data is already loaded into the page.
The script on the page won't execute any other script.
by naim
Tue Jun 04, 2013 6:33 pm
Forum: [3.x][Archive] RFCs
Topic: [RFC] Javascript Preview
Replies: 13
Views: 22451

Re: [RFC] Javascript Preview

What is the problem with re-implementing the BBCode "engine" in JavaScript?
Security doesn't need to be taken into consideration since it is all on the client side.
by naim
Tue Jun 04, 2013 6:30 pm
Forum: [3.x] Discussion
Topic: PHP in Google App Engine
Replies: 13
Views: 28548

Re: PHP in Google App Engine

But Google is only one service;
Why waste on resources when most people don't use Google Apps?
by naim
Sun Jun 02, 2013 5:20 pm
Forum: [3.x] Discussion
Topic: PHP in Google App Engine
Replies: 13
Views: 28548

Re: PHP in Google App Engine

Whats the point? It's not like it's a widely used System - It's only for Google's customers.
Most people don't host PHP on App Engine.
I think this should be a mod.
by naim
Thu May 23, 2013 12:49 pm
Forum: [3.x][Archive] RFCs
Topic: [RFC] DKIM header in emails
Replies: 5
Views: 18531

[RFC] DKIM header in emails

Mails sent without DKIM have a very high probability to be caught by the recipient's spam filter. phpBB doesn't implement DKIM in emails, I think it would be a very good idea if it would. People that receive emails from the forum board will be able to see the the email was actually sent by the board...
by naim
Thu May 23, 2013 12:02 pm
Forum: [3.x][Archive] RFCs
Topic: [RFC] Unsubscribe without logging in
Replies: 22
Views: 24960

Re: [RFC] Unsubscribe without logging in

Here are some suggestions: Why not simply create a key upon account creation. A link would be something like this: http://www.example.com/unsubscribe.php?u=1234&key=xA6g8jk Use the characters [a-z, A-Z, 0-9], not 16 (hex) - That will save a nice amount of space on the DB. Recently, I see in my e...
by naim
Mon May 20, 2013 6:13 pm
Forum: [3.x] Discussion
Topic: Forums depending on users language
Replies: 15
Views: 23108

Re: Forums depending on users language

There is no point to display a forum in English when the content is Arabic.
by naim
Mon May 20, 2013 5:52 pm
Forum: [3.x][Archive] RFCs
Topic: AngularJS + RequireJS for Frontend
Replies: 2
Views: 7601

Re: AngularJS + RequireJS for Frontend

I do agree with a rich front-end with ajax, and backward compatibility for older browser.
But i think that phpBB shouldn't use any script libraries other than jQuery, jQuery has ajax, and UI features - that should be enough for anything.
by naim
Fri Aug 24, 2012 3:35 pm
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC|Merged] No db storage of stylesheets and templates
Replies: 23
Views: 61192

Re: [RFC|Merged] No db storage of stylesheets and templates

Currently cache does not have any files that need to be served by the web server, and it is therefore possible to prevent web server from reading the cache directory. Putting assets in cache will also potentially expose other files in cache, e.g. the mail queue, to the web. So make 2 cache director...
by naim
Sat Jun 09, 2012 11:25 pm
Forum: [3.x][Archive] RFCs
Topic: [RFC] Human Readable URLs
Replies: 132
Views: 375679

Re: [RFC] Human Readable URLs -- A Simple Proposal

Needless to say: this only works with languages using latin characters - what about accents? Ogoneks? Tremas? Or characters from Katakana, Cyrillic, Greek, Hangul...? It should even give English users a little headache as there's no rule what happens to titles like this versus that: it's karma its ...