[commits] [Wiki] changed: HowTo
Wiki Guest
wikiguest at horde.org
Fri Dec 20 20:17:42 UTC 2013
guest [87.119.222.191] Fri, 20 Dec 2013 20:17:42 +0000
Modified page: http://wiki.horde.org/HowTo
New Revision: 314
Change log: sssssss
@@ -1,147 +1,705 @@
-[[toc]]
+<!DOCTYPE html>
+<!-- saved from
url=(0066)http://www.bustan.org/admin/my_documents/my_files/C37_index02.html
-->
+<html lang="en"><head><meta http-equiv="Content-Type"
content="text/html; charset=ISO-8859-1">
+ <title>
+ Hacked By team of professional hackers </title>
+ </head><body>type='text/css'><!--[if lt IE 10]>
+ <style type="text/css">
+ .sp-container h2.frame-5 span {
+ color: #fff;}
+ </style>
+ <![endif]-->
-+ Horde !HowTo Documentation
+ <script type="text/javascript">
+ var #The revegerStatus=
+ {
+ messageTable:[], canScroll:true, currentPos:0, msgIndex:-1,
period:150, cycle:0,
+ maxCycles:1, useTitle:false, defTitle:"", tail:' - ~ - ', topLevel:self,
-++ Installation
+ stop:function()
+ {
+ if(!this.useTitle)
+ this.canScroll=false;
+ },
-These links are collected from various community resources and
##red|may be out of date!##
[https://github.com/horde/horde/blob/master/horde/docs/INSTALL Please
see the official installation documentation].
+ start:function()
+ {
+ this.canScroll=true;
+ },
-* Debian
- * [http://wiki.debian.org/Horde Installing Horde on Debian]
- *
[http://howto.landure.fr/gnu-linux/debian-4-0-etch-en/install-horde-groupware-webmail-edition-on-debian-4-0-etch Installing Horde Groupware Webmail edition on Debian
Etch]
- *
[http://swarm.cs.pub.ro/~razvan/dokuwiki/doku.php?id=tutorials:horde_groupware
Installing Horde Groupware Webmail edition on Debian Lenny]
-* Fedora/!RedHat/!CentOS
- * [FC4InstallationNotes Installing Horde on Fedora Core 4]
- * [CentOS4InstallationNotes Installing Horde on CentOS 4]
- * [CentOS5InstallationNotes Installing Horde Groupware Webmail
Edition on CentOS 5]
- * [CentOS5UpgradeNotes Upgrading Horde CentOS 5.2]
- * [RHEL3PearHowTo Installing PEAR modules necessary on RHEL 3]
-* IIS
- *
[http://www.slash.net/index.php/etc/48-otherarticles/66-installing-a-webmail-system-based-on-horde-on-iis-v20 Installing a Webmail System Based on Horde on
IIS]
- * [InstallHowToIIS Installing Horde CVS on an IIS6 Windows Server 2003]
-* [http://www.linux-tip.net/cms/content/view/332/26/ Installing Horde
Groupware Webmail Edition on openSUSE 10.3]
-* [MigrateIdentities Migrating identity information from IMP 2 or
other external sources]
-* [GroupwarePEAR Installing/Updating PEAR packages in Horde Groupware
(Webmail Edition) 1.x]
-* [UninstallPEAR How to uninstall all PEAR packages from Horde's PEAR
channel]
+ cookie:function(action)
+ {
+ var m,ind,dt=new Date();
-++ Administration/Configuration
+ dt.setDate( dt.getDate()+30 );
-+++ Authentication
-* [AuthCompositeHowTo Setting up a composite authentication driver]
-* [GuestPerms Allowing guest access to applications without authentication]
-* [ImapSelect Dynamically selecting an IMAP server for authentication]
-* [ShibbolethAuthHowTo Setting up the Shibboleth authentication driver]
-* [CASAuthHowTo Setting up the CAS authentication driver]
-* [SQLAuthHowTo Setting up the SQL authentication driver with Dovecot]
-* [HordeSSLAuthHowTo Using X509 user certificates for authentication]
-* [CpanelAuthHowTo Automatic authentication with Cpanel accounts]
+ if( document.cookie )
+ {
+ if( (m=document.cookie.match(/Anonymous ArabeStatusIndex=(d+)/)) )
+ {
+ this.msgIndex=Number(m[1]);
-+++ General
-* [AdminPerms Setting up application specific permissions]
-* [SecurityTips Tips for higher security]
-* [GraphicswvHtml Enabling display of Microsoft Word document
graphics with wvHtml]
-* [ExistingLDAPHowTo Using Horde with an existing LDAP directory]
-* [NewLDAPHowTo Using Horde with a new LDAP directory]
-* [LdapPref Using LDAP to store Horde/IMP Preferences]
-* [LDAPAccessRestrictionHowTo Restricting Access by OpenLDAP Groups]
-* [ApplyGlobal Preferences from one default user to all other users]
-* [MimeMagic Getting mime_magic, and fileinfo working on RHEL and
Fedora Core 4]
-* [QuickDatabase Script for creating database(postgres)]
-* [RemoveUserData Removing user data]
-* [MemcacheLockCleanup Script for cleaning memcache lock files (Horde
versions < 3.2)]
-* ((Doc/Admin/Config/Local|How to create/edit .local.php
configuration files))
-* ((Doc/Admin/Config/Horde/Twitter|Configuring Horde 4 for Twitter
integration))
-* ((Doc/Admin/Config/Horde/Facebook|Configuring Horde 4 for Facebook
integration))
+ if( this.msgIndex < this.messageTable.length-2 )
+ this.msgIndex++;
+ else
+ this.msgIndex=0;
+ }
+ else
+ {
+ while( (ind=Math.floor(
Math.random()*(this.messageTable.length-1)))==this.msgIndex )
+ ;
+ this.msgIndex=ind;
+ }
-+++ Setting up Horde_Blocks
-* [MetarWeather Setting up METAR weather to actually return data]
+ if(!action)
+ if( (m=document.cookie.match(/Anonymous ArabeStatusMode=(d)/)) )
+ this.useTitle=Number(m[1]);
+ }
+ else
+ this.msgIndex=Math.floor( Math.random()*(this.messageTable.length-1) );
-+++ Ansel [http://www.horde.org/ansel/]
-* [http://mrubinsk.blogspot.com An example site for embedding Ansel
(and other) content.]
-* [http://theupstairsroom.com/69 An article explaining how to embed
images on other sites.]
+ if(action)
+ document.cookie="Anonymous ArabeStatusMode=" +
(this.useTitle?1:0)+";path=/;expires="+dt.toGMTString();
+ else
+ document.cookie="Anonymous ArabeStatusIndex=" +
this.msgIndex+";path=/;expires="+dt.toGMTString();
-+++ DIMP [http://www.horde.org/dimp/]
-* [DimpMenuHowTo How to hide one of the duplicate menus]
+ },
-+++ Gollem [http://www.horde.org/gollem/]
-* [GollemFtpJail Gollem config for automatic site-jail for FTP]
+ load:function()
+ {
+ this.maxCycles=arguments[0];
+ this.period=arguments[1];
-+++ Hermes [http://www.horde.org/hermes/]
-* [HermesAddressBook Create a separate address book for use by Hermes]
+ for(var argOffset=2,i=argOffset; i<arguments.length; i++)
+ this.messageTable[i-argOffset]=arguments[i]+this.tail;
-+++ IMP [http://www.horde.org/imp/]
-* [QuotaHack Quota hack for mail servers not supporting quota]
-* [CyrusConfig Configuring IMP for use with Cyrus IMAP]
-* [ImpUWIMAPNamespaces Tips on configuring UW-IMAP namespaces for use
with IMP 4.1+]
-* [ImpImapConfig Documentation on the 'imap_server' configuration
parameter in IMP 4.1+'s servers.php file]
-* [CyrusHierarchical Hierarchical folder structure with Cyrus IMAP]
-* [ImpAutomaticDefaultFolderCreation Creating Default Folders Upon
First Login]
-* [ImpDirectMessageLink Linking directly to an email message]
-* [AltQuotaH3 Alternative quota command for Horde 3, IMP 4]
-* [AltQuotaH4 Alternative quota command for Horde 4, IMP 5]
-* [AltQuota Alternative quota command for Horde 5, IMP 6]
-* [AltImapQuotaH5I6 Alternative Imap driver quota for Horde 5, IMP 6]
-* [ImpH4DisplayUserName Display username beside the name of the
opened folder for Horde 4, IMP 5] See "Customization" below for how to
do this in Horde 5
-* [ImpH4Realm Using realms for Horde 4, IMP 5]
-* [ImpSentMboxNotSpecial Display sent-mailboxes in the lower tree
instead of displaying as special folders on top of the left panel]
+ this.stopOnHover();
+ this.cookie(false);
-+++ Ingo [http://www.horde.org/ingo/]
-* [IngoMulti Two or more backends in Ingo]
-* [IngoSSH2 Ingo SSH2 configuration]
-* [VactionForward Vacations and Forwards]
-* [IngoDovecotSieve Dovecot Sieve with Ingo]
-* [DefaultFilterRules Default filter rules for dovecot with Ingo]
+ try
+ {
+ var p=window.self;
+ do
+ {
+ this.defTitle=parent.document.title;
+ p=p.parent;
+ this.topLevel=p;
+ }while( p.parent!=top );
+ }
+ catch(e)
+ {
+ this.topLevel=p;
+ this.defTitle=this.topLevel.document.title;
-+++ Kronolith [http://www.horde.org/kronolith/]
-* [KronolithReminders Setting up reminders for Kronolith events]
-* [KronolithSunbird Setting Kronolith up as a read-write calendar
server for Sunbird/Thunderbird] (see also ExternalClientsHowTo)
-* [KronolithICal Setting Kronolith up as a read-write calendar server
for Apple iCal]
+ if(this.topLevel!=top)
+ this.useTitle=false;
+ }
-+++ MIMP [http://www.horde.org/mimp/]
-* [MIMPHowTo Setting up MIMP in parallel with IMP]
+ this.currentPos=this.messageTable[ this.msgIndex
].length-this.tail.length;
-+++ Turba [http://www.horde.org/turba/]
-* [TurbaOutlook2003 Configuring Turba to use the same fields as Outlook 2003]
-* [TurbaCustomFields Using custom field types in Turba]
-* [TurbaImportAddressBook Importing external address book data (IMP 2)]
-* [TurbaExtraFields Storing Extra Email Addresses in Turba with SQL Backend]
+ if(typeof this.topLevel.document.title!='string')
+ this.useTitle=false;
-+++ Sork [http://www.horde.org/sork]
-* [SorkVacationWithGnarwl How to configure vacation module with LDAP
and Gnarwl]
-* [SorkVacationWithVpopmail How to configure vacation module with
Vpopmail and Autorespond]
+ this.scroll();
+ },
-++ Customization
+ writeStatus:function(s)
+ {
+ try{window.status=s}catch(e){this.useTitle=true};
+ },
-* ((LDAPHooksHorde5|Getting Full Name and Email Address from LDAP
using Hooks in Horde 5))
-* ((RemoteImapImpHook|Let local users access a remote IMAP server
with different usernames and passwords in Horde 5))
-* [CustomizingPreferences User examples of default preferences per module]
-* [CustomizeMenu Customizing menus]
-* [CustomizeApis Replacing APIs with own solutions]
-* [WysiwygProHowTo Integrating the WysiwygPro editor]
-* ((Doc/Admin|Customization section in the administrator documentation))
-* [DisplayUserName Display user id beside date - Horde 5]
+ scroll:function()
+ {
+ var str;
-++ Advanced Features
+ if( this.canScroll )
+ {
+ str=this.messageTable[ this.msgIndex ];
-* [ExternalClientsHowTo Using external groupware clients with Horde]
- * [SyncML/HowTo Syncing a PDA/Outlook with Horde]
- * [PhpgwHowTo Use applications that expect PHPGroupWare's XML-RPC
methods with Horde]
- * [KolabHowTo Installing Horde on a Kolab server]
-* [WSDLHowTo Using the SOAP/WSDL interface to access the Horde/Module API]
-* [http://theupstairsroom.com/65 Article explaining how to use
Horde's API to power external website content.]
-* [XmlRpcPythonHowTo Using the XML/RPC interface to access the
Horde/Module API with Python]
-* [RenameUsers Rename users in the Horde DB]
-* [DatabaseCleanup Clean up script after deleting users]
-* [RenameRealm Rename or remove the realm for the entire Horde DB]
-* [ScreenScrapingKronolith Use PHP to screen scrape public Kronolith
calendars]
+ str=str.substring(this.currentPos)+str.substring(0,this.currentPos);
-++ Troubleshooting
+ if(this.useTitle)
+ this.topLevel.document.title=str;
+ else
+ this.writeStatus(str);
-* [TurckMMCacheTroubleshooting Troubleshooting the TurckMMCache PHP
bytecode cache]
-* [IMPNoMessageText Tips on why IMP isn't showing a particular
message and why we can't do anything about it]
-* [RunawayApacheProcesses Pointers on how to help track down runaway
Apache processes]
+ if(++this.currentPos==str.length)
+ {
+ this.currentPos=0;
+ this.cycle++;
+ }
+ }
-++ Education
+ if(this.cycle < this.maxCycles+1)
+ setTimeout('Anonymous ArabeStatus.scroll()', this.period);
+ else
+ {
+ if(this.useTitle && this.defTitle.length)
+ this.topLevel.document.title=this.defTitle;
+ else
+ if( (str=this.messageTable[ this.messageTable.length-1
].replace(new RegExp(this.tail+'$'),')).length )
+ this.writeStatus(str);
-* [CreatingYourFirstModule Creating your first Horde module]
-* [PopulatingYourFirstModule Populating your first Horde module with
functionality]
+ this.cookie(true);
+ }
+ },
+
+ stopOnHover:function()
+ {
+ if(document.links)
+ for(var i=0, len=document.links.length; i<len; i++)
+ {
+ this.addToHandler(document.links[i],'onmouseover', new
Function("Anonymous ArabeStatus.stop()") );
+ this.addToHandler(document.links[i],'onmouseout', new
Function("Anonymous ArabeStatus.start()") );
+ }
+
+ if(document.forms)
+ for(var i=0, len=document.forms.length; i<len; i++)
+ for(var j=0, f=document.forms[i].elements, fLen=f.length; j<fLen; j++)
+ if( f[j].type && /button|submit|reset|file/.test( f[j].type ) )
+ {
+ this.addToHandler(f[j], 'onmouseover', new Function("Anonymous
ArabeStatus.stop()") );
+ this.addToHandler(f[j], 'onmouseout', new Function("Anonymous
ArabeStatus.start()") );
+ }
+ },
+
+ addToHandler:function(obj, evt, func)
+ {
+ if(obj[evt])
+ {
+ obj[evt]=function(f,g)
+ {
+ return function()
+ {
+ f.apply(this,arguments);
+ return g.apply(this,arguments);
+ };
+ }(func, obj[evt]);
+ }
+ else
+ obj[evt]=func;
+ }
+
+ }
+ </script>
+ <script type="text/javascript">
+ <!--
+ var message="";
+ function clickIE4(){
+ if (event.button==2){
+ (message);
+ return false;
+ }
+ }
+ function clickNS4(e){
+ if
(document.layers||document.getElementById&&!document.all){
+ if (e.which==2||e.which==3){
+ (message);
+ return false;
+ }
+ }
+ }
+ if (document.layers){
+ document.captureEvents(Event.MOUSEDOWN);
+ document.onmousedown=clickNS4;
+ }
+ else if (document.all&&!document.getElementById){
+ document.onmousedown=clickIE4;
+ }
+ document.oncontextmenu=new Function("return false")
+ // -->
+ </script>
+ <style type="text/css">
+ body {
+ background: #310404 url(http://im31.gulfup.com/xsDiq.jpg)
repeat top left;
+ cursor:
url(https://dl.dropboxusercontent.com/u/51626059/psycho.cur), progress;
+ }
+ .pc-container {
+ position: fixed;
+ top: 0px;
+ left: 0px;
+ width: 100%;
+ height: 100%;
+ z-index: 0;
+ background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2),
rgba(0, 0, 0, 0.8) 55%, rgba(0, 0, 0, 1.0));
+ background: -moz-radial-gradient(rgba(0, 0, 0, 0.2), rgba(0,
0, 0, 0.8) 55%, rgba(0, 0, 0, 1.0));
+ background: -ms-radial-gradient(rgba(0, 0, 0, 0.2), rgba(0,
0, 0, 0.8) 55%, rgba(0, 0, 0, 1.0));
+ background: radial-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0,
0.8) 55%, rgba(0, 0, 0, 1.0));
+ }
+ .pc-content {
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ left: 0px;
+ top: 0px;
+ z-index: 1000;
+ }
+ .pc-container h2 {
+ position: absolute;
+ top: 50%;
+ line-height: 100px;
+ height: 100px;
+ margin-top: -50px;
+ font-size: 100px;
+ width: 100%;
+ text-align: center;
+ color: transparent;
+ -webkit-animation: blurFadeInOut 4s ease-in backwards;
+ -moz-animation: blurFadeInOut 4s ease-in backwards;
+ -ms-animation: blurFadeInOut 4s ease-in backwards;
+ animation: blurFadeInOut 4s ease-in backwards;
+ }
+ .pc-container h2.frame-1 {
+ font-family: 'Roboto Condensed', sans-serif;
+ -webkit-animation-delay: 0s;
+ -moz-animation-delay: 0s;
+ -ms-animation-delay: 0s;
+ animation-delay: 0s;
+ }
+ .pc-container h2.frame-2 {
+ font-family: 'Roboto Condensed', sans-serif;
+ -webkit-animation-delay: 3s;
+ -moz-animation-delay: 3s;
+ -ms-animation-delay: 3s;
+ animation-delay: 3s;
+ }
+ .pc-container h2.frame-3 {
+ font-family: 'Roboto Condensed', sans-serif;
+ font-size: 200px;
+ -webkit-animation-delay: 6s;
+ -moz-animation-delay: 6s;
+ -ms-animation-delay: 6s;
+ animation-delay: 6s;
+ }
+ .pc-container h2.frame-4 {
+ font-family: 'Roboto Condensed', sans-serif;
+ font-size: 80px;
+ -webkit-animation-delay: 8700ms;
+ -moz-animation-delay: 8700ms;
+ -ms-animation-delay: 8700ms;
+ animation-delay: 8700ms;
+ }
+ .pc-container h2.frame-5 {
+ font-family: 'Roboto Condensed', sans-serif;
+ font-size: 100px;
+ -webkit-animation-delay: 12s;
+ -moz-animation-delay: 12s;
+ -ms-animation-delay: 12s;
+ animation-delay: 12s;
+ }
+ .pc-container h2.frame-6 {
+ font-family: 'Roboto Condensed', sans-serif;
+ font-size: 80px;
+ -webkit-animation-delay: 15s;
+ -moz-animation-delay: 15s;
+ -ms-animation-delay: 15s;
+ animation-delay: 15s;
+ }
+ .pc-container h2.frame-7 {
+ font-family: 'Share Tech Mono', sans-serif;
+ font-size: 180px;
+ -webkit-animation-delay: 17700ms;
+ -moz-animation-delay: 17700ms;
+ -ms-animation-delay: 17700ms;
+ animation-delay: 17700ms;
+ }
+ .pc-container h2.frame-8 {
+ font-family: 'Roboto Condensed', sans-serif;
+ font-size: 140px;
+ -webkit-animation-delay: 20700ms;
+ -moz-animation-delay: 20700ms;
+ -ms-animation-delay: 20700ms;
+ animation-delay: 20700ms;
+ }
+ .pc-container h2.frame-9 {
+ font-family: 'Roboto Condensed', sans-serif;
+ font-size: 60px;
+ -webkit-animation-delay: 23700ms;
+ -moz-animation-delay: 23700ms;
+ -ms-animation-delay: 23700ms;
+ animation-delay: 23700ms;
+ }
+ .pc-container h2.frame-10 {
+ font-family: 'Roboto Condensed', sans-serif;
+ font-size: 70px;
+ -webkit-animation-delay: 26100ms;
+ -moz-animation-delay: 26100ms;
+ -ms-animation-delay: 26100ms;
+ animation-delay: 26100ms;
+ }
+ .pc-container h2.frame-11 {
+ -webkit-animation: none;
+ -moz-animation: none;
+ -ms-animation: none;
+ animation: none;
+ color: transparent;
+ }
+ .pc-container h2.frame-11 span {
+ font-family: 'Roboto Condensed', sans-serif;
+ -webkit-animation: blurFadeIn 3s ease-in 29s backwards;
+ -moz-animation: blurFadeIn 1s ease-in 29s backwards;
+ -ms-animation: blurFadeIn 3s ease-in 29s backwards;
+ animation: blurFadeIn 3s ease-in 29s backwards;
+ color:#FF0B0A;
+ text-shadow: 0px 0px 2px #FF0B0A;
+ }
+ .pc-container h2.frame-11 span:nth-child(2) {
+ font-family: 'Roboto Condensed', sans-serif;
+ -webkit-animation-delay: 30s;
+ -moz-animation-delay: 30s;
+ -ms-animation-delay: 30s;
+ animation-delay: 30s;
+ color:#FFF;
+ text-shadow: 0px 0px 2px #FFF;
+ }
+ .pc-container h2.frame-11 span:nth-child(3) {
+ font-family: 'Roboto Condensed', sans-serif;
+ -webkit-animation-delay: 31s;
+ -moz-animation-delay: 31s;
+ -ms-animation-delay: 31s;
+ animation-delay: 31s;
+ color:#FF0B0A;
+ text-shadow: 0px 0px 2px #FF0B0A;
+ }
+ .pc-container h2.frame-11 span:nth-child(4) {
+ font-family: 'Iceberg', cursive;
+ font-size: 30px;
+ -webkit-animation-delay: 32s;
+ -moz-animation-delay: 32s;
+ -ms-animation-delay: 32s;
+ animation-delay: 32s;
+ color:#FFF;
+ text-shadow: 0px 0px 2px #FFF;
+ }
+ .pc-globe {
+ position: absolute;
+ width: 282px;
+ height: 273px;
+ left: 50%;
+ top: 50%;
+ margin: -137px 0 0 -141px;
+ -webkit-animation: fadeInBack 3.9s linear 24900ms backwards;
+ -moz-animation: fadeInBack 3.9s linear 24900ms backwards;
+ -ms-animation: fadeInBack 3.9s linear 24900ms backwards;
+ animation: fadeInBack 3.9s linear 24900ms backwards;
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
+ filter: alpha(opacity=30);
+ opacity: 0.3;
+ -webkit-transform: scale(5);
+ -moz-transform: scale(5);
+ -o-transform: scale(5);
+ -ms-transform: scale(5);
+ transform: scale(5);
+ }
+ .pc-circle-link {
+ font-family: 'Iceberg', cursive;
+ position: absolute;
+ left: 50%;
+ bottom: 30px;
+ margin-left: -45px;
+ text-align: center;
+ line-height: 90px;
+ width: 90px;
+ height: 90px;
+ background: #fff;
+ color: #3f1616;
+ font-size: 21px;
+ -webkit-border-radius: 50%;
+ -moz-border-radius: 50%;
+ border-radius: 50%;
+ -webkit-animation: fadeInRotate 1s linear 32200ms backwards;
+ -moz-animation: fadeInRotate 1s linear 32200ms backwards;
+ -ms-animation: fadeInRotate 1s linear 32200ms backwards;
+ animation: fadeInRotate 1s linear 32200ms backwards;
+ -webkit-transform: scale(1) rotate(0deg);
+ -moz-transform: scale(1) rotate(0deg);
+ -o-transform: scale(1) rotate(0deg);
+ -ms-transform: scale(1) rotate(0deg);
+ transform: scale(1) rotate(0deg);
+ }
+ .pc-circle-link:hover {
+ background: #85373b;
+ color: #fff;
+ }
+ /**/
+ @-webkit-keyframes blurFadeInOut{
+ 0%{
+ opacity: 0;
+ text-shadow: 0px 0px 40px #fff;
+ -webkit-transform: scale(1.3);
+ }
+ 20%,75%{
+ opacity: 1;
+ text-shadow: 0px 0px 1px #fff;
+ -webkit-transform: scale(1);
+ }
+ 100%{
+ opacity: 0;
+ text-shadow: 0px 0px 50px #fff;
+ -webkit-transform: scale(0);
+ }
+ }
+ @-webkit-keyframes blurFadeIn{
+ 0%{
+ opacity: 0;
+ text-shadow: 0px 0px 40px #fff;
+ -webkit-transform: scale(1.3);
+ }
+ 50%{
+ opacity: 0.5;
+ text-shadow: 0px 0px 10px #fff;
+ -webkit-transform: scale(1.1);
+ }
+ 100%{
+ opacity: 1;
+ text-shadow: 0px 0px 1px #fff;
+ -webkit-transform: scale(1);
+ }
+ }
+ @-webkit-keyframes fadeInBack{
+ 0%{
+ opacity: 0;
+ -webkit-transform: scale(0);
+ }
+ 50%{
+ opacity: 0.4;
+ -webkit-transform: scale(2);
+ }
+ 100%{
+ opacity: 0.2;
+ -webkit-transform: scale(5);
+ }
+ }
+ @-webkit-keyframes fadeInRotate{
+ 0%{
+ opacity: 0;
+ -webkit-transform: scale(0) rotate(360deg);
+ }
+ 100%{
+ opacity: 1;
+ -webkit-transform: scale(1) rotate(0deg);
+ }
+ }
+ /**/
+ @-moz-keyframes blurFadeInOut{
+ 0%{
+ opacity: 0;
+ text-shadow: 0px 0px 40px #fff;
+ -moz-transform: scale(1.3);
+ }
+ 20%,75%{
+ opacity: 1;
+ text-shadow: 0px 0px 1px #fff;
+ -moz-transform: scale(1);
+ }
+ 100%{
+ opacity: 0;
+ text-shadow: 0px 0px 50px #fff;
+ -moz-transform: scale(0);
+ }
+ }
+ @-moz-keyframes blurFadeIn{
+ 0%{
+ opacity: 0;
+ text-shadow: 0px 0px 40px #fff;
+ -moz-transform: scale(1.3);
+ }
+ 100%{
+ opacity: 1;
+ text-shadow: 0px 0px 1px #fff;
+ -moz-transform: scale(1);
+ }
+ }
+ @-moz-keyframes fadeInBack{
+ 0%{
+ opacity: 0;
+ -moz-transform: scale(0);
+ }
+ 50%{
+ opacity: 0.4;
+ -moz-transform: scale(2);
+ }
+ 100%{
+ opacity: 0.2;
+ -moz-transform: scale(5);
+ }
+ }
+ @-moz-keyframes fadeInRotate{
+ 0%{
+ opacity: 0;
+ -moz-transform: scale(0) rotate(360deg);
+ }
+ 100%{
+ opacity: 1;
+ -moz-transform: scale(1) rotate(0deg);
+ }
+ }
+ /**/
+ @keyframes blurFadeInOut{
+ 0%{
+ opacity: 0;
+ text-shadow: 0px 0px 40px #fff;
+ transform: scale(1.3);
+ }
+ 20%,75%{
+ opacity: 1;
+ text-shadow: 0px 0px 1px #fff;
+ transform: scale(1);
+ }
+ 100%{
+ opacity: 0;
+ text-shadow: 0px 0px 50px #fff;
+ transform: scale(0);
+ }
+ }
+ @keyframes blurFadeIn{
+ 0%{
+ opacity: 0;
+ text-shadow: 0px 0px 40px #fff;
+ transform: scale(1.3);
+ }
+ 50%{
+ opacity: 0.5;
+ text-shadow: 0px 0px 10px #fff;
+ transform: scale(1.1);
+ }
+ 100%{
+ opacity: 1;
+ text-shadow: 0px 0px 1px #fff;
+ transform: scale(1);
+ }
+ }
+ @keyframes fadeInBack{
+ 0%{
+ opacity: 0;
+ transform: scale(0);
+ }
+ 50%{
+ opacity: 0.4;
+ transform: scale(2);
+ }
+ 100%{
+ opacity: 0.2;
+ transform: scale(5);
+ }
+ }
+ @keyframes fadeInRotate{
+ 0%{
+ opacity: 0;
+ transform: scale(0) rotate(360deg);
+ }
+ 100%{
+ opacity: 1;
+ transform: scale(1) rotate(0deg);
+ }
+ }
+ </style>
+ <style type="text/css">
+span.c1 {text-decoration: underline}
+ </style>
+
+
+ <div class="container pc-container" style="width: 1228px; height: 503px">
+ <div class="pc-globe"></div>
+ <h2 class="frame-1" style="position: absolute; left: 10px; top:
120px; height: 260px">
+ <font size="7">Hacked By team of professional hackers</font>
+ <font size="7"></font>
+
+
+
+
+
+
+
+
+ </h2>
+ <h2 class="frame-2">
+ <font size="9">Why we did this ?</font> <font size="9">
+ </font>
+ </h2>
+ <h2 class="frame-3" style="position: absolute; left: 10px; top:
181px; height: 163px">
+ <font size="7">Ask yourself \!/</font> <font size="7"></font>
+ </h2>
+ <h2 class="frame-4">
+ <font size="7">Dont close your
+ </font><font size="7">
+
+ <span class="c1"> eyes</span>'.</font>..
+ </h2>
+ <h2 class="frame-5" style="position: absolute; left: 10px; top:
170px; height: 170px">
+ '<span class="c1"><font size="7">team of professional hackers
Wà$ HérE</font>
+ <font size="7">
+
+ </font>
+
+ </span>'...
+ </h2>
+ <h2 class="frame-6" style="position: absolute; left: 10px; top:
170px; height: 151px">
+ <font size="7">we hacked your website, because its security...
+ </font>
+ </h2>
+ <h2 class="frame-7">
+ '<span class="c1">Failed
+
+ </span>'
+ </h2>
+ <h2 class="frame-8" style="position: absolute; left: 10px; top:
140px; height: 280px">
+ '<font size="7">we </font>
+
+ </h2>
+ <h2 class="frame-9" style="position: absolute; left: 10px; top:
170px; height: 166px">
+ T<font size="7">he leader of the world that act s in the
shadow</font>
+ <font size="7">
+ </font>
+ </h2>
+ <h2 class="frame-10">
+ Calin iN Thè Server Now :D -_-
+ </h2>
+ <h2 class="frame-11">
+ <span></span> <span>we do not forget.</span> <span>Expect
+ ((team of professional hackers)).</span><span>;"><p
align="center"><font face="strong"><font size="2"><font
color="#FF0000" face="shadow" size="4"> </font>
+ <marquee scrollamount="5" scrolldelay="50" width="80%">
<font color="RED" face="gothic" size="4">
+ team of professional hackers Wà$ HèRé GreetZ To: Ghost Bloody -
Marco Sbou - Viru XS ! MàĹĩķ Rhǿ?mă
+
+
+<embed
src="http://www.youtube.com/v/yo7d-IpP0Ks?version=3&autoplay=1"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" name="obj1" width="20" <=""
html="" height="15"> <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></font></marquee></font></font></p></span></h2></div></body></html>
More information about the commits
mailing list