
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: androidPushNotify.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php

	function sendFCM($device_id,$notifymessage,$message,$name,$mail,$number) {
		// $device_id=&quot;f4X5FLiUTOu9gquLqq2T6J:APA91bEyqe5r9EyobjVdG75wsGekHjteU4uVYK15lX5lYIiNxjFEchICiA3I2u2Q9aDkBV6n8pjQyuyW_jkjb8YIA3qDLWG5rDdQ4xLWEu4IjTO25D6e-37gFbwmhYOhhRDLEwhPZs6Y&quot;;
		// $body = array('type'=&gt;$type,'user_id'=&gt;$user_id,'report_id'=&gt;$report_id,'notifyMesg' =&gt; $message,'message' =&gt; $message, 'icon' =&gt; 'bluebell','dateTime' =&gt; date('Y-m-d H:i:s'));
		$body = array('notifyMesg' =&gt; $notifymessage,'message' =&gt; $message,'dateTime' =&gt; date('Y-m-d H:i:s'),'name'=&gt;$name,'mail'=&gt;$mail,'phonenumber'=&gt;$number);
    // print_r($body);
    // exit;
		$url = 'https://fcm.googleapis.com/fcm/send';
		$fields = array (
			   'to' =&gt; $device_id,
                'priority' =&gt; 'high',
			   'data' =&gt; array (
					   &quot;body&quot; =&gt;json_encode($body)
			   ),
        		'notification' =&gt; array (
				&quot;sound&quot;=&gt; &quot;default&quot;,
				&quot;body&quot; =&gt; $body['message'],
				&quot;title&quot; =&gt; &quot;Yasaswi&quot;
			   )
		);
		$fields = json_encode ( $fields );
		$headers = array (
			   'Authorization: key='.&quot;AAAAeFLsypM:APA91bE1KX54yrWCma1Ri8cDMTvZ-KLzR37eUqtpOM60iBwrfQUHQl99F7GcjbYsrM4dOTdRNaW6kQHKAvxpBqJyNF-hDl79CIxLFKwSZqpV53yPhXSc8tzD6n4yPqITvo-PUCZ_CssQ&quot;,
			   'Content-Type: application/json'
		);

		$ch = curl_init ();
		curl_setopt ( $ch, CURLOPT_URL, $url );
		curl_setopt ( $ch, CURLOPT_POST, true );
		curl_setopt ( $ch, CURLOPT_HTTPHEADER, $headers );
		curl_setopt ( $ch, CURLOPT_RETURNTRANSFER, true );
		curl_setopt ( $ch, CURLOPT_POSTFIELDS, $fields );

		$result = curl_exec ( $ch );
//         print_r($result);
//     exit;
		
		curl_close ( $ch );
		return $result;
		}
?&gt;
</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://satyadevaresidency.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://satyadevaresidency.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://satyadevaresidency.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://satyadevaresidency.com/wp-sitemap-posts-gallery-1.xml</loc></sitemap><sitemap><loc>https://satyadevaresidency.com/wp-sitemap-posts-testimonial-1.xml</loc></sitemap><sitemap><loc>https://satyadevaresidency.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://satyadevaresidency.com/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap><sitemap><loc>https://satyadevaresidency.com/wp-sitemap-taxonomies-gallery_cat-1.xml</loc></sitemap></sitemapindex>
