Forums

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

You are not logged in.

#1 2008-10-27 01:52:29

Smartys
Former Developer
Registered: 2008-04-27
Posts: 3,135
Website

Block stupid hosts from using FluxBB

if (strpos(strtolower((string)@ini_get('disable_functions')), 'ignore_user_abort') !== false)
    exit('Your host is not compatible with FluxBB. Please find a new host that does not limit their PHP setup so much');

Related to: http://fluxbb.org/forums/topic/2158/ignoreuserabort/

Offline

#2 2008-10-27 14:57:40

elbekko
Former Developer
From: Leuven, Belgium
Registered: 2008-04-30
Posts: 1,131
Website

Re: Block stupid hosts from using FluxBB

Or, we just display a message in the install saying some of the functions FluxBB requires aren't available?


Ben
SVN repository for my extensions - The thread
Quickmarks 0.5
“Question: How does a large software project get to be one year late? Answer: One day at a time!” - Fred Brooks

Offline

#3 2008-10-27 15:40:19

Smartys
Former Developer
Registered: 2008-04-27
Posts: 3,135
Website

Re: Block stupid hosts from using FluxBB

I was being facetious, but it was something I considered writing at one point for the install script (although not down to the depth of individual functions). It would check to see if certain key functions were loaded (eg: preg_*, tokenizer stuff) that should be loaded anyway. I just never got around to going through the code and making a list of all the different checks tongue

Offline

Board footer

Powered by FluxBB 1.5.0