Facebook Wall Script 5.0
Wall Script
Wall Script
Sunday, August 12, 2012

Facebook Wall Script 5.0

Very Long days back I released a commercial script called Wall Script 4.0, It is a rich Jquery, PHP, MySQL application and collaboration of 9lessons blog tutorials. After many requests I’m releasing Wall Script 5.0 with extra features like friend relations, user authentication, news feed with existing Wall Script 4.0 features and implemented latest Jquery plugins Don't miss the video demo. Thanks

Facebook Wall Script

Download Script     Website Page


Database
Database design for Facebook wall script. Contains five tables Users, Friends, Messages, Comments and User_uploads. Friends newly added table for friend relations.

What's New?
Included friends relations, follow and follower system, friends news feed, improved message timestamp using jquery.timeago plugin, tooltips and many more.


Features List
Wall Script 4.0 Wall Script 5.0
Price $19 $29
PHP, MySQL & Jquery PHP, MySQL & Jquery
PayPal
MoneyBookers
Instant Image Uploads Yes Yes
Webcam Snaps Yes Yes
Expandable URLs Youtube & Vimeo Yes Yes
Friend's News Feed No Yes
Profile Feed Yes Yes
Friend Relations No Yes
Follow Button No Yes
Autosuggestion Search No Yes
Friendly URLs No Yes
URL Redrections .htaccess No Yes
Login No Yes
Registration No Yes

More Updates Button
Yes Yes

Foreign Language Support
Yes Yes

Script Filter
Yes Yes

Text to Link
Yes Yes

Comments
Yes Yes

Timeline
Yes Yes

Customization
Yes Yes

Upgrade

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 4.0, you will get latest Wall Script 5.0 for 10$.

Friend's News Feed

Follow and Follower Button

Friend Relations

Friendly URLs .htaccess Redirections

Autosuggestion Users Search

Timeline

Instant Photos Uploads

Comments

Collapsed Comments

Expandable URLs Youtube & Vimeo

Webcam Snaps

Foreign Language Support

More Button

Script Filter + Text to Link

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=2;// Snaps Count Min 1 and Max 6
...........
...........
}

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

Installation Video

web notification

58 comments:

  1. Great work once again, will you keep on updating it in the future ?

    ReplyDelete
  2. This is evolving more. Congratulations

    ReplyDelete
  3. It really makes you want to create its own wall ;-)
    Thank you Srinivas!

    ReplyDelete
  4. u are my dhronacharya,am not ur student but am doing projects by taking guide of ur site really hates off very very thank ful, but i got API 191 ERROR in fb application plz tell me solution to rectify it

    ReplyDelete
  5. This is awesome and hell lot new features in WS5, all the best with sales.

    ReplyDelete
  6. Now ball is in your hand from where you can convert result in your favor.

    ReplyDelete
  7. Now ball in your hand from where you can convert result in your favor.

    ReplyDelete
  8. Hi. Do you know asp.net? Would you translate this script into asp.net? I am willing to pay for that. Thanks in advance.

    ReplyDelete
  9. This is killer. Respect.

    ReplyDelete
  10. it s possible to integrate with my existing username and avatar in a nother script?

    ReplyDelete
  11. Srinivas you are a genius guy...great work...

    ReplyDelete
  12. Awesome work thanks for sharing this :)

    ReplyDelete
  13. Srinivas, where can i find the upgrade link ? I already have wallscript4.0

    Thx
    win

    ReplyDelete
  14. I am learn from you....to developed my own collaborative social learning thanks for 9lesson...:-)

    ReplyDelete
  15. Hai Srinivas i'm getting this error when i was trying to pay through paypal.

    We notice that you are attempting to pay an Indian resident user. The payment you initiated has been blocked. PayPal only facilitates international payments and cannot be used for domestic payments within India. We suggest you find alternative methods to complete the payment. If you believe that the person you attempted to pay is not based in India, please contact PayPal customer support.
    Return to Srinivas Tamada

    At this time, we are unable to process your request. Please return to Srinivas Tamada and try another option.

    ReplyDelete
  16. hello friend, do not accept payza?

    ReplyDelete
  17. Just a few fixes needed:

    Very important!
    Deleting an update doesnt delete related images. Takes a lots of space on server eventually!

    A function to link images to an update (Just like video). If the image is on another server, its waste with space to need a upload for that image.

    When register, an option to send email for confirmation would be great.

    Possibility to delete an account.

    Option to block users from following.

    ReplyDelete
  18. Wonderful! Two question though:

    1. Does it include the user registration and login?

    2. What are my options other than Paypal for buying it? I am from India.

    ReplyDelete
  19. For Indian Users SBI Transfer Available please contact [email protected] I will share my Bank Account details.

    ReplyDelete
  20. @Deleting Images Related Updates

    I just followed Facebook standard, you can show these images as Albums.

    ReplyDelete
  21. @MakubeX

    Soon I will enable Payza payment option.

    ReplyDelete
  22. How to enable username with other characters?
    Like ÅÜØ

    And username with spaces

    ReplyDelete
  23. Srinivas pass me your email I transfer the value

    ReplyDelete
  24. Awesome .. just downloaded the script and checking . Gr8 Work Dude :)

    ReplyDelete
  25. why u cant add like module in wall script?

    ReplyDelete
  26. hello, you can create a "follow" to integrate in other site?

    ReplyDelete
  27. I get this error:
    Error 330 (net::ERR_CONTENT_DECODING_FAILED): Unknown error.

    How to fix it?

    ReplyDelete
  28. great code !!! a small suggestion.. it would be great if you add webcam video recording and jus broadcast it !!!

    ReplyDelete
  29. Hello! good work! Just something to point out. If you comment to a post in a foreign language then it shows random characters. Then if you refresh the page it shows the comment correct.
    please have a look to it and let us know if there is a correction to make.
    Great work again! :)

    ReplyDelete
  30. Hi,
    How can we Implement Like Option in this.
    And What about the CSS design.Is it all same as above that you have shown.

    ReplyDelete
  31. one quick question, you guys used oembed for urls, that is a part of embed.ly now? do you guys use embed.ly service for embeding urls? or some other? just interested before buying

    ReplyDelete
  32. Can this be implemented with phpbb users database?So each phpbb user has its own wall.

    Thanks!

    ReplyDelete
  33. Hi!

    Everytime someone writes a text and press enter, there is a "n" showing up. And not a new row.

    ReplyDelete
  34. When I click in friend's name I get 404 error NOT firend wall... Can you help?

    ReplyDelete
  35. Great work Srinivas!!! i need only to ask if is possible add an image upload counter (until 5) so also for cam (until 3). i have your script v.5.0 and there is a litle error inside timeline: face point at 'icons/default.jpg' or 'profile_pic/default.jpg' instead of '../icons/etc.' and '../profile_pic/etc' where can i set this little error? thank you in advance
    irwin

    ReplyDelete
  36. nice work srinivas...for those of us who cannot secure paypal and moneybooker account is there no way you can add googlecheckout to ur shop list so we buy ur product as well,,.

    ReplyDelete
  37. Let´s say I´ll buy the script, can u also configure the script to my needs? I really don´t need most of the stuff included :)

    ReplyDelete
  38. Line break?

    There is a n instead of a new row. If someone press ENTER, then no new line is inserted. It just shows an n.

    How to fix?

    ReplyDelete
  39. All people got to know that this sript is just like a stone which you can use to build with it...

    ReplyDelete
  40. I Shrinivas ! Thank for your great script !

    But I have a problem with the htaccess when I try to access the timeline or the friend list =/

    My navigator can't redirect the page

    The htacces :

    RewriteEngine On

    RewriteRule ^([a-zA-Z0-9_-]+)$ profile.php?username=$1

    RewriteRule ^([a-zA-Z0-9_-]+)/$ profile.php?username=$1

    RewriteEngine On

    RewriteRule ^friends/([a-zA-Z0-9_-]+)$ friends.php?username=$1

    RewriteRule ^friends/([a-zA-Z0-9_-]+)/$ friends.php?username=$1

    RewriteEngine On

    RewriteRule ^friends/([a-zA-Z0-9_-]+)/([0-9]+)$ friends.php?username=$1&page=$2

    RewriteRule ^friends/([a-zA-Z0-9_-]+)/([0-9]+)/$ friends.php?username=$1&page=$2

    RewriteEngine On

    RewriteRule ^timeline/([a-zA-Z0-9_-]+)$ timeline.php?username=$1

    RewriteRule ^timeline/([a-zA-Z0-9_-]+)/$ timeline.php?username=$1






    Thank for your support ;)

    ReplyDelete
  41. Looking good. Hope there was not loops inside loop for queries as in previous script. That was really bad using queries for relation database.

    ReplyDelete
  42. i have problem with the javascript. when i try to delete message or comment. it's not smoothly working. what should i do

    ReplyDelete
  43. how is working social login with this?

    ReplyDelete
  44. i have successfully modified the wall script to check for and update the messages every x seconds, but i am stuck on how to NOT update when comment are being written, any ideas to point me in the right direction

    ReplyDelete
  45. JUST PAID FOR THIS AWESOME SCRIPT :)

    ReplyDelete
  46. after paying for this awesome script, i recieved it almost instantly :) am well impressed with the script

    ReplyDelete
  47. Some tips for beginners like me:

    1. I am using xaamp as local server (google it). Turn on apache/mysql, etc.
    2. Extract all files in the xaamp/htdocs folder
    3. Input your username and password of your root (localhost) in the includes/db file, if not you have to configure it.
    4. Change the $baseurl to localhost/wallouath
    5. Thats it!

    ReplyDelete
  48. Waitin for mah awesome script!

    ReplyDelete
  49. AWESOME,I WOULD LIKE TO BUY THE NEW WALL SCRIPT 6.0

    ReplyDelete
  50. Great script in very minimal cost. Good for every one for professional use.

    ReplyDelete
  51. the main and great idea to share here video from vimeo i love your blog and the script is fantastic and fabulous post thanks...for this wonderful opportunity to get this scripts

    ReplyDelete

mailxengine Youtueb channel
Make in India
X