- Joined
- Jun 8, 2007
- Messages
- 1,961
- Reaction score
- 475
[PHP] Project: Profile [Open.Source]
Project Profile is finally ready for launch!
Q.What do I mean by that?
It's pretty much a myspace copy, made by me.
I'm using 5 tables: users, proflile, friends, pendingFriends, comments
users: userID, username, pass, email, rank etc.
profile: all profile information
friends: entryID - auto-incremented Key field, myID, friendID.
pendingFriends: entryID - auto-incremented Key field, myID, friendID, requestName - (sender's name)
Comments: entryID - auto-incremented Key field, myID, friendID, title, comment, date
When you log-in, it holds a session so you only have to log-in once as long as your in the same browser..
Navigation is getting better. Soon I'll implement it into the site and it'll be super easy to figure out, but I'm not ready for release yet.

here, view my profile: http://www.avsbest.com/profile/profile.php?username=Spence
Under Dev.:(need suggestions)
Project Profile is finally ready for launch!
Q.What do I mean by that?
It's pretty much a myspace copy, made by me.
I'm using 5 tables: users, proflile, friends, pendingFriends, comments
users: userID, username, pass, email, rank etc.
profile: all profile information
friends: entryID - auto-incremented Key field, myID, friendID.
pendingFriends: entryID - auto-incremented Key field, myID, friendID, requestName - (sender's name)
Comments: entryID - auto-incremented Key field, myID, friendID, title, comment, date
When you log-in, it holds a session so you only have to log-in once as long as your in the same browser..
Navigation is getting better. Soon I'll implement it into the site and it'll be super easy to figure out, but I'm not ready for release yet.
Anyway, does anyone want to test my application?
Go here and sign-in as
username: guest
password: secret
From there, change some information, (not the pass.. lol)
click the link on the right to the profile update page to update your profile. You can click "View Profile" at the top right of that page.
From your profile, procede to add friends, add comments, and all that. Do whatever you can on those 3 pages of the site only.
(update user, update profile, profile page)
I recently made this project Open Source!
You can get the files here:
It's not quite ready to use yet. You can get the sql tables needed from profile/includes/SQL/filename.txt
Copy that statement and paste it into a query.
Don't forget to put your details inside all of the connect pages. There's a connect page with magic quotes, and one without.
There's also a connect page in the users directory.
I'm too tired right now to make an install page, but I wanted to release it anyway (figuring you'd all figure it out.)
The code is kind of sloppy, I just whipped it together and changed some of the paths to be relative. Some paths link to things that aren't in the package. So I put htt..www.avsbest.com/ in front of most of the images that weren't included. I'll include the images soon.
You also need FCKeditor for it to work.
I don't have many users yet because I just made this Go here and sign-in as
username: guest
password: secret
From there, change some information, (not the pass.. lol)
click the link on the right to the profile update page to update your profile. You can click "View Profile" at the top right of that page.
From your profile, procede to add friends, add comments, and all that. Do whatever you can on those 3 pages of the site only.
(update user, update profile, profile page)
I recently made this project Open Source!
You can get the files here:
- http://rapidshare.com/files/135738731/profile.rar.html
- http://rapidshare.com/files/135738732/users.rar.html
It's not quite ready to use yet. You can get the sql tables needed from profile/includes/SQL/filename.txt
Copy that statement and paste it into a query.
Don't forget to put your details inside all of the connect pages. There's a connect page with magic quotes, and one without.
There's also a connect page in the users directory.
I'm too tired right now to make an install page, but I wanted to release it anyway (figuring you'd all figure it out.)
The code is kind of sloppy, I just whipped it together and changed some of the paths to be relative. Some paths link to things that aren't in the package. So I put htt..www.avsbest.com/ in front of most of the images that weren't included. I'll include the images soon.
You also need FCKeditor for it to work.

here, view my profile: http://www.avsbest.com/profile/profile.php?username=Spence
Under Dev.:(need suggestions)
Last edited: