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


URL e Plotė e Forumit: http://localhost
XMB Version: 1.9.11

I have installed xmb 1.9.11.13 on my pc (I use Xampp to run server) and portal-system-6.0.zip . Everything is fine but when i set debug true, in portal.php i'm gettind this error
Code:
Deprecated: Function eregi() is deprecated in C:\xampp\htdocs\portal.php on line 277


Code:
Line 227: if (!eregi("[1-9]", $SETTINGS['portalpostsnull'])) {


I have replaced with:
Code:
if(!preg_match("[1-9]", $SETTINGS['portalpostsnull'])) {
and the error doesn't show anymore!

Now I want to know that this modification i made is correctly or not ?
============================================
And the other problem is in » Quick Registration block on portal.
Captcha Image Settings is ON in my forum settings but not show on the portal block
When i try to Quick Register i'm getting the captcha error
The image verification code that you entered was incorrect. Please enter the code exactly how it appears in the image.

Register in normal mode works perfectly and the Captcha Image works!

Thanks!

Sorry for bad English!



Francesko
View user's profile Visit user's homepage View All Posts By User
miqrogroove
XMB 1.9.12 Lead Developer
*********


Avatar


Posts: 478
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 View All Posts By User
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 View All Posts By User

  Go To Top

Powered by XMB 1.9.12 (Debug Mode)
XMB Forum Software © 2001-2025 The XMB Group
[Queries: 16] [PHP: 32.9% - SQL: 67.1%]