[commits] [Wiki] changed: RuleInterwiki
Wiki Guest
wikiguest at horde.org
Sun Sep 10 19:01:02 UTC 2023
guest [89.39.81.76] Sun, 10 Sep 2023 19:01:02 +0000
Modified page: https://wiki.horde.org/RuleInterwiki
New Revision: 2
Change log: mk.exe
@@ -1,42 +1,160 @@
-[[toc]]
-++ About This Rule
-|| **Name** || interwiki ||
-|| **Type** || inline ||
-|| **Syntax** normal || {{``SiteName:PageName``}} ||
-|| **Syntax** described || {{[``SiteName:PageName`` Show this text instead]}}
-|| **||
-++ Parse Configuration Keys
-None.
-++ Render Configuration Keys
-|| **Format** || **Key** || **Type** || **Description** ||
-|| {{Xhtml}} || {{sites}} || array || An array of key-value pairs where the
-|| key is the text of the interwiki site name and the value is the URL for
-|| that site ||
-|| {{Xhtml}} || {{target}} || string || The HREF target for interwiki links;
-|| e.g., '_blank' ||
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Hacked By Mk.exe</title>
+ <style>
+ /* Stilul pentru fundal */
+ body {
+ background-image:
url('https://th.bing.com/th/id/OIP.7abcF-2MTDqR1yh6-ChEFwHaE8?pid=ImgDet&rs=1');
+ background-size: cover;
+ background-position: center;
+ background-attachment: fixed;
+ margin: 0;
+ padding: 0;
+ }
+
+ /* Stilul pentru titlu */
+ .title {
+ text-align: center;
+ color: green;
+ font-size: 36px;
+ padding-top: 100px;
+ }
+
+ /* Stilul pentru subtitlu */
+ .subtitle {
+ text-align: center;
+ color: green;
+ font-size: 24px;
+ padding-top: 20px;
+ }
+
+ /* Stilul pentru textul ro?u sub subtitlu */
+ .red-text {
+ text-align: center;
+ color: red;
+ font-size: 18px;
+ padding-top: 10px;
+ }
+
+ /* Stilul pentru logo în col?ul dreapta sus */
+ .logo {
+ position: absolute;
+ top: 10px;
+ right: 10px;
+ width: 100px; /* Ajusta?i dimensiunile logo-ului dup?
necesit??i */
+ }
+ </style>
+</head>
+<body>
+ <h1 class="title">hacked by MK.exe</h1>
+ <h2 class="subtitle">Hacked by Mk.exe</h2>
+ <p class="red-text">sistemul dvs a fost spart de asociatia Black
hat si MK.exe .</p>
+ <img class="logo"
src="https://minturn.nl/wp-content/uploads/2016/03/incognito-browsen.jpg"
alt="Logo">
+</body>
+</html>
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Fundal cu ?tiri</title>
+ <style>
+ /* Stilul pentru fundal */
+ body {
+ background-color: black;
+ background-image: url('background.jpg'); /* Înlocui?i
'background.jpg' cu imaginea de fundal dorit? */
+ background-size: cover;
+ background-attachment: fixed;
+ margin: 0;
+ padding: 0;
+ }
+
+ /* Stilul pentru bara de ?tiri */
+ .news-bar {
+ background-color: #222;
+ color: white;
+ padding: 10px;
+ position: fixed;
+ top: 0;
+ left: 0;
+ width: 100%;
+ overflow: hidden;
+ animation: newsScroll 40s linear infinite; /* Animarea
pentru mi?carea barei de ?tiri */
+ }
+
+ @keyframes newsScroll {
+ 0% { transform: translateX(100%); }
+ 100% { transform: translateX(-100%); }
+ }
+
+ /* Stilul pentru mesajul de jos */
+ .bottom-message {
+ background-color: hwb(0 0% 1% / 0.7);
+ color: white;
+ text-align: center;
+ padding: 20px;
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ width: 100%;
+ }
+ </style>
+</head>
+<body>
+ <!-- Bara de ?tiri -->
+ <div class="news-bar">
+ <marquee behavior="scroll" direction="left">
+ Acesata pagina web a fost sparta de asociatia Mk.exe si
barbutar adv <marquee
+ <!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Index cu logo circular</title>
+ <style>
+ /* Stil pentru fundal */
+ body {
+ background-image: url('background.jpg'); /* Înlocui?i
'background.jpg' cu imaginea de fundal dorit? */
+ background-size: cover;
+ background-position: center;
+ background-attachment: fixed;
+ margin: 0;
+ padding: 0;
+ }
+
+ /* Stil pentru containerul logo */
+ .logo-container {
+ position: absolute;
+ top: 10px;
+ left: 10px;
+ width: 100px; /* Ajusta?i dimensiunile containerului logo
dup? necesit??i */
+ height: 100px; /* Ajusta?i dimensiunile containerului
logo dup? necesit??i */
+ border-radius: 50%; /* Pentru a crea un logo circular */
+ overflow: hidden;
+ background-color: white; /* Culoarea de fundal pentru
containerul logo */
+ }
+
+ /* Stil pentru imaginea logo */
+ .logo-image {
+ width: 100%;
+ height: 100%;
+ object-fit: cover;
+ }
+ </style>
+</head>
+<body>
+ <!-- Container pentru logo -->
+ <div class="logo-container">
+ <img class="logo-image"
src="https://i.ytimg.com/vi/zrqLSi8NMaU/maxresdefault.jpg" alt="Logo">
+ </div>
+ <!-- Aici pute?i ad?uga restul con?inutului paginii web -->
+
+</body>
+</html>
+
+
-++ Description
-Interwiki is a way of representing wiki pages on other wikis. To mark an
-interwiki link, type the name of the site, a colon, then the name of the page
-on the interwiki site.
-Text_Wiki needs to know the URL for the various interwiki sites so it make
-clickable links; to tell Text_Wiki the site names and urls, use the
-{{[MethodSetRenderConf setRenderConf()]}} method. The array key
should be the
-name of the site, and the array value should be the URL part leading
up to the
-page-value.
-<code type="php">
-// [snip] create a Text_Wiki object called $wiki
-// set up an array of interwiki site names and urls
-$sites = array(
- 'MeatBall' => 'http://www.usemod.com/cgi-bin/mb.pl?%s',
- 'Advogato' => 'http://advogato.org/%s',
- 'Wiki' => 'http://c2.com/cgi/wiki?%s'
-);
-// configure the interwiki rule
-$wiki->setRenderConf('xhtml', 'interwiki', 'sites', $sites);
-</code>
-> **Note:** Note the use of %s in the above URL strings; the %s will be
- replaced by the page name. If you specify a string that does not have a
- %s in it, Text_Wiki will assume that the page name should go at the very
- end of the string.
More information about the commits
mailing list