XMB Forum Software

Portal - Function eregi() is deprecated

vlonjat4ever - 4-7-2012 at 07:51 AM


miqrogroove - 4-7-2012 at 07:13 PM

This is also old:

Code:
if ($SETTINGS['captcha_status'] == 'on' && $SETTINGS['captcha_reg_status'] == 'on' && !DEBUG) {

Replace with
Code:
if ($SETTINGS['captcha_status'] == 'on' && $SETTINGS['captcha_reg_status'] == 'on') {


Updated in svn://svn.code.sf.net/p/xmb-forum/code/hacks/trunk/portal/fi...

Enjoy

vlonjat4ever - 4-7-2012 at 07:25 PM

Thnx works perfectly!