Search found 740 matches

by Desdenova
Sat Jun 05, 2010 5:46 pm
Forum: phpBB Discussion
Topic: Can not open attached file directly with I.E. without saving
Replies: 28
Views: 5943

Re: Can not open attached file directly with I.E. without sa

So doing what earlier suggested would cause a security issue? Yes. http://blog.phpbb.com/2008/10/25/attachment-headaches-with-the-internet-explorer/ @Kellanved: I try to figure this one out, sorry if I have misunderstood you, english is not my native language. :) In the file download/file.php it sa...
by Desdenova
Sat Jun 05, 2010 6:57 am
Forum: General Discussion
Topic: Apple iPad
Replies: 188
Views: 25881

Re: Apple iPad

I fear that will not be the case so much with the iPad. I should also mention that AT&T is restructuring their data plans to remove the possibility for having unlimited data. Hope nobody was counting on that. 2GB is frankly a lot of data to move on a device that one does not use for downloading...
by Desdenova
Fri Jun 04, 2010 10:28 pm
Forum: phpBB Discussion
Topic: phpBB and Disqus
Replies: 3
Views: 2661

Re: phpBB and Disqus

Disqus gets bombarded with spam actually, it just hasn't hit you yet. I see it happen all the time; since you don't have to verify your email with them, it's a spammer's haven...add in that you can register once to post on multiple sites, and you've got a feeding frenzy for spammers. Sorry, I don't ...
by Desdenova
Thu Jun 03, 2010 11:49 pm
Forum: phpBB Discussion
Topic: Visitor/Guest Log
Replies: 9
Views: 3258

Re: Visitor/Guest Log

Bear in mind that XML won't be as light to parse as other simpler formats such as CSV.
by Desdenova
Thu Jun 03, 2010 11:48 pm
Forum: General Discussion
Topic: Apple iPad
Replies: 188
Views: 25881

Re: Apple iPad

Highway of Life wrote: I fear that will not be the case so much with the iPad.
I should also mention that AT&T is restructuring their data plans to remove the possibility for having unlimited data. Hope nobody was counting on that.
by Desdenova
Thu Jun 03, 2010 11:46 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: UMIL 2.0 - What do you want to see?
Replies: 31
Views: 3147

Re: UMIL 2.0 - What do you want to see?

Where is recursion being used now? Wherever this is necessary, fix it and use loops natively. http://code.phpbb.com/projects/umil/repository/entry/trunk/umil/root/umil/umil.php#L523 Ruins code readability. It's a hackish approach at best for something that should be in each function. That is not re...
by Desdenova
Thu Jun 03, 2010 11:45 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: [BUG] Apply utf-8 chars in urls
Replies: 15
Views: 1172

Re: [BUG] Apply utf-8 chars in urls

Erik Frèrejean wrote:This was a pretty recent statement ;). If there are tickets about this issue I'm sure that it will be reconsidered at some point.
The changes were made official in October of 2009; it's the implementation that is recent.
by Desdenova
Thu Jun 03, 2010 6:26 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: UMIL 2.0 - What do you want to see?
Replies: 31
Views: 3147

Re: UMIL 2.0 - What do you want to see?

EXreaction wrote:Where is recursion being used now?
Wherever this is necessary, fix it and use loops natively.
http://code.phpbb.com/projects/umil/rep ... l.php#L523

Ruins code readability. It's a hackish approach at best for something that should be in each function.
by Desdenova
Thu Jun 03, 2010 4:05 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: [BUG] Apply utf-8 chars in urls
Replies: 15
Views: 1172

Re: [BUG] Apply utf-8 chars in urls

That should definitely be reconsidered now that unicode is now accepted for use in domain names.
See: http://blog.icann.org/2010/05/idn-cctlds/
by Desdenova
Thu Jun 03, 2010 3:58 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: UMIL 2.0 - What do you want to see?
Replies: 31
Views: 3147

Re: UMIL 2.0 - What do you want to see?

Don't use recursion (messy!), use a more straightforward approach; loops are usually much easier to read and understand than recursion, not to mention the fact that you can only recurse so many times before a server with xdebug installed will kill the page (IIRC, by default it is 100 recursions) to ...
by Desdenova
Wed Jun 02, 2010 1:37 pm
Forum: phpBB Discussion
Topic: Visitor/Guest Log
Replies: 9
Views: 3258

Re: Visitor/Guest Log

Actually, for the logs, IIRC there are some bash commands that will grab the last X lines of the file and dump them into another file, or you could use grep to search through them.
by Desdenova
Tue Jun 01, 2010 1:52 am
Forum: [3.0.x] Support Forum
Topic: SID
Replies: 10
Views: 22985

Re: SID

If you don't have cookies enabled (or cookie settings are borked), the SID will appear; its purpose is maintaining your current login, so that you are able to perform tasks on the forum without having to enter your username and password over and over and over again.
by Desdenova
Tue Jun 01, 2010 1:51 am
Forum: phpBB Discussion
Topic: Visitor/Guest Log
Replies: 9
Views: 3258

Re: Visitor/Guest Log

What you suggest is interesting. Also not sure if this does what you want since my personal site doesn't get enough visits for the logs to start doing useful stuff. If it does why recreate the wheel. http://www.phpbb.com/community/viewtopic.php?f=70&t=2001735 It was fairly easy to install. Than...
by Desdenova
Mon May 31, 2010 7:24 am
Forum: General Discussion
Topic: Disaster Looming Along Louisiana Coastline, U.S.
Replies: 13
Views: 3976

Re: Disaster Looming Along Louisiana Coastline, U.S.

Rhet-or-Ric wrote:Can anyone think of any environmental disaster that was worse than this oil gushing into the gulf down there south of Louisiana?
Off the top of my head: http://en.wikipedia.org/wiki/Cherynobl

The land is still uninhabitable now, decades later.
by Desdenova
Mon May 31, 2010 4:39 am
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] phpBB OpenID ver 1.0.1
Replies: 159
Views: 36481

Re: [RC] phpBB OpenID ver 1.0.1

Hey Nice mod but i am getting this damn error [phpBB Debug] PHP Notice: in file /includes/openid/common.php on line 47: mkdir() [function.mkdir]: No such file or directory Could not create the FileStore directory '/tmp/_php_consumer_test'. Please check the effective permissions . Maybe if you could...

Go to advanced search