public static function getinst() { global $d; if (self::$inst == NULL) { self::$inst = new plugins($d); } return self::$inst; }