!C99Shell v. 1.0 pre-release build #13!

Software: Apache. PHP/5.5.15 

uname -a: Windows NT SVR-DMZ 6.1 build 7600 (Windows Server 2008 R2 Enterprise Edition) i586 

SYSTEM 

Safe-mode: OFF (not secure)

E:\copia nuevo\htdocs\galeria\bibloteca\   drwxrwxrwx
Free 9.4 GB of 239.26 GB (3.93%)
Detected drives: [ a ] [ c ] [ d ] [ e ] [ f ]
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     ContentFlowAddOn_white.js (2.44 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*  ContentFlowAddOn_white, version 2.0 
 *  (c) 2008 - 2010 Sebastian Kutsch
 *  <http://www.jacksasylum.eu/ContentFlow/>
 *
 *  This file is distributed under the terms of the MIT license.
 *  (see http://www.jacksasylum.eu/ContentFlow/LICENSE)
 */

new ContentFlowAddOn ('white', {

    init: function () {
        this.addStylesheet();
    },
	
	ContentFlowConf: {
        reflectionColor: "#ffffff", // none, transparent, overlay or hex RGB CSS style #RRGGBB
		lodingTimeout: 30000,          // milliseconds
        activeElement: 'content',       // item or content

        maxItemHeight: 300,               // 0 == auto, >0 max item height in px
       // scaleFactor: 1.0,               // overall scale factor of content
     //   scaleFactorLandscape: 1.33,     // scale factor of landscape images ('max' := height= maxItemHeight)
   //     scaleFactorPortrait: 1.0,       // scale factor of portraoit and square images ('max' := width = item width)
        fixItemSize: false,             // don't scale item size to fit image, crop image if bigger than item
		 onclickActiveItem: function (item) {
            var url, target;

            if (url = item.content.getAttribute('href')) {
                target = item.content.getAttribute('target');
            }
            else if (url = item.element.getAttribute('href')) {
                target = item.element.getAttribute('target');
            }
            else if (url = item.content.getAttribute('src')) {
                target = item.content.getAttribute('target');
            }

            if (url) {
                if (target)
                    window.open('http://www.google.com', target).focus();
                else
              //     _gaq.push(['_trackPageview', url]);
				   $(function(){

//load the article contents to maincolumn_full div
//id=18 replace with your article id, which can see from article manager 

//we need this line only you can grab this and put within your own function

$('#descrip').fadeOut("slow").addClass('loadingg').load('' + url+ ' #content', function (response, status, xhr) {

  if (status == "error") {
    var msg = "Sorry but there was an error: ";
    $("#error").html(msg + xhr.status + " " + xhr.statusText);
  };

$(this).fadeIn('slow');
$('html, body').animate({scrollTop: 500}, 800);
$('#descrip').removeClass('loadingg')

//end the event
});


});
            }
        }

	}
		  
		

});

 

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0312 ]--