XOOPS 2.5.6
Final
|
Go to the source code of this file.
Functions | |
bannerstats () | |
change_banner_url_by_client ($cid, $bid, $url) | |
clickbanner ($bid) | |
clientlogin () | |
EmailStats ($cid, $bid) | |
Variables | |
if(!empty($_POST['op'])) else if(!empty($_GET['op'])) | $myts =& MyTextSanitizer::getInstance() |
$op = '' | |
$xoopsOption ['pagetype'] = 'banners' | |
bannerstats | ( | ) |
Definition at line 98 of file banners.php.
References $_SESSION, $date, $GLOBALS, $i, $myts, $result, $xoopsConfig, $xoopsDB, $xoopsLogger, _BANNERS_CHANGE, _BANNERS_CLICKS, _BANNERS_ENDED, _BANNERS_FINISHED, _BANNERS_FOW_IN, _BANNERS_FUNCTIONS, _BANNERS_ID, _BANNERS_IMP_LEFT, _BANNERS_IMP_MADE, _BANNERS_IMP_TOTAL, _BANNERS_NO_LOGIN_DATA, _BANNERS_PER_CLICKS, _BANNERS_POINTS, _BANNERS_SEND_STATS, _BANNERS_STARTED, _BANNERS_STATS, _BANNERS_TITLE, _BANNERS_UNLIMITED, _BANNERS_URL, exit, formatTimestamp(), and redirect_header().
change_banner_url_by_client | ( | $cid, | |
$bid, | |||
$url | |||
) |
Definition at line 284 of file banners.php.
References $_SESSION, $result, $sql, $url, $xoopsDB, _BANNERS_DBUPDATED, exit, and redirect_header().
clickbanner | ( | $bid | ) |
Definition at line 306 of file banners.php.
References $GLOBALS, $xoopsDB, _BANNERS_NO_ID, _BANNERS_NO_REFERER, exit, and redirect_header().
clientlogin | ( | ) |
Definition at line 29 of file banners.php.
References $GLOBALS, $xoopsConfig, $xoopsDB, $xoopsLogger, _BANNERS_LOGIN_INFO, _BANNERS_LOGIN_LOGIN, _BANNERS_LOGIN_OK, _BANNERS_LOGIN_PASS, and _BANNERS_LOGIN_TITLE.
EmailStats | ( | $cid, | |
$bid | |||
) |
Definition at line 232 of file banners.php.
References $_SESSION, $date, $email, $result, $xoopsConfig, $xoopsDB, _BANNERS_MAIL_ERROR, _BANNERS_MAIL_MESSAGE, _BANNERS_MAIL_OK, _BANNERS_MAIL_SUBJECT, _BANNERS_UNLIMITED, exit, redirect_header(), and xoops_getMailer().
if (!empty($_POST['op'])) else if (!empty($_GET['op'])) $myts =& MyTextSanitizer::getInstance() |
Definition at line 335 of file banners.php.
Referenced by b_system_info_show(), bannerstats(), XoopsStory\bodytext(), XoopsFormDhtmlTextArea\codeIcon(), createConfigform(), XoopsBlock\getContent(), SystemBlock\getContent(), XoopsModelRead\getList(), XoopsRankHandler\getList(), XoopsTree\getNicePathFromId(), XoopsTree\getPathFromId(), XoopsTopic\getTopicsList(), XoopsUserUtility\getUnameFromId(), XoopsUserUtility\getUnameFromIds(), XoopsStory\hometext(), install_acceptUser(), XoopsTree\makeMySelBox(), XoopsTopic\store(), XoopsStory\store(), XoopsStory\title(), XoopsTopic\topic_imgurl(), XoopsTopic\topic_title(), XoopsUserUtility\validate(), xoFormField(), xoFormFieldCharset(), xoFormFieldCollation(), xoops_getrank(), xoops_header(), xoops_module_change(), xoopsSmilies(), and xoPassField().
$op = '' |
Definition at line 328 of file banners.php.
Referenced by ProfileCorePreload\eventCoreUserStart(), SystemBlock\getForm(), XoopsObject\getVar(), and CriteriaCompo\renderLdap().
$xoopsOption['pagetype'] = 'banners' |
XOOPS banner management
You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Definition at line 22 of file banners.php.