From 12824f2c472ce7c2e3586b1eb9d92a36fcbf86c2 Mon Sep 17 00:00:00 2001 From: niekt0 Date: Sat, 23 Oct 2010 00:54:36 +0200 Subject: [PATCH] removed tz --- wwwroot/nodes.php | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/wwwroot/nodes.php b/wwwroot/nodes.php index 5783ffd..6429521 100644 --- a/wwwroot/nodes.php +++ b/wwwroot/nodes.php @@ -49,24 +49,6 @@ else $template_id=false; //initializing node methods if (!empty($_GET['node_name'])) { - //omfg what's this! jail , jail, penalty of death! - // reopened by [CENSORED], keep this in secret, then you can benefit from it.. - if(strpos($_GET['node_name'],'0')===0) { - $numbah=$_GET['node_name']; - $db->query("set character_set_connection=latin2"); - $set=$db->query("select * from tz.gts where full_number='$numbah'"); - $set->next(); - echo $set->getString('full_name')."
"; - echo $set->getString('full_street')."
"; - echo $set->getString('city')."
"; - echo $set->getString('psc')."
"; - echo $set->getString('company')."
"; - - die(); - } - - else $node = nodes::redirByName($_GET['node_name']); - // END OF JAIL ;) $node = nodes::redirByName($_GET['node_name']); } elseif (!empty($_GET['node_id'])) { -- 2.30.2