Code

Askk | Web PHP Social Q/A Template

Askk | Web PHP Social Q/A Template

Askk | Web PHP Social Q/A Template - 1 Askk | Web PHP Social Q/A Template - 2 Askk | Web PHP Social Q/A Template - 3 Askk | Web PHP Social Q/A Template - 4

Askk | Web PHP Social Q/A Template - 5

Askk | Web PHP Social Q/A Template - 6

Askk | Web PHP Social Q/A Template - 7


Askk | Web PHP Social Q/A Template - 8
Askk is a full-working App Template where people can post, browse or edit questions and answers, help users who need to know something about any topic or just get answers to their own questions.
Users are also allowed to post Anonymous questions/answers, report inappropriate content/users, like and dislike answers and share questions to social network apps, email and SMS.
You as the admin of the app can also daily check your database for reported content/users.

PLEASE NOTE that the demo website runs on GoDaddy and it works fine, I cannot guarantee you that this script will work on other hosting providers, so I strongly recommend you to use GoDaddy to make this script work.

Check out the Features section below to see what this app does.

It’s backend is by Parse Server and it’s hosted on back4appNO MySQL database involved.
Parse Server is flexible, reliable, open source, based on Node.js and well supported by a large community of developers, and back4app is a great BaaS hosting website where you can configure your database, Push Notifications and other features in just a few clicks.

This template includes an extensive online Documentation file that explains how to configure the app’s features and database.

Askk | Web PHP Social Q/A Template - 9
As per Envato Marketplace Terms, the Extended License applies to all applications that charge money to their users. In case your users will not be charged of money through your own version of this app, you can still buy it under a Regular license.
Therefore, you must buy this template under and Extended License if your plans are either one or more of the following:

  • Add some Payment Gateway in the source code and publish your own version of this website.
  • Transfer your website’s ownership to another owner by selling your ownership on flippa.com or similar marketplaces.
IMPORTANT: You are NOT allowed to sell or share the original source code of this template anywhere due to copyright infringement

Askk | Web PHP Social Q/A Template - 10

  • PHP/Javascript/HTML/CSS language
  • Bootstrap – Responsive – jQuery
  • Backend with Parse Server hosted on back4app.com
  • Browse, and post Questions or Answers
  • Search questions by keywords
  • Report inappropriate Users or Content
  • Profile screen with avatar images
  • Filter Questions by Trending, latest, not answered yet or by choosing a category
  • Edit profile with Name, Username, Email, etc
  • Set the Best Answer in a Question’s details screen (only the question’s owner can do that)
  • Email verification
  • Notifications screen (check likes and answers)
  • Intro, Login and Sign Up custom screens
  • Terms of Use and Privacy Policy HTML file (GDPR compliant)
  • Send Push Notifications to the mobile apps
  • Modern, clean UI design
  • Online Documentation
  • PSD icons included in the package


Askk | Web PHP Social Q/A Template - 11

  • Sublime Text or any other HTML/text editor software
  • Basic knowledge of HTML/CSS and PHP languages
  • A free account on back4app.com
  • A domain + hosting on GoDaddy (NO 000webhost.com or other hosting providers!)
  • An active SSL certificate for your domain
  • Chrome, Firefox or Safari browser


Askk | Web PHP Social Q/A Template - 12

August 26, 2019
- Added the following line into the '.question-cell h3 a' function in the 'main.css' file:
    word-break:break-all;
In rthis way, a long link or string gets wrapped in the cell's div 
August 23, 219
- Replaced this line of code:
      location.replace('index.php'); 
with this:
      window.history.back();

in the 'post.php' file -> 'postAnswer(qObjID, aObjID)' function. In this way, after posting an answer from the Question's page, it won't redirect to the home page but refresh the Question's page.
July 4, 2019
- Fixed a small bug on '<br />' detection by doing the following:

1) In 'grid-questions.php', this line:
    htmlspecialchars(nl2br($question));

became:
    htmlspecialchars($question);

2) In the 'question-details.php' file, this line: 
    htmlspecialchars( nl2br($qObj->get($QUESTIONS_QUESTION))

became:
    htmlspecialchars($qObj->get($QUESTIONS_QUESTION)
June 29, 2019
- Added this line of code into the 'grid-account.php' and 'grid-questions.php' files, in order to limit long questions:
    if(strlen($question) > 120){ $question = substr($question, 0, 120) .'...'; }
June 28, 2019
- Added this line of code into the 'main.css' file (so the edit profile page will be fully visible on mobile browsers):
     .edit-profile { margin-bottom: 100px; }
June 27, 2019
- Fized an XSS vulnerability in the reset-password.php file by using the 'htmlspecialchars()' function:
    $email = htmlspecialchars($_POST['email']);
June 25, 2019
- First release, PHP 5.4 and above
- PHP, Javascript, HTML and CSS language
- Fully compatible with Chrome, Firefox and Safari


Askk | Web PHP Social Q/A Template - 13 For any support requests, please contact me through my Profile’s Contact Form

Askk | Web PHP Social Q/A Template - 14 Your support is always appreciated, from comments to product’s reviews, so please write us a review HERE

by
by
by
by
by
by