What is HireTalents Smart Code

HireTalents Smart Code is a useful feature to automatically verify and/or automatically grade the tasks you create. Thanks to this Smart code, it can be easily verified who visited the desired pages. All they have to do is submit the Smart Code you showed on your last page as proof of your work and HireTalents approves the rest. Thus, the tasks you create will no longer be a burden forever, that is, they will be sustainable.

How does Smart Code work?

You will need a website/blog URL that can run PHP codes for Smart Code to work. In order to perform verification or auto-rating of tasks, you must display a task verification code (SMART CODE) to each person who has successfully finished a task on your website.

Example Smart code 

Please make sure the code below is embedded in a .php page for it to work correctly.

        
<?php                                $encryption_key = "";                                $iv = openssl_random_pseudo_bytes(openssl_cipher_iv_length('aes-256-cbc'));                                $encrypted = openssl_encrypt(time(), 'aes-256-cbc', $encryption_key, 0, $iv);                                echo "jb-".base64_encode($encrypted . '::' . $iv);                        ?>
    

Each task created on HireTalents has a unique encryption_key to verify it. You can not use the same code to verify different tasks. Make sure you will provide users the SMART CODE so they can finish the task.

 

Tasks using the SMART CODE feature must have a high success rate, otherwise the task will be terminated automatically for your feedback.