PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/outtheboxministry.org/xhr/ |
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 IP: 209.182.202.254 |
Dir : /home/trave494/outtheboxministry.org/xhr/interested_event.php |
<?php if ($f == 'interested_event') { if (!empty($_GET['event_id']) && Wo_CheckMainSession($hash_id) === true) { if (Wo_EventInterestedExists($_GET['event_id']) === true) { if (Wo_UnsetEventInterestedUsers($_GET['event_id'])) { $data = array( 'status' => 200, 'html' => Wo_GetInterestedButton($_GET['event_id']) ); } } else { if (Wo_AddEventInterestedUsers($_GET['event_id'])) { $data = array( 'status' => 200, 'html' => Wo_GetInterestedButton($_GET['event_id']) ); if (Wo_CanSenEmails()) { $data['can_send'] = 1; } } } } header("Content-type: application/json"); echo json_encode($data); exit(); }