Social Networking Site
Submitted by jkev on Monday, February 25, 2013 - 18:50.
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.
Comments
how to import data in db
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
for your help
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.
How to use this source code
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 ----not working
//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");
}
}
upload picture
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
please help me running the project
hey dude i am kind of new programmer. so please help me/ tell me all the process u followed to run the project
how to upload
Hi !
how to upload on www. 000webhost .com
please tell me which site is best for uploading
Getting Errors
Hai Sir, Am Getting Total errors in this project please send me another file to me please. My mail id [email protected]
questions
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]
question
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.
how to maintain database
how to maintain database of this project... if database is attached with it then tell me how to use it
Error on posting
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
run the code of socialnetworking
The i download the socurce code nd i convert it by winzip but how can i run the code
Fatal error: Uncaught Error:
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_co
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
Add new comment
- Add new comment
- 11049 views