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!

FrostCMS 1.0 BETA

Status
Not open for further replies.
Experienced Elementalist
Joined
Jan 5, 2010
Messages
209
Reaction score
54
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA

Edit the Login Query so it check Both ;)

Dont look at the CMS (Have my own :D), but should be like:
SELECT * FROM users WHERE email = .... AND username = ....

Sorry,
Its:
PHP:
$username = $_POST['username'];
$email = $_POST['email'];
SELECT * FROM users WHERE email = $email OR username = $username
Ofcourse this is bad example. It isnt exploit safe etc. But for that its a preview. Only look at select query.
The AND is now OR.
Because otherwise they need to fill in their emailadress and their username.

Greetz,
 
Custom Title Activated
Loyal Member
Joined
Sep 18, 2011
Messages
1,113
Reaction score
246
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA

wow nice cms work and sucks that your leaving!
 
Junior Spellweaver
Joined
Nov 27, 2011
Messages
176
Reaction score
74
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA

I love FrostCMS. Currently on my beta site: . Check it out if you want to see a live demo.

(Added features such as login with username instead of email. Client doesn't work)
 
Junior Spellweaver
Joined
Oct 2, 2011
Messages
178
Reaction score
23
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA

This cms is good, I do have a few suggestions, like login with username, because usually people put a fake email, then they need to re-register and it waists database space..But besides that, I don't really see much that is easily fixable... We will miss you, you are skilled for a what 12-13 year old? And i like the quickregister, I based my quickregister for Revcms of this one.
 
I don't even know
Loyal Member
Joined
Apr 7, 2010
Messages
1,699
Reaction score
420
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA

In account/submit.php and index.php changr the 'mail' in the OOP query to 'both' and you can login with your username too.
 
Last edited:
Junior Spellweaver
Joined
Nov 27, 2011
Messages
176
Reaction score
74
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA

In account/submit.php and index.php changr the 'mail' in the OOP query to 'both' and you can login with your username too.
Are you going to finish homes before you leave?
 
Newbie Spellweaver
Joined
Mar 24, 2012
Messages
68
Reaction score
8
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA

This is it guys, my semi-final release: FrostCMS 1.0 BETA.
The real version is coming after 5-10 pages of comments because I want to fix every known bug/exploit told. If you find any bugs please let me know, I'll fix them as quick as possible (I have a lot of tests at school atm, its the last quarter of the year.)

And yes I'm leaving the Habbo Section after the final release. Why? Because it became boring. I know PHP now and know what it can do. I want to learn some other language so tell me some I can try to learn.

I may return to the Habbo Section in 1-2 years if it gets life again but for now it's just dead.

Download Link:
Screenies: Look at previous threads or look at when it's up. I might make some if I have time.
__
I have enough time to return because I am only 12. A lot of people already knew that but I'll just publish it.

Sorry about the long useless thread. Enjoy!

I love your work, i love your cms but my client keep reloading?
 
Creative One.
Joined
Oct 20, 2011
Messages
274
Reaction score
106
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA

homes, groups, refferal system
 
Experienced Elementalist
Joined
Feb 19, 2012
Messages
287
Reaction score
23
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA

working home,groups,refferal systems
 
Goin Goin Gone!
Joined
Mar 28, 2011
Messages
498
Reaction score
41
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA

client keeps reloading.
 
Newbie Spellweaver
Joined
May 24, 2012
Messages
5
Reaction score
0
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA

Which Database you have and which emulator Are u using? Sorry for english i am dutch :p
 
Zephyr Studios
Loyal Member
Joined
Feb 18, 2012
Messages
1,877
Reaction score
724
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA

@Momitjee it's just Phoenix databas and emulator aswell.
 
Newbie Spellweaver
Joined
Sep 18, 2011
Messages
35
Reaction score
2
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA

I havent found exploits, really nice.

but it's your choose to leave, i will miss you and your releases ;p
 
Newbie Spellweaver
Joined
May 24, 2012
Messages
5
Reaction score
0
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA

@Momitjee it's just Phoenix databas and emulator aswell.

Yes I use it, but the whole webpage is bugging, everythings work but The screens, layout ect... Dont show,.. I hope you know what I mean... :(

Can u add me, maybe? Momotjee@hotmail.com
 
Newbie Spellweaver
Joined
Apr 28, 2010
Messages
65
Reaction score
1
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA

I got a name error how can i fixe that ?
 
Goin Goin Gone!
Joined
Mar 28, 2011
Messages
498
Reaction score
41
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA

Please list it, if it says like " Unknown " or anything, then you must of edited the register page, incorrectly.
 
Status
Not open for further replies.
Back
Top