Wall Script Files Information
api
This folder contains all api functions used in the application. index.phpA restful service file which handles all the database related communication.
feedLoop.phpContains news feed common html template. This is included in index.php for any common api functionality.
.htaccessThis is redirection configuration file for RESTful APIs (Note: DO NOT MAKE ANY CHANGES IN THIS FILE)
SlimThis folder contains Slim Framework files.
apifunctionsclass.phpmailer.php, class.pop3.php, class.smtp.php and class.xhttp.php – These are the PHP files related to smtp server.
wallExpand.phpThis api PHP code contains all oembed service functions.
wallFunctions.phpThis file contains PHP code for support functions such as text link, html code, send mail and name filter.
CSS
This css folder contains all styling related code used in the application. wallscriptBoot.cssThis file contains all CSS styling code for the wall
wallscript.cssThis file contains all CSS styling code for the wall
wallscriptPlugins.cssThis file contains all CSS styling code for all the plugins used in this project.
js
The src folder in this contains all javascript related code files used in the application.wallscript.js
This file contains javascript functions for accessing RESTful api.
wallscriptPlugins.jsThis file contains all the JQuery plugins used for Wall Script.
ajaxPost.jsThis is the simple JQuery Ajax post function.
oauth
This folder contains an open standard for authorization, allows the users to log into Wall Script website using their Facebook, Google, Linkedin or Microsoft accounts without exposing their password.facebook_lib This folder contains all the facebook OAuth library files.
config.php
It's a facebook applicaiton configuration file.
google_lib This folder contains all the Google OAuth library files.config.php
It's a Google applicaiton configuration file.
linkedin_lib This folder contains all the LinkedIn OAuth library files.config.php
It's a LinkedIn applicaiton configuration file.
microsoft_lib This folder contains all the Microsoft OAuth library files.config.php
It's a Microsoft applicaiton configuration file.
oauthLogin.phpContains SQL queries for OAuth Login Registration.
oauthRedirection.phpThsi file is to create a user session to connect or redirect to authentication.php
uploads
This folder contains all the uploaded posts by the all the users.wall_icons
This folder contains all icons/images used for the application.fonts
This is related to some FontAwesome icons.And finally we have all PHP code for the commonly used functions in the Wall Script like forgot password, settings, notifications, etc,.
Files Description
index.phpThis contains code for the home page.
authentication.phpAuthentication file for login. User Session gets created here and will redirect to home page.
javaScript.phpContains complete JavaScript code and support plugins used for this project.
config.phpConfiguration file for Wall Script project. Here you can find SMTP server details and also the database configurations.
.htaccessConfiguration file for friendly URLs.
wall8.sqlThe file is a database dumb, contains all of the SQL queries used in this application. Import this into your database.
template_footer.phpThis file contains template HTML code for the footer in all pages.
template_groupMembersPhotos.phpThis file contains template HTML code to show all the photos uploaded by all the group members in a group.
template_header.phpThis file contains template HTML code for the header in all pages.
template_navbar.phpThis file contains template HTML code to navigation bar in all pages.
template_newsFeed.phpThis file contains template HTML code for displaying user updates and others.
template_sidebarLeft.phpThis file contains template HTML code for displaying side navigation bar on left menu.
template_sidebarLeftGroup.phpThis file contains template HTML code for displaying side navigation bar on left side menu of the groups of a user.
template_sidebarRight.phpThis file contains template HTML code for displaying side navigation bar on right menu.
template_successError.phpThis file contains template HTML code to show any success error messages.
template_topMenu.phpThis file contains template HTML code for displaying navigation bar on top menu.
template_topMenuLogin.phpThis file contains template HTML code for displaying navigation bar on top menu to login .
template_updateBox.phpThis file contains template HTML code for update box.
views.phpThis file is related to users who have recently viewed your profile.
template_views.phpThis file contains template HTML code for recent visitors.
userSession.phpThis file maintains the user session data.
login.phpThis file contains code for logging in.
logout.phpThis file contains code for logging out of the user.
changePassword.phpFile for changing the password.
template_changePassword.phpThis contains HTML template code for changing the password.
createGroup.phpFile contains code for creating groups.
template_createGroup.phpThis contains HTML template code for creating a group.
editGroup.phpFile contains code for editing group.
template_editGroup.phpThis contains HTML code for editing a group.
followers.phpFile contains code for detailing the people who follows the logged in user.
template_followers.phpThis contains HTML template code for followers of the user.
forgot.phpThis file contains code for forgot password.
friends.phpThis file contains code for friends details of the user.
template_friends.phpThis contains HTML template code for friends details of the user.
group.phpThis file contains code for displaying a particular group.
groupDetails.phpThe file contains code for a group in detail such as all group member photos.
groups.phpThis file contains code for all groups of a user.
template_groups.phpThis contains HTML template code for displaying all the groups of a user.
messages.phpThis file contains code for message conversation of a user.
template_messages.phpThis file contains HTML template code for message conversations of the user.
notifications.phpThis file contains code for displaying all the notifications received to a user.
template_notifications.phpThis file contains HTML template code for all the notifications received to user.
photos.phpThis file contains page for all photos uploaded by a user.
template_photos.phpThis file contains HTML template code for all the photos uploaded by a user.
profile.phpThis is the user profile page.
template_profileBackground.phpThis file contains HTML template code for setting background image for the user.
resetPassword.phpThe file contains code to reset password for a user.
settings.phpThe file contains code for changing any user settings like username,email,gender,etc,.
template_settings.phpThis file contains HTML template code for changing any user settings like username, email, gender, etc,.
status.phpThis is the status page of the user.
template_status.phpThis file contains HTML template code for status page of the user.
404.phpThis is the error page.
template_404.phpThis file contains HTML template code for error page.
facebook_login.phpThis is a redirection file for successful Facebook login.
microsoft_login.phpThis is a redirection file for successful Microsoft login.
google_login.phpThis is a redirection file for successful Google login.
linkedin_login.phpThis is a redirection file for successful LinkedIn login.
WallAdmin
This folder contains code for the maintenance of Wall Script administration. css – contains css styling for Wall Admin img – includes all images used for Wall Admin includes – contains PHP code for the common functionalities used in Wall Admin js – contains javascript files used for Wall Admin css This file contains all CSS styling code for the Wall Admin. img This file contains all icons/images used in Wall Admin. includes AdminUser.phpThis file contains PHP code functionalities for the Wall Admin user to login and change password.
Wall_Admin.phpThis file contains HTML code to do many functionalities for the Wall Admin user, such as user count,comments count, comment details, user details, etc,.
js walladmin.jsThis file includes complete javascript code used in Wall Admin.
AdManager.phpThis file is to manage or change any settings and preview before adding any advertisement.
ajaxAdDelete.phpThis file contains php code to make an ajax call for deleting any particular advertisement.
ajaxAdvertisement.phpThis file contains php code to make an ajax call for inserting any particular advertisement.
ajaxCommentDelete.phpThis file contains php code to make an ajax call for deleting any comment.
ajaxGroupBlock.phpThis file contains php code to make an ajax call for blocking any particular group.
ajaxImageDelete.phpThis file contains php code to make an ajax call for deleting any particular image.
ajaxImageUpload.phpThis file contains php code to make an ajax call for uploading any particular image.
ajaxMessageDelete.phpThis file contains php code to make an ajax call for deleting any particular message.
ajaxSearch.phpThis file contains php code to make an ajax call for making any search.
ajaxTemplate.phpThis file contains php code to make an ajax call for preparing a template.
ajaxUserBlock.phpThis file contains php code to make an ajax call for blocking any particular user.
ajaxUserDelete.phpThis file contains php code to make an ajax call for deleting any particular user.
ajaxUserVerified.phpThis file contains php code to make an ajax call for verifying any particular user.
blockedGroups.phpThis file contains HTML code for displaying the list of all blocked groups under Wall Admin application.
blockedUsers.phpThis file contains HTML code for displaying the list of all blocked users under Wall Admin application.
comments.phpThis file contains HTML code for displaying the list of all comments made by the users under Wall Admin application.
configurations.phpThis file contains HTML code for displaying the list of all configurations made.
groups.phpThis file contains HTML code for displaying the list of all groups under Wall Admin application.
head.phpThis file contains HTML code for everything which shows on top of the Wall Admin.
header.phpThis file contains HTML code for everything which displays as header section of the Wall Admin.
home.phpThis is the home page for Wall Admin.
includes.phpThis PHP code is to include few functions such as config.php, wallFunctions.php, session.php, Wall_Admin.php and configurations.php
index.phpThis is the index page for Wall Admin.
language.phpThis file contains all language input configurations.
logout.phpIt's a file to log out from Wall Admin page.
menu.phpIt's a left side menu to show on Wall Admin page.
pagination_footer.phpIt's a footer details for Wall Admin page.
pagination_header.phpIt's a header details for Wall Admin page.
session.phpThis maintains Wall Admin session details.
settings.phpThis is the HTML code for any settings change in Wall Admin.
templateManager.phpThis the HTML template code for all that has to be managed in Wall Admin.
updates.phpThis file contains HTML code for displaying the list of all updates made by the user/group under Wall Admin application.
userPics.phpThis file contains HTML code for displaying the user profile images under Wall Admin application.
userUploads.phpThis file contains HTML code for displaying all uploaded images by the users under Wall Admin application.
verifiedUsers.phpThis file contains HTML code for displaying the list of all verified users under Wall Admin application.