Wall Script 6.0
Wall Script
Wall Script
Monday, July 29, 2013

Wall Script 6.0

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.

Facebook Wall Script

Download Script     Website Page


Database
Database design for Facebook wall script. Contains these tables Users, Friends, Messages, Comments, Conversation, message_like, message_share, comment_likeConversation, 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.
Facebook Wall Script

Conversations
Multiple image uploads is now turns into beautiful album slider.
Facebook Wall Script

Powerful Oembed URL Expanding system.
This is implemented with OEmbed api using CURL, Wall Script 6.0 is supporting following media services.
Facebook Wall Script

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>

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
?>

Wall_Updates.php
Here you have to maintain same $pageper value for more button.
<?php
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/
...........
...........
}

Step 4
Give read and write permission to the uploads folder, I recommend use XAMPP server.

Installation Video

web notification

64 comments:

  1. Why not integrated timeline in 6.0 ?
    does everybody not like it?

    ReplyDelete
  2. This would be great if it was part of existing forums like simple machines, xmb forums, phpbb etc.

    ReplyDelete
  3. fantastic srinivas.. you really rocking :)

    ReplyDelete
  4. You're becoming an alien. Really Good work.

    ReplyDelete
  5. Hi Srinivas,
    I 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

    ReplyDelete
  6. pretty good,bro!
    I 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!

    ReplyDelete
  7. Has Private Messaging realtime update?

    ReplyDelete
  8. Why is the timeline missing ??

    ReplyDelete
  9. It's excellent!
    Some questions: is there the admin interface? How is the user registration? By user confirmation?
    Thank's ;)

    ReplyDelete
  10. Why is there no Timeline in latest script?

    ReplyDelete
  11. It is a well done script. Congratulation for your excellent work.

    "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.

    ReplyDelete
  12. Very Nice Post Sri etta!!

    Your Photo also looking very nice!!

    ReplyDelete
  13. There is a big problem!

    If you know the username, you can log in with any password!

    ReplyDelete
  14. gr8 it is nice job srinivas tamada :)

    ReplyDelete
  15. nice job done srinivas tamada :)

    ReplyDelete
  16. WE WANT ASP.NET and ASP.NET MVC VERSION..

    ReplyDelete
  17. Wishing you a great luck. Hope you earn some good bucks.

    ReplyDelete
  18. where is the asp.net mvc version

    ReplyDelete
  19. Nice work Srini!...........

    ReplyDelete
  20. Great work.

    One question:
    Which jquery plugin you used for album slider?

    ReplyDelete
  21. Modify js/wall.js $.base_url value too same like includes/db.php $base_url

    ReplyDelete
  22. well i just paid for this version, i previously used version 5 (with modified features) im so looking forward to this version with great anticipation :)

    ReplyDelete
  23. If you face anysession issue, open "search_ajax.php" and replace following new code

    $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

    ReplyDelete
  24. its very nice and easy to modify and use, check my design with his wall

    ReplyDelete
  25. Hi,
    Very nice work!
    Is it possible to get an invoice with company info if we buy this script?
    Thanks in advance for your answer!

    ReplyDelete
  26. Could you please include "Forgot password" function to script

    ReplyDelete
  27. hello, good job!
    but there is no ability to attach files in the conversation.
    You can also do it in MVC will be very cool

    ReplyDelete
  28. hey, will this script be this fast even when a lot of users will use it?

    ReplyDelete
  29. Can I get These Script free of cost! please

    ReplyDelete
  30. Wallscript comes with a lot of beautiful and useful scripts. I really appreciate their services.

    ReplyDelete
  31. Is there a way to write on friends wall?

    ReplyDelete
  32. What user data does the oath login store? Same amount as your social login script or only email+name?

    ReplyDelete
  33. Its a great piece of work, and i appreciate your writing in this regard.

    ReplyDelete
  34. thank you! finally i have this script :)

    ReplyDelete
  35. If we bought version 6.0 can we get prior versions so that we can bring back the timeline.php

    ReplyDelete
  36. Hi

    This 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 :)

    ReplyDelete
  37. Very nice post thanks for it. It really very helpful for beginers

    ReplyDelete

mailxengine Youtueb channel
Make in India
X