D
D
drtvader2016-10-21 07:54:52
Fintech
drtvader, 2016-10-21 07:54:52

How much does the job cost?

Hey!
From time to time they ask to regenerate hosting accounts, buy domains, transfer wordpress sites to created accounts.
How to evaluate this work, how much money to ask?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Puma Thailand, 2016-10-21
@drtvader

Decide on the price per hour
For example, a thousand rubles per hour
Multiply the time spent by the rate

S
Samarkand, 2016-12-05
@ichubinets

function user_is_authorized($user) {
  $is_authorized = false;

  if (isset($user)) {
    $is_authorized = true; // удостоверьтесь, что пользователь авторизован
  }

  return $is_authorized;
}

if (user_is_authorized($user) && isset($file['down_rating']) && isset($user['rating']) && $file['down_rating'] <= $user['rating'] && ((isset($user['fraudster']) && $user['fraudster'] == 0) || (!isset($file['id_category']) || $file['id_category'] != 3)))
{
//download
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question