Category : Tutorials

Adding Crowdfunding country to Crowdfunding Software Script To add Crowdfunding Country to Crowdphp follow these steps Backend >Project > Project info >Area List Click on add Add on that page enter the country name . After saving go again to Country list. Now you can add sub regions to it. To add Sub regions Click ..

Read more

Crowdfunding SQL Debug Mode Crowdphp Provides a great functionality, Which is called Crowdfunding SQL DEBUG mode. It allows you to list down Number of sql queries All SQL queries Memory Used Total Execution time   Which can be used in performance enhancement for your crowdfunding script To turn off/on crowdfunding sql debug mode do the ..

Read more

Crowdfunding Script Point System Point system is an activity based system.System provides credits to the users on their activities. On pre-decided activities users get reward by points. Which can be consumed while checking out with pledging a project , or donating to a project. Users get points on Project orders Project Donate Referrals Signups Referral ..

Read more

Changing Profile type in Crowdfunding Script Profile Crowdphp In Crowdphp each profile is either an individual or a company (Group). You can select which ever role you want to be . It can be done from profile. To change user profile from individual to institutional in crowdfunding script   Goto Account > Profile >Security   ..

Read more

Its easy to add new field in our Crowdfunding script in backend area. All you need to do is run sql query. a sample query is INSERT INTO `db_conf` (`id`, `name`, `value`, `group_id`, `input_type`, `value_scope`, `is_effect`, `is_conf`, `sort`) VALUES (NULL, ‘MYNEWFIELD’, ‘0’, ‘4’, ‘1’, ‘0,1’, ‘1’, ‘1’, ‘280’); Consult us on support for any other ..

Read more

crowdfunding Script database To create a MYSQL database with User access you need to go through the following steps. 1.Go to Home >> Databases >>Mysql Database Wizard Wizard helps you to create database /user and add access to it. 2.In Database name , Enter some name for database and click next 3.In username box , ..

Read more