Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Illumina CMS [PHP, OOP, Phoenix/Butterfly, Updated]

Status
Not open for further replies.
Joined
Apr 30, 2007
Messages
2,339
Reaction score
1,547
Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

VIZg0i2 - Illumina CMS [PHP, OOP, Phoenix/Butterfly, Updated] - RaGEZONE Forums


Why is my housekeeping like this?

It's the log in page...
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Nov 29, 2012
Messages
42
Reaction score
4
Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

Help ?
con DB ?
imagem.PNG - Illumina CMS [PHP, OOP, Phoenix/Butterfly, Updated] - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Nov 25, 2012
Messages
270
Reaction score
17
Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

It's the log in page...
My bad, i was just having trouble with logging in it said "incorrect login" but i found out i had to change the hash to get it working. My "friends online" isn't showing I have friends online in user profiles, do you have any idea why? :D
 
Skilled Illusionist
Joined
Oct 20, 2010
Messages
329
Reaction score
84
Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

What did you change on the page as i am getting "incorrect login" as well ?
I already set in the Config to use MD5 ....
 
xHosts.uk - Windows & Linux VPS - Cosmic Guard
[VIP] Member
Joined
Sep 10, 2011
Messages
857
Reaction score
354
Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

What did you change on the page as i am getting "incorrect login" as well ?
I already set in the Config to use MD5 ....


In your Class.users.php


Replace

public function userHash($password, $username) {
return sha1(md5($password) . strtolower($username));
}


With

public function userHash($password, $username) {
return md5($password);
}


your missing the points field from your users table

Add it called points, type varchar
 
Skilled Illusionist
Joined
Oct 20, 2010
Messages
329
Reaction score
84
Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

Hi,

Thanks,

But when i change ./engine/classes/class_users.php to :
class UserManager {
public function userHash($password, $username)
{
return md5($password);
}
It still doesn't work :(
 
Initiate Mage
Joined
Mar 17, 2013
Messages
4
Reaction score
0
Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

[HELP] Registration Form [HELP]

I need anybody's help because when I am gonna register my user on the Hotel, it would show this . Could you guys help me out with this problem I am encountering right now? Please PM if you know how to fix this problem.
 
xHosts.uk - Windows & Linux VPS - Cosmic Guard
[VIP] Member
Joined
Sep 10, 2011
Messages
857
Reaction score
354
Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

Hi,

Thanks,

But when i change ./engine/classes/class_users.php to :

It still doesn't work :(


What cms are you using previously ?

[HELP] Registration Form [HELP]

I need anybody's help because when I am gonna register my user on the Hotel, it would show this . Could you guys help me out with this problem I am encountering right now? Please PM if you know how to fix this problem.

Check your site config in Lightcms.php
 
Last edited:
Joined
Apr 30, 2007
Messages
2,339
Reaction score
1,547
Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

[HELP] Registration Form [HELP]

I need anybody's help because when I am gonna register my user on the Hotel, it would show this . Could you guys help me out with this problem I am encountering right now? Please PM if you know how to fix this problem.

Your CMS cannot grab the images. Make sure you have set the correct config.

In your Class.users.php


Replace

public function userHash($password, $username) {
return sha1(md5($password) . strtolower($username));
}


With

public function userHash($password, $username) {
return md5($password);
}

That's not needed anymore, I added a config option for hashing.
 
Experienced Elementalist
Joined
Nov 25, 2012
Messages
270
Reaction score
17
Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

"Friends online" on the user profiles aren't showing, how come?
 
Newbie Spellweaver
Joined
Mar 22, 2013
Messages
16
Reaction score
0
Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

Getting this error on my Phoenix Server people got trouble with getting connected with client. I hadden't this before.. I used RevCMS before never had people having trouble with connecting to the hotel/client. Please look at my errorlog:
22-3-2013 10:48:05: Error: System.FormatException: Input string was not in a correct format. at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
at System.Convert.ToDouble(String value)
at A..(String )
at A...ctor(UInt32 , String , String , String , String )
at A. .(UInt32 )
at A. .(UInt32 )
at A..( ,
)
at A..(Byte[]& )


22-3-2013 10:48:25: Error: System.FormatException: Input string was not in a correct format.
at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
at System.Convert.ToDouble(String value)
at A..(String )
at A...ctor(UInt32 , String , String , String , String )
at A. .(
)
at A..()
at A..( ,
)
at A..(Byte[]& )


22-3-2013 10:48:51: Error: System.FormatException: Input string was not in a correct format.
at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
at System.Convert.ToDouble(String value)
at A..(String )
at A...ctor(UInt32 , String , String , String , String )
at A. .(
)
at A..()
at A..( ,
)
at A..(Byte[]& )


22-3-2013 10:50:36: Error: System.FormatException: Input string was not in a correct format.
at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
at System.Convert.ToDouble(String value)
at A..(String )
at A...ctor(UInt32 , String , String , String , String )
at A. .(UInt32 )
at A. .(UInt32 )
at A..( ,
)
at A..(Byte[]& )


22-3-2013 10:53:17: Error: System.FormatException: Input string was not in a correct format.
at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
at System.Convert.ToDouble(String value)
at A..(String )
at A...ctor(UInt32 , String , String , String , String )
at A. .(
)
at A..()
at A..( ,
)
at A..(Byte[]& )


22-3-2013 10:53:55: Error: System.FormatException: Input string was not in a correct format.
at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
at System.Convert.ToDouble(String value)
at A..(String )
at A...ctor(UInt32 , String , String , String , String )
at A. .(
)
at A..()
at A..( ,
)
at A..(Byte[]& )


22-3-2013 10:57:46: Error: System.FormatException: Input string was not in a correct format.
at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
at System.Convert.ToDouble(String value)
at A..(String )
at A...ctor(UInt32 , String , String , String , String )
at A. .(UInt32 )
at A. .(UInt32 )
at A..( ,
)
at A..(Byte[]& )


22-3-2013 11:13:14: Error: System.FormatException: Input string was not in a correct format.
at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
at System.Convert.ToDouble(String value)
at A..(String )
at A...ctor(UInt32 , String , String , String , String )
at A. .(UInt32 )
at A. .(UInt32 )
at A..( ,
)
at A..(Byte[]& )

Still using same server, same database did everything what sayed here on headtopic. But got problems and I need a fix because I cant figure it out search the forum and GOOGLE. But nothing and tryed by myself but no results. Is there someone with a fix?? Oh and even with a new database people got problem..

Never had this problem before with RevCMS but this CMS is so nice I wanna use it, and the CMS is causing this problem that people cant connect too the client. I have all configs good in the configuration of the CMS used MD5 hash so people can login with there old account but got problems with connecting to the hotel by client. And some account have NO problems.
 
Joined
Apr 30, 2007
Messages
2,339
Reaction score
1,547
Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

Getting this error on my Phoenix Server people got trouble with getting connected with client. I hadden't this before.. I used RevCMS before never had people having trouble with connecting to the hotel/client. Please look at my errorlog:


Still using same server, same database did everything what sayed here on headtopic. But got problems and I need a fix because I cant figure it out search the forum and GOOGLE. But nothing and tryed by myself but no results. Is there someone with a fix?? Oh and even with a new database people got problem..

Never had this problem before with RevCMS but this CMS is so nice I wanna use it, and the CMS is causing this problem that people cant connect too the client. I have all configs good in the configuration of the CMS used MD5 hash so people can login with there old account but got problems with connecting to the hotel by client. And some account have NO problems.

Add this somewhere in your client.php:

Code:
$db->real_query("UPDATE users SET last_online = UNIX_TIMESTAMP() WHERE username = '" . USERNAME . "'");
 
Divine Celestial
Loyal Member
Joined
Jun 26, 2011
Messages
819
Reaction score
338
Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

I'm using IIS and I keep getting this error. (Normally it's a 503 server error, I turned error reporting to see what the problem was).

Code:
Fatal error: Uncaught exception 'RainTpl_Exception' with message 'Cache directory engine/cache/doesn't have write permission. Set write permission or set RAINTPL_CHECK_TEMPLATE_UPDATE to false. More details on http://www.raintpl.com/Documentation/Documentation-for-PHP-developers/Configuration/' in C:\inetpub\wwwroot\engine\classes\ext\class_raintpl.php:319 Stack trace: #0 C:\inetpub\wwwroot\engine\classes\ext\class_raintpl.php(272): RainTPL->compileFile('index-top', NULL, 'engine/template...', 'engine/cache/', 'engine/cache/in...') #1 C:\inetpub\wwwroot\engine\classes\ext\class_raintpl.php(162): RainTPL->check_template('index-top') #2 C:\inetpub\wwwroot\index.php(31): RainTPL->draw('index-top') #3 {main} thrown in C:\inetpub\wwwroot\engine\classes\ext\class_raintpl.php on line 319
 
Junior Spellweaver
Joined
Jun 1, 2010
Messages
152
Reaction score
27
Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

I'm using IIS and I keep getting this error. (Normally it's a 503 server error, I turned error reporting to see what the problem was).

Code:
Fatal error: Uncaught exception 'RainTpl_Exception' with message 'Cache directory engine/cache/doesn't have write permission. Set write permission or set RAINTPL_CHECK_TEMPLATE_UPDATE to false. More details on http://www.raintpl.com/Documentation/Documentation-for-PHP-developers/Configuration/' in C:\inetpub\wwwroot\engine\classes\ext\class_raintpl.php:319 Stack trace: #0 C:\inetpub\wwwroot\engine\classes\ext\class_raintpl.php(272): RainTPL->compileFile('index-top', NULL, 'engine/template...', 'engine/cache/', 'engine/cache/in...') #1 C:\inetpub\wwwroot\engine\classes\ext\class_raintpl.php(162): RainTPL->check_template('index-top') #2 C:\inetpub\wwwroot\index.php(31): RainTPL->draw('index-top') #3 {main} thrown in C:\inetpub\wwwroot\engine\classes\ext\class_raintpl.php on line 319

Yeh change the permissions on your wwwroot folder so your user has full control. (done when you right click wwwroot).
 
Experienced Elementalist
Joined
Jun 3, 2012
Messages
224
Reaction score
55
Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

Download link's down?
 
Newbie Spellweaver
Joined
Nov 29, 2012
Messages
42
Reaction score
4
Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

Help in client :c
imagem.PNG - Illumina CMS [PHP, OOP, Phoenix/Butterfly, Updated] - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Nov 29, 2012
Messages
42
Reaction score
4
Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

You need to add the following to your users table

name - acc_pornbanned
type - enum
vaues - 0,1

You do that in either navicat or phpmyadmin

thus ?
ALTER TABLE `users` ADD `acc_pornbanned ` enum('0','1') NOT NULL
 
Status
Not open for further replies.
Back
Top