Social Networking Site [REL] fully working.
I was writing this as I was editing the code so sorry about the caps and everything else.
Before I forget:
By default you need to recieve an activation email to register the account, this email sets `active` to 1, if you wish to do otherwise change register.php and the register functions
Encryption: sha1(md5(md5($pass)));
Credits:
phpacademy
Jake @r63b on Twitter
Reece Benson (Benson on Neon: Join the best hotel on the net also owned by me).
Some dude who made the messaging system which has been edited, his name should be commented out in php, same for the friends.php
Note:
profile.php has horrible CSS, I am a developer not a designer, but you can edit this easily.
SOME CODE MAY BE MESSY AS AT THE TIME I WAS STILL LEARNING
FEATURES
ADMIN TOOLS
PROFILE PAGE
LOGIN
EMAIL NOTIFICATIONS
MESSAGING SYSTEM
FRIENDS
PROFILE PICTURE
AJAX SEARCH BAR
JQUERY HIDE/SHOW SIDE BAR
IMAGES
http://i46.tinypic.com/uwswx.png - INBOX
http://i48.tinypic.com/2hqw9b8.png SEARCH BAR / INDEX
http://i48.tinypic.com/2h2ean5.png PROFILE
---------------------- SETUP -----------------
RUN THE SQL FILE
EDIT THE CONNECT.PHP FILE SO IT HAS YOUR MYSQL DETAILS
THE SAME FOR SEARCHBAR.PHP
HAVING SMTP SETUP WILL HELP YOU LOTS
https://mega.co.nz/#!JBQ1FL6S!DVLoVg...M1R2gHoUuU7NB4
As I'm sure someone will ask what the point in making this was, as I go to a school which blocks Facebook I decided to make a social networking site so we could still chat during lessons. My reason for releasing this is that I am now using a PHP based chat system to chat to people and avoid filtering systems... My other main reason for developing this was so I could get a better understanding of the MySQL side of programming which I feel I have achieved now.
Like and rep+ would be nice if you like the release.
Re: Social Networking Site [REL] fully working.
I've just downloaded basically the exact same thing that was posted a week ago?
Re: Social Networking Site [REL] fully working.
Quote:
Originally Posted by
Zomika
I've just downloaded basically the exact same thing that was posted a week ago?
This one has inbox, friends, profile fully working, more secure, and efficient code. Think of this one as V2.0. :)
Re: Social Networking Site [REL] fully working.
Ah excellent, Thankyou very much for this :)
I've managed to get it up, But doesn't seem to pull the layout,
Click Here
Re: Social Networking Site [REL] fully working.
Quote:
Originally Posted by
Zomika
Ah excellent, Thankyou very much for this :)
I've managed to get it up, But doesn't seem to pull the layout,
Click Here
Doesn't look like the css or js files are being added, check includes/head.php and make sure you have got the files in the right folders.
Re: Social Networking Site [REL] fully working.
Re: Social Networking Site [REL] fully working.
Quote:
Originally Posted by
Zomika
All are there
Well when I use view source I get a 404 for your css and js files, so double check everything is setup correctly, can you pust your head.php file? Might be cache but I doubt it.
Re: Social Networking Site [REL] fully working.
Facebook is that you?
Just kidding, glad you learnt something out of this project.
Re: Social Networking Site [REL] fully working.
From /Include/Header.php
<header>
<a href="index.php"><img src="/images/CLEARLOGO.png" alt="My-Face Logo" class="logo"/></a>
<?php include 'includes/menu.php'; ?>
<div class="clear"></div>
</header><br/><br/><br/>
Re: Social Networking Site [REL] fully working.
Quote:
Originally Posted by
Zomika
From /Include/Header.php
<header>
<a href="http://forum.ragezone.com/"><img src="/images/CLEARLOGO.png" alt="My-Face Logo" class="logo"/></a>
<?php include 'includes/menu.php'; ?>
<div class="clear"></div>
</header><br/><br/><br/>
head.php
Re: Social Networking Site [REL] fully working.
Ohh, Lmao.
Apologize
<head>
<title>My-Face</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="/css/screen.css">
<link rel="stylesheet" type="text/css" href="/css/banner.css">
<link rel="stylesheet" type="text/css" href="/css/pro.css">
<link rel="stylesheet" type="text/css" href="/css/about.css">
<link rel="shortcut icon" href="/images/favicon.png">
<script type="text/javascript" src="/jquery.js"></script>
<script type="text/javascript" src="/jquery.watermarkinput.js"></script>
<script type="text/javascript" src="/js/jquery-1.8.2.min.js"></script>
<style type="text/css" media="screen">
* { margin: 0; padding: 0; }
h1 { font-family: Georgia; font-style: italic; margin-bottom: 10px; }
h2 {
font-family: Georgia;
font-style: italic;
}
html, body { height:100%;}
*{ padding:0px; margin:0px;}
#container {
background-color:#fff;
height:100%;
}
#containerpro {
background-color:#fff;
height:100%;
}
</style>
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<![endif]-->
</head>
Re: Social Networking Site [REL] fully working.
Quote:
Originally Posted by
Zomika
Ohh, Lmao.
Apologize
<head>
<title>My-Face</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="/css/screen.css">
<link rel="stylesheet" type="text/css" href="/css/banner.css">
<link rel="stylesheet" type="text/css" href="/css/pro.css">
<link rel="stylesheet" type="text/css" href="/css/about.css">
<link rel="shortcut icon" href="/images/favicon.png">
<script type="text/javascript" src="/jquery.js"></script>
<script type="text/javascript" src="/jquery.watermarkinput.js"></script>
<script type="text/javascript" src="/js/jquery-1.8.2.min.js"></script>
<style type="text/css" media="screen">
* { margin: 0; padding: 0; }
h1 { font-family: Georgia; font-style: italic; margin-bottom: 10px; }
h2 {
font-family: Georgia;
font-style: italic;
}
html, body { height:100%;}
*{ padding:0px; margin:0px;}
#container {
background-color:#fff;
height:100%;
}
#containerpro {
background-color:#fff;
height:100%;
}
</style>
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<![endif]-->
</head>
Try changing all the href="/css/screen.css"> to href="HTTP://DOMAIN.COM/css/screen.css" or remove the first / in the file path.
Re: Social Networking Site [REL] fully working.
Excellent!, Thankyou very much, Now with regards to the "SQL" as you mentioned earlier. Which folder is that located undeR?
Re: Social Networking Site [REL] fully working.
Search lr.sql, should be it.
Re: Social Networking Site [REL] fully working.
Er. This isn't really written by you as you can download this from everywhere around. Just simple editing but pretty good.