smf.plugin.php File Reference


Detailed Description

Embient plugin for Simple Machines Forum (SMF).

Version:
1.0
Author:
BoogieBug
This is the implementation of plugin class for SMF. This file contains a lot of SMF specific functions and information. Please visit SMF's website (http://www.simplemachines.org) for more information.

Definition in file smf.plugin.php.

Go to the source code of this file.

Classes

class  EmbientSMF
 Implementation of Embient plugin class for SMF. More...

Functions

 embient_create_smf_plugin ()
 Create an Embient plugin object for SMF.
 embient_smf_encrypt ($username, $password)
 SMF 1.1 Encryption.
 embient_smf_salt ()
 Get SMF encryption salt.
 embient_smf_parse_url ($local=false, $global=false)
 parse the URL for use as the parameters of setcookie()


Function Documentation

embient_create_smf_plugin  ) 
 

Create an Embient plugin object for SMF.

Returns:
object of SMF plugin

Definition at line 24 of file smf.plugin.php.

embient_smf_encrypt username,
password
 

SMF 1.1 Encryption.

Parameters:
$username string - user name
$password string - plain text password
Returns:
string of the encrypted password

Definition at line 40 of file smf.plugin.php.

embient_smf_parse_url local = false,
global = false
 

parse the URL for use as the parameters of setcookie()

Parameters:
$local bool - set local url cookie?
$global bool - set local global cookie?
Returns:
array of string (host, path);

Definition at line 67 of file smf.plugin.php.

embient_smf_salt  ) 
 

Get SMF encryption salt.

Returns:
SMF encryption salt

Definition at line 51 of file smf.plugin.php.


Generated on Fri Feb 10 15:05:55 2006 for Embient by  doxygen 1.4.6-NO