Lines Matching refs:get
40 $get = $post = array(); variable
43 parse_str(authcode($code, 'DECODE', UC_KEY), $get);
46 if($timestamp - $get['time'] > 3600) {
49 if(empty($get)) {
56 …if(in_array($get['action'], array('test', 'deleteuser', 'renameuser', 'gettag', 'synlogin', 'synlo…
58 echo $uc_note->$get['action']($get, $post);
85 function test($get, $post) { argument
89 function deleteuser($get, $post) { argument
98 function renameuser($get, $post) { argument
108 function gettag($get, $post) { argument
113 return $this->_serialize(array($get['id'], array()), 1);
116 function synlogin($get, $post) { argument
126 $uid = intval($get['uid']);
127 $username = $get['username'];
128 $password_e = $get['password'];
129 $time = $get['time'];
137 function synlogout($get, $post) { argument
149 function updatepw($get, $post) { argument
159 function updatebadwords($get, $post) { argument
169 function updatehosts($get, $post) { argument
186 function updateapps($get, $post) { argument
220 function updateclient($get, $post) { argument
237 function updatecredit($get, $post) { argument
274 function updatecreditsettings($get, $post) { argument
283 function addfeed($get, $post) { argument