Invalid API Key'; $count = 0; } else { //they have entered their api key - now save it $_SESSION['serverurl'] = ''; if (!add_option( 'APWTAPIKEY', $APWTAPIKey)) { update_option( 'APWTAPIKEY', $APWTAPIKey ); if($APWTAPIKey == '') { $count = 0; } else { $count = 1; } } } if((strlen($APWTAPIAuth) != 16) && ($APWTAPIAuth != '')) { $message = '
Invalid API Auth
'; $count2 = 0; } else { //they have entered their api key - now save it if (!add_option( 'APWTAPIAUTH', $APWTAPIAuth)) { update_option( 'APWTAPIAUTH', $APWTAPIAuth ); if($APWTAPIAuth == '') { $count2 = 0; } else { $count2 = 1; } } } $count3 = $count + $count2; if($count3 == 2) { $message = '
Congratulations You Are Ready To Go!
'; } } else { $message = ''; } print $message; ?>

AllProWebTools API Settings

">
">

If you don't already have an AllProWebTools account, you can sign up for one here.