Preview: Anonymous Feedback – Get honest feedback
Table of Contents
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
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
Android App Released On PlayStore
Get Your App Today
Email on [email protected] for more info
New Release
Google AdSense Integration
Cockpit
Feedback Sharing on Facebook
Inbox
Sent Items
User Search
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 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
"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);"
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.
TMDb Pro – Movie & TV Show Details Plugin For The Movie Database
Anonymous Feedback – Get honest feedback
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
Why do we use it?
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using Content here, content here, making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for lorem ipsum will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).
Where does it come from?
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of “de Finibus Bonorum et Malorum” (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, “Lorem ipsum dolor sit amet..”, comes from a line in section 1.10.32.
Where can I get some?
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which dont look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isnt anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.
Download Anonymous Feedback – Get honest feedback Nulled
Download Anonymous Feedback – Get honest feedbackNote: If you are having trouble with Anonymous Feedback – Get honest feedback Nulled free Download, try to disable AD blocking for the site or try another Web Browser. If disabling AD blocker or change Web Browser not help to you please contact us.