Nov 21, 2009

A Small Social Networking Site.... - as a part of college project

free web hosting
Open Discussion > MODERATED AREA > The Internet > Website Discussion

A Small Social Networking Site.... - as a part of college project

klusk
hey friends... I wish to create a small social networking site (as a part of my college project),

i want to create a site where people can log in , have their accounts ,send messages to friends
and a few more things if possible...basically i want to illustrate database management...

It won't have many people logged in... just a few to illustrate how it works... ie how the database works

now let me be clear about what i know and what i don't.
i can create web pages and use java script...and i know that's not enough.....and that's not even close.
and i can program well in other languages like C\C++,visual basic...well i don't know if its of any use really
but i have enough time and i can learn new things n languages if needed for the project.

I want to know 3 things :

1> what all services are needed for such a site running databases and a lot more...
2> Languages and other things that i need to learn.
3> Most importantly,can trap17 run a website like this or i need to find some other host...


I had got free space on trap17 months ago....but i haven't used it much as yet....as i didnt feel the need to do so.
but now i have a good reason to use it if i can.
again...i am just doing it for illustration purposes..it wont take much space and bandwidth..

please reply soon as i need to submit the idea at the earliest.

 

 

 


Comment/Reply (w/o sign-up)

bsdpowa
Dear optimistic friend, your knowledge of Javascript and "how to use websites" is far far away from what it's required to know in order for a programmer to code a social community system. You're looking at a heavy skill level of PHP and database programming so if you don't master PHP, I would really advise you from trying to do something like this on your own unless your goal here is learning web programming.

Please go to Google and type in "social community script". You'll get this, a list of most popular scripts used for online communities such as the one you're trying to build from scratch.

If you have 600$ laying around, you should take a look at AbleSpace but if you're broke or just looking for a cheap'o'rama take a look here. Boonex offers Dolphin for free. Dolphin is most popular FREE software among webmasters and I'm sure you wouldn't have any trouble starting with it.

Here's a list of technical requirements for running Dolphin.

QUOTE
- Dolphin requires at least 20Mb of space and 1Mb of MySQL DB space for installation.
- Your host must have any Linux/Unix OS (RedHat, Debian, FreeBSD, Mandrake, etc). NOTE: SAFE_MODE must be OFF, register_globals must be OFF.
- Or Windows OS with Apache Web Server, MySQL and PHP (WAMP).
- PHP version 4.3.6 and higher with XML and XSL extensions and with mbstring support, exec() must be allowed, allow_url_fopen must be On;
- MySQL version 4.1.2 and higher;
- ImageMagick (for photos resize) or GD Library as an alternative;
- Cron Jobs (Shell access (SSH) or other access to set Cron Jobs (CPanel, Plesk)) for Linux platforms.


Now I haven't been here in years so I can't tell you whether Trap17 hosting is configured to run Dolphin, you should ask admins or mods about that, but I know you'll have a hard time running the website when your user database grows. It's okay when you have couple of members but when that number passes few hundred you'll find yourself in deep sh*t. Shared hosting is not meant to host large websites with complicated structure that eats a lot of resources, you'll have to find yourself a nice VPS (I would strongly suggest Wiredtree, not a single negative review in years of VPS hosting) or Dedicated server for that matter.

Now the question is what are you trying to do here? Are you just playing around or do you want to get serious with your website? If you're just experimenting I say go with Trap17 but if you plan to grow your "myspace" start off with a VPS right now because moving complete portal systems can be a pain in the *bottom*. I know for sure, trust me.

Anyway, good luck on your project.

 

 

 


Comment/Reply (w/o sign-up)

klusk
Thanx a lot for ur reply
i am experimenting with it, there wont be more than 10-15 people on this website.. as i told u it is just to illustrate how the website works .....it wont take much space .

Secondly, I wish to learn web programming ...and now i have a reason to learn it .....
no matter if its PHP or Mysql or any other database programming...i have a lot of time to do it...so just tell me.....
and please let me know if TRAP17 can run such a project..... because i don't have account at any other host..
and i don't wish to spend much money on it...

Comment/Reply (w/o sign-up)

bittr
bsdpowa was a bit to discouraging to you.

I think you can fastly make a small social networking site just with some PHP and MySQL.
PHP is actually quite easy for the basic stuff, you can find a good tutorial here, including how to connect to and use MySQL.

And if you say you know C++ and JavaScript, you'll find the PHP syntax quite similar and easy to use.

About hosting, trap17 has already set up PHP support and MySQL databases, so it's perferct.

Have fun!

Comment/Reply (w/o sign-up)

sonesay
Well PHP and MySQL is enough to do what you want, The only problem you have will be the experience and skill to write your own little community software. Even if you make one it may or maybe be filled with bugs and not function correctly as you intended. You have to be good and designing and building such software for it to be an easy task. I say go for it, you will learn a lot just by trying and doing. If you have any questions just post them but I think before you even start you need a good solid grounding in PHP first so go get a good book on PHP.

Comment/Reply (w/o sign-up)

klusk
thanx a lot sonesay and bittr ...
I am feeling better now...i'll go for it...
i'll learn PHP and Mysql...and for the tough part...i think i will get all the help i want here...
In the meantime help is appreciated and i'll keep reading the thread....

Comment/Reply (w/o sign-up)

minimcmonkey
Yes, your right about HTML and javascript not being enough. I would recoment PHP, Mysqul, and most likely ASP. You will need to be absolutely fluent in PHP and Mysql atleast, as social networking site normally have many people working on just small parts of the sites. Its a very ambitious project, but if your willing to put time into it, it can be done to a certain level! Rememeber that javascript and HTML will not do anything in an automated fassion, you need code that takes input from the user, and then writes to your database. (so PHP and Mysql are ideal) Although javascript is very useful if used correctly, but often just for dynamic content, and other non user specific type things.

Comment/Reply (w/o sign-up)

klusk
hey i have VB.net in our course later....so please tell me if that would be of any use in it.....i know nothing about it as yet...

i have a partner in the project too....so he can study VB.net if needed.......

tell me if it can be used....and what all things it can be used for....

Comment/Reply (w/o sign-up)

sonesay
I'm doing another tier paper in web development at my university this semester and apparently we are using ASP so it would be good to know a bit about another scripting language. I read over some notes yesterday and its written using VB and that is fully OOP so it should be interesting. The only problem is finding a ASP host. You have IIS on windows XP Pro and some other variants to test on if your building it locally.

Comment/Reply (w/o sign-up)

etycto
a long while ago i tried a social networking script it was clled elgg(http://elgg.org/) it installed fine on trap17 and has a lot of features but it had some small issues with this PHP warning on top. it has a new verson out now so it might have fixed this issue.

P.S. if you'd like some help i'd like to help smile.gif

Comment/Reply (w/o sign-up)



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Similar Topics

Keywords : small, social, networking, site, part, college, project

  1. Changing Central-gaming
    Changing my site. (1)
  2. Help With My Site
    help with my weather site (6)
    Okay here is the problem. My Site in general. Yes I already know it has a few coding problems, but
    that is not the real problem. the problem is I feel as I am not getting the hits I should get, or
    members joing the forum. I have submitted to ever place that I can over the past year. Told all my
    friends about it. Even and its bad but spammed it in yahoo chats, and nothing. I really like the
    site and the weather. I really wish that I knew what I could do here. I have even gone as far as
    looking into a dot com name, but really do not think that spending money is the rea....
  3. Social Network Code
    college project (5)
    i need a code .i am building a social network site for our department and i am running out of time
    pls help me out....
  4. My Chuck Norris Site Heh
    (0)
    I Try to keep chuck norris scene alive so if and when i get trap17 host (hopefuly) i will make chuck
    norris site /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> i
    got like 500 jokes so /smile.gif" style="vertical-align:middle" emoid=":)" border="0"
    alt="smile.gif" /> Chuck Norris is my hero /smile.gif" style="vertical-align:middle" emoid=":)"
    border="0" alt="smile.gif" /> can anyone suggest what will i use i was thinking of using wordpress
    blog or what?....
  5. Donate Domains To Bloggers.
    My Site (0)
    I'm planning on starting a site soon that will allow visitors to donate money, which will be
    used to purchase domains for bloggers. Bloggers who have a decent existing blog with moderate
    traffic can apply for free domains. This is to promote good blogging, expose great bloggers/writers
    to a greater audience and is intended for those who are not able to afford a domain. What do you
    think? Is this a good idea? Would you apply for a domain? Would you donate for this cause?....
  6. Great Weather Site
    Cool weather Site (7)
    I found this weather site a few days ago and wow. Has some very clear chase cams.
    Serverstudios.com ....
  7. Need A Name For A Hosting Site
    (5)
    Ok so i'm thinking about setting up a paid and free hosting site with computing host resaller
    plan. but i'm having no luck coming up with a name for the site, evey thing i have tryed it
    taken arleady. so i was wonder if i could get some help with picking a name? so dose any body have
    any ideas? I dont wont it to be one of those super long domain names. Thanks....
  8. The Reason Why .info Domains Aren't Liked- *scam Site*
    http://www.msnliststatus.com/ is a scam! People get sent to it via (2)
    Hello all! IMPORTANT! If someone on ur MSN logs in, posts: http://www.yildiztasi.info/list
    /wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /> Then logs out, be
    wary. The domain "http://www.yildiztasi.info/list" is a redirect to http://www.msnliststatus.com/
    which is a major scam site, it asks you to login, so you can see who has blocked you. DO NOT
    ENTER IN YOUR MSN INFO. If you do, they will be able to login to your account and take it over!
    So tell everyone you know NOT to click it and NOT to enter in your info. Thankyo....
  9. Ideas For An Intranet Site
    (1)
    My university is a complete residential university and is totally LAN connected through out the
    campus and the hostels. Already many Intranet sites for services like forums, social networking,
    radio service, attendance, downloads, suggestions and mail are in place. I would like to develop a
    site on my own. I already got the permission from the authorities and I am promised that if my site
    is good then they will host it in their server as an intranet site. But the problem is, I cannot
    think of a service for my site. If any one could suggest some services, it would be of....
  10. Favorite Social Networking Sites
    (5)
    Just writing content for your site or blog is not enough. Most successful bloggers suggest that even
    if you may not be the best of writers, you can be very successful as a blogger if you publicise your
    blog correctly! You can become a successful blogger if you can reach out to all those who like the
    topics you write upon. Thus reaching out to your target audience is of utmost importance. This is
    where these 'Social Bookmarking' sites come into picture. As the name suggests, these
    sites/apps allow you to bookmark anything you come across. It is based on the prin....
  11. Which Site Name Do You Prefer?
    Sheepeasy or Ramboot (6)
    I'd just like to know which name you think is better. My site is involved in humorous reviews of
    comics, PC Games, general writing. Make sure you vote before reading the rest, as I want this to be
    an unbiased opinion. BACKGROUND ----------------- SHEEPEASY - This name originates from way back
    when I was 10 and started my first Freewebs site. I made it so me and my friends could post flash
    animations without having to undergo bad reviews and scrutiny from other sites such as Newgrounds. I
    tried to make this site big; but I was locked into place by loyalty to my frie....
  12. I Finally Got My Site Done!
    Yay!!! (15)
    So after two all nighters I have finally got my website done. I am dead tired.... and I imagine some
    of my pages are poorly written for that very reason, but at least I'm finally done!! For those
    of you that want to see the finished product: http://2kart.trap17.com I would also appreciate it
    if you joined my forum as well, no members yet........ thanks... I would just like to say: Trap17,
    I could never have made this with out you... because I'm cheap and I wouldn't buy paid
    hosting!....
  13. How To Prevent My Site From Being Hacked?
    (5)
    I have a website on Joomla platform and I am new to programming world..I want to know cautionary
    steps that I should take before releasing my site .....
  14. Proxy Website
    which is the best proxy site you have ever seen ?? (2)
    People in all areas are in need of proxy site . this is because let it be in a school or in a
    college the network administrator blocks all the entartainment sites and all the social networking
    sites like orkut etc. even more youtube is too blocked in many cases. But the superior solution for
    these problem is to use a proxy website. The same case lies even among the working people .In work
    place too many such websites are blocked so they are pissed off during their free times . To help
    this Community You are requested to suggest as many Good and Fast Proxy Websites here....
  15. Mp3-player
    How to put it on my site? (2)
    Hello, I make some music and would like to share it with friends so we can make really weard music
    together /sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> I tried
    myspace, but the songs are to big, and you can only put three at a time. Can anyone tell me how to
    put a musicplayer on my site? I have an emac osX, I'm using NVU to make up my site and I'm
    very very fresh about everything concerning creating websites. Help me and my friends who are very
    far away to make crazy music please!....
  16. Toufee.com - Create Free Flash Movies Online
    very good site (3)
    Toufee.com allows you to create free Adobe Flash movies online. There are no ads on your movies
    and you can use a wide variety of features to enhance your presentations like text effects and
    speech-engines that read your text aloud. In fact, I still to get what the catch is. Here's
    what you can do free: http://www.toufee.com/demo/create-flash.html And here is a test signature
    I created using the service: http://tinyurl.com/ysosxj/flash.swf It must have taken me all of
    ten to twenty minutes to create that once I knew what I wanted to do and how to do it. Th....
  17. Download Songs From Mykazaagold.com
    legal song downloading site (16)
    Hi guys, how is it going, just stopping by to tell you guys if you want to download the latest songs
    in hip hop, R&B, jazz, Rap, Country, trance, techno, alternative and rock music, please go to
    http://www.mykazaagold.com and signup today. I signed up yesterday and never stop downloading my
    favorite songs and burning them on my CD and transferring to my Portable media player....
  18. Credits For Good Site Design
    I will give anywhere from 20-30 credits for a good design (7)
    I'm in college right now and i don't have way to much time. The free time i have i spend on
    trap, play my drums, make movies for my other site, and hang out with friends. Although i love HTML,
    CSS, PHP and all that coding i just don't have enough time to build, design, and test a website.
    This is where someone here on trap comes in. I will give someone, depending on how they meet my
    requirements and such hosting credits. If you meet them ALL i will give you 40 credits. That's
    over a months worth. You can also put a logo/banner on the bottom of the page w....
  19. How To Host A Site On My Computer?
    I am just wondering... (6)
    I am wondering, how can I host a site at my place... For example, I have a fix IP adress and what
    next? - How to install PHP on it - How to install mySQL bases - Is buying a domain only way to get
    one...? Please..... help if you can... At laboratory in my faculty, we have a high speed internet,
    and I would like to try to host a site about laboratory, ... To have a forum, and a chat........
  20. I need a good name for my site
    (5)
    can help get a good name for my site Moved from: My Ideas, Theories, Possiblities, Innovation.
    Also, Trap17 asks that you make quality post. One more thing: Be more descriptive in topic titles. ....
  21. Microsoft France Site Defaced,
    Microsoft.com Next? A Major embarassment for Microsoft (20)
    Microsoft France site Defaced, Defacers say Microsoft.com Site is next site to be defaced/cracked!
    Can you beleave the arrogancy of this crackers, to say that the next site they are going to
    crack/deface is the www.microsoft.com site, this is really a major embaressement for microsoft,
    especially when microsoft is at war with google. Just imagine, if the microsoft site can be hacked,
    which is supose not to happen, never, the same trust for their programs will be at stake, at least
    for many millions of people that are paying atention to technology and security as one. ....
  22. Youtube.com
    The best site for clips. (20)
    I think youtube.com is a really good site. It has everything from anime,comedy,scary, and more. I
    have a account on the site. And you can also upload your own movies or clips to the site. So it is
    like everyone has a part in the site. Makes me feel good. /biggrin.gif"
    style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> So if you have the time go
    to www.youtube.com Tell me what you think /tongue.gif" style="vertical-align:middle" emoid=":P"
    border="0" alt="tongue.gif" />....
  23. 10 Reasons Why People Don't Visit Your Web Site
    (26)
    QUOTE 1. You don't offer free original content. It's important to give your visitors
    information they can't find any- where else. If you're the only source for a certain type of
    information, people will flock to your web site. 2. You don't offer free software. Most people
    like to find good deals on software for their computers. If the software is free, that is even
    better. 3. You don't offer a free contest or sweepstakes. It's a fact, people like to win
    things. If you can fulfill that need, people will stop by to visit. 4. You don....
  24. What Do You Do To Increase Traffic On Your Site?
    Would like to hear some opinions (8)
    So, I have a few sites up and I wanted to know what you do to get traffic to your sites, what do you
    think is the best method to increase traffic? As you know there are lots of options out there:
    Search Engine Optimization, Banner exchange, traffic exchange, link exchange, and the list goes
    on... What is are your personal favorites? and do you only care about brute numbers or does the
    involvment of the visitor with your website actually matter to you (i.e. quantity versus quality)?
    How do you get the quality/quantity ratio as high as possible? I'd also appreicate i....
  25. I Hate Site Builders.
    Mainly things like piczo and freewebs. (43)
    Loads of people i know, who have very little HTML knowledge, use Piczo . And now, anyone with one
    of these sites, think they have the best websites ever! All it usually is pictures and text randomly
    thrown on a page, with very-hard-to-navigate links. Freewebs is basically the same. I'm not sure
    about my space, I think it uses HTML, but I hate myspace websites. Anyways, back on the point,
    does anyone else know people who use piczo and think they are the best website builders in the
    world? I tried to teach one how to HTML, got stuck on tags /dry.gif" style="vertic....
  26. Increasing Traffic To My Site
    any suggestions how (11)
    Hi there, First of all this topic is maybe in wrong section but i didnt know where to start it. I
    am building now my own website but i hear that lot of people have problems to send people to theit
    website. Does anyone have some suggestions for me to get more traffic to my website? Thanks Topic
    title and description are VERY important. Make your topic title as though it summarizes the total of
    your post or key focus of your post with much detailed as possible. ....
  27. Making My Site More Popular
    and anything else that comes to mind (14)
    Hi, I would like to know if anyone has any sugestions on how to make my site popular to more
    audiances. My site currently has a popularity of about 5 people a day. It is linked to few sites.
    It is listed on MSN, Yahoo! (not verified), And google. It is part of googles sitemap program and
    is also part of is adsence program. Now that ive giving the information heres the link: IDI Metal
    Music . I would be interested in making any link exchanges but im not interested in making it to
    sites that have nothing in commen with my site. (to make an exchange request put my l....
  28. How Do You Start Making Your Site?
    (20)
    can anyone tell me how to start making your site like were do i go to see howmany days i have and
    what im suppose to do to start makin it basicly....if u kno plz reply /blink.gif' border='0'
    style='vertical-align:middle' alt='blink.gif' /> Moving from General Talk to Website
    Discussion > General . Please search the forum before making a new topic. This could be viewed as
    unwilling to do the work but expecting a quick, easy answer. ....
  29. Best Rpg Maker Site Ever
    (1)
    hey yall if you all into rm2k/3/xp what is your favorite site ever mine well is mine because im very
    good at the program and I make tons and tons of tutorials for the systems but ruby coding is da
    hardest waits of my time. So whats your favourite!....
  30. Singles Site: how to turn a profit?
    (4)
    I am starting my site as an alternative to the Italian singles site I was on, because as people
    paired off, they were forced to leave the site as they were not single anymore! They had made
    friends and wanted to have a place to chat....plus there are many ways I see to improve over that
    site. So my site will be a site for everyone who enjoys our magnificent Italian heritage - the
    wine, the art and architecture, the music, fantastico Italian food, etc - to enjoy friendships and
    exchange recipes and stories and stuff, as well as the singles aspect, of course. /biggrin.gi....

    1. Looking for small, social, networking, site, part, college, project
Similar
Changing Central-gaming - Changing my site.
Help With My Site - help with my weather site
Social Network Code - college project
My Chuck Norris Site Heh
Donate Domains To Bloggers. - My Site
Great Weather Site - Cool weather Site
Need A Name For A Hosting Site
The Reason Why .info Domains Aren't Liked- *scam Site* - http://www.msnliststatus.com/ is a scam! People get sent to it via
Ideas For An Intranet Site
Favorite Social Networking Sites
Which Site Name Do You Prefer? - Sheepeasy or Ramboot
I Finally Got My Site Done! - Yay!!!
How To Prevent My Site From Being Hacked?
Proxy Website - which is the best proxy site you have ever seen ??
Mp3-player - How to put it on my site?
Toufee.com - Create Free Flash Movies Online - very good site
Download Songs From Mykazaagold.com - legal song downloading site
Credits For Good Site Design - I will give anywhere from 20-30 credits for a good design
How To Host A Site On My Computer? - I am just wondering...
I need a good name for my site
Microsoft France Site Defaced, - Microsoft.com Next? A Major embarassment for Microsoft
Youtube.com - The best site for clips.
10 Reasons Why People Don't Visit Your Web Site
What Do You Do To Increase Traffic On Your Site? - Would like to hear some opinions
I Hate Site Builders. - Mainly things like piczo and freewebs.
Increasing Traffic To My Site - any suggestions how
Making My Site More Popular - and anything else that comes to mind
How Do You Start Making Your Site?
Best Rpg Maker Site Ever
Singles Site: how to turn a profit?

Searching Video's for small, social, networking, site, part, college, project
See Also,
advertisement


A Small Social Networking Site.... - as a part of college project

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com