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