BREAKING NEWS

Monday, August 19, 2013

The walls 6.0 script

Introducing the new script with wall 6.0 enrich social networking functions. Exactly one year later I did a previous version of the wall, he got the script amazing response and outstanding sales. This script idea was out of my imagination, introducing powerful features, like talk, OEmebd URL extension system like/Share and several image slider.
Facebook Wall Script
Download script Web pages

Database
Database design for Facebook wall. Contains the tables users, friends, messages, comments, conversation, message_like, message_share, comment_like, conversation, Conversation_replay, User_uploads and friends recently added a table for a friend relationship.

All, introducing the most awesome social network functions, such as private conversations as/share updates and improve the expanding system URL. Please take a quick look at this demonstration.

All new design
The new design was strongly inspired from Facebook iPad app.

Uploading multiple images
Multiple images now turns into a beautiful album the slider.
Facebook Wall Script
Talk
Download multiple images is now turning into a beautiful album the slider.
Facebook Wall Script
Powerful system with Oembed URL extension.
This is implemented using the OEmbed api using CURL, walls 6.0 script supports the following media services.
Facebook Wall Script
List of script functions 6.0 wall.

Block system
Improved style code to reduce duplication of html tags, each component unit works individually. You can easily change or control the design of your application.
<>
include_once "de'Ua"; //Basic functions
include_once "oauth_redirection.php"; //Redirect Oauth login
?>



 
WallScript version 6.0
<>
include_once "js.php»; //Javascript libraries
?>



<>
include_once "block_logo_menu.php"; //Menu and logo
?>

<>
include_once "block_profile.php"; //User profile
include_once "block_search.php"; //Search
include_once "block_friends_widget.php"; //Friends list Widget
?>


<>
$home = 1;
include (' block_updates.php '); //News of friends
?>

<>
include_once "block_footer.php"; //Footer
?>



With existing wall features 5.0 scenarios.

Note: After successful payment you will get the file wall.zip from the srinivas@9lessons.info 12:0 am. If you have any questions, you can contact this mail ID.

Update: If you have already bought wall scenarios, you'll get the latest 5.0 wall 6.0 script for $ 20.


Unzip wall.zip in the folder htdocs or www, using Winzip software. Create a wall of Mysql database and find out wall.sql and imports via PhyMyAdmin or MySQL Query Browser. MySQL database configuration settings.

DB.php
You must change the hostname, username and password. If you want to enable the Gravatar image make it $gravatar = 1. You can change the value of $perpage for more buttons.

<>
define ("DB_SERVER", "the host");
define (' DB_USERNAME ', ' username ');
define (' DB_PASSWORD ', ' password ');
define (' DB_DATABASE ', "the 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 '; //Update the perpage
$base _url = ' http://localhost/wall/'; //Eg: http://www.abc.com/
$gravatar = 1; //0 false true 1 gravatar image
$rowsPerPage = 10; //Friends list
?>
Wall_Updates.php
Here you will have to maintain the same values $pageper for more buttons.
<>
Wall_Updates class
{
public $perpage = 10; //Loads the perpage
................
................
}
?>
Webcam snaps configuration.
Wall.js
Here you can set the value of webcamtotal. I recommend 1 or 2 is depends on the capabilities of your server.
$ (document) .ready (function)
{
var webcamtotal = 6; //number of snaps: 1 and Max 6
$.base_url= ' http://localhost/wall/'; //Eg: http://www.abc.com/
...........
...........
}
Give read and write permissions to download folder, I recommend using XAMPP server.
extension, Facebook, jQuery, oembed, php, social, Twitter

Share this:

Post a Comment

 
Back To Top
Distributed By Blogger Templates | Designed By OddThemes