
I wouldn't know. I have been testing the module and it seems to work fine. I think it is a great module.
Did you face any problems, then perhaps we can ask around if someone want to take over further developments
Make sure you change the path to PEAR in backup.php
include_path .:/usr/share/pear
Fatal error: Call to a member function on a non-object in
/var/www/site.com/html/backup/modules/sitebackup
/admin_header.php on line 7
Why can't you just place the code in a custom block you create? What's the advantage of using TinyD?
// First ad
if (@include(getenv('DOCUMENT_ROOT').'/new/modules/phpads/phpadsnew.inc.php')) {
if (!isset($phpAds_context)) $phpAds_context = array();
$phpAds_raw = view_raw ('zone:6', 0, '', 'source of the ad', '0', $phpAds_context);
echo $phpAds_raw['html'];
}
echo "
";
// Second ad
if (@include(getenv('DOCUMENT_ROOT').'/new/modules/phpads/phpadsnew.inc.php')) {
if (!isset($phpAds_context)) $phpAds_context = array();
$phpAds_raw = view_raw ('zone:11', 0, '', '', '0', $phpAds_context);
echo $phpAds_raw['html'];
}
.
.
// Third ad
Anyway, if I install it as a stand-alone from the phpads site will I have to install it as a separate database or is it part of my XOOPS database?
Fatal error: Call to a member function on a non-object in /var/www/noisia.com/html/honka/kernel/groupperm.php on line 326
$criteria->add(new Criteria('gperm_groupid', $gperm_groupid));
function auth_search ( $queryarray , $andor , $limit , $offset , $userid )
function auth2_search ( $queryarray , $andor , $limit , $offset , $userid )
$modversion['search']['func'] = "auth2_search";