Social Networking Site

Language

Simple social networking site using php called "NEtlinked". This system allow adding of friend, delete friend, upload photos, messages and many more. Hope that this system will help you in your research. Thank you :P database:db

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Tags

Comments

Submitted byAnonymous (not verified)on Mon, 05/20/2013 - 23:33

how to insert db.sql into database??
Submitted byking012 (not verified)on Thu, 10/06/2016 - 07:00

In reply to by Anonymous (not verified)

if u want to insert the data has sql format then you need to open phpmyadmin after that you will get the option import so import the data
Submitted byAnonymous (not verified)on Thu, 06/06/2013 - 16:39

to you want to insert db.sql, if you are using XAMP sever yoou create the database db in your phpmyadmin and import the file db.sql from the folder.

just create an account in 000webhost and select a free domain name whatever you want in ooowebhost website after that you got an email and after 24 hour your account is ready mysql working after 24 hour. you can change passwords through your account.
Submitted byFrancisco Souza (not verified)on Fri, 07/19/2013 - 05:29

O comentário funciona, mais não te a função de um amigo fazer comentário sobre alguma foto ou postagem que publiquei.
Submitted byRiya jaiswal (not verified)on Sat, 08/10/2013 - 02:27

Please tell me in steps how to use this source code ar i am new at programming and it dosn't contain .html pages of the site. If possible please send me whole working script with html pages at [email protected]. And iam using wamp server.

//Check for duplicate login ID if($login != '') { $result = mysql_query("SELECT * FROM members WHERE UserName='$login'"); if($result) { if(mysql_num_rows($result)>=1) { $u = 'UserName already in use'; } @mysql_free_result($result); } else { die("Query failed"); } }
Submitted bymarcuelon Tue, 09/10/2013 - 23:53

i have try using from my own xampp, upload picture code problem Notice: Undefined variable: error in C:\xampp\htdocs\NetLinked\upload.php on line 269 Notice: Undefined variable: size in C:\xampp\htdocs\NetLinked\upload.php on line 272 Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\NetLinked\upload.php:245) in C:\xampp\htdocs\NetLinked\upload.php on line 291
Submitted byLukcy007on Wed, 09/18/2013 - 05:17

Thanks allot for this contribution
Submitted byAnikethaldi (not verified)on Sat, 11/30/2013 - 14:49

Hi ! how to upload on www. 000webhost .com please tell me which site is best for uploading
Submitted byRozxMasteron Fri, 12/13/2013 - 00:49

Good! :) But no chat... Why?
Submitted byvineet1115 (not verified)on Wed, 02/26/2014 - 19:41

Please provide the DB Structure of the project
Submitted bydave akloye (not verified)on Wed, 03/12/2014 - 23:31

this is nice Social network specially for any one who wants to develop social network !!!!! thank u
Submitted bySravaya (not verified)on Thu, 07/03/2014 - 19:48

Hai Sir, Am Getting Total errors in this project please send me another file to me please. My mail id [email protected]

Submitted bymckkal (not verified)on Fri, 08/29/2014 - 15:16

Eveytime i want to signup...there is query failed
Submitted byneha gupta (not verified)on Sat, 09/20/2014 - 19:33

1.how to execute this project? 2.is there database provided within the zip file? if yes then where and if no please main me at [email protected]
Submitted byBookeditswe Mokhawa (not verified)on Thu, 11/06/2014 - 23:59

thanks man that was more helpful.get the good work.hey lets be friends pliz u rock with php.
Submitted byNEHA123 (not verified)on Wed, 12/24/2014 - 01:39

Which HTML code is used to start the project which will link it to other php files. Please mail me at [email protected] As soon as possible.
Submitted byengr,muzamilkh… (not verified)on Sat, 05/02/2015 - 17:05

there is lot of errors what is the solution when i loged it appear qurry erroe
Submitted byAnonymous (not verified)on Mon, 03/13/2017 - 20:32

not connecting to db
Submitted bycayle (not verified)on Wed, 05/03/2017 - 19:46

I can't proceed in login . What should we do?
Submitted byBetrand (not verified)on Wed, 06/14/2017 - 13:56

Each time i try to post i always have the following problems Notice: Undefined variable: con in C:\wamp\www\NetLinked\comment.php on line 21 Warning: mysql_query() expects parameter 2 to be resource, null given in C:\wamp\NetLinked\www\\comment.php on line 21
Submitted bysamar singh (not verified)on Sat, 01/06/2018 - 03:36

The i download the socurce code nd i convert it by winzip but how can i run the code
Submitted byenjamamul hoque (not verified)on Sat, 02/17/2018 - 02:35

i wanna make a website .
Submitted bysixela (not verified)on Thu, 02/22/2018 - 03:28

Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /Applications/XAMPP/xamppfiles/htdocs/NetLinked/connect.php:8 Stack trace: #0 /Applications/XAMPP/xamppfiles/htdocs/netlinked/index.php(1): include() #1 {main} thrown in /Applications/XAMPP/xamppfiles/htdocs/NetLinked/connect.php on line 8 $connection = mysql_connect(DB_HOST,DB_USER,DB_PASS) or die(mysql_error()); where is the problem? thanks !
Submitted byprabath (not verified)on Tue, 05/29/2018 - 02:04

Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\xampp\htdocs\NetLinked\connect.php:8 Stack trace: #0 C:\xampp\htdocs\NetLinked\index.php(1): include() #1 {main} thrown in C:\xampp\htdocs\NetLinked\connect.php on line 8
Submitted bynirajan (not verified)on Sat, 04/11/2020 - 09:32

nice

Add new comment