X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=wwwroot%2Finc%2Feventz%2Fverify.inc;h=1d80aceb49c9bd144243e15fabc48b11e0e64011;hb=4b313ce7c4582f34e4ca12422a632c1bb95ae43a;hp=c0a42932c504e0f3d209c5631d97882eff0d0499;hpb=51ff32267c4949bad6a8dddc502cbc01ed56edc8;p=mirrors%2FKyberia-bloodline.git diff --git a/wwwroot/inc/eventz/verify.inc b/wwwroot/inc/eventz/verify.inc index c0a4293..1d80ace 100644 --- a/wwwroot/inc/eventz/verify.inc +++ b/wwwroot/inc/eventz/verify.inc @@ -1,5 +1,5 @@ -query("select user_id from users where login='$login'"); $kset->next();$userid=$kset->getString('user_id'); +// XXX HARD CODED $set=$db->query("select * from nodes where node_id='$userid' and node_parent=1836516"); if($set->getNumRows()!=1) { global $error; @@ -20,14 +21,13 @@ $kset=$db->query("select hash from users where login='$login'"); $kset->next();$vercode=$kset->getString('hash'); if($uvercode!=$vercode) { -global $error; -$error="Wrong verification code or username"; -return false; -} - -else { + global $error; + $error="Wrong verification code or username"; + return false; +} else { // ouch!! this is gonna be dirty!!!!! will be revised later:-) -$q="update nodes set node_parent=2091448, node_vector='00876611020914480$userid' where node_id='$userid'"; +// XXX hardcoded, rewrite +$q="update nodes set node_parent=2091448, node_vector='0000010120914480$userid' where node_id='$userid'"; $db->update($q); $q="update nodes set node_children_count=node_children_count+1 where node_id=2091448"; $db->update($q); @@ -40,11 +40,9 @@ $db->update($q); // and now the happy news:-)) - - echo "
Verification successfull.

from now on your registration is in the hands of kyberians

"; - -die(); + die(); } + } -?> \ No newline at end of file +?>