APPPATH/classes/model/rules.php [ 4638 ]
4633
4634 if ($sesion_game_data) {
4635 $info = $sesion_game_data;
4636 foreach ($sesion_game_data as $key => $info) {
4637 $sesion1 = (is_array($info) && array_key_exists('game_data', $info)) ? json_decode($info['game_data'], 1) : json_decode($info, 1);
4638 foreach ($sesion1['levelProgressList'] as $key1 => $infolevel) {
4639 if ($infolevel['collected_stars'] == 3) {
4640 $extra_trophies = $extra_trophies + 5;
4641 }
4642 }
4643 // $game_data['win_trophys'] = $extra_trophies;
-
APPPATH/classes/model/rules.php [ 4638 ] » Kohana_Core::error_handler(arguments)
0
integer 2
1
string(39) "Invalid argument supplied for foreach()"
2
string(54) "/var/www/taktaktak/application/classes/model/rules.php"
3
integer 4638
4
array(8) ( "data" => array(5) ( "game_played_id" => integer 8230478 "player_id" => string(7) "1330321" "game_id" => integer 82 "game_data" => array(1) ( "new_game_data" => string(0) "" ) "game_info" => array(0) ) "game_data" => array(2) ( "win_trophys" => integer 0 "nivel" => integer 0 ) "game_info" => array(0) "sesion_game_data" => array(1) ( "new_game_data" => string(0) "" ) "extra_trophies" => integer 0 "info" => string(0) "" "key" => string(13) "new_game_data" "sesion1" => NULL )
4633 4634 if ($sesion_game_data) { 4635 $info = $sesion_game_data; 4636 foreach ($sesion_game_data as $key => $info) { 4637 $sesion1 = (is_array($info) && array_key_exists('game_data', $info)) ? json_decode($info['game_data'], 1) : json_decode($info, 1); 4638 foreach ($sesion1['levelProgressList'] as $key1 => $infolevel) { 4639 if ($infolevel['collected_stars'] == 3) { 4640 $extra_trophies = $extra_trophies + 5; 4641 } 4642 } 4643 // $game_data['win_trophys'] = $extra_trophies;
-
APPPATH/classes/model/game.php [ 3038 ] » Model_Rules->get_extratelia_trophies(arguments)
0
array(5) ( "game_played_id" => integer 8230478 "player_id" => string(7) "1330321" "game_id" => integer 82 "game_data" => array(1) ( "new_game_data" => string(0) "" ) "game_info" => array(0) )
3033 3034 return $win_trophys; 3035 3036 case 82: 3037 3038 $win_trophys = Model::factory('Rules')->get_extratelia_trophies(array('game_played_id' => $play, 'player_id' => $player, 'game_id' => $game, 'game_data' => $game_info['game_data'], 'game_info' => $game_info['game_info'])); 3039 $win_trophys['win_trophys'] = $this->do_game_played_trophys(array( 3040 'game_played_id' => $play, 3041 'player_id' => $player, 3042 'game_id' => $game, 3043 'trophies' => $win_trophys['win_trophys'],
-
APPPATH/classes/controller/frontend/api.php [ 2861 ] » Model_Game->get_win_trophys(arguments)
0
integer 82
1
integer 8230478
2
string(7) "1330321"
3
integer 0
4
array(9) ( "player_id" => string(7) "1330321" "game_id" => integer 82 "game_info" => array(0) "game_data" => array(1) ( "new_game_data" => string(0) "" ) "date_start" => string(19) "2024-10-17 08:39:07" "date_end" => string(19) "2024-10-17 08:41:25" "user_agent" => string(11) "iOS 16.7.10" "game_played_id" => integer 8230478 "gameplayed_time" => string(3) "138" )
2856 2857 $win_playful = Model::factory('Game')->get_win_trophys( 2858 $arr_session['game_id'], 2859 $arr_session['game_played_id'], 2860 $arr_session['player_id'],0, 2861 $arr_session); 2862 $update = Model::factory('Game')->setProccessedSession(array('id' => $session['id'])); 2863 $resp['processed'] = $resp['processed'] + 1; 2864 2865 }else{ 2866 $update = Model::factory('Game')->setProccessedSession(array('id' => $session['id']));
-
{PHP internal call} » Controller_Frontend_Api->action_reevaluacion_sesiones()
-
SYSPATH/classes/kohana/request/client/internal.php [ 118 ] » ReflectionMethod->invoke(arguments)
0
object Controller_Frontend_Api(3)
{ protected _sess => object Session_Native(5)
{ protected _name => string(7) "session" protected _lifetime => integer 14400 protected _encrypted => bool FALSE protected _data => array(0) protected _destroyed => bool FALSE }
public request => object Request(21){ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
public response => object Response(5){ protected _callback => NULL protected _uri => string(12) "api/<action>" protected _regex => array(0) protected _defaults => array(3) ( "directory" => string(8) "frontend" "controller" => string(3) "api" "action" => string(5) "index" ) protected _route_regex => string(34) "#^api/(?P<action>[^/.,;?\n]++)$#uD" }
protected _routes => NULL protected _response => object Response(5){ protected _status => integer 200 protected _header => object HTTP_Header(0)
protected _header => object HTTP_Header(0){ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ }
protected _body => NULL protected _directory => string(8) "frontend" protected _controller => string(3) "api" protected _action => string(21) "reevaluacion_sesiones" protected _uri => string(25) "api/reevaluacion_sesiones" protected _external => bool FALSE protected _params => array(0) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(2){ protected _previous_environment => NULL protected _cache => NULL }
public _injected_routes => array(0) }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
}{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }113 throw new HTTP_Exception_404('The requested URL :uri was not found on this server.', 114 array(':uri' => $request->uri())); 115 } 116 117 $method = $class->getMethod('action_'.$action); 118 $method->invoke($controller); 119 120 // Execute the "after action" method 121 $class->getMethod('after')->invoke($controller); 122 } 123 catch (Exception $e)
-
SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)
0
object Request(21)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
{ protected _callback => NULL protected _uri => string(12) "api/<action>" protected _regex => array(0) protected _defaults => array(3) ( "directory" => string(8) "frontend" "controller" => string(3) "api" "action" => string(5) "index" ) protected _route_regex => string(34) "#^api/(?P<action>[^/.,;?\n]++)$#uD" }
protected _routes => NULL protected _response => object Response(5){ protected _status => integer 200 protected _header => object HTTP_Header(0)
protected _header => object HTTP_Header(0){ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ }
protected _body => NULL protected _directory => string(8) "frontend" protected _controller => string(3) "api" protected _action => string(21) "reevaluacion_sesiones" protected _uri => string(25) "api/reevaluacion_sesiones" protected _external => bool FALSE protected _params => array(0) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(2){ protected _previous_environment => NULL protected _cache => NULL }
public _injected_routes => array(0) }59 public function execute(Request $request) 60 { 61 if ($this->_cache instanceof HTTP_Cache) 62 return $this->_cache->execute($this, $request); 63 64 return $this->execute_request($request); 65 } 66 67 /** 68 * Processes the request passed to it and returns the response from 69 * the URI resource identified.
-
SYSPATH/classes/kohana/request.php [ 1138 ] » Kohana_Request_Client->execute(arguments)
0
object Request(21)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
{ protected _callback => NULL protected _uri => string(12) "api/<action>" protected _regex => array(0) protected _defaults => array(3) ( "directory" => string(8) "frontend" "controller" => string(3) "api" "action" => string(5) "index" ) protected _route_regex => string(34) "#^api/(?P<action>[^/.,;?\n]++)$#uD" }
protected _routes => NULL protected _response => object Response(5){ protected _status => integer 200 protected _header => object HTTP_Header(0)
protected _header => object HTTP_Header(0){ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ }
protected _body => NULL protected _directory => string(8) "frontend" protected _controller => string(3) "api" protected _action => string(21) "reevaluacion_sesiones" protected _uri => string(25) "api/reevaluacion_sesiones" protected _external => bool FALSE protected _params => array(0) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(2){ protected _previous_environment => NULL protected _cache => NULL }
public _injected_routes => array(0) }1133 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 1134 ':uri' => $this->_uri, 1135 )); 1136 } 1137 1138 return $this->_client->execute($this); 1139 } 1140 1141 /** 1142 * Returns whether this request is the initial request Kohana received. 1143 * Can be used to test for sub requests.
-
DOCROOT/index.php [ 109 ] » Kohana_Request->execute()
104 /** 105 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 106 * If no source is specified, the URI will be automatically detected. 107 */ 108 echo Request::factory() 109 ->execute() 110 ->send_headers() 111 ->body();