get("register.php?slug=" . urlencode($_POST['slugname']) . '&name=' . urlencode($_POST['displayname']) . '&email=' . urlencode($_POST['email']) . '&url=' . urlencode(get_bloginfo('wpurl')), true); if(($err = $result->getElement('error')) !== NULL) { $error = $err->getValue(); } elseif(($key = $result->getElement('key')) !== NULL) { alky_update_option('apikey', $key->getValue()); } } } elseif(isset($_POST['restore_key'])) { $result = $alkyfetch->get('restore.php?email=' . urlencode($_POST['email']) . '&key=' . urlencode($_POST['key']) . '&url=' . urlencode(get_bloginfo('wpurl')), true); if(($err = $result->getElement('error')) !== NULL) $error = $err->getValue(); else alky_update_option('apikey', $_POST['key']); } if(isset($_POST['register']) || isset($_POST['restore_key'])) { if(!empty($error)) echo "
Error: $error
"; else { echo '

You Are Now Registered

Registration Sucessful! You can now publish your plugis, themes, and addons through Alchemy and Elixir, and enjoy some of the great developer features we provide

'; include('admin-footer.php'); die(); } } ?>

Become a Developer

As a developer, you will be able to submit your own plugins, themes, and addons for immediate inclusion in our repository as and see many benefits from hosting your code with us. For more information, visit [link to a "Why Develop With Us" page].

Alternatively, if you had an account before and moved your blog, you can input your API Key to restore your account. If you are unsure of your API Key, you can visit [link to a recovery page] to have it emailed to you.
API-Key