isHierarch function restored
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / senate.inc
CommitLineData
51ff3226 1<?php
2define('DAILY_K',30);
fbb84259 3define('REGISTRATION_VOTES',2); //too small so far
f2e47e33 4
24634046 5// logout after one hour
57dd552c 6define('LOGOUT_IDLE_SEC', 7200);
24634046 7
f2e47e33 8// An attempt to remove hard-code constants from code
387da281 9define('MAIL_NODE',24);
8630d217 10define('REGISTRATION_TEXT_NODE',791946);
f2e47e33 11define('REGISTRATION_REQUEST_NODE',2091448);
12define('UNVERIFIED_REGISTRATIONS_NODE',1836516);
13
233544e1 14define('DEF_DATA_TEMPLATE',12);
15define('DEF_GALLERY_TEMPLATE',1041658);
38927c4d 16define('DEF_LAST_NODE',23);
233544e1 17
637e2914 18define('DEF_LISTING_AMMOUNT',42);
d69b37e1 19define('DEF_MAX_LISTING_AMMOUNT',333);
637e2914 20define('DEF_MAX_GET_THREADED_CHILDREN',100);
8f52a053 21
f2e47e33 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
f2e47e33 63// verify.inc
f2e47e33 64// node_vector='0000010120914480$userid' where node_id='$user
65
66// vycisti_registracky.inc
f2e47e33 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
51ff3226 83?>
This page took 0.671713 seconds and 4 git commands to generate.