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
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
?>
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=2;// Snaps Count Min 1 and Max 6
...........
...........
}
{
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
Nice
ReplyDeleteGreat work once again, will you keep on updating it in the future ?
ReplyDeleteThis is evolving more. Congratulations
ReplyDeleteIt really makes you want to create its own wall ;-)
ReplyDeleteThank you Srinivas!
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
ReplyDeleteThis is awesome and hell lot new features in WS5, all the best with sales.
ReplyDeleteNow ball is in your hand from where you can convert result in your favor.
ReplyDeleteNow ball in your hand from where you can convert result in your favor.
ReplyDeleteHi. Do you know asp.net? Would you translate this script into asp.net? I am willing to pay for that. Thanks in advance.
ReplyDeleteBig compliment
ReplyDeleteThis is killer. Respect.
ReplyDeleteit s possible to integrate with my existing username and avatar in a nother script?
ReplyDeleteSrinivas you are a genius guy...great work...
ReplyDeleteInspiring :)
ReplyDeleteAwesome work thanks for sharing this :)
ReplyDeletewow..nice..i will buy it.. XD
ReplyDeleteSrinivas, where can i find the upgrade link ? I already have wallscript4.0
ReplyDeleteThx
win
I am learn from you....to developed my own collaborative social learning thanks for 9lesson...:-)
ReplyDeleteNice How you refer this
ReplyDeleteHai Srinivas i'm getting this error when i was trying to pay through paypal.
ReplyDeleteWe 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.
hello friend, do not accept payza?
ReplyDeleteThnx... a lot for awesome script.
ReplyDeleteJust a few fixes needed:
ReplyDeleteVery 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.
Wonderful! Two question though:
ReplyDelete1. Does it include the user registration and login?
2. What are my options other than Paypal for buying it? I am from India.
For Indian Users SBI Transfer Available please contact [email protected] I will share my Bank Account details.
ReplyDelete@Deleting Images Related Updates
ReplyDeleteI just followed Facebook standard, you can show these images as Albums.
@MakubeX
ReplyDeleteSoon I will enable Payza payment option.
How to enable username with other characters?
ReplyDeleteLike ÅÜØ
And username with spaces
Srinivas pass me your email I transfer the value
ReplyDeleteAwesome .. just downloaded the script and checking . Gr8 Work Dude :)
ReplyDeletewhy u cant add like module in wall script?
ReplyDeletehello, you can create a "follow" to integrate in other site?
ReplyDeleteI get this error:
ReplyDeleteError 330 (net::ERR_CONTENT_DECODING_FAILED): Unknown error.
How to fix it?
great code !!! a small suggestion.. it would be great if you add webcam video recording and jus broadcast it !!!
ReplyDeleteHello! 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.
ReplyDeleteplease have a look to it and let us know if there is a correction to make.
Great work again! :)
Hi,
ReplyDeleteHow can we Implement Like Option in this.
And What about the CSS design.Is it all same as above that you have shown.
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
ReplyDeleteCan this be implemented with phpbb users database?So each phpbb user has its own wall.
ReplyDeleteThanks!
YOU ARE THE BOSS
ReplyDeleteHi!
ReplyDeleteEverytime someone writes a text and press enter, there is a "n" showing up. And not a new row.
When I click in friend's name I get 404 error NOT firend wall... Can you help?
ReplyDeleteGreat 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
ReplyDeleteirwin
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,,.
ReplyDeleteLet´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 :)
ReplyDeleteLine break?
ReplyDeleteThere 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?
All people got to know that this sript is just like a stone which you can use to build with it...
ReplyDeleteI Shrinivas ! Thank for your great script !
ReplyDeleteBut 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 ;)
Looking good. Hope there was not loops inside loop for queries as in previous script. That was really bad using queries for relation database.
ReplyDeletei have problem with the javascript. when i try to delete message or comment. it's not smoothly working. what should i do
ReplyDeletehow is working social login with this?
ReplyDeletei 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
ReplyDeleteJUST PAID FOR THIS AWESOME SCRIPT :)
ReplyDeleteafter paying for this awesome script, i recieved it almost instantly :) am well impressed with the script
ReplyDeleteSome tips for beginners like me:
ReplyDelete1. 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!
Waitin for mah awesome script!
ReplyDeleteAWESOME,I WOULD LIKE TO BUY THE NEW WALL SCRIPT 6.0
ReplyDeleteGreat script in very minimal cost. Good for every one for professional use.
ReplyDeletethe 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