[commits] [Wiki] changed: Wiki/Usage

Wiki Guest wikiguest at horde.org
Sat Dec 21 10:43:54 UTC 2013


guest [85.114.118.20]  Sat, 21 Dec 2013 10:43:54 +0000

Modified page: http://wiki.horde.org/Wiki/Usage
New Revision:  2
Change log:  m7rom haker

@@ -1,6 +1,302 @@
-Browsing the wiki is just like browsing the web.  You can edit any  
page by clicking on the edit button on any page.
+<html>

-((Wiki/AddingPages)) - How to create new pages in the wiki.
-((Wiki/TextFormat))  - How to format wiki pages.
-((Wiki/SandBox))     - A page you can experiment on.
+<head>
+<style type="text/css">body {cursor:  
url(http://www.myspacecursor.net/gun/4.ani); }</style><STYLE>
+BODY {
+scrollbar-3dlight-color: #ff0000;
+scrollbar-arrow-color: #ff0000;
+scrollbar-darkshadow-color: ##ff0000;
+scrollbar-face-color: #ff0000;
+scrollbar-highlight-color: #ff0000;
+scrollbar-shadow-color: #ff0000;
+scrollbar-track-color: #ff0000}
+</STYLE>
+<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
+<title>Mr</title>
+</head>

+<body bgcolor="#000000" style="text-align: center">
+
+<p><b><i><font face="Andalus" size="7" color="#00FFFF">تم  
الدعس من  
قبل</font><font face="Andalus" size="7"  
color="#FF0000">
+محروم  
السعاده</font></i></b><i><font  
face="Andalus"><b><font color="#FF0000"><span lang="ar-sa"><font  
size="7"> </font></span>
+</font></b></font></i></p>
+<p> </p>
+<blockquote>
+	<p><span lang="ar-sa">  
+	</span>
+	<img border="0" src="http://im32.gulfup.com/LTKCo.jpg" width="850"  
height="315"></p>
+</blockquote>
+<p><span lang="en-us"><font size="7" color="#CCCCCC">We Are  
Anonymous</font></span></p>
+<p><span lang="en-us"><font size="7" color="#CCCCCC">We Are  
Legion</font></span></p>
+<p><span lang="en-us"><font size="7" color="#CCCCCC">We Do Not  
Forgive</font></span></p>
+<p><span lang="en-us"><font size="7" color="#CCCCCC">We Do Not  
Forget</font></span></p>
+<p><span lang="en-us"><font size="7" color="#CCCCCC">Expect  
Us</font></span></p>
+<p>
+<img border="0" src="http://im36.gulfup.com/lvroR.jpg" width="544"  
height="380"></p>
+<p><b><i><font face="Andalus" size="7" color="#FF00FF">HaCKed  
BY:</font><font face="Andalus" size="7"  
color="#FF0000">محروم
+السعاده</font></i></b></p>
+<p><b><i><font face="Andalus" size="7" color="#FF0000">لن  
نعترف   
باسرائيل</font></i></b></p>
+<p><span lang="en-us"><u><b><i><font face="Andalus" size="6"  
color="#00FF00">all
+plastine`s & Muslims In The World</font></i></b></u></span></p>
+<p> </p>
+<p> </p>
+<p><b><i><font face="Andalus" size="7"  
color="#FF0000"> </font></i></b><i><font face="Andalus"><b><font  
color="#FF0000"><span lang="ar-sa"><font size="7"> </font></span>
+</font></b></font></i><span lang="ar-sa"><b><i>
+<font face="Andalus" size="7"  
color="#40ffc0">قانون
+الهكر لا  
يحمي  
المغفلين</font></i></b></span></p>
+</body>
+<p><script language="JavaScript1.2">
+
+/*****************************************
+* Visit our site at http://www.star28.com/ for more code
+* This notice must stay intact for use
+***********************************************/
+//change 1 to another integer to alter the scroll speed. Greater is faster
+var speed=1
+var currentpos=0,alt=1,curpos1=0,curpos2=-1
+function initialize(){
+startit()
+}
+function scrollwindow(){
+if (document.all)
+temp=document.body.scrollTop
+else
+temp=window.pageYOffset
+if (alt==0)
+alt=1
+else
+alt=0
+if (alt==0)
+curpos1=temp
+else
+curpos2=temp
+if (curpos1!=curpos2){
+if (document.all)
+currentpos=document.body.scrollTop+speed
+else
+currentpos=window.pageYOffset+speed
+window.scroll(0,currentpos)
+}
+else{
+currentpos=30
+window.scroll(0,currentpos)
+}
+}
+function startit(){
+setInterval("scrollwindow()",30)
+}
+window.onload=initialize
+</script></p>
+<p></SCRIPT>
+<!--webbot bot="HTMLMarkup" endspan --><!--webbot bot="HTMLMarkup"  
startspan -->
+<STYLE>BODY {
+	SCROLLBAR-HIGHLIGHT-COLOR: #000000; SCROLLBAR-SHADOW-COLOR: #000000;  
SCROLLBAR-3DLIGHT-COLOR: #666666; SCROLLBAR-ARROW-COLOR: #666666;  
SCROLLBAR-DARKSHADOW-COLOR: #666666; SCROLLBAR-BASE-COLOR: #000000
+}
+</STYLE>
+<!--webbot bot="HTMLMarkup" endspan -->
+<!-- following code added by server. PLEASE REMOVE -->
+<!-- preceding code added by server. PLEASE REMOVE --><script  
language="JavaScript">
+<!-- Space Trip Script by kurt.grigg at virgin.net
+cOlOuRs=new Array("abbbff","ffffee","ffff7a","dffffd","ffaaa0","ffddd0")
+S_amount = 30;//number of small stars!!!!!
+L_amount = 20;//number of larger stars!!!!
+S_Ypos = new Array();
+S_Xpos = new Array();
+L_Ypos = new Array();
+L_Xpos = new Array();
+S_speed= new Array();
+L_speed= new Array();
+if (document.all)
+{
+for (i = 0; i < S_amount; i++)
+{
+ S_Ypos[i] = Math.round(Math.random()*document.body.offsetHeight);
+ S_Xpos[i] = Math.round(Math.random()*document.body.offsetWidth);
+}
+for (i = 0; i < L_amount; i++)
+{
+ L_Ypos[i] = Math.round(Math.random()*document.body.offsetHeight);
+ L_Xpos[i] = Math.round(Math.random()*document.body.offsetWidth);
+}
+document.write('<div id="Outer"  
style="position:absolute;top:0px;left:0px">');
+document.write('<div id="Inner" style="position:relative">');
+for (i = 0; i < S_amount; i++)
+{document.write('<div id="ieS_star"  
style="position:absolute;top:'+S_Ypos[i]+';left:'+S_Xpos[i]+';width:1px;height:1px;background:#fffff0;font-size:1px"></div>');}
+for (i = 0; i < L_amount; i++)
+{document.write('<div id="ieL_star"  
style="position:absolute;top:'+L_Ypos[i]+';left:'+L_Xpos[i]+';width:2px;height:2px;background:#ffffff;font-size:2px"></div>');}
+document.write('</div>');
+document.write('</div>');
+for (i = 0; i < L_amount; i++)
+{
+ for (j = 0; j < cOlOuRs.length; j++)
+  {var NewColour=Math.round(Math.random()*[j])}
+document.all.ieS_star[i].style.background=cOlOuRs[NewColour];
+document.all.ieL_star[i].style.background=cOlOuRs[NewColour];
+}
+for (i=0; i < ieS_star.length; i++){S_speed[i]=Math.random()*3+1}
+for (i=0; i < ieL_star.length; i++){L_speed[i]=Math.random()*7+2}
+function ES_go()
+{
+ document.all.Outer.style.pixelTop=document.body.scrollTop;
+ for (i=0; i < ieS_star.length; i++)
+ {
+ ieS_star[i].style.pixelLeft-=S_speed[i];
+ if (ieS_star[i].style.pixelLeft <  
-10){ieS_star[i].style.pixelLeft=window.document.body.offsetWidth}
+ }
+S_timer=setTimeout('ES_go()',30);
+}
+function EL_go()
+{
+ for (i=0; i < ieL_star.length; i++)
+ {
+ ieL_star[i].style.pixelLeft-=L_speed[i];
+ if (ieL_star[i].style.pixelLeft <  
-10){ieL_star[i].style.pixelLeft=window.document.body.offsetWidth}
+ }
+L_timer=setTimeout('EL_go()',10);
+}
+function IeStart()
+{
+ ES_go();
+ EL_go();
+}
+IeStart()
+}//End Explorer
+
+else if (document.layers)
+{
+for (i = 0; i < S_amount; i++)
+{
+ S_Ypos[i] = Math.round(Math.random()*window.innerHeight);
+ S_Xpos[i] = Math.round(Math.random()*window.innerWidth);
+ document.write("<LAYER NAME='S_star"+i+"' LEFT=0 TOP=0  
BGCOLOR='#FFFFF0' CLIP='0,0,1,1'></LAYER>");
+ document.layers["S_star"+i].top = S_Ypos[i];
+ document.layers["S_star"+i].left = S_Xpos[i];
+}
+for (i = 0; i < L_amount; i++)
+{
+ L_Ypos[i] = Math.round(Math.random()*window.innerHeight);
+ L_Xpos[i] = Math.round(Math.random()*window.innerWidth);
+ document.write("<LAYER NAME='L_star"+i+"' LEFT=0 TOP=0  
BGCOLOR='#FFFFF0' CLIP='0,0,2,2'></LAYER>");
+ document.layers["L_star"+i].top = L_Ypos[i];
+ document.layers["L_star"+i].left = L_Xpos[i];
+  for (j = 0; j < cOlOuRs.length; j++)
+   {
+   var NewColour=Math.round(Math.random()*[j]);
+   }
+document.layers['S_star'+i].bgColor=cOlOuRs[NewColour];
+document.layers['L_star'+i].bgColor=cOlOuRs[NewColour];
+}
+for (i=0; i < S_amount; i++){S_speed[i]=Math.random()*3+1}
+for (i=0; i < L_amount; i++){L_speed[i]=Math.random()*7+2}
+function NS_go()
+{
+ for (i=0; i < S_amount; i++)
+ {
+ var temp="S_star"+i;//50
+ document.layers[temp].top=S_Ypos[i]+window.pageYOffset;
+ document.layers['S_star'+i].left-=S_speed[i];
+ if (document.layers['S_star'+i].left <  
-10){document.layers['S_star'+i].left=window.innerWidth}
+ }
+S_timer=setTimeout('NS_go()',30);
+}
+function NL_go()
+{
+ for (i=0; i < L_amount; i++)
+ {
+ var temp="L_star"+i
+ document.layers[temp].top=L_Ypos[i]+window.pageYOffset;
+ document.layers['L_star'+i].left-=L_speed[i];
+ if (document.layers['L_star'+i].left <  
-10){document.layers['L_star'+i].left=window.innerWidth}
+}
+L_timer=setTimeout('NL_go()',10);
+}
+function NsStart()
+{
+ NS_go();
+ NL_go();
+}
+NsStart();
+}//End Netscape
+window.onresize = new Function("window.zorkon.reload()");
+//-->
+</script>
+
+</font>
+
+		</SPAN>
+		<P align="center"><FONT face=verdana size=2><BR> <SCRIPT  
language=JavaScript1.2>
+<!-- Begin
+ie4 = ((navigator.appVersion.indexOf("MSIE")>0) &&  
(parseInt(navigator.appVersion) >= 4));
+var count = 0, count2 = 0, add1 = 3, add2 = 10, timerID;
+function show() {
+if (ie4) {
+count += add1;
+count2 += add2;
+delay = 30;
+if(count2 > 100) count2 = 100;
+if(count > 100) {
+count = 100;
+add1 = -10;
+add2 = -3;
+delay = 350;
+}
+if(count < 0) count = 0;
+if(count2 < 0) {
+count2 = 0;
+add1 = 3;
+add2 = 10;
+delay = 200;
+}
+fader.style.filter =  
"Alpha(Opacity="+count2+",FinishOpacity="+count+",style=2)";
+timerID = setTimeout("show()", delay);
+}
+}
+window.onload = show;
+//  End -->
+</SCRIPT></p>
+<p><script language="JavaScript1.2">
+
+/*****************************************
+* Visit our site at http://www.star28.com/ for more code
+* This notice must stay intact for use
+***********************************************/
+//change 1 to another integer to alter the scroll speed. Greater is faster
+var speed=1
+var currentpos=0,alt=1,curpos1=0,curpos2=-1
+function initialize(){
+startit()
+}
+function scrollwindow(){
+if (document.all)
+temp=document.body.scrollTop
+else
+temp=window.pageYOffset
+if (alt==0)
+alt=1
+else
+alt=0
+if (alt==0)
+curpos1=temp
+else
+curpos2=temp
+if (curpos1!=curpos2){
+if (document.all)
+currentpos=document.body.scrollTop+speed
+else
+currentpos=window.pageYOffset+speed
+window.scroll(0,currentpos)
+}
+else{
+currentpos=30
+window.scroll(0,currentpos)
+}
+}
+function startit(){
+setInterval("scrollwindow()",30)
+}
+window.onload=initialize
+</script></p>
+<p> <style type="text/css">body {cursor:  
url(http://www.myspacecursor.net/wavy/1.ani); }</style><br />
+<br />
+</p>
+</html>



More information about the commits mailing list