Index: /lib/filter_functions.inc.php
===================================================================
--- /lib/filter_functions.inc.php	(revision 6440)
+++ /lib/filter_functions.inc.php	(revision 6441)
@@ -127,5 +127,5 @@
 				echo $GLOBALS['wpsg_sc']->writeBackendMessage();
 
-				echo '<div style="margin-left:40px;">';
+				echo '<div style="margin-left:40px; margin-top:-10px;">';
 				echo wpsg_translate(
 					__('<span style="color:red; font-weight:bold;">wpShopGermany Vollversion erwerben, Updates erhalten und weitere Funktionen freischalten.</span><br />[ <a href="#" onclick="jQuery(\'#wpsg_lizenz\').show(500); return false;">Lizenzcode eingeben</a> ] [ <a target="_blank" href="#1#">Vollversion kaufen</a> ] [ <a target="_blank" href="#2#">Weitere Infos</a> ]', 'wpsg'),
@@ -353,15 +353,9 @@
         $wpsg_update_data = $GLOBALS['wpsg_sc']->get_option('wpsg_updatedata');
 
-        if ($force === true) $wpsg_lastupdate = false;
+        if (1 || $force === true) $wpsg_lastupdate = false;
 
         if ($wpsg_lastupdate == false || $wpsg_lastupdate < time() - 60 * 30 || !wpsg_isSizedArray($wpsg_update_data))
         {
 
-            $soap_client = new SoapClient(null, array(
-                'trace' => true,
-                'location' => 'https://api.maennchen1.de/',
-                'uri' => 'https://api.maennchen1.de/'
-            ));
-
             $plugin_data = get_plugin_data(dirname(__FILE__).'/../wpshopgermany.php');
 
@@ -369,13 +363,18 @@
             {
 
-                $wpsg_update_data = $soap_client->checkUpdate(
-					'wpsg',
-                    $key,
-                    $plugin_data['Version']
-                );
+				$api_return = $GLOBALS['wpsg_sc']->get_url_post_content('https://api.maennchen1.de/', array(
+					'f' => 'checkUpdate',
+					'data' => array(
+						'wpsg', $key, $plugin_data['Version'], $_SERVER['HTTP_HOST']
+					)
+				)); 
+
+				$wpsg_update_data = json_decode($api_return, true);
 
                 if (wpsg_isSizedArray($wpsg_update_data))
                 {
 
+					$wpsg_update_data['updateData'] = (object)$wpsg_update_data['updateData'];
+					
                     $GLOBALS['wpsg_sc']->update_option('wpsg_lastupdate', strval(time()), true);
                     $GLOBALS['wpsg_sc']->update_option('wpsg_updatedata', $wpsg_update_data, true);
@@ -387,5 +386,5 @@
             {
 
-                $GLOBALS['wpsg_sc']->addBackendError(wpsg_translate(__('SOAP Fehler: #1#', 'wpsg'), $e->getMessage()));
+                $GLOBALS['wpsg_sc']->addBackendError(wpsg_translate(__('Fehler: #1#', 'wpsg'), $e->getMessage()));
 
             }
Index: /wpshopgermany.php
===================================================================
--- /wpshopgermany.php	(revision 6440)
+++ /wpshopgermany.php	(revision 6441)
@@ -29,5 +29,5 @@
 		$prefix = $wpdb->prefix;
 		
-	} //
+	}
 	
 	// Tabellen
