Introducing the brand new Wall Script 6.0 with enrich social network features. Exactly year later I did released Wall Script previous version, it got awesome response and outstanding sale. This script IDEA was came out from my imagination, introducing powerful features like Conversations, OEmebd URL expanding system, Like/Share and Multiple image slider.
Download Script Website Page
Database
Database design for Facebook wall script. Contains these tables Users, Friends, Messages, Comments, Conversation, message_like, message_share, comment_like, Conversation, Conversation_replay, User_uploads and Friends newly added table for friend relations.
What is New?
Everything, introducing most awesome social network features such as private conversations, like/share updates and improved expanding URL system. Please take a quick look at this demo. All New Design
New design was strongly inspired from Facebook iPad application.
Multiple Image Uploads
Multiple images now turns into beautiful album slider.
Conversations
Multiple image uploads is now turns into beautiful album slider.
Powerful Oembed URL Expanding system.
This is implemented with OEmbed api using CURL, Wall Script 6.0 is supporting following media services.
Wall Script 6.0 features list.
Block System
Improved code style to reduce duplicate html tags, each block component is working as individually. You can easily change or control the application design.
<?php
include_once 'includes.php'; // Main functions
include_once 'oauth_redirection.php'; // Oauth login redirection
?>
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset="utf-8">
<title>WallScript Version 6.0</title>
<?php
include_once 'js.php'; // Javascript libraries
?>
</head>
<body>
<div id='main'>
<?php
include_once 'block_logo_menu.php'; // Logo and menus
?>
<div id='main_left'>
<?php
include_once 'block_profile.php'; // User profile
include_once 'block_search.php'; // Friend Search
include_once 'block_friends_widget.php'; // Friends list widget
?>
</div>
<div id="main_right">
<?php
$home=1;
include('block_updates.php'); // Friends News Feed
?>
</div>
<?php
include_once 'block_footer.php'; // Footer
?>
</div>
</body>
</html>
include_once 'includes.php'; // Main functions
include_once 'oauth_redirection.php'; // Oauth login redirection
?>
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset="utf-8">
<title>WallScript Version 6.0</title>
<?php
include_once 'js.php'; // Javascript libraries
?>
</head>
<body>
<div id='main'>
<?php
include_once 'block_logo_menu.php'; // Logo and menus
?>
<div id='main_left'>
<?php
include_once 'block_profile.php'; // User profile
include_once 'block_search.php'; // Friend Search
include_once 'block_friends_widget.php'; // Friends list widget
?>
</div>
<div id="main_right">
<?php
$home=1;
include('block_updates.php'); // Friends News Feed
?>
</div>
<?php
include_once 'block_footer.php'; // Footer
?>
</div>
</body>
</html>
With existing Wall Script 5.0 features.
Note: After the payment is successful, you will get wall.zip file from [email protected] within 24 hours. If you have any further queries then you can contact on this mail id.
Upgrade: If you already bought Wall Script 5.0, you will get latest Wall Script 6.0 for 20$.
Installation
Step 1
Extract wall.zip into htdocs or www folder using Winzip software. Create Mysql database wall and find out wall.sql and import using PhyMyAdmin or MySQL query browser. Step 2
MySQL database configuration settings.db.php
You have to modify Host, Username and Password. If you want to enable Gravatar image make it $gravatar=1. You can change $perpage value for more button.
<?php
define('DB_SERVER', 'Host');
define('DB_USERNAME', 'User Name');
define('DB_PASSWORD', 'Password');
define('DB_DATABASE', 'Database');
$connection = mysql_connect(DB_SERVER, DB_USERNAME, DB_PASSWORD) or die(mysql_error());
$database = mysql_select_db(DB_DATABASE) or die(mysql_error());
mysql_query ("set character_set_results='utf8'");
$path = "uploads/";
$perpage='10'; // Updates perpage
$base_url='http://localhost/wall/'; //Eg: http://www.abc.com/
$gravatar=1; // 0 false 1 true gravatar image
$rowsPerPage=10; //friends list
?>
define('DB_SERVER', 'Host');
define('DB_USERNAME', 'User Name');
define('DB_PASSWORD', 'Password');
define('DB_DATABASE', 'Database');
$connection = mysql_connect(DB_SERVER, DB_USERNAME, DB_PASSWORD) or die(mysql_error());
$database = mysql_select_db(DB_DATABASE) or die(mysql_error());
mysql_query ("set character_set_results='utf8'");
$path = "uploads/";
$perpage='10'; // Updates perpage
$base_url='http://localhost/wall/'; //Eg: http://www.abc.com/
$gravatar=1; // 0 false 1 true gravatar image
$rowsPerPage=10; //friends list
?>
Wall_Updates.php
Here you have to maintain same $pageper value for more button.
<?php
class Wall_Updates
{
public $perpage = 10; // Uploads perpage
................
................
}
?>
class Wall_Updates
{
public $perpage = 10; // Uploads perpage
................
................
}
?>
Step 3
Webcam snaps configuration.wall.js
Here you can set the webcamtotal value. I recommend 1 or 2 it's depends on your server capability.
$(document).ready(function()
{
var webcamtotal=6;// Snaps Count Min 1 and Max 6
$.base_url='http://localhost/wall/'; //Eg: http://www.abc.com/
...........
...........
}
{
var webcamtotal=6;// Snaps Count Min 1 and Max 6
$.base_url='http://localhost/wall/'; //Eg: http://www.abc.com/
...........
...........
}
Step 4
Give read and write permission to the uploads folder, I recommend use XAMPP server. Installation Video
Looks really good
ReplyDeleteAwesome
ReplyDeletegood
ReplyDeletethank... I really like it
ReplyDeleteExcellent
ReplyDeleteWhy not integrated timeline in 6.0 ?
ReplyDeletedoes everybody not like it?
Cool.
ReplyDeleteThis would be great if it was part of existing forums like simple machines, xmb forums, phpbb etc.
ReplyDeletefantastic srinivas.. you really rocking :)
ReplyDeletemuito muito bom
ReplyDeleteYou're becoming an alien. Really Good work.
ReplyDeleteAwesome work...Cheers!
ReplyDeleteHi Srinivas,
ReplyDeleteI already have version 4.0, how much I have to pay to upgrade directly to version 6.0. Because I do not see the price listed
pretty good,bro!
ReplyDeletepretty good,bro!
ReplyDeleteI come from China,and i known you since i readed your blog,it's really helpful for me to improve my ability of web development,thank you a lot!
cost???
ReplyDeleteParallax design :)
ReplyDeleteAwesome !!
ReplyDeleteHas Private Messaging realtime update?
ReplyDeleteGreat work
ReplyDeleteAwesome Srinu ... Nice work.
ReplyDeleteWhy is the timeline missing ??
ReplyDeleteIt's excellent!
ReplyDeleteSome questions: is there the admin interface? How is the user registration? By user confirmation?
Thank's ;)
Congratulation! Very good.
ReplyDeleteWhy is there no Timeline in latest script?
ReplyDeleteIt is a well done script. Congratulation for your excellent work.
ReplyDelete"Exactly year later I did released Wall Script previous version...This script IDEA was came out from my imagination"
Was not quite like that. I was with you along all this time.
2 years ago, you had some great tutorials to understand technologies behind famous sites like facebook.
You also did say it once:
"Facebook wall script with expanding URLs one of the popular post on 9lessons. It is just collaboration of my previous jquery articles"
And if I remember correctly, until 3.0 it was free, like any great tutorial.
Too bad that now it costs money, instead being a "donate" option or commercial license.
Bottom all, a real working demo it will be nice to see.
Nice one (y)
ReplyDeleteVery Nice Post Sri etta!!
ReplyDeleteYour Photo also looking very nice!!
There is a big problem!
ReplyDeleteIf you know the username, you can log in with any password!
Looks nice..!!
ReplyDeletegr8 it is nice job srinivas tamada :)
ReplyDeletenice job done srinivas tamada :)
ReplyDeleteGood Work, Thanks!
ReplyDeleteSong Name please :)
nice script
ReplyDeleteNice work Srinivas!
ReplyDeleteWE WANT ASP.NET and ASP.NET MVC VERSION..
ReplyDeleteWishing you a great luck. Hope you earn some good bucks.
ReplyDeletewhere is the asp.net mvc version
ReplyDeleteNice work Srini!...........
ReplyDeleteGreat work! Srinivas
ReplyDeleteGreat work.
ReplyDeleteOne question:
Which jquery plugin you used for album slider?
Modify js/wall.js $.base_url value too same like includes/db.php $base_url
ReplyDeletewell i just paid for this version, i previously used version 5 (with modified features) im so looking forward to this version with great anticipation :)
ReplyDeleteIf you face anysession issue, open "search_ajax.php" and replace following new code
ReplyDelete$uid=$data['uid'];
// User Avatar
$face=$Wall->User_Profilepic($uid,$base_url);
TO
$uid_new=$data['uid'];
// User Avatar
$face=$Wall->User_Profilepic($uid_new,$base_url);
Thanks
Srinivas Tamada
hi .. nice work
ReplyDeleteits very nice and easy to modify and use, check my design with his wall
ReplyDeleteHi,
ReplyDeleteVery nice work!
Is it possible to get an invoice with company info if we buy this script?
Thanks in advance for your answer!
Could you please include "Forgot password" function to script
ReplyDeletehello, good job!
ReplyDeletebut there is no ability to attach files in the conversation.
You can also do it in MVC will be very cool
hey, will this script be this fast even when a lot of users will use it?
ReplyDeleteneed help
ReplyDeleteCan I get These Script free of cost! please
ReplyDeleteIf yes send this script to [email protected]
ReplyDeleteWallscript comes with a lot of beautiful and useful scripts. I really appreciate their services.
ReplyDeleteIs there a way to write on friends wall?
ReplyDeletenice grt work
ReplyDeleteGreat work and effort.
ReplyDeleteWhat user data does the oath login store? Same amount as your social login script or only email+name?
ReplyDeleteIts a great piece of work, and i appreciate your writing in this regard.
ReplyDeleteNice Work
ReplyDeletethank you! finally i have this script :)
ReplyDeleteIf we bought version 6.0 can we get prior versions so that we can bring back the timeline.php
ReplyDeleteHi
ReplyDeleteThis post is really awesome & easy to learn as a beginner.. Thanks for sharing this great post & I am looking for more tutorials.
Thank you once again :)
Very nice post thanks for it. It really very helpful for beginers
ReplyDelete