Download Anonymous Feedback – Get honest feedback Nulled

Get the new product – Anofie Pro

Anofie Pro – a new product, an advanced & remastered Anonymous Feedback Script.

New product – Anofie Pro – Available on Codecanyon.

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 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.

Watch how to install Anonymousfeedback Script

Anonymous Feedback - Get honest feedback - 1

Anonymous Feedback - Get honest feedback - 2

Anonymous Feedback - Get honest feedback - 3

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

Please give your honest reviews & ratings. We need your support to deliver regular updates with new exciting features. ❤️

Click Here to review on Codecanyon
Anonymous Feedback - Get honest feedback - 4

Android App Released On PlayStore

Anonymous Feedback - Get honest feedback - 5

Download On Play Store

Get Your App Today

Email on [email protected] for more info

New Release

Google AdSense Integration

Anonymous Feedback - Get honest feedback - 6

Cockpit  :)

Anonymous Feedback - Get honest feedback - 7

Feedback Sharing on Facebook

Anonymous Feedback - Get honest feedback - 8

Inbox

Anonymous Feedback - Get honest feedback - 9

Sent Items

Anonymous Feedback - Get honest feedback - 10

Anonymous Feedback - Get honest feedback - 11

Feedback Reply

Anonymous Feedback - Get honest feedback - 12

Feedback Reply Received

Anonymous Feedback - Get honest feedback - 13

Profile Sharing on Facebook

Anonymous Feedback - Get honest feedback - 14

Feedback sharing on Facebook with your brand logo and name

Anonymous Feedback - Get honest feedback - 15

Multi-lingual

Anonymous Feedback - Get honest feedback - 16

Multi-lingual with RTL support

Anonymous Feedback - Get honest feedback - 17

Multi-lingual with RTL support

Anonymous Feedback - Get honest feedback - 18

Now comes with 20 Fresh n Cool Welcome Page Designs

Anonymous Feedback - Get honest feedback - 19

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

Anonymous Feedback - Get honest feedback - 20


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 the 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 the 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 the 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

Anonymous Feedback - Get honest feedback - 21

Anonymous Feedback - Get honest feedback - 22

Anonymous Feedback - Get honest feedback - 23

INSTALLATION SUPPORT POLICY

– If you need any other custom change then it would be at extra cost (hourly rates).
– If we need to configure the server first to install the script then server configuration charges would be 50$.
– Free installation is only for a 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.10.1 Mar 25, 2019



=== Version 2.10.2 ===

ISSUES RESOLVED
- Reset password not working - RESOLVED

Files changed
    - application/config/ion_auth.php
    - application/controllers/Auth.php
    - application/models/Users_model.php
    - application/libraries/
        - Make_mail.php
        - Ion_auth.php

Composer packages updated
    - application/vendor/*


v2.10.1 Mar 25, 2019



=== Version 2.10.1 ===

ISSUES RESOLVED
- Forgot password email not sending - RESOLVED
- Registration email not sending - RESOLVED

FILES CHANGED
- application/libraries
        - Ion_auth.php
        - Make_mail.php


v2.10 Mar 16, 2019



=== Version 2.10 ===

Bugs resolved
- Signup and forgot password email not sending - RESOLVED
- Timezone issue

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

* application/config/ion_auth.php

* application/controllers/Messages.php

* application/controllers/User.php

* application/controllers/Auth.php

*-*-*-*- Database Updates (important if you're upgrading)*-*-*-*-
- We've added a SQL file - update_v2.10.sql in the root directory. Just import it into your database and all done.


v2.9 Jan 03, 2019



=== Version 2.9 ===

Added & Resolved
- Privacy Policy Page
- Few micro errors

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

* application/config/routes.php

* application/controllers/Privacy.php

* application/language/english/core_lang.php

* application/views/privacy.php

* themes/default/template.php

*-*-*-*- Database Updates (important if you're upgrading)*-*-*-*-
- We've added a SQL file - update_v2.9.sql in the root directory. Just import it into your database and all done.


v2.8 Aug 13, 2018



=== Version 2.8 ===

Bugs Resolved
- Admin panel - users sorting by group
- Switching language error
- Few micro errors

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

* application/config/ion_auth.php
* application/controllers/Profile.php
* application/controllers/User.php
* application/controllers/Auth.php

* application/controllers/admin/Users.php

* application/core/MY_Controller.php

* application/libraries/Ion_auth.php

* application/models/Users_model.php
* application/models/Messages_model.php


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 the 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 the 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.

Kindly Note: We update new contents like WordPress Themes, Plugins, PHP Scripts everyday. But remember that you should never use this items in a commercial website. All the contents posted here for development & testing purpose only. We’re not responsible for any damage, use at your own RISK! We highly recommend to buy Anonymous Feedback – Get honest feedback from the The Developer ( classiebit ) website. Thank you.
Download = Anonymous Feedback – Get honest feedback-[Updated].zip

Free Download

You May Also Like

About the Author: admin