isHierarch function restored
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / senate.inc
1 <?php
2 define('DAILY_K',30);
3 define('REGISTRATION_VOTES',2); //too small so far
4
5 // logout after one hour
6 define('LOGOUT_IDLE_SEC', 7200);
7
8 // An attempt to remove hard-code constants from code
9 define('MAIL_NODE',24);
10 define('REGISTRATION_TEXT_NODE',791946);
11 define('REGISTRATION_REQUEST_NODE',2091448);
12 define('UNVERIFIED_REGISTRATIONS_NODE',1836516);
13
14 define('DEF_DATA_TEMPLATE',12);
15 define('DEF_GALLERY_TEMPLATE',1041658);
16 define('DEF_LAST_NODE',23);
17
18 define('DEF_LISTING_AMMOUNT',42);
19 define('DEF_MAX_LISTING_AMMOUNT',333);
20 define('DEF_MAX_GET_THREADED_CHILDREN',100);
21
22 // 1961061 citizens?
23 // 1061495 citizens?
24 // 1961070 citizens?
25
26 // 791946 ps.php
27 // 2228983 ps.php
28
29 // 2019721 nodes.php template
30 // 2091520 -||-
31
32 // F.inc, K.inc
33 // $senat_id = 876611;
34 // $K_id = 1961061;
35
36 // addEvent.inc
37 // $params['node_parent'] = 2019771;
38
39 // addPlugin.inc
40 // $params['node_parent'] = 2019772;
41
42 // addTemplate.inc
43 // $params['node_parent'] = 2029360;
44
45 // configurePoll.inc
46 //$params['template_id']="1549834";
47
48 // delete.inc
49 // $new_parent_id=123456;
50
51 // login.inc
52 // elseif ($set->getString('header_id') == 2091520) {
53
54 // masterize.inc
55 // moved to trash
56
57 // remove_users.inc
58 // a lot of different
59
60 // unfriend.inc
61 // $q = "update nodes set external_link='', node_parent=123456, node_vector='001234560$node_id' whe
62
63 // verify.inc
64 // node_vector='0000010120914480$userid' where node_id='$user
65
66 // vycisti_registracky.inc
67 // $q="delete from nodes where node_vector like '020914480$noda%'";
68
69 // resource.kyberia.php
70 // $params['node_parent'] = 2029360;
71
72 // node methodz detto, (add*)
73
74 // get_citizen_count.inc
75 // nodes.node_id=1961061
76
77 // get_k_filtred_nodes
78 // $node_id = 2472165;
79
80 // get_poll.php
81 // template_id='1549834
82
83 ?>
This page took 0.53952 seconds and 4 git commands to generate.