Jump to content
php.lv forumi

liela problema ar IPBWI


Puika1

Recommended Posts

man ir loti liela problema un es loti ludzu pec palidzibas tadad es apvienoju savu web ar ipbwi (ipb-website integration)

 

registresanas kods ir sads http://paste.php.lv/1bfdd40bacff8a96f8fa40...19a8d4?lang=php

 

2 problemas

 

1.Kad repieregistrejas ,neregistre ka members bet ka Validating

2.pieregistrejas viss ok bet foruma apaksa pie statistikas nerada ka ir registrejies (ši lielaka problema)

 

 

HELP KAUTKā ATRISINāT šeit var apskatit darbiba

 

uz pirmo es atradu problemu bet nesapratu kas tur jaraksta

 

/**

* @desc Creates a new account and returns the member ID for further processing.

* @param string $userName Username

* @param string $password In plain text. Will be encrypted with md5()

* @param string $email Mail

* @param array $customFields Optional values for the (existing) custom profile fields.

* @param boolean $validate Whether to put the user in the validation group

* @param string $displayName Display name

* @return long New Member ID or false on failure

* @author Jan Ecker <[email protected]>

* @author Matthias Reuter

* @author Pita <[email protected]>

* @author Cow <[email protected]>

* @sample

* <code>

* $ipbwi->member->create('name', 'password', '[email protected]');

* $ipbwi->member->create('name', 'password', '[email protected]', array('1' => 'content of field1', '2' => 'content of field2'), true, 'displayname', true);

* </code>

* @since 2.0

*/

Edited by Puika1
Link to comment
Share on other sites

×
×
  • Create New...