wvurl api update

Ran into a unique problem when i switched servers from innohost back to hostgator(more on that later). Aparently, for some reason passing a full url to wvurl’s api (wvurl.com/api-create.php) caused the server to return index.php and its subsequent headers.
After much time spent with support finding out if it was something server side to blame, I found a workaround by using str_replace to replace the colon in the url, with %3A and then pass the URL to the script.
This was a problem because three autotweet programs (beckleyrt, wvjobs, and wvurl twitter) all rely on the wvurl api to generate their URL’s.
The site is now updated and the API examples reflect the changes.