An insult made me to build the Wall Script a social network script built in PHP, Jquery, Oembed, OAuth and MySQL, now my life has been changed completely. Last one year I received lots of requests from Wall Script 6 users that asked to me about more social features like Groups/Page, Notifications, Photo Album and Admin Control. Today I am introducing the most improved Wall Script 7 with lots of social network features. This script is a collaboration of 9lessons.info tutorials and adopted Twitter and Facebook social features, sure Wall Script 7 helps you to understand social networking system in a simple way.
What is New?
Everything, introducing most awesome social network features such as Groups/Pages, Notification, Timeline, Photo Albums, Private Conversations, Like/Share Updates, Webcam Snaps and Oembed expanding URL system. Please take a quick look at this demo. New Profile Design
New Home Page
Groups/Pages
Photo Albums
User Groups/Pages Search
Private Messages
Notifications
Admin Panel
User Management
Advertisements
Template Management
Friends
Status Messages
Webcam Snaps
Multiple Photos Slider
Configurations
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.
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.includes/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', 'Username');
define('DB_PASSWORD', 'Password');
define('DB_DATABASE', 'Database');
$db = mysqli_connect(DB_SERVER, DB_USERNAME, DB_PASSWORD,DB_DATABASE) or die(mysqli_connect_error());
mysqli_query ($db,"set character_set_results='utf8'");
$base_url='http://localhost/wall/'; // http://www.yourwebsite.com
$upload_path = "uploads/"; // Updates images path
$admin_path = "../".$upload_path;
$admin_base_url=$base_url.'WallAdmin/';
$uploadPrefix='wall';// Image prefix name
/*SMTP Details for Forgot Password */
$smtpUsername='SMTP Username'; //[email protected]
$smtpPassword='SMTP Password'; //your gmail password
$smtpHost='SMTP Host'; // tls://smtp.gmail.com
$smtpPost='SMTP Port'; //465
$smtpFrom='SMTP From Email'; //[email protected]
?>
define('DB_SERVER', 'Host');
define('DB_USERNAME', 'Username');
define('DB_PASSWORD', 'Password');
define('DB_DATABASE', 'Database');
$db = mysqli_connect(DB_SERVER, DB_USERNAME, DB_PASSWORD,DB_DATABASE) or die(mysqli_connect_error());
mysqli_query ($db,"set character_set_results='utf8'");
$base_url='http://localhost/wall/'; // http://www.yourwebsite.com
$upload_path = "uploads/"; // Updates images path
$admin_path = "../".$upload_path;
$admin_base_url=$base_url.'WallAdmin/';
$uploadPrefix='wall';// Image prefix name
/*SMTP Details for Forgot Password */
$smtpUsername='SMTP Username'; //[email protected]
$smtpPassword='SMTP Password'; //your gmail password
$smtpHost='SMTP Host'; // tls://smtp.gmail.com
$smtpPost='SMTP Port'; //465
$smtpFrom='SMTP From Email'; //[email protected]
?>
Step 3
Webcam snaps and JavaScript base URL configuration.js/wall.js
Here you can set the webcamtotal value. I recommend 1 or 2 it's depends on your server capability.
$(document).ready(function()
{
$.base_url='http://localhost/wall/'; // http://www.yourwebsite.com/
var webcamtotal=6;// Snaps Count Min 1 and Max 6
...........
...........
}
{
$.base_url='http://localhost/wall/'; // http://www.yourwebsite.com/
var webcamtotal=6;// Snaps Count Min 1 and Max 6
...........
...........
}
Step 4
Give read and write permission to the uploads folder, I recommend use XAMPP server. sudo chmod 777 uploads
Step 5
.htaccess for root folder RewriteEngine On
RewriteCond %{HTTP_HOST} ^youwebsite.com
RewriteRule (.*) http://www.yourwebsite.com/$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^www\.yourwebsite\.com$
RewriteCond %{REQUEST_URI} !^/wall/
RewriteRule (.*) /wall/$1
RewriteCond %{HTTP_HOST} ^youwebsite.com
RewriteRule (.*) http://www.yourwebsite.com/$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^www\.yourwebsite\.com$
RewriteCond %{REQUEST_URI} !^/wall/
RewriteRule (.*) /wall/$1
Installation Video
HTACCESS Tutorial
Htaccess File Inside The Folder.
Nice script. Greate work
ReplyDeleteIt Looks Really Awesome
ReplyDeleteAwesome Srinivas this looks more advanced version of wall ! I loved the admin panel most!
ReplyDeleteGran trabajo!!! Es genial, saludos desde España
ReplyDeleteYou should sell it on codecanyon, great design & script. :)
ReplyDeletehave a online demo ?
ReplyDeleteTamada, you are very good at it , congratulations !
ReplyDeleteRodrigo Barbosa @neosuporte
:)
wooooow. Nice
ReplyDeleteSerius nice bro!
ReplyDeleteawesome and simple.
I just have purchased the version 6 of this script (last month).
ReplyDeleteAt that time there were no version 7 of it.
Do I need to purchase it again, just to update to version 7?????????????????
very good !! :)
ReplyDelete@zeeshanakhter2009 Wall.zip contains upgrade.sql, you can import with Wall 6.0 database. Before trying this please take your database backup.
ReplyDeletehow to create a comment reply in php
Deletegreat job...i wish you could do a video site like youtube too
ReplyDeleteWonderful .... :-)
ReplyDeleteHii tamada....
ReplyDeleteAgain wonderful script provide i think great...
Great script, bro. I really like the new features introduced in the new version.
ReplyDeleteWondering , what that insult was? may we know about that?
ReplyDeleteadmin is this script have real time chat.....and one more in admin you can see all the users updates ...its an big privacy issuse to user ....
ReplyDeleteyour are very thankful to them who insult you.may we know who is he/she?
ReplyDelete@Sergio Aguiar Wall Script 6.0 uses can buy an upgrade.
ReplyDeleteWhere I can see live demo?
ReplyDeletegood script
ReplyDeleteWow! looks like this will be great on the desktop, but does it adapt responsively for mobile and tablet users?
ReplyDeleteany live demo available
ReplyDeleteDear brother Is there a private chat site?
ReplyDeleteGreat script
ReplyDeleteHi srinivas,
ReplyDeleteWell done, wonderful script
Best of luck for your future.
Srinivas your CloneScript is good but you should add collapse text on wall post. Because it takes up a lot of space in the long articles page. I made this plugin and is currently running.
ReplyDeleteFor Wall admin panel, please try to give full url http://yourwebsite.com/WallAdmin/index.php
ReplyDeletecan we send forgot password email even in localhost?
ReplyDeleteGreat work
ReplyDeleteIs it possible to use bootstrap with this script? This would be ideal for simple customization script
Any chance for Wall Script in .Net MVC?
ReplyDeletePlease add a third collumn on the next version of Wall Script..
ReplyDeleteAlso the third column should be able to display ads that I made on my admin panel
Thank you...
I promise to purchase the next version if will have tripple column
Great work brother... Your Generous.
ReplyDeletePlease may you create an online user box in the next vesion to help user to recognize online friends?
Also may you add people you may know so that user can find new friends..
Please May you create the third column on the next vesion?
can you provide demo link
ReplyDeletePlss could anyone tell me how many queries re in d database, when I purchased wall script 7 with aouth login on extractn it I saw 17 queries but on the demo its 43, pls I need a confirmation to this
ReplyDeleteyour script is being sold on codecanyon, the design and most code has been changed and a few filenames edited too but it is the wallscript v6
ReplyDeleteLOVE YOU BRO.... KEEP ON CODING,YOU SURELY GONNA ACHIEVE YOUR GOAL. THANKS FOR YOUR EFFORTS.
ReplyDeletehow to create drag drop tempate in php
ReplyDelete