Recent Topics

1 Apr 21, 2009 22:03    

My b2evolution Version: 2.x

I already have my web site and users can register themselves there.
After the user registered in my site, how do I automatically register for b2evolution using the register information that they gave?

I was thinking about calling SQL to add the information into b2evolution MySQL tables. But I don't know what password encode scheme is used in b2evolution.

Only way so far is that I have to manually register for b2evolution every time user registered in my site. This is rather tedious...

Please let me know
Thanks

2 Apr 21, 2009 23:40

You can send the following GET request to htsrv/register.php

http://YOUR_BLOG/htsrv/register.php?action=register&login=USER_LOGIN&pass1=USER_PASS&pass2=USER_PASS&email=NEW@USER.EMAIL

b2evo autoreg script ;)

function get_request( $url = NULL, $_data = array() )
{
	script deleted
}


Form is loading...