skrill is called moneybooker before.
I download the module on skrill website.
the dubug in cache shows: PHP Parse error: syntax error, unexpected '{' in /******/moneybookers.php on line 54

line 54 should be in these lines.
PHP Code:
function moneybookers() {
        global 
$messageStack;

        
$this->code 'moneybookers';
        
$this->codeVersion '0.0.1.a';
        
$this->description 'WELCOME';
        
$this->title = ($this->check() ? "<b>" "check") . MODULE_PAYMENT_MONEYBOOKERS_TEXT_MAIN_MODULE . (!$this->check() ? " - <b>" MONDULE_PAYMENT_MONEYBOOKERS_TEXT_REQUIRED "required") . "</b>";

        try {
            if ((int)
$this->_get('ORDER_STATUS_ID') > 0) {
                
$this->order_status $this->_get('ORDER_STATUS_ID');
            }

            
$this->sort_order $this->_get('SORT_ORDER');

            if (
$this->_defined('STATUS') && (!$this->_defined('EMAIL') || !$this->_get('EMAIL') || !$this->_defined('SECRET_WORD') || !$this->_defined('ID') || !$this->_get('ID'))) {
                
$this->title .= '<b style="color: red"> (Module is not configured)</b>';
                
$this->enabled false;
            } else {
                
$this->enabled $this->_get('STATUS');
            }
        } catch (
Exception $e) {
            
$this->enabled false;
        }
        
//        if (IS_ADMIN_FLAG === true) $this->tableCheckup();
    
}

    
/**
     * Funkcja sprawdzaj膮ca czy modu艂 jest zainstalowany
     *
     * @return bool
     */