Project: Social Networking Site – BioBook
– To download Social Networking Site project for free (scroll down)
Features:
- Login/sign up
- Post Status, Photos, and comments
- Maintain user bio
- User Timeline
This is a web application project implemented in PHP. Programming Languages used in this project are PHP, HTML, CSS, JavaScript. Just like the social networking site “Facebook”, this project is a bit similar to it. Here, the user can post status, photos, and comment. The user’s timeline is displayed same as the facebook. Users can also edit profile and maintain bio. The user’s profile pictures and cover photo can be changed easily just like in facebook.
How To Run?
You’ll need XAMP Server or WAMP Server. Put the file inside “c:/wamp/www/” or “c:/xampp/htdocs/”. Go To “localhost/phpmyadmin” in any browser and create Database (name according to SQL file).In That Database, Import the SQL file and finally go to URL: “http://localhost/file_name/phpfilename”
Don’t Forget To create a database and import SQL file to run.
USERNAME AND PASSWORD ARE PROVIDED IN “Readme.txt” FILE INSIDE PROJECT FOLDER
Project Demo
DOWNLOAD SOCIAL NETWORKING SITE IN PHP WITH SOURCE CODE: CLICK THE BUTTON BELOW
[quads id=1]
once when i give the login details, i get a warning message “check your username and password’.
kindly address my problem
default login details: [email protected]
password: code0
now did you log in with this one or sign up your own??
I am also facing same problem.
The code in the database.php does not connect me to the mysql
mysql_select_db(‘u119_biobk’,mysql_connect(‘mysql.hostinger.com’,’u119_bookb’,’d1I1gSUtj8SXj9Ch’))or die(mysql_error());
are we missing a code here?
If I use this it will connect but won’t work with other php files in social networking project:
$servername = “mysql.hostinger.com”;
$database = “u119_biobk”;
$username = “u119_bookb”;
$password = “d1I1gSUtj8SXj9Ch”;
Create connection
$conn = mysqli_connect($servername, $username, $password, $database);
Check connection
if (!$conn) {
die(“Connection failed: ” . mysqli_connect_error());
}
echo “Connected successfully”;
mysqli_close($conn);
The first databse.php codes does not work. The second one works but will not work with the other php files in the social networking site project. Are we missing code/s in your database.php?
we have tested everything, it works perfectly using XAMPP Server.
This code connect to DB.
is there any code missed?
nope
It do not connect to database.
send your screenshots at [email protected]
After login it says “please check your email n password”
Even after registering your own details
after entering the sign in details or sign up details …it shows some error in database.php?? ….plss help
please send your screenshot at [email protected]
when i login then i get message check ur password and username…??plss help me
Getting a fatal error after sign up.What to do?
hi
i create the database “biobook” used the ql file, did everything correctly, and its still doesn’t work.
When i login or sign up it does nothing?????
bro i sent you a message in facebook i need somehelp
Fatal error: Uncaught Error: Call to undefined function mysql_select_db() in C:xamppphtdocsbiobookincludesdatabase.php:2 Stack trace: #0 C:xamppphtdocsbiobooksignin_form.php(3): include() #1 {main} thrown in C:xamppphtdocsbiobookincludesdatabase.php on line 2
please help me out
we recommend using PHP 5.6.3
even after siggining in with provided detalis : error is displayed
Fatal error: Uncaught Error: Call to undefined function mysql_query() in C:xamppphtdocsbiobooksignin_form.php:10 Stack trace: #0 {main} thrown in C:xamppphtdocsbiobooksignin_form.php on line 10
we recommend using PHP 5.6.3
when i post something then this error occurs…
please help me out..
Error uploading file! Code 4.
So i basically have the same problem with everyone (i.e connecting to the db)
Can you guys with guys show us how to connect to the db correctly as well?
I tried changing the codes and but they all result in “Check your username and password”
you have to create a database with a proper name and import the SQL file
DB name is mentioned in the config file
Fatal error: Uncaught Error: Call to undefined function mysql_select_db() in C:xampphtdocsbiobookincludesdatabase.php:2 Stack trace: #0 C:xampphtdocsbiobooksignin_form.php(3): include() #1 {main} thrown in C:xampphtdocsbiobookincludesdatabase.php on line 2
not working plzz send me youtube link how the work
hi can you help me get the data base working
CONNECT TO ORACLE SERVER USER NAME PASSORD????????
Fatal error: Uncaught Error: Call to undefined function mysql_select_db() in C:\xampp\htdocs\biobook\includes\database.php:2 Stack trace: #0 C:\xampp\htdocs\biobook\session.php(2): include() #1 C:\xampp\htdocs\biobook\signup_form.php(1): include(‘C:\\xampp\\htdocs…’) #2 {main} thrown in C:\xampp\htdocs\biobook\includes\database.php on line 2
This error appeared when I registered at first, I changed the mysql_select.. to mysqli_select, thinking it would reduce errors but it didn’t work.
Please look into this, Thank you very much for the source codes ONLINE
ERROR REFERRING TO THIS CODE :
change ‘mysql_’ to ‘mysqli_’ in database.php file on line 2
Can u type code
Fatal error: Uncaught Error: Call to undefined function mysql_select_db() in F:\xampp\htdocs\biobook\includes\database.php:2 Stack trace: #0 F:\xampp\htdocs\biobook\signin_form.php(3): include() #1 {main} thrown in F:\xampp\htdocs\biobook\includes\database.php on line 2
get a warning when log in ‘please check your email and password’
It is only working with the already stored data in the users table.
No new signup is being recorded in the db.
The problem is with signing up the user.
When I’m logging in I’m redirecting to index.php file we’re else it should go on home.php file plzz help me as soon as possible
just like other people’s comments, it is not showing error but the files are not interconnected and new user is not being registered and where do i have to use the login password details given in readme doc?????? anyone ????
What type of PHP code is written in this project?.. OOP or Procedural?