Dan Kuck-Alvarez
Ah, that's a different story. I'm sorry I didn't understand.
So the next question is, are you already running a social network site there or would this be a new one?
Dan Kuck-Alvarez
The real question is, what does belize.bz do?
Some examples of websites that could be providers if they wanted to:
myspace.com
facebook.com
twitter.com
Some examples of websites which could be services if they wanted to:
flickr.com
youtube.com
digg.com
Which category would belize.bz fall into?
Dan Kuck-Alvarez
There are two kinds of entities in the Socknet: providers, which hold users' profiles; and services, which can interact with users' profiles.
If you want users to hold their own profile data, then you want to run a service. Sadly, this website's software isn't able to interact with services yet (it's only a couple months old).
The specification is available at http://socknet.net/.
When the system starts developing the ability to interact with services, there will be an announcement.
Dan Kuck-Alvarez
In that case, you'll need to read the specification http://socknet.net/ and implement it in your website.
If you're familiar with Perl, then you can use the code from foolishmortal.org as a guide. http://sourceforge.net/projects/foomor-socknet/
As always I'll be here to answer questions.
I might write up something on http://socknet.net that will really walk you through the process of implementing a Socknet provider.