Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
cesa.co.za /
sites /
all /
themes /
cesa /
Delete
Unzip
Name
Size
Permission
Date
Action
color
[ DIR ]
drwxr-sr-x
2010-09-20 16:04
images
[ DIR ]
drwxr-sr-x
2010-09-20 16:04
minnelli
[ DIR ]
drwxr-sr-x
2010-09-20 16:04
block-block-1.tpl.php
382
B
-rw-r--r--
2018-10-22 11:08
block.tpl.php
363
B
-rw-r--r--
2011-02-17 07:17
cesa.info
565
B
-rw-r--r--
2011-02-17 07:17
comment.tpl.php
835
B
-rw-r--r--
2011-02-17 07:17
fix-ie-rtl.css
1.32
KB
-rw-r--r--
2011-02-17 07:17
fix-ie.css
1.52
KB
-rw-r--r--
2011-02-17 07:17
inc_scroller.htm
3.53
KB
-rw-r--r--
2014-08-13 09:18
logo.png
5.27
KB
-rw-r--r--
2011-02-17 07:17
maintenance-page.tpl.php
3
KB
-rw-r--r--
2011-02-17 07:17
node.tpl.php
861
B
-rw-r--r--
2011-02-17 07:17
page.tpl.php
7.53
KB
-rw-r--r--
2019-08-20 11:27
page.tpl.php.bak
4.92
KB
-rw-r--r--
2011-11-08 12:07
print.css
1.27
KB
-rw-r--r--
2011-02-17 07:17
screenshot.png
6.48
KB
-rw-r--r--
2011-02-17 07:17
style-rtl.css
4.85
KB
-rw-r--r--
2011-02-17 07:17
style.css
19.65
KB
-rw-r--r--
2011-02-17 07:17
template.php
2.56
KB
-rw-r--r--
2011-02-17 07:17
uwpscroller.swf
84.37
KB
-rw-r--r--
2011-02-17 07:17
Save
Rename
<html> <body> <script> var pic = new Array(); function banner(name, width){ this.name = name; this.width = width; this.link = name; } pic[0] = new banner('/images/scroller/Conference_Banner.jpg',240); pic[1] = new banner('/images/scroller/pics.jpg',154); pic[2] = new banner('/images/scroller/Golf_Day_Banner.jpg',240); pic[3] = new banner('/images/scroller/pics1.jpg',93); pic[4] = new banner('/images/scroller/Conference_Banner.jpg',240); pic[5] = new banner('/images/scroller/pics2.jpg',90); pic[6] = new banner('/images/scroller/Golf_Day_Banner.jpg',240); pic[7] = new banner('/images/scroller/pics3.jpg',90); pic[8] = new banner('/images/scroller/Conference_Banner.jpg',240); pic[9] = new banner('/images/scroller/pics4.jpg',180); pic[10] = new banner('/images/scroller/Golf_Day_Banner.jpg',240); pic[11] = new banner('/images/scroller/pics5.jpg',180); pic[12] = new banner('/images/scroller/Conference_Banner.jpg',240); pic[13] = new banner('/images/scroller/pics6.jpg',180); pic[14] = new banner('/images/scroller/Golf_Day_Banner.jpg',240); pic[15] = new banner('/images/scroller/pics7.jpg',160); pic[16] = new banner('/images/scroller/Conference_Banner.jpg',240); pic[17] = new banner('/images/scroller/pics8.jpg',160); pic[18] = new banner('/images/scroller/Golf_Day_Banner.jpg',240); pic[19] = new banner('/images/scroller/pics9.jpg',160); pic[20] = new banner('/images/scroller/Conference_Banner.jpg',240); pic[21] = new banner('/images/scroller/pics10.jpg',160); pic[22] = new banner('/images/scroller/Golf_Day_Banner.jpg',240); pic[23] = new banner('/images/scroller/pics11.jpg',160); pic[24] = new banner('/images/scroller/Conference_Banner.jpg',240); pic[25] = new banner('/images/scroller/pics12.jpg',160); pic[26] = new banner('/images/scroller/Golf_Day_Banner.jpg',240); pic[27] = new banner('/images/scroller/pics13.jpg',167); var speed = 50; var kk = pic.length; var ii; var hhh; var nnn; var myInterval; var myPause; var mode = 0; var imgArray = new Array(kk); var myLeft = new Array(kk); for (ii=0;ii<kk;ii++){ imgArray[ii] = new Image(); imgArray[ii].src = pic[ii].name; imgArray[ii].width = pic[ii].width; hhh=0 ; for (nnn=0;nnn<ii;nnn++){ hhh=hhh+pic[nnn].width; } myLeft[ii] = hhh; } function ready(){ for (ii=0;ii<kk;ii++){ if (document.images[ii].complete == false) { return false; break; } } return true; } function startScrolling() { if (ready() == true){ window.clearInterval(myPause); myInterval = setInterval("autoScroll()",speed); } } function autoScroll(){ for (ii=0;ii<kk;ii++){ myLeft[ii] = myLeft[ii] - 1; if (myLeft[ii] == -(pic[ii].width)){ hhh = 0; for (nnn=0;nnn<kk;nnn++){ if (nnn!=ii){ hhh = hhh + pic[nnn].width; } } myLeft[ii] = hhh; } document.images[ii].style.left = myLeft[ii]; } mode = 1; } function stop(){ if (mode == 1){ window.clearInterval(myInterval); } if (mode == 0){ window.clearInterval(myPause); } } function go(){ if (mode == 1){ myInterval = setInterval("autoScroll()",speed); } if (mode == 0){ myPause = setInterval("startScrolling()",3000); } } // create scroller for (ii=0;ii<kk;ii++){ document.write('<a href = ' + pic[ii].link + ' target="_blank" ><img space=0 hspace=0 vspace=0 border=0 height=120 style=position:absolute;top:0;left:' + myLeft[ii] + '; src=' + pic[ii].name + ' onMouseOver=stop() onMouseOut=go()></a>'); } myPause = setInterval("startScrolling()",3000); </script> </body> </html>