- Timestamp:
- Jan 29, 2015 4:58:53 PM (10 years ago)
- Location:
- pro-violet-viettel/sourcecode/application/modules/frontend
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/frontend/controllers/user.php
r707 r716 337 337 $data = $this->user_model->update_user($src, $token, $user, $us_id); 338 338 parse_str($data); 339 switch ($status) { 339 error_log('API return ---- Data: '. var_export($data, TRUE). "\n", 3, '/srv/www/sbg/log/changepass.log'); 340 switch ((int)$status) { 340 341 case 0: 341 342 $result['success'] = 1; -
pro-violet-viettel/sourcecode/application/modules/frontend/models/user_model.php
r707 r716 404 404 public function isExistcollaborator($collaborator) { 405 405 $this->db->query ( 'UNLOCK TABLES' ); 406 $this->db->select ( '*' )->from ( 'tblcollaborator' )->where ( 'login_name', $collaborator )->limit ( 1 ); 406 //$this->db->select ( '*' )->from ( 'tblcollaborator' )->where ( 'login_name', $collaborator )->limit ( 1 ); 407 $this->db->select ( '*' )->from ( 'tblcollaborator' )->where ( 'cellphone', $collaborator )->limit ( 1 ); 407 408 $result = $this->db->get ()->row_array (); 408 409 if ($result) -
pro-violet-viettel/sourcecode/application/modules/frontend/views/user_profile.php
r714 r716 298 298 <div class="alert alert-block alert-success"> 299 299 <p> 300 QuÜ vá» cÅ©ng có thá» sá» dụng sá» Äiá»n thoại <strong><?php echo $username;?></strong> và soạn tin theo cú pháp: <strong>SBG VIP 1</strong> (hay VIP 3, VIP 6, VIP 12) <strong>gá»i tá»i 8062</strong> (Há» thá»ng sẜ trừ tiá»n trên tà i khoản chÃnh cá»§a sá» Äiá»n thoại<strong><?php echo $username;?></strong>)300 QuÜ vá» cÅ©ng có thá» sá» dụng sá» Äiá»n thoại <strong><?php echo $username;?></strong> và soạn tin theo cú pháp: <strong>SBG VIP 1</strong> (hay VIP 3, VIP 6, VIP 12) <strong>gá»i tá»i 8062</strong> (Há» thá»ng sẜ trừ tiá»n trên tà i khoản chÃnh cá»§a sá» Äiá»n thoại <strong><?php echo $username;?></strong>) 301 301 </p> 302 302 </div>
Note: See TracChangeset
for help on using the changeset viewer.