Blame view

mobile/source/modules/users/cache/points.php 1.31 KB
a1684257   Administrator   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
  <?php
  
  global $MAIN_PAGE;if ( empty($MAIN_PAGE) ){exit();}
  
  $MAIN_PAGE -> set_config('points_register_user','5');
  
  $MAIN_PAGE -> set_config('points_auth','1');
  
  $MAIN_PAGE -> set_config('points_invite','5');
  
  $MAIN_PAGE -> set_config('points_del_comment','-1');
  
  $MAIN_PAGE -> set_config('points_add_comment','1');
  
  $MAIN_PAGE -> set_config('points_add_news','50');
  
  $MAIN_PAGE -> set_config('points_del_news','-50');
  
  $MAIN_PAGE -> set_config('points_add_articles','50');
  
  $MAIN_PAGE -> set_config('points_del_articles','-50');
  
  $MAIN_PAGE -> set_config('points_add_questions','50');
  
  $MAIN_PAGE -> set_config('points_del_questions','-50');
  
  $MAIN_PAGE -> set_config('points_add_answer','2');
  
  $MAIN_PAGE -> set_config('points_del_answer','-2');
  
  $MAIN_PAGE -> set_config('points_best_answer','5');
  
  $MAIN_PAGE -> set_config('points_add_pub','50');
  
  $MAIN_PAGE -> set_config('points_del_pub','-50');
  
  $MAIN_PAGE -> set_config('points_add_post_blog','50');
  
  $MAIN_PAGE -> set_config('points_del_post_blog','-50');
  
  $MAIN_PAGE -> set_config('points_interview','50');
  
  $MAIN_PAGE -> set_config('points_add_brand','50');
  
  $MAIN_PAGE -> set_config('points_del_brand','-50');
  
  $MAIN_PAGE -> set_config('points_add_goods','100');
  
  $MAIN_PAGE -> set_config('points_del_goods','-100');
  
  $MAIN_PAGE -> set_config('points_register_org','5');
  
  
  ?>