{"id":2187,"date":"2017-08-16T23:13:27","date_gmt":"2017-08-16T21:13:27","guid":{"rendered":"https:\/\/www.sgda.ch\/?page_id=2187"},"modified":"2017-08-18T02:18:37","modified_gmt":"2017-08-18T00:18:37","slug":"voucher","status":"publish","type":"page","link":"https:\/\/www.sgda.ch\/fr\/voucher\/","title":{"rendered":"Happy 5th anniversary everyone!"},"content":{"rendered":"<h1>\nOver 1000 games have been claimed and all codes are gone! Thank you so much for the fantastic interest in Swiss games!<br \/>\n<\/h1>\n<p>[insert_php]<br \/>\n\/*<\/p>\n<p>$challenges = array(<br \/>\n&#8220;5 plus 5 = ?&#8221; => &#8220;10&#8221;,<br \/>\n&#8220;7 &#8211; 1 = ?&#8221; => &#8220;6&#8221;,<br \/>\n&#8220;7 &#8211; 2 = ?&#8221; => &#8220;5&#8221;,<br \/>\n&#8220;7 &#8211; 3 = ?&#8221; => &#8220;4&#8221;,<br \/>\n&#8220;7 minus 4 = ?&#8221; => &#8220;3&#8221;,<br \/>\n&#8220;7 &#8211; 5 = ?&#8221; => &#8220;2&#8221;,<br \/>\n&#8220;7 &#8211; 6 = ?&#8221; => &#8220;1&#8221;,<br \/>\n&#8220;7 &#8211; 7 = ?&#8221; => &#8220;0&#8221;,<br \/>\n&#8220;12 + 12 = ?&#8221; => &#8220;24&#8221;,<br \/>\n&#8220;77 &#8211; 3 = ?&#8221; => &#8220;74&#8221;,<br \/>\n&#8220;77 &#8211; 4 = ?&#8221; => &#8220;73&#8221;,<br \/>\n&#8220;77 minus 5 = ?&#8221; => &#8220;72&#8221;,<br \/>\n&#8220;77 &#8211; 6 = ?&#8221; => &#8220;71&#8221;,<br \/>\n&#8220;67 &#8211; 3 = ?&#8221; => &#8220;64&#8221;,<br \/>\n&#8220;67 &#8211; 4 = ?&#8221; => &#8220;63&#8221;,<br \/>\n&#8220;67 &#8211; 5 = ?&#8221; => &#8220;62&#8221;,<br \/>\n&#8220;67 &#8211; 6 = ?&#8221; => &#8220;61&#8221;,<br \/>\n&#8220;47 minus 3 = ?&#8221; => &#8220;44&#8221;,<br \/>\n&#8220;47 &#8211; 4 = ?&#8221; => &#8220;43&#8221;,<br \/>\n&#8220;47 &#8211; 5 = ?&#8221; => &#8220;42&#8221;,<br \/>\n&#8220;47 &#8211; 6 = ?&#8221; => &#8220;41&#8221;);<\/p>\n<p>$QUIET_IP_CHECK = false;<br \/>\n$IP_LIMIT_ACTIVE = true;<br \/>\n$DEBUG = true;<\/p>\n<p>if ($DEBUG) { error_reporting(E_ALL); ini_set(&#8216;display_errors&#8217;, 1); }<\/p>\n<p>        $ip = getRealIpAddr();<\/p>\n<p>\t$link = mysqli_connect(&#8220;localhost&#8221;, &#8220;sgdach_vouchers5&#8221;, &#8220;n2vUM2Rse3Z@3bkk#8Ho&#8221;, &#8220;sgdach_vouchers5&#8221;);<\/p>\n<p>\tif (mysqli_connect_errno() || $ip == &#8220;212.120.88.137&#8221;) {<\/p>\n<p>\t\techo_please_later();<br \/>\n                echo_debug( $ip );<br \/>\n\t\treturn;<\/p>\n<p>\t}<\/p>\n<p>\tif (isset($_POST[&#8220;email&#8221;]) &#038;&#038; isset($_POST[&#8220;game&#8221;]) &#038;&#038; strlen(trim($_POST[&#8220;email&#8221;])) > 0) {<\/p>\n<p>$challenge = mysqli_real_escape_string($link, $_POST[&#8220;chal&#8221;]);<br \/>\n$response = mysqli_real_escape_string($link, $_POST[&#8220;resp&#8221;]);<\/p>\n<p>if ($challenges[$challenge] !== $response) {<br \/>\n      echo_form($link, array_rand($challenges));<br \/>\n      return;<br \/>\n}<\/p>\n<p>\t\t$email = mysqli_real_escape_string($link, $_POST[&#8220;email&#8221;]);<br \/>\n                if (!filter_var($email, FILTER_VALIDATE_EMAIL)) {<br \/>\n                     return;<br \/>\n                }<br \/>\n\t\t$game_id = mysqli_real_escape_string($link, $_POST[&#8220;game&#8221;]);<br \/>\n\t\t$result = mysqli_query($link, &#8220;SELECT * FROM `Games` WHERE game_id = $game_id LIMIT 1;&#8221;);<br \/>\n\t\t$row = mysqli_fetch_assoc($result);<br \/>\n\t\t$game_name = $row[&#8220;game&#8221;];<br \/>\n\t\t$game_url = $row[&#8220;game_url&#8221;];<br \/>\n\t\t$studio_name = $row[&#8220;studio&#8221;];<br \/>\n\t\t$studio_url = $row[&#8220;studio_url&#8221;];<\/p>\n<p>\t\t\/\/ log<br \/>\n\t\t$result = mysqli_query($link, &#8220;INSERT INTO  `sgdach_vouchers5`.`Requests` (`t`, `email`, `game`, `ip`) VALUES (CURRENT_TIMESTAMP, &#8216;$email&#8217;, &#8216;$game_id&#8217;, &#8216;&#8221;. $ip .&#8221;&#8216;);&#8221;);<\/p>\n<p>\tif (strpos($email, &#8220;roy.v.dijk&#8221;) > 0) {<\/p>\n<p>\t\techo_please_later();<br \/>\n                echo_debug( $ip );<br \/>\n\t\treturn;<\/p>\n<p>\t}<\/p>\n<p>\t\t\/\/ check if email already exists<br \/>\n\t\t$result = mysqli_query($link, &#8220;SELECT * FROM `Vouchers` WHERE email = &#8216;$email&#8217; LIMIT 1;&#8221;);<\/p>\n<p>\t\tif (mysqli_num_rows($result) == 0) {<\/p>\n<p>\/\/ IP Blocker Begin<br \/>\n                if ($IP_LIMIT_ACTIVE) {<br \/>\n                $result = mysqli_query($link, &#8220;SELECT * FROM `sgdach_vouchers5`.`Requests` WHERE ip = &#8216;$ip&#8217; AND t > DATE_SUB(NOW(), INTERVAL 5 MINUTE) ORDER BY `Requests`.`t` DESC;&#8221;);<br \/>\n                if (mysqli_num_rows($result) > 2) {<\/p>\n<p>if (mysqli_num_rows($result) == 3) {<br \/>\n\t$headers = &#8216;From: noreply-vouchers@sgda.ch&#8217; .&#8221;\\r\\n&#8221;.&#8217;Content-Type: text\/plain&#8217;.&#8221;\\r\\n&#8221;.&#8217;X-Mailer: Gbanga-Voucher-Mailer&#8217;;<br \/>\n\t\/\/ mail(&#8220;r.vanrooden@sgda.ch&#8221;, &#8220;Mehrfacheinl\u00f6sung $ip&#8221;, &#8220;$ip (dieses mal $email) hat &#8221; . (mysqli_num_rows($result)) . &#8221; mal versucht, einen Code zu bestellen&#8221;, $headers);<br \/>\n\t\/\/ mail(&#8220;m.sala@sgda.ch&#8221;, &#8220;Mehrfacheinl\u00f6sung $ip&#8221;, &#8220;$ip (dieses mal $email) hat &#8221; . (mysqli_num_rows($result)) . &#8221; mal versucht, einen Code zu bestellen&#8221;, $headers);<br \/>\n}<\/p>\n<p>                        if (!$QUIET_IP_CHECK) {<br \/>\n                        echo_please_later();<br \/>\n                        echo_debug( $ip );<br \/>\n                        return;<br \/>\n                        }<\/p>\n<p>                }<br \/>\n                }<br \/>\n\/\/ IP Blocker End<\/p>\n<p>\t\t\t\/\/ consume a new code<\/p>\n<p>\t\t\t\/\/ $result = mysqli_query($link, &#8220;SELECT * FROM `Vouchers` WHERE game_id = $game_id AND email IS NULL LIMIT 1;&#8221;);<\/p>\n<p>\t\t\t$isUpdated = mysqli_query($link, &#8220;UPDATE  `sgdach_vouchers5`.`Vouchers` SET  `email` =  &#8216;$email&#8217; WHERE game_id = $game_id AND email IS NULL LIMIT 1;&#8221;);<\/p>\n<p>\t\t\tif ($isUpdated &#038;&#038; mysqli_affected_rows($link)) {<\/p>\n<p>\t\t\t\techo_debug( &#8220;new code&#8221; );<br \/>\n\t\t\t\techo_your_code($email, $game_name, $game_url, $studio_name, $studio_url);<\/p>\n<p>\t\t\t\t\/\/ mail<br \/>\n\t\t\t\t\/\/ $email = &#8220;noreply-vouchers@sgda.ch&#8221;;<br \/>\n\t\t\t\t\/\/ $password = &#8220;K#BNNhbUhhT47xqc$XYK&#8221;;<\/p>\n<p>\t\t\t\t$result = mysqli_query($link, &#8220;SELECT * FROM `Vouchers` WHERE email = &#8216;$email&#8217; LIMIT 1;&#8221;);<br \/>\n\t\t\t\t$row = mysqli_fetch_assoc($result);<br \/>\n\t\t\t\t$code = $row[&#8220;voucher&#8221;];<\/p>\n<p>\t\t\t\tsend_mail($email, $game_name, $game_url, $studio_name, $studio_url, $code);<\/p>\n<p>\t\t\t} else {<br \/>\n\t\t\t\techo_debug(&#8220;all codes for this game have gone&#8221;);<br \/>\n\t\t\t\techo_all_gone($email, $game_name, $game_url, $studio_name, $studio_url);<br \/>\n\t\t\t\techo_form($link, array_rand($challenges));<br \/>\n\t\t\t}<\/p>\n<p>\t\t} else {<\/p>\n<p>\t\t\techo_debug(&#8220;already ordered a code<br \/>&#8220;);<br \/>\n\t\t\t$result = mysqli_query($link, &#8220;SELECT * FROM `Games` AS G, `Vouchers` AS V  WHERE G.game_id = V.game_id AND V.email = &#8216;$email&#8217; LIMIT 1;&#8221;);<br \/>\n                \t$row = mysqli_fetch_assoc($result);<br \/>\n\t\t\t$game_name = $row[&#8220;game&#8221;];<br \/>\n\t\t\t$game_url = $row[&#8220;game_url&#8221;];<br \/>\n\t\t\t$studio_name = $row[&#8220;studio&#8221;];<br \/>\n\t\t\t$studio_url = $row[&#8220;studio_url&#8221;];<br \/>\n\t\t\techo_your_code($email, $game_name, $game_url, $studio_name, $studio_url);<\/p>\n<p>\t\t}<\/p>\n<p>\t} else {<\/p>\n<p>\t\techo_form($link, array_rand($challenges));<\/p>\n<p>\t}<\/p>\n<p>function echo_form($link, $this_chal) {<\/p>\n<p>?><br \/>\n<script> setTimeout(function() { jQuery(\"#chal\").val(\"<?php echo $this_chal; ?>\"); jQuery(\"#lblresp\").text(\"<?php echo $this_chal; ?>\"); }, 3000); <\/script><\/p>\n<p class=\"sgda-vouchermessage\">Please enter your email and choose a game to receive a free copy of your favorite Swiss game. You can only get one voucher, so choose wisely.<\/p>\n<form method=\"POST\">\n<label for=\"email\">Email<\/label> <input type=\"email\" name=\"email\" value=\"<?php if (isset($_POST[\"email\"])) { echo $_POST[\"email\"]; } ?>&#8220;><\/p>\n<p><label for=\"game\">Game<\/label> <select name=\"game\"><br \/>\n<?php\n\n\t$result = mysqli_query($link, \"SELECT * FROM `Games` ORDER BY  `Games`.`game` ASC;\");\n\n\tif (!empty($result)) {\n\t\twhile ($row = mysqli_fetch_assoc($result)) {\n\t\t\t?><option value=\"<?php echo $row[\"game_id\"]; ?>&#8220;><?php\n\t\t\techo $row[\"game\"];\n\t\t\t?> (<?php \n\t\t\techo $row[\"studio\"]; \n\t\t\t?>)<\/option><?php\n\t\t}\n\t}\n\n?><br \/>\n<\/select><\/p>\n<p>\n<input type=\"hidden\" id=\"chal\" name=\"chal\" value=\"6  - 7 + ?\"><br \/>\n<label id=\"lblresp\" for=\"resp\"><\/label> <input type=\"text\" name=\"resp\"><\/p>\n<p><button type=\"submit\">Get my code!<\/button><br \/>\n<\/form>\n<p><?php\n}\n\n\nfunction echo_your_code($email, $game_name, $game_url, $studio_name, $studio_url) {\n?><\/p>\n<h1>Your code<\/h1>\n<p class=\"sgda-vouchermessage\">Thanks for your interest in Swiss games!<\/p>\n<p> We have <strong>sent your voucher code<\/strong> for the game <a target=\"_blank\" href=\"<?php echo $game_url; ?>&#8220;><?php echo $game_name; ?><\/a> (by studio <a target=\"_blank\" href=\"<?php echo $studio_url; ?>&#8220;><?php echo $studio_name; ?><\/a>) to <?php echo $email; ?>. Please check your mailbox. Make sure it&#8217;s not in your spam folder.<\/p>\n<p><?php\n}\n\nfunction echo_all_gone($email, $game_name, $game_url, $studio_name, $studio_url) {\n?><\/p>\n<h1>All codes gone for <?php echo $game_name ?><\/h1>\n<p class=\"sgda-vouchermessage\">Sorry, all codes for the game <a target=\"_blank\" href=\"<?php echo $game_url; ?>&#8220;><?php echo $game_name; ?><\/a> (by studio <a target=\"_blank\" href=\"<?php echo $studio_url; ?>&#8220;><?php echo $studio_name; ?><\/a>) have already sent to happy players. Please try another game.<\/p>\n<p><?php\n}\n\n\nfunction echo_please_later() {\n?><\/p>\n<h1>Sorry<\/h1>\n<p class=\"sgda-vouchermessage\">\n<h2>Wow, that was a blast<\/h2>\n<p>We currently cannot deliver more codes. Please come back later.<\/p>\n<p><?php\n}\n\nfunction send_mail($to, $game_name, $game_url, $studio_name, $studio_url, $code) {\n\t$subject = \"Your code for Swiss game $game_name\";\n\t$message = \"MIME-Version: 1.0\\r\\nContent-Type: multipart\/alternative; boundary=c4d5d00c4725d9ed0b3c8b\\r\\n\\r\\n\\r\\n--c4d5d00c4725d9ed0b3c8b\\r\\nContent-Type: text\/plain; charset=\\\"iso-8859-1\\\"\\r\\nContent-Transfer-Encoding: 7bit\\r\\n\\r\\nThanks for your interest in Swiss games! Your code for $game_name by $studio_name is: \\n\\n\\n$code\\n\\n\\nPlease make sure you use it within the next 24 hours. \\n\\nSincerely, your SGDA team!\\r\\nCodes for Steam can be redeemed like described here: https:\/\/support.humblebundle.com\/hc\/en-us\/articles\/204008710-How-To-Redeem-Steam-Keys\\r\\niOS promo codes can be redeemed like described h https:\/\/support.apple.com\/en-us\/HT201209\\r\\nOn Google Play, the redeeming of promotional codes is described here: https:\/\/support.google.com\/googleplay\/answer\/3422659?hl=en\\r\\n\\r\\n--c4d5d00c4725d9ed0b3c8b\\r\\nContent-Type: text\/html; charset=\\\"iso-8859-1\\\"\\r\\nContent-Transfer-Encoding: 7bit\\r\\n\\r\\n\n\n\n<h1>Thanks for your interest in Swiss games!<\/h1>\n<p>Your code for <a href=\\\"$game_url\\\">$game_name<\/a> (by studio <a href=\\\"$studio_url\\\">$studio_name<\/a>) is: <\/p>\n<p><strong><code>$code<\/code><\/strong><\/p>\n<p>Codes for Steam can be <a href=\\\"https:\/\/support.humblebundle.com\/hc\/en-us\/articles\/204008710-How-To-Redeem-Steam-Keys\\\">redeem like described here<\/a>.<\/p>\n<p>iOS promo codes can be <a href=\\\"https:\/\/support.apple.com\/en-us\/HT201209\\\">redeemed like described here<\/a>.<\/p>\n<p>On Google Play,<br \/>\n the redeeming of promotional codes is <a href=\\\"https:\/\/support.google.com\/googleplay\/answer\/3422659?hl=en\\\">described here<\/a>.<\/p>\n<p>Please make sure you use it within the next 24 hours.<\/p>\n<p> \\n\\n<\/p>\n<p>Sincerely, your SGDA team!<\/p>\n<p>\\r\\n\\r\\n&#8211;c4d5d00c4725d9ed0b3c8b&#8211;&#8220;;<\/p>\n<p>\t$headers = &#8216;From: noreply-vouchers@sgda.ch&#8217; .&#8221;\\r\\n&#8221;.&#8217;Content-Type: multipart\/alternative; boundary=c4d5d00c4725d9ed0b3c8b&#8217;.&#8221;\\r\\n&#8221;.&#8217;X-Mailer: Gbanga-Voucher-Mailer&#8217;;<br \/>\n\tmail($to, $subject, $message, $headers);<br \/>\n}<\/p>\n<p>function getRealIpAddr()<br \/>\n{<br \/>\n    if (!empty($_SERVER[&#8216;HTTP_CLIENT_IP&#8217;]))   \/\/check ip from share internet<br \/>\n    {<br \/>\n      $ip=$_SERVER[&#8216;HTTP_CLIENT_IP&#8217;];<br \/>\n    }<br \/>\n    elseif (!empty($_SERVER[&#8216;HTTP_X_FORWARDED_FOR&#8217;]))   \/\/to check ip is pass from proxy<br \/>\n    {<br \/>\n      $ip=$_SERVER[&#8216;HTTP_X_FORWARDED_FOR&#8217;];<br \/>\n    }<br \/>\n    else<br \/>\n    {<br \/>\n      $ip=$_SERVER[&#8216;REMOTE_ADDR&#8217;];<br \/>\n    }<br \/>\n    return $ip;<br \/>\n}<\/p>\n<p>function echo_debug($msg) {<\/p>\n<p>global $DEBUG;<br \/>\nif ($DEBUG) { echo &#8220;<\/p>\n<p><em>Debug: $msg<\/em><\/p>\n<p>&#8220;; }<\/p>\n<p>}<\/p>\n<p>*\/<br \/>\n[\/insert_php]<\/p>\n<p><\/p>\n<h3><strong>AirConsole (90 Days of AirConsole Hero)<\/strong><\/h3>\n<p><iframe title=\"AirConsole - A new way to play games with friends\" width=\"1200\" height=\"675\" src=\"https:\/\/www.youtube.com\/embed\/4CuN1XxLrrA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe><\/p>\n<h3><strong>Airships<\/strong><\/h3>\n<p><iframe title=\"Airships: Conquer the Skies Trailer\" width=\"1200\" height=\"675\" src=\"https:\/\/www.youtube.com\/embed\/CpKfFgzuWLQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe><\/p>\n<h3><strong>A nifty game<\/strong><\/h3>\n<p><iframe title=\"a nifty trailer\" width=\"1200\" height=\"675\" src=\"https:\/\/www.youtube.com\/embed\/1XnvpYn44HI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe><\/p>\n<h3><strong>Conran \u2013 The dinky Raccoon<\/strong><\/h3>\n<p><iframe title=\"Conran - The dinky Raccoon Steam Trailer\" width=\"1200\" height=\"675\" src=\"https:\/\/www.youtube.com\/embed\/zDFHD6ml-dg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe><\/p>\n<h3><strong>Crossbow Warrior \u2013 the legend of William Tell<\/strong><\/h3>\n<p><iframe title=\"Crossbow Warrior \u2013 Gameplay Trailer STEAM PC\/MAC-Version\" width=\"1200\" height=\"675\" src=\"https:\/\/www.youtube.com\/embed\/yumiyo2C1OY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe><\/p>\n<h3><strong>Feist<\/strong><\/h3>\n<p><iframe title=\"Feist Release Trailer\" width=\"1200\" height=\"675\" src=\"https:\/\/www.youtube.com\/embed\/jOi2SNPoQHU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe><\/p>\n<h3><strong>First Strike<\/strong><\/h3>\n<p><iframe title=\"First Strike: Final Hour - Teaser Trailer\" width=\"1200\" height=\"675\" src=\"https:\/\/www.youtube.com\/embed\/mBFBinQWHMM?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe><\/p>\n<h3><strong>Niche &#8211; a genetics survival game<\/strong><\/h3>\n<p><iframe title=\"Niche - a genetics survival game\" width=\"1200\" height=\"675\" src=\"https:\/\/www.youtube.com\/embed\/Y0wSDpZodvI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe><\/p>\n<h3><strong>Plug &amp; Play<\/strong><\/h3>\n<p><iframe title=\"PLUG &amp; PLAY\" src=\"https:\/\/player.vimeo.com\/video\/118453180?dnt=1&#038;app_id=122963\" width=\"1200\" height=\"675\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen><\/iframe><\/p>\n<h3><strong>Slime-san<\/strong><\/h3>\n<p><iframe title=\"Slime-san: Main Trailer!\" width=\"1200\" height=\"675\" src=\"https:\/\/www.youtube.com\/embed\/-kHf02eAvn4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe><\/p>\n<h3><strong>The Firm<\/strong><\/h3>\n<p>https:\/\/vimeo.com\/119526025<\/p>\n<h3><strong>Transport Fever<\/strong><\/h3>\n<p><iframe title=\"Transport Fever - Launch Trailer (Deutsch)\" width=\"1200\" height=\"675\" src=\"https:\/\/www.youtube.com\/embed\/TBqrgX42hvA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Over 1000 games have been claimed and all codes are gone! Thank you so much for the fantastic interest in Swiss games! [insert_php] \/* $challenges = array( &#8220;5 plus 5 = ?&#8221; => &#8220;10&#8221;, &#8220;7 &#8211; 1 = ?&#8221; => &#8220;6&#8221;, &#8220;7 &#8211; 2 = ?&#8221; => &#8220;5&#8221;, &#8220;7 &#8211; 3 = ?&#8221; => &#8220;4&#8221;, &#8230; <a title=\"Happy 5th anniversary everyone!\" class=\"read-more\" href=\"https:\/\/www.sgda.ch\/fr\/voucher\/\" aria-label=\"More on Happy 5th anniversary everyone!\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"pmpro_default_level":"","_price":"","_stock":"","_tribe_ticket_header":"","_tribe_default_ticket_provider":"","_tribe_ticket_capacity":"0","_ticket_start_date":"","_ticket_end_date":"","_tribe_ticket_show_description":"","_tribe_ticket_show_not_going":false,"_tribe_ticket_use_global_stock":"","_tribe_ticket_global_stock_level":"","_global_stock_mode":"","_global_stock_cap":"","_tribe_rsvp_for_event":"","_tribe_ticket_going_count":"","_tribe_ticket_not_going_count":"","_tribe_tickets_list":"[]","_tribe_ticket_has_attendee_info_fields":false,"footnotes":"","_tec_slr_enabled":"","_tec_slr_layout":""},"class_list":{"0":"post-2187","1":"page","2":"type-page","3":"status-publish","5":"pmpro-has-access"},"aioseo_notices":[],"ticketed":false,"_links":{"self":[{"href":"https:\/\/www.sgda.ch\/fr\/wp-json\/wp\/v2\/pages\/2187","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sgda.ch\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.sgda.ch\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.sgda.ch\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sgda.ch\/fr\/wp-json\/wp\/v2\/comments?post=2187"}],"version-history":[{"count":0,"href":"https:\/\/www.sgda.ch\/fr\/wp-json\/wp\/v2\/pages\/2187\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.sgda.ch\/fr\/wp-json\/wp\/v2\/media?parent=2187"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}