Nulled Anonymous Feedback – Send Honest Feedbacks free download

Anonymous Feedback – Send Honest Feedbacks-[Clean-Nulled].zip

Anonymous Feedback – Send Honest Feedbacks Anonymously

It’s for the people who want to run their own anonymous feedback website for their commercial or educational organizations.

Send and receive genuine and honest feedback about you, your skills, work, relationship or friendship from your classmates, friends, employees or from your loved ones.

Now in V2+ you can reply to the feedback received from registered users without knowing their identity.
And you can send honest feedback by searching users by their names, emails, and usernames

AnonymousFeedbacking is built using Codeigniter, Google Material & Twitter Bootstrap Framework.

V2 FEATURES

AnonymousFeedbacking contains all the necessary features that a perfect anonymous feedback website must have.

– Feedback Reply to registered users
– Users search
– Email notification of Feedbacks
– New Feedback notification
– Send, receive and manage anonymous feedbacks
– Share profile & feedback in multi colors on Facebook
– Mobile optimized & fully responsive
– Beautiful UX & UI by Google Material Framework
– Google & Facebook login
– Multi-Language & RTL support
– Multi-User & ACL management
– 50+ Admin Settings for full control
– 20 Multi-Color Material Themes
– Super Easy 1-Click installation

Android App Released On PlayStore

Download On Play Store

Get Your App Today

Email on [email protected] for more info

New Release

Google AdSense Integration


Cockpit :)

Feedback Sharing on Facebook

Inbox

Sent Items

Feedback Reply

Feedback Reply Received

Profile Sharing on Facebook

Feedback sharing on Facebook with your brand logo and name

Multi-lingual

Multi-lingual with RTL support

Multi-lingual with RTL support

Now comes with 20 Fresh n Cool Welcome Page Designs

DEMO ACCOUNTS

NORMAL USERS

– Username: jasonbourne / jarvisjenkins / jakeweary / fletchskinner
– Password: jasonbourne / jarvisjenkins / jakeweary / fletchskinner

ADMIN USERS

– Username: chaplainmondover / desmondeagle / alanfresco / gilesposture
– Password: chaplainmondover / desmondeagle / alanfresco / gilesposture

INSTALLATION

Automatic 1-Click Installation



1. Copy the product's folder "anonymousfeedbacking_v2" to your server's/localhost www/htdocs folder.

2. Enter URL http://localhost/anonymousfeedbacking_v2/install or http://example.com/install.

3. Then enter your database details and click install.

4. At last, use the below creds for admin login -
    Username : admin 
    Password : admin123

 

Manual Installation


1. Copy the product's folder "anonymousfeedbacking_v2" to your server's/localhost www/htdocs folder.

2. Create a new database from Mysql Host (PHPMyAdmin or any other) and import database file from     
    --> anonymousfeedbacking_v2/install/assets/install.sql

    **If in case of database errors, then you Mysql version is old, but we have a compatible DB for the older version-**   
     --> anonymousfeedbacking_v2/install/assets/install_old_mysql_version.sql

3. Then after creating and importing database successfully, update the database details in-
    --> application/config/development/database.php (according to local server)
    --> application/config/production/database.php file (according to online server)

4. Update the $config['base_url'] value in-
     --> application/config/development/config.php (e.g http://localhost/anonymousfeedback_v2/)
     --> application/config/production/config.php (e.g http://example.com/)

5. At last use the below creds for admin login -
    Username : admin 
    Password : admin123

After successfully logging in you will see admin panel link in the footer "Administration".

UPGRADING V1 to V2 OR V2 to V2.1

1. Just keep the "upload" folder and delete all from the website directory.

2. Copy everything from "anonymousfeedbacking_v2" to the existing website directory.

3. Update the database details in-
    --> application/config/development/database.php (according to local server)
    --> application/config/production/database.php file (according to online server)

4. Update the $config['base_url'] value in-
     --> application/config/development/config.php (e.g http://localhost/anonymousfeedback_v2/)
     --> application/config/production/config.php (e.g http://example.com/)

5. At last, update the database by running the following queries one by one-


      "ALTER TABLE `notifications` CHANGE `n_type` `n_type` ENUM('contacts','users','messages') CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL;" 

      "ALTER TABLE `messages` ADD `p_id` INT NOT NULL DEFAULT '0' AFTER `m_from_delete`;"   

      "CREATE TABLE IF NOT EXISTS `anonym_sessn` (
         `id` varchar(128) NOT NULL,
         `ip_address` varchar(45) NOT NULL,
           `timestamp` int(10) unsigned DEFAULT 0 NOT NULL,
         `data` blob NOT NULL,
           KEY `anonym_sessn_timestamp` (`timestamp`)
      );
      ALTER TABLE anonym_sessn ADD PRIMARY KEY (id);" 

Setting up Google & Facebook Login






INSTALLATION SUPPORT POLICY

– If you need any other custom change then it would be at extra cost (hourly rates).
– If we need to configure server first in order to install the script then server configuration changes will 50$.
– Free installation is only for single domain / server. If you want installation on any other domain or server then
charges would be 50$ / domain.
– If you’re getting any error, then just put an email regarding the error, and we’ll update the script after error resolution within 2 days.

DOCUMENTATION

Here is a quick user guide about ‘How To Use This Website’
Read complete documentation

CHANGELOG

v2.7 June 05, 2018



=== Version 2.7 ===

** FEATURE ADDED
* Google AdSense Integration
* Released Android App on Playstore

*-*-*-*- Files Updated (For those who wanna update)*-*-*-*-

* application/views/welcome.php

* themes/default/template.php

** DATABASE UPDATE

Run the below mysql query in the 'settings' table

-  INSERT INTO `settings` (`id`, `setting_type`, `name`, `input_type`, `options`, `is_numeric`, `show_editor`, `input_size`, `translate`, `help_text`, `validation`, `sort_order`, `label`, `value`, `last_update`, `updated_by`)
VALUES
(81, 'login', 'ad_code', 'textarea', NULL, '0', '0', 'large', '0', 'Paste your adSense Ad Code here', 'trim', 361, 'adSense Ad Code', '', '2017-08-18 22:11:00', 1),
(82, 'login', 'ad_verify', 'textarea', NULL, '0', '0', 'large', '0', 'Paste your adSense Ad Site Verification Code here', 'trim', 361, 'adSense Ad Site Verification Code', '', '2018-06-05 14:30:53', 1);


v2.6 May 30, 2018



=== Version 2.6 ===

** IMPROVEMENTS
* Improved overall email sending functionality
* Third party plugins updated by latest versions
* Forget password email improved
* Performance improved by 25%

*-*-*-*- Files Updated (For those who wanna update)*-*-*-*-

* application/config/config.php
* application/config/ion_auth.php

*application/core/Public_controller.php
*application/core/Private_controller.php
*application/core/MY_controller.php
*application/core/Admin_controller.php

*application/libraries/Ion_auth.php

* application/views/welcome.php 

* themes/admin/template.php
* themes/default/template.php
* themes/core/css/*
* themes/core/plugins/*

** DATABASE UPDATE

Run the below two queries in the 'settings' table

-  UPDATE `settings` SET `input_type` = 'input' WHERE `settings`.`id` = 80;
- UPDATE `settings` SET `show_editor` = '0' WHERE `settings`.`id` = 80;


v2.5 May 14, 2018



=== Version 2.5 ===

** Bug Resolved
* Facebook One Click Sharing (image loading error)  - RESOLVED
* Admin panel - Messages, Reports, Users listing error  - RESOLVED

*-*-*-*- Files Updated (For those who wanna update)*-*-*-*-

* application/controllers/admin/Messages.php 
* application/controllers/admin/Users.php 
* application/controllers/admin/Reports.php 

* application/views/admin/users/view.php 
* application/views/og/index.php 

* themes/default/template.php


v2.4 May 09, 2018



=== Version 2.4 ===

** Bug Resolved
* Facebook Login Error (New Facebook App Version)  - RESOLVED
* Redirect to Messages page after Login & Signup   - DONE
* Removed Buy now button from the welcome page   - DONE
* username.anonymousfeedbacking.com Page Design - IMPROVED

*-*-*-*- Files Updated (For those who wanna update)*-*-*-*-

* application/controllers/Auth.php 
* application/controllers/User.php 
* application/core/MY_Controller.php 
* application/libraries/Ion_auth.php 
* application/views/welcome.php 
* themes/default/template.php


v2.3 Apr 27, 2018



=== Version 2.3 ===

** Bug Resolved
* Forgot password error - RESOLVED
* Routing Error - RESOLVED

*-*-*-*- Files Updated (For those who wanna update)*-*-*-*-

* application/controllers/Auth.php 
* config/ion_auth.php 
* config/routes.php 
* libraries/Make_mail.php 


v2.2 Feb 10, 2018



=== Version 2.2.0 ===

-/-/-/- Bugs Resolved -/-/-/-
- Forgot Password error - RESOLVED
- Old MySql version compatibility - ADDED
- Language change warnings - REMOVED
- Welcome page design - RE-DESIGNED

*-*-*-*- Files Updated (For those who wanna update)*-*-*-*-

* application/controllers/auth.php 
* application/controllers/profile.php 
* application/controllers/admin/users.php 

* application/core/my_lang.php 
* application/core/my_controller.php 

* application/libraries/ion_auth.php 
* application/libraries/visits_count.php 

* application/models/ion_auth_model.php 
* application/models/notification_model.php 
* application/models/users_model.php 

* application/views/welcome.php 
* application/views/admin/users/form.php 
* application/views/admin/users/view.php 

* themes/default/template.php 

* themes/core/css/custom.css
* themes/core/css/themes/all-themes.min.css
* themes/core/css/style.min.css

* themes/admin/js/custom_i18n.js


v2.1.1 Jan 27, 2018



=== Version 2.1.1 ===

* Updated application/controllers/auth.php file. (for Facebook login error)
* Updated themes/default/template.php file. (for Facebook sharing error)


v2.1 Jan 23, 2018



=== Version 2.1.1 ===

* Updated application/config/routes.php file.


v2.1 Jan 20, 2018



=== Version 2.1 ===

** Front End Errors-
* Language change error - RESOLVED
* Page hiding after clicking on checkbox in the Arabic language - RESOLVED
* Logo misplacing and overlay in the Arabic language - RESOLVED
* Language change error - RESOLVED
* Preloader design issue in RTL - RESOLVED
* Logout button on top bar - ADDED
* Facebook Login issue - RESOLVED

** Admin Panel Errors-
* Error while updating user profile - RESOLVED
* All Messages showing in Reports - RESOLVED

** Installation Part
* Reduced installation steps
* Added completely 1-click installation process.


v2 Sep 25, 2017



=== Version 2 ===

** New Features Added
* Reply to feedback from registered users
* Email notification of feedbacks
* Notification on new feedback arrives


v1 Sep 19, 2017



=== Version 1 ===

** Initial release


SUPPORT

You can email us at [email protected] for any type of support, issue or query. We’ll get back to you within 24 Hours.

THANK YOU

If you like this product, you may like our other products as well. Keep your eyes on https://classiebit.com.

Full Live Demo

Mercifully Note: We refresh new substance like WordPress Themes,
Plugins, PHP Scripts ordinary. In any case, recall that you
ought to never utilize this things in a business site.
Every one of the substance posted here for advancement
and testing reason as it were. We’re not in charge of
any harm, use at your own particular RISK! We highly recommend to buy Anonymous Feedback – Send Honest Feedbacks from the The Developer ( classiebit ) website. Thank you.

Free Download

Downloads

You May Also Like

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.