Mini Shell

Direktori : /home/rubikeu/public_html/
Upload File :
Current File : /home/rubikeu/public_html/wp-links-opml.php

<?php
/**
 * Outputs the OPML XML format for getting the links defined in the link
 * administration. This can be used to export links from one blog over to
 * another. Links aren't exported by the WordPress export, so this file handles
 * that.
 *
 * This file is not added by default to WordPress theme pages when outputting
 * feed links. It will have to be added manually for browsers and users to pick
 * up that this file exists.
 *
 * @package WordPress
 */

require_once __DIR__ . '/wp-load.php';

header( 'Content-Type: text/xml; charset=' . get_option( 'blog_charset' ), true );
$link_cat = '';
if ( ! empty( $_GET['link_cat'] ) ) {
	$link_cat = $_GET['link_cat'];
	if ( ! in_array( $link_cat, array( 'all', '0' ), true ) ) {
		$link_cat = absint( (string) urldecode( $link_cat ) );
	}
}

echo '<?xml version="1.0"?' . ">\n";
?>
<opml version="1.0">
	<head>
		<title>
		<?php
			/* translators: %s: Site title. */
			printf( __( 'Links for %s' ), esc_attr( get_bloginfo( 'name', 'display' ) ) );
		?>
		</title>
		<dateCreated><?php echo gmdate( 'D, d M Y H:i:s' ); ?> GMT</dateCreated>
		<?php
		/**
		 * Fires in the OPML header.
		 *
		 * @since 3.0.0
		 */
		do_action( 'opml_head' );
		?>
	</head>
	<body>
<?php
if ( empty( $link_cat ) ) {
	$cats = get_categories(
		array(
			'taxonomy'     => 'link_category',
			'hierarchical' => 0,
		)
	);
} else {
	$cats = get_categories(
		array(
			'taxonomy'     => 'link_category',
			'hierarchical' => 0,
			'include'      => $link_cat,
		)
	);
}

foreach ( (array) $cats as $cat ) :
	/** This filter is documented in wp-includes/bookmark-template.php */
	$catname = apply_filters( 'link_category', $cat->name );

	?>
<outline type="category" title="<?php echo esc_attr( $catname ); ?>">
	<?php
	$bookmarks = get_bookmarks( array( 'category' => $cat->term_id ) );
	foreach ( (array) $bookmarks as $bookmark ) :
		/**
		 * Filters the OPML outline link title text.
		 *
		 * @since 2.2.0
		 *
		 * @param string $title The OPML outline title text.
		 */
		$title = apply_filters( 'link_title', $bookmark->link_name );
		?>
<outline text="<?php echo esc_attr( $title ); ?>" type="link" xmlUrl="<?php echo esc_url( $bookmark->link_rss ); ?>" htmlUrl="<?php echo esc_url( $bookmark->link_url ); ?>" updated="
							<?php
							if ( '0000-00-00 00:00:00' !== $bookmark->link_updated ) {
								echo $bookmark->link_updated;
							}
							?>
" />
		<?php
	endforeach; // $bookmarks
	?>
</outline>
	<?php
endforeach; // $cats
?>
</body>
</opml>
Rubik Software Europe
Loading...

Your Software Partner
in Europe

Build Software in the European Way!
Smart teams. Scalable tech. Full compliance.

Innovate Together Next Level Innovate Together Next Level Innovate Together

What We Do

We support from innovative start-ups to large international groups through two flexible engagement models:

Time & Material

For long-term projects where priorities and team composition evolve over time.
→ Dedicated software engineers integrated with your team.

Fixed Price

For projects with defined scope and timeline.
→ Complete delivery with milestones, roadmap, and end-to-end project management.

Our
Technology Expertise

Backend Frontend Mobile DevOps & Cloud Data & Analytics ERP & CRM

Our Story

We were born from code, challenges and a shared vision, not just puzzles!
Founded by engineers with a shared past in outsourced collaboration, Rubik Europe grew from a lean idea to a distributed software powerhouse, built around European values, real partnerships, and a drive for excellence in digital delivery.

#1
Foundation of Rubik Europe

Rubik was founded in 2017, when two professionals, collaborating through outsourcing, turned their shared vision into a company inspired by the Rubik’s Cube: structured, logical, and built to solve real business challenges.

#2
Commitment to Innovation

Over time, Rubik expanded beyond Italy, opening operational hubs in Albania, Malta, and Sweden, and building a distributed delivery model that combines cultural proximity, technical coordination, and full GDPR compliance.

#3
Growth and Expansion

Rubik initially focused on the Italian market, building strong ties with leading enterprises and digital agencies. The team grew organically, shaped by hands-on experience, long-term clients, and a deep commitment to technical reliability.

#4
Future Vision

Today, Rubik Europe empowers companies across the continent to build software smarter. With a core focus on Time & Material and Fixed Price delivery models, we continue to serve complex projects with agility, ownership, and a European mindset!

Meet Founders

Alessio Puddu

CEO & Founder

Aldi Leka

CTO

Core Values & Strategic Outlook

Mission

Our mission is to build scalable and secure software solutions through distributed teams, combining engineering excellence, European standards, and a delivery culture focused on transparency and agility.

Vision

Our vision is to become the go-to European partner for modern software development, empowering companies to grow through flexible collaboration models and a solid, GDPR-compliant tech backbone.

Our
Industry Solutions Lead.

#1
Finance

We develop secure, compliant software solutions for banks, fintechs, and financial institutions, helping them modernize legacy systems and streamline digital operations.

#2
Insurance

We support insurance companies with custom platforms and tools that automate workflows, manage policies and claims, and integrate securely with third-party systems.

#3
Automotive

We build robust software solutions for mobility and automotive players, from fleet platforms to connected services, improving efficiency, safety, and innovation.

#4
Retail

We deliver scalable digital products that enhance customer experience, manage inventory and logistics, and support omnichannel sales strategies.

#5
Logistic

We create software that supports logistics operations, including warehouse management, transport tracking, and real-time coordination of supply chains across borders.

#6
Public Administration

We support public institutions with digital solutions that simplify services, enhance citizen access, and ensure compliance with EU regulations and standards.

Clients we worked with