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