PDA

View Full Version : [CMS] [Development] Foskett CMS - Version 0.0.4



RastaLulz
21-07-2009, 08:52 PM
Thread Overview:

Well, as of recent, I've decided to improve on my PHP skills, and I'm quite proud of what I've coded from scratch in the past three days.

Suggestions, and ideas for this project are highly welcomed, as I want to expand my knowledge in PHP, and MySQL. Also tips (on security, etc), etc are also welcomed.

Foskett CMS Features (Version 0.0.4):

Login
Registration
Profiles
Members
Edit Password
Edit Account
Logout
User only pages


Pictures:

Login:
http://foskett.ws/foskettcms/img/login.png
http://foskett.ws/foskettcms/img/login.png

Registration:
http://foskett.ws/foskettcms/img/register.png
http://foskett.ws/foskettcms/img/register.png

Members Homepage:
http://foskett.ws/foskettcms/img/home.png
http://foskett.ws/foskettcms/img/home.png

Change Password:
http://foskett.ws/foskettcms/img/changepassword.png
http://foskett.ws/foskettcms/img/changepassword.png

Edit Account:
http://foskett.ws/foskettcms/img/editaccount.png
http://foskett.ws/foskettcms/img/editaccount.png

Profiles (members pages):
http://foskett.ws/foskettcms/img/profile.png
http://foskett.ws/foskettcms/img/profile.png

Members (links to their profiles):
http://foskett.ws/foskettcms/img/members.png
http://foskett.ws/foskettcms/img/members.png

Logout:
http://foskett.ws/foskettcms/img/logout.png
http://foskett.ws/foskettcms/img/logout.png

Users only:
http://foskett.ws/foskettcms/img/usersonly.png
http://foskett.ws/foskettcms/img/usersonly.png

BoyBetterKnow
21-07-2009, 09:09 PM
You are a guy but have a pic of a girl in your avatar...

Good luck with it :)

Tim.
21-07-2009, 09:11 PM
You are a guy but have a pic of a girl in your avatar...


I wondered this as well!

Good luck with it, im not sure what's happened to the other CMS development, i haven't heard much of it lately.

Remote
21-07-2009, 09:16 PM
Maybe its his girlfriend or w.e Nice, is it free release?

iDenning
21-07-2009, 10:05 PM
That girl has a nice sack
GL with panel

wsg14
22-07-2009, 01:19 AM
i was starting to think we had a hot girl geek, but apparently not. :(
but in all seriousness; it's nothing to do with a CMS but a usersystem?

J0SH
22-07-2009, 02:27 AM
Good luck and you trolled us :@

Now, who's the girl?

RastaLulz
22-07-2009, 02:43 AM
Project Update:

Users can leave comments on profiles.
Cleaned up the way the template is implemented.



is it free release?
Depends on how much time I spend on it, how well it's coded, what features it has, etc.

i was starting to think we had a hot girl geek, but apparently not. :(
but in all seriousness; it's nothing to do with a CMS but a usersystem?
Yah, I released that after I made it. It was originally going to be a CMS, but ended up becoming a US.

Good luck and you trolled us :@

Now, who's the girl?
I have no idea who she is. She's just some hot girl.

Turbocom
22-07-2009, 03:16 AM
http://foskett.ws/foskettcms/img/editaccount.png

HTML disabled, and all you see is <br />

I lol'd

RastaLulz
22-07-2009, 03:33 AM
http://foskett.ws/foskettcms/img/editaccount.png

HTML disabled, and all you see is <br />

I lol'd
Yes, that's because I'm using n12br, which automatically adds a break where there should be one.

Here's the code I use to submit the about me field:

$aboutme = nl2br(strip_tags($_POST['aboutme']));
This code strips html tags, and adds <br> where breaks are needed.

I've also added this code to the textarea box since I posted that screen shot:

".strip_tags($logged[aboutme])."
When fetching aboutme from the MySQL database, it takes all html out, and just shows the text as you added it (without <br>'s).

I hope that makes sense.

Want to hide these adverts? Register an account for free!