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

its gud

how to insert db.sql into database??

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

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.

O comentário funciona, mais não te a função de um amigo fazer comentário sobre alguma foto ou postagem que publiquei.

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"); } }

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

Thanks allot for this contribution

Hi ! how to upload on www. 000webhost .com please tell me which site is best for uploading

Good! :) But no chat... Why?

Please provide the DB Structure of the project

this is nice Social network specially for any one who wants to develop social network !!!!! thank u

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

Eveytime i want to signup...there is query failed

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]

thanks man that was more helpful.get the good work.hey lets be friends pliz u rock with php.

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.

there is lot of errors what is the solution when i loged it appear qurry erroe

not connecting to db

I can't proceed in login . What should we do?

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

The i download the socurce code nd i convert it by winzip but how can i run the code

i wanna make a website .

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 !

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

nice

Add new comment