XMB Forum Software
Not logged in [Login - Register]
Go To Bottom

Printable Version  
Author: Subject: Portal - Function eregi() is deprecated
vlonjat4ever
Member
***




Posts: 24
Registered: 9-5-2009
Location: In your HDD
Member Is Offline

Mood: Cool!

posted on 4-7-2012 at 07:51 AM
Portal - Function eregi() is deprecated






Francesko
View user's profile Visit user's homepage
miqrogroove
XMB 1.9.12 Lead Developer
*********


Avatar


Posts: 588
Registered: 10-1-2002
Member Is Offline

Mood: Past Three O'Clock

posted on 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
View user's profile Visit user's homepage
vlonjat4ever
Member
***




Posts: 24
Registered: 9-5-2009
Location: In your HDD
Member Is Offline

Mood: Cool!

posted on 4-7-2012 at 07:25 PM



Thnx works perfectly!



Francesko
View user's profile Visit user's homepage

  Go To Top

Powered by XMB 1.10.00-beta-2 (Debug Mode)
XMB Forum Software © 2001-2025 The XMB Group
[Queries: 14] [PHP: 42.7% - SQL: 57.3%]