Documentation FAQ | MicroJobSolution
🔐 লগইন

Documentation & FAQs

Learn how to configure, deploy, customize, and monetize your MicroJobSolution software script. Select a topic below to expand details.

🌐
Language Translation / ভাষা অনুবাদ Translate this page instantly using Google Translate / গুগল অনুবাদ দিয়ে পেজটি অনুবাদ করুন

To run the MicroJobSolution PHP script efficiently, your server must meet the following configuration parameters:

  • PHP Version: PHP 8.1 or 8.2 (highly recommended).
  • Database: MySQL 5.7+ or MariaDB 10.3+.
  • Required PHP Extensions: BCMath, Ctype, Fileinfo, Mbstring, OpenSSL, PDO, Tokenizer, XML, and GD library.
  • Hosting Support: Standard cPanel shared hosting, VPS (Linux OS with Ubuntu/CentOS), or dedicated web servers.

Cron Jobs are essential to run automation sequences (like automatically approving submitted proof tasks after 3 days if the buyer does not respond). To set up, log in to cPanel or SSH, and schedule the following cron command to execute every minute:

* * * * * php -d register_argc_argv=On /path/to/your/project/cron-handler.php > /dev/null 2>&1

Make sure to replace /path/to/your/project/ with the absolute file path of your public directory.

Our software supports two types of payment integrations, manageable from your administrator dashboard:

  • Global Gateways (Automated): Enter your credentials for Stripe, PayPal, or crypto gateways (like CoinPayments) to handle instant credit card and token deposits.
  • Local Gateways (Manual/API): Configure inputs for mobile financial services (MFS) like bKash, Nagad, or Rocket. Users input payment receipt numbers or Transaction IDs, which are queued in the admin panel for manual approval.

To protect your site from bots and multi-account abusers:

  • The system logs user IP addresses during signup and login, blocking multiple account creations from a single IP.
  • We integrate with IP intelligence APIs. By entering your API key in the admin panel, the platform automatically rejects registrations originating from data centers, public VPN proxies, or Tor exit nodes.

Yes. The script features a translation array system. You can open languages.php in the root folder, which contains array dictionaries: key-value translation strings. You can edit existing Bangla/English strings or add new languages easily.

If you purchase the Professional or Enterprise packages, our engineering team handles the complete setup. We configure the database, install security keys, bind payment gateways, and configure Cron Jobs on your server. For the Starter package, we supply detailed documentation for manual installation.