Online Diary

Language
This is an online diary developed using php and mysql. users can register and create daily/weekly/yearly events,create contacts,upload media and sent messages to their friends. How to run: Create database named diary to phpmyadmin and import the diary.sql. You need a Wamp or Xampp Server,and a PHP IDE Editor. website created by; Isaac zack Tsienyane more info;[email protected]

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

i can't login somethings wrong with login page . it says check username or password . and what about the other database file .

Edit the "login.php" are as follows:

(This is the original code)
$query = "SELECT * FROM tbluser WHERE username='$username' AND password='$password'";

(This is the edited one)
$query = "SELECT * FROM users WHERE username='$username' AND password='$password'";

Just simply change the "tbluser" to "users" and you are good to go!

it shows error like this DEPRECATED: MYSQL_CONNECT(): THE MYSQL EXTENSION IS DEPRECATED AND WILL BE REMOVED IN THE FUTURE: USE MYSQLI OR PDO INSTEAD IN C:\WAMP\WWW\NEW FOLDER\DIARY\ADMIN\DBCON.PHP ON LINE 2 so what version of wampSERVER can i use it sir

after changing the login .php code then alos i km not login in to that

can u give me the project report

Dear Sir can you send me complete with Admin Portion?? i will be thank full to you. Br. Sobia Malik [email protected]

the system is good but cant add,edit,delete search and print functions as well.because system are there to simplify people's lives of record keeping.thanks. can you send to me complete source code because i try my best to edit the add form but still not save into database.i will be thank full to you. [email protected]

please can anyone help me with how i'd run it using the ide and which specific ide i should use.thanks.

Add new comment