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