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