Just bought this, looking forward to getting to grips with the PHP functions 
How long does it usually take to get a login?

How long does it usually take to get a login?
Same here, code not working.
Question: is this only licensed for use on one computer or can it be installed on a desktop and a laptop?
Hey man, do you have plans to incorporate the feature below with wordpress in any future releases? I just saw this on one of your competitor's threads and was just wondering. I love the software so far it's kickass.
Damn- Guess I should have read the post closer before buying!For the next ten people who buy use the discount code: WFSPECIAL to get $10 off the cost price.
import urllib, urllib2
# 0 turns an option off, 1 turns an option on, rewritestring is the content you want rewritten.
values = {'striphtml' : '0',
'parshuf' : '0',
'parrestruc': '0',
'phrase' : '1',
'word' : '1',
'custom' : '0',
'content' : rewritestring
}
data = urllib.urlencode(values)
req = urllib2.Request('http://127.0.0.1:1285', data)
response = urllib2.urlopen(req)
rewrittencontent = response.read()