-
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: FrostCMS 1.0 BETA.rar
Screenies: Look at previous threads or look at http://hablow.dyndns.org/ 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'm back again and working on Frost 2.0 :)
-
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA
I've seen your frost cms, seems pretty good. But did you fix the sign out glitch? Oh and I agree the habbo section has become boreing, and dead. Hopefully we can get some life into in the near-future!
Good luck with whatever project you do after this
-
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA
Good release i guess, could do with some minor changing around, good effort though! :thumbup:
In a month made me lol, js.
-
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA
I've just thinking some times, where is Azaidi?
My opinion is "don't give up" i love your CMS and i gonna use this too.
But thanks and bye :nothappy!!!:
-
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA
Although I've never used your CMS, I know you were one who was willing to learn. So I respect you for that. Good luck in the future.
-
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA
Will be missed, good luck in the future and ...sadly the link is dead
anyways, i agree , the habbo section is ful of useless people who leech these days, also same reason i left sometime ago.
Anyways have alot of luck in the future!
-
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA
Wow 12? Me2 Buth your Good in Coding when you are 12 :) And i like your Skills! :D
Dutch: Wow 12? ik ook, maar je bent dan wel Goed he! Bijna niemand met 12 kan zo goed CMS'en Coden! Respekt man! Kan je me miss wat Leren? :$
-
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA
My final release is gonna be FrostCMS 1.0 official, after that I'll leave totally. Please report any bugs/exploits found so I can fix them.
-
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA
I can't see any exploits, btw try to learn c# or java
-
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA
Sweet!
If you want to learn a new coding language: Try C# or C++ (And code us a better emu than phoenix :P)
Good luck in the future ;)
-
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA
Your CMS Are So Awesome,Well Good Luck In The Future Than
-
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA
I didn't know you, but when I look at your CMS I can say you have a big talent. I wish you the best for your future.
Bye!
-
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA
Not a bad cms, although it does need some tidying etc. No exploits that I can really see so well done.
-
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA
I have a bug with IIS 7.0 if i click on Logout, it doesnt send me to the homepage. I get a white page with url for example: http://URL/account/logout?token=1336508545
Then i doesnt send me to the index
-
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA
No brother Dont leave man i love your work i love you (no gay dude) as a bro... I love this cms too no ecploits so far for me works perfectly :) AND DONT LEAVE I GOT EXAMS TOO YA KNOW IM STILL HERE..
-
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA
As someone else has said, the logout on IIS doesn't work.. So fix that. I use your CMS and I have made a few edits (Take a look, in the signiture).
Good luck in the future, mind giving me your MSN?
-
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA
-
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA
I've found something you can add, i hate that i need to enter my Email could you make a "Username or Email"?
And also i can't add a username when im finish it comes up with this:
http://img441.imageshack.us/img441/6...07fb0388ae.png
-
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA
Took a brief look, really good. I admire you being 12 aswell. (I'm only 13 lol).
------
join gta sa:mp, I can give you a 669mb download link ;)
-
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA
Quote:
Originally Posted by
SuckLake
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 = ....
-
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA
Quote:
Originally Posted by
gammer123
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 Code:
$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,
-
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA
-
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!
-
Re: I'm leaving the Habbo section in a month - 2 weeks -> FrostCMS 1.0 BETA
I love FrostCMS. Currently on my beta site: Paradise - Make friends, join the fun, get noticed!. 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)
-
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.