API - XOOPS 2.5.11 Beta 2
By monxoops.fr
banners.php File Reference

Functions

 clientlogin ()
 
 bannerstats ()
 
 emailStats ($cid, $bid)
 
 change_banner_url_by_client ($cid, $bid, $url)
 
 clickbanner ($bid)
 

Variables

 $xoopsOption ['pagetype'] = 'banners'
 
 $op = ''
 
 $clean_bid = 0
 
 $clean_cid = 0
 
 $clean_login = ''
 
 $clean_pass = ''
 
 $clean_url = ''
 

Function Documentation

◆ bannerstats()

bannerstats ( )

Function to display the banners stats for each client

Returns
void
Here is the call graph for this function:

◆ change_banner_url_by_client()

change_banner_url_by_client (   $cid,
  $bid,
  $url 
)

Function to let the client to change the url for his banner

Parameters
int | string$cid
int | string$bid
string$url
Returns
void
Here is the call graph for this function:

◆ clickbanner()

clickbanner (   $bid)
Parameters
int | string$bid
Returns
void
Here is the call graph for this function:

◆ clientlogin()

clientlogin ( )

Function to let your client login to see the stats

Returns
void

◆ emailStats()

emailStats (   $cid,
  $bid 
)

Function to let the client E-mail his banner Stats

Parameters
int | string$cid
int | string$bid
Returns
void
Here is the call graph for this function:

Variable Documentation

◆ $clean_bid

$clean_bid = 0

◆ $clean_cid

$clean_cid = 0

◆ $clean_login

$clean_login = ''

◆ $clean_pass

$clean_pass = ''

◆ $clean_url

$clean_url = ''

◆ $op

$op = ''

◆ $xoopsOption

$xoopsOption[ 'pagetype'] = 'banners'