
Wäre es möglich den Mod um einen Mod Versions Check zu erweitern?
Code: Alles auswählen
<?php
/**
*
* @package acp
* @version $Id$
* @copyright (c) 2005 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
/**
* @package mod_unsubcribe-user
*/
if (!defined('IN_PHPBB'))
{
exit;
}
class unsubcribe_user_version
{
function version()
{
return array(
'author' => 'tas2580',
'title' => 'Unsubcribe User',
'tag' => 'mod_unsubcribe-user',
'version' => '0.1.2',
'file' => array('phpbb-seo.de', 'download', 'mod-xml.php?mod_id=20&mode=update'),
);
}
}
?>
Code: Alles auswählen
<?php
/**
*
* @package acp
* @version $Id$
* @copyright (c) 2005 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
/**
* @package mod_unsubcribe-user
*/
if (!defined('IN_PHPBB'))
{
exit;
}
class unsubcribe_user_version
{
function version()
{
return array(
'author' => 'tas2580',
'title' => 'Unsubcribe User',
'tag' => 'mod_unsubcribe-user',
'version' => '0.1.2',
'file' => array('subworxx.net', 'check', 'unsubcribe_user.xml'),
);
}
}
?>
Code: Alles auswählen
'file' => array('www.phpbb-seo.de', 'api', 'mod_update_check-20.xml'),