PNG  IHDR* pHYs+ IDATx]n#; cdLb Ǚ[at¤_:uP}>!Usă cag޿ ֵNu`ݼTâabO7uL&y^wFٝA"l[|ŲHLN밪4*sG3|Dv}?+y߉{OuOAt4Jj.u]Gz*҉sP'VQKbA1u\`& Af;HWj hsO;ogTu uj7S3/QzUr&wS`M$X_L7r2;aE+ώ%vikDA:dR+%KzƉo>eOth$z%: :{WwaQ:wz%4foɹE[9<]#ERINƻv溂E%P1i01 |Jvҗ&{b?9g=^wζXn/lK::90KwrюO\!ջ3uzuGv^;騢wq<Iatv09:tt~hEG`v;3@MNZD.1]L:{ծI3`L(÷ba")Y.iljCɄae#I"1 `3*Bdz>j<fU40⨬%O$3cGt]j%Fߠ_twJ;ABU8vP3uEԑwQ V:h%))LfraqX-ۿX]v-\9I gl8tzX ]ecm)-cgʒ#Uw=Wlێn(0hPP/ӨtQ“&J35 $=]r1{tLuǮ*i0_;NƝ8;-vݏr8+U-kruȕYr0RnC]*ެ(M:]gE;{]tg(#ZJ9y>utRDRMdr9㪩̞zֹb<ģ&wzJM"iI( .ꮅX)Qw:9,i좜\Ԛi7&N0:asϓc];=ΗOӣ APqz93 y $)A*kVHZwBƺnWNaby>XMN*45~ղM6Nvm;A=jֲ.~1}(9`KJ/V F9[=`~[;sRuk]rєT!)iQO)Y$V ی ۤmzWz5IM Zb )ˆC`6 rRa}qNmUfDsWuˤV{ Pݝ'=Kֳbg,UҘVz2ﴻnjNgBb{? ߮tcsͻQuxVCIY۠:(V뺕 ٥2;t`@Fo{Z9`;]wMzU~%UA蛚dI vGq\r82iu +St`cR.6U/M9IENDB` REDROOM
PHP 5.6.40
Preview: stok_satis.php Size: 19.79 KB
/home/ankaservis/servis.ankaservis.com/muhasebe/stok_satis.php

 <?php
				@session_start();
				@ob_start();
				
				if(!isset($_SESSION["giris"]))
				{
				echo "<meta http-equiv='refresh' content='0;URL=giris.php'>";
				return;
				 }else{
	
?>
<?php require_once("sistem/ayarlar.php"); ?>
<?php require_once("sistem/fonksiyon.php"); ?>
<!DOCTYPE html>
<html lang="tr">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
        <meta name="description" content="">
        <meta name="author" content="">



        <link href="css/style.default.css" rel="stylesheet">
        <link href="css/jquery.tagsinput.css" rel="stylesheet" />
        <link href="css/toggles.css" rel="stylesheet" />
        <link href="css/bootstrap-timepicker.min.css" rel="stylesheet" />
        <link href="css/select2.css" rel="stylesheet" />
        <link href="css/colorpicker.css" rel="stylesheet" />
        <link href="css/dropzone.css" rel="stylesheet" />
		<link href="css/jquery.gritter.css" rel="stylesheet">
				<link href="css/bootstrap-wysihtml5.css" rel="stylesheet" />
		<link href="css/wysiwyg-color.css" rel="stylesheet" />

       <?php require_once("blok/header.php"); ?>
        
        <section>
            <div class="mainwrapper">
                <!--Sol -->
			   <?php require_once("blok/sol.php"); ?>
			   <!-- sol bitiş -->
                
               <div class="mainpanel">
                 
                    
                    <div class="contentpanel">
			<?php
				//YAZ GÖNDER SMS 
	$islem = isset($_GET["mnsms"]) ? mysql_Real_escape_string($_GET["mnsms"]) : '';
		if($islem=="gondersms")
		{

	set_time_limit(0);
	
	ini_set('mysql.connect_timeout', 600);
	ini_set('default_socket_timeout', 600);
	

	
	function sendRequest($site_name,$send_xml,$header_type) {
		$ch = curl_init();
            curl_setopt($ch, CURLOPT_URL,$site_name);
            curl_setopt($ch, CURLOPT_POST, 1);
            curl_setopt($ch, CURLOPT_POSTFIELDS,$send_xml);
            curl_setopt($ch, CURLOPT_SSL_VERIFYHOST,2); // PHP 8.2+ için 2 kullanılmalı
            curl_setopt($ch, CURLOPT_SSL_VERIFYPEER,0);
            curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
            curl_setopt($ch, CURLOPT_HTTPHEADER,$header_type);
            curl_setopt($ch, CURLOPT_HEADER, 0);
            curl_setopt($ch, CURLOPT_FOLLOWLOCATION,0);
            curl_setopt($ch, CURLOPT_TIMEOUT, 120);
            $result = curl_exec($ch);
            return $result;
		}
		$tel		= $_POST["tel"];
		$sms		= mysql_Real_escape_string($_POST["sms"]);
		date_default_timezone_set("Europe/Istanbul");
		$bugun	=date("d/m/Y. H:i");


		$xml = <<<EOS
		<request>
		<authentication>
		<username>{$apismsusername}</username>
		<password>{$apismspassword}</password>
		</authentication>
		<order>
		<sender>{$apismsorgin_name}</sender>
		<sendDateTime>{$bugun}</sendDateTime>
		<message>
		<text>{$sms}</text>
		<receipents>
		{$tel}

		</receipents>
		</message>
		</order>
		</request>
EOS;
		$result = sendRequest('http://api.iletimerkezi.com/v1/send-sms',$xml,array('Content-Type: text/xml'));
		$degisken = var_export($result,1);
		$islemBasarili = strstr($degisken, "200");
		$bakiyeYetersiz = strstr($degisken, "400");
		if($islemBasarili){
		
		echo'
		<div class="alert alert-success">
		<button aria-hidden="true" data-dismiss="alert" class="close" type="button">&times;</button>
		<i class="fa fa-envelope-o"></i> <strong>SMS Başarıyla Gönderildi.
		</strong>
		</div>
		<img src="images/loaders/loader13.gif">
		';
		
		echo "<meta http-equiv='refresh' content='1;URL=toplusms.php'>";
		}else if($bakiyeYetersiz){
		echo 'gönderilemedi';

		echo $degisken;
		}
		
}else{}
		//YAZ GÖNDER SMS BİTTİ
?>
<?php 
				$gorsunsms	= $_SESSION["durum"];
				if($gorsunsms=="1" or $gorsunsms=="2" or $gorsunsms=="3" or $gorsunsms=="5"){
				?>
		
						<div class="panel panel-default">
                                    <div class="panel-heading">
                                        <div class="panel-btns">
                                    
                                        </div>
                                        <h4 class="panel-title"><b>Yeni Fiş Oluştur</b> 
										</h4>
                                       
                                    </div>
                                  
                                </div>
															
																
                        <div class="row">
						<div class="col-md-12">
                                <div class="panel panel-default">
                                    <div class="panel-heading">
                                       					<?php 
						$gorsuna	= $_SESSION["durum"];
						if($gorsuna=="1" or $gorsuna=="2" ){
						?>	
                                        <h4 class="panel-title">Müşteriler/ SATIŞ YAP</h4>
						<?php }else{

						echo'
						<h4 class="panel-title">SATIŞ YAP</h4>
                                             
						';


							} ?>
                                        
                                    </div><!-- panel-heading -->
                                    <div class="panel-body">
                                        <div class="row">
										<form id="basicForm" method="GET" action="Musteri.php">
                                           
                                            <div class="form-group col-md-3">
										<?php 
										echo'<select name="carisi" data-placeholder="CARİ SEÇİN" id="select-basic" style="width:260px"  required >';
										echo'<option value=""></option>';
										$sql = "select * from musteriler where ID>0 and bayidurum ='1' order by Ad_Soyad ASC";
										$turual = mysql_query($sql, $baglanti) or die(mysql_error());
										while ($turu_ver = mysql_fetch_array($turual)){
										echo'

										<option value="'.$turu_ver['ID'].'">'.$turu_ver['Ad_Soyad'].' - '.$turu_ver['firma'].'</option>';

										}
										echo'</select>';
									
										?>
                                            </div>
											<div class="form-group col-md-3">
										<?php 
										echo'<select name="depo" data-placeholder="DEPO SEÇİN" id="select-basic" style="width:260px" required >';
										echo'<option value=""></option>';
										$sql = "select * from depo order by depo ASC";
										$turual = mysql_query($sql, $baglanti) or die(mysql_error());
										while ($turu_ver = mysql_fetch_array($turual)){
										echo'

										<option value="'.$turu_ver['id'].'">'.$turu_ver['depo'].'</option>';

										}
										echo'</select>';
									
										?>
                                            </div>
											<?php 
						$gorsuna	= $_SESSION["durum"];
						if($gorsuna=="1" or $gorsuna=="2" ){
						?>	
                                           <input type="hidden" name="stok" value="satis" class="form-control"  />
											<?php }else{

						echo'
						<input type="hidden" name="stok" value="satis" class="form-control"  />
                                             
						';


							} ?>
											
											 <div class="form-group col-md-1">
                                                 <button class="btn btn-primary">Devamet</button>
                                            </div>
											</form>
                                        </div><!-- row -->
                                       
                                    </div><!-- panel-body -->
                                   
                                </div><!-- panel -->
                                
                            </div><!-- col-md-6 -->
                        </div>
						 <?php }else{ ?>
						 <h4 class="panel-title"><b>Üzgünüm. Bu sayfayı görme yetkiniz bulunmuyor.</b> 
							<?php } ?>
						   
						       </div>
                        
    
              
                    
                </div>
            </div>
        </section>

<script src="js/jquery-1.11.1.min.js"></script>
        <script src="js/jquery-migrate-1.2.1.min.js"></script>
        <script src="js/jquery-ui-1.10.3.min.js"></script>
        <script src="js/bootstrap.min.js"></script>
        <script src="js/modernizr.min.js"></script>
        <script src="js/pace.min.js"></script>
        <script src="js/retina.min.js"></script>
        <script src="js/jquery.cookies.js"></script>
        <script src="js/jquery.tagsinput.min.js"></script>
        <script src="js/select2.min.js"></script>
        <script src="js/jquery.validate.min.js"></script>
		<script src="js/jquery.maskedinput.min.js"></script>
        <script src="js/custom.js"></script>
        <script src="js/jquery.autogrow-textarea.js"></script>
        <script src="js/jquery.mousewheel.js"></script>
        <script src="js/toggles.min.js"></script>
        <script src="js/bootstrap-timepicker.min.js"></script>
        <script src="js/colorpicker.js"></script>
        <script src="js/dropzone.min.js"></script>

		
		
        
        <script src="js/jquery.dataTables.min.js"></script>
        <script src="js/dataTables.bootstrap.js"></script>
        <script src="js/dataTables.responsive.js"></script>
        <script src="js/select2.min.js"></script>
		
		

      
        
        <script>
            jQuery(document).ready(function(){
              
                // Basic Form
                jQuery("#basicForm").validate({
                    highlight: function(element) {
                        jQuery(element).closest('.form-group').removeClass('has-success').addClass('has-error');
                    },
                    success: function(element) {
                        jQuery(element).closest('.form-group').removeClass('has-error');
                    }
                });
              
                // Error Message In One Container
                jQuery("#basicForm2").validate({
                    errorLabelContainer: jQuery("#basicForm2 div.errorForm")
                });
              
                // With Checkboxes and Radio Buttons
                
                jQuery('#genderError').attr('for','gender');
                jQuery('#intError').attr('for','int[]');
                
                jQuery("#basicForm3").validate({
                    highlight: function(element) {
                        jQuery(element).closest('.form-group').removeClass('has-success').addClass('has-error');
                    },
                    success: function(element) {
                        jQuery(element).closest('.form-group').removeClass('has-error');
                    }
                });
                
                jQuery("#basicForm4").validate({
                    highlight: function(element) {
                        jQuery(element).closest('.form-group').removeClass('has-success').addClass('has-error');
                    },
                    success: function(element) {
                        jQuery(element).closest('.form-group').removeClass('has-error');
                    },
                    ignore: null
                });
				// Input Masks
                jQuery("#date").mask("99/99/9999");
                jQuery("#gsm").mask("0(999) 999-9999");
				jQuery("#fax").mask("0(999) 999-9999");
				jQuery("#sabittel").mask("0(999) 999-9999");
                jQuery("#ssn").mask("999-99-9999");
				jQuery("#vergino").mask("9999999999");
				
                
                // Validation with select boxes
                jQuery("#flowers, #fruits").select2({
                    minimumResultsForSearch: -1
                });
              
            });
        </script>
		<script>
            jQuery(document).ready(function() {
                
                // Tags Input
                jQuery('#tags').tagsInput({width:'auto'});
				 jQuery('#tags2').tagsInput({width:'auto'});
				 jQuery('#tags3').tagsInput({width:'auto'});
                 
                // Textarea Autogrow
                jQuery('#autoResizeTA').autogrow();
                
                // Spinner
                var spinner = jQuery('#spinner').spinner();
                spinner.spinner('value', 0);
                
                // Form Toggles
                jQuery('.toggle').toggles({on: true});
                
                // Time Picker
                jQuery('#timepicker').timepicker({defaultTIme: false});
                jQuery('#timepicker2').timepicker({showMeridian: false});
                jQuery('#timepicker3').timepicker({minuteStep: 15});
                
                // Date Picker
                jQuery('#datepicker').datepicker();
                jQuery('#datepicker-inline').datepicker();
                jQuery('#datepicker-multiple').datepicker({
                    numberOfMonths: 3,
                    showButtonPanel: true
                });
                
               
                	// Date Picker
                jQuery('#garantibas').datepicker();
                jQuery('#datepicker2-inline').datepicker();
                jQuery('#datepicker2-multiple').datepicker({
                    numberOfMonths: 3,
                    showButtonPanel: true
                });
				// Date Picker
                jQuery('#garantibit').datepicker();
                jQuery('#datepicker2-inline').datepicker();
                jQuery('#datepicker2-multiple').datepicker({
                    numberOfMonths: 3,
                    showButtonPanel: true
                });
                // Select2
                jQuery("#select-basic, #select-multi").select2();
                jQuery('#select-search-hide').select2({
                    minimumResultsForSearch: -1
                });
                
                function format(item) {
                    return '<i class="fa ' + ((item.element[0].getAttribute('rel') === undefined)?"":item.element[0].getAttribute('rel') ) + ' mr10"></i>' + item.text;
                }
                
                // This will empty first option in select to enable placeholder
                jQuery('select option:first-child').text('');
                
                jQuery("#select-templating").select2({
                    formatResult: format,
                    formatSelection: format,
                    escapeMarkup: function(m) { return m; }
                });
                
                // Color Picker
                if(jQuery('#colorpicker').length > 0) {
                    jQuery('#colorSelector').ColorPicker({
			onShow: function (colpkr) {
			    jQuery(colpkr).fadeIn(500);
                            return false;
			},
			onHide: function (colpkr) {
                            jQuery(colpkr).fadeOut(500);
                            return false;
			},
			onChange: function (hsb, hex, rgb) {
			    jQuery('#colorSelector span').css('backgroundColor', '#' + hex);
			    jQuery('#colorpicker').val('#'+hex);
			}
                    });
                }
  
                // Color Picker Flat Mode
                jQuery('#colorpickerholder').ColorPicker({
                    flat: true,
                    onChange: function (hsb, hex, rgb) {
			jQuery('#colorpicker3').val('#'+hex);
                    }
                });
                
                
            });
        </script>
		<script>
            jQuery(document).ready(function(){
                
                jQuery('#basicTable').DataTable({
                    responsive: true
                });
                
                var shTable = jQuery('#shTable').DataTable({
                    "fnDrawCallback": function(oSettings) {
                        jQuery('#shTable_paginate ul').addClass('pagination-active-dark');
                    },
                    responsive: true
                });
                
                // Show/Hide Columns Dropdown
                jQuery('#shCol').click(function(event){
                    event.stopPropagation();
                });
                
                jQuery('#shCol input').on('click', function() {

                    // Get the column API object
                    var column = shTable.column($(this).val());
 
                    // Toggle the visibility
                    if ($(this).is(':checked'))
                        column.visible(true);
                    else
                        column.visible(false);
                });
                
                var exRowTable = jQuery('#exRowTable').DataTable({
                    responsive: true,
                    "fnDrawCallback": function(oSettings) {
                        jQuery('#exRowTable_paginate ul').addClass('pagination-active-success');
                    },
                    "ajax": "ajax/objects.txt",
                    "columns": [
                        {
                            "class":          'details-control',
                            "orderable":      false,
                            "data":           null,
                            "defaultContent": ''
                        },
                        { "data": "name" },
                        { "data": "position" },
                        { "data": "office" },
                        { "data": "salary" }
                    ],
                    "order": [[1, 'asc']] 
                });
                
                // Add event listener for opening and closing details
                jQuery('#exRowTable tbody').on('click', 'td.details-control', function () {
                    var tr = $(this).closest('tr');
                    var row = exRowTable.row( tr );
             
                    if ( row.child.isShown() ) {
                        // This row is already open - close it
                        row.child.hide();
                        tr.removeClass('shown');
                    }
                    else {
                        // Open this row
                        row.child( format(row.data()) ).show();
                        tr.addClass('shown');
                    }
                });
               
                
                // DataTables Length to Select2
                jQuery('div.dataTables_length select').removeClass('form-control input-sm');
                jQuery('div.dataTables_length select').css({width: '60px'});
                jQuery('div.dataTables_length select').select2({
                    minimumResultsForSearch: -1
                });
    
            });
            
            function format (d) {
                // `d` is the original data object for the row
                return '<table class="table table-bordered nomargin">'+
                    '<tr>'+
                        '<td>Full name:</td>'+
                        '<td>'+d.name+'</td>'+
                    '</tr>'+
                    '<tr>'+
                        '<td>Extension number:</td>'+
                        '<td>'+d.extn+'</td>'+
                    '</tr>'+
                    '<tr>'+
                        '<td>Extra info:</td>'+
                        '<td>And any further details here (images etc)...</td>'+
                    '</tr>'+
                '</table>';
            }
        </script>
		
				<script>
	// Sadece Rakam / Parasal Değer
	function sadeceRakam(myfield, e, dec) {
	var key;
	var keychar;
	if (window.event)
	key = window.event.keyCode;
	else if (e)
	key = e.which;
	else
	return true;
	keychar = String.fromCharCode(key);
	// control keys
	
	if ((key==null) || (key==0) || (key==8) || (key==9) || (key==13) || (key==27) )
	return true;
	// numbers
	else if ((("0123456789.,").indexOf(keychar) > -1)) ///////////Burada girilmesini istedigimiz rakamlari yada karakterleri tanimliyoruz
	return true;
	// decimal point jump
	else if (dec && (keychar == ".")) {
	myfield.form.elements[dec].focus();
	return false;
	} else
	return false;
	}
</script>
<script>

	jQuery(".hareket").click(function(){	
		var musteriId = jQuery(this).attr("musteriId");
		
		jQuery.ajax({
			type:'POST',
			cache: false,
			url:'ajax/islemler.php?islem=kasahareketEdit',
			data:'musteriId='+musteriId,
			success: function(msg){
				$("#kasahareketmodal").html(msg);
			}
		});
	});



	
</script>
		

    </body>
</html>
<?php } ?>

Directory Contents

Dirs: 23 × Files: 138

Name Size Perms Modified Actions
ajax DIR
- drwxr-xr-x 2025-11-13 03:55:32
Edit Download
barkod DIR
- drwxr-xr-x 2022-08-10 21:02:56
Edit Download
blok DIR
- drwxr-xr-x 2025-11-13 17:05:02
Edit Download
config DIR
- drwxr-xr-x 2025-11-14 06:08:36
Edit Download
css DIR
- drwxr-xr-x 2025-11-13 09:56:00
Edit Download
db DIR
- drwxr-xr-x 2022-08-10 21:02:56
Edit Download
docs DIR
- drwxr-xr-x 2025-11-14 08:05:06
Edit Download
Excel DIR
- drwxr-xr-x 2022-08-10 21:02:54
Edit Download
font DIR
- drwxr-xr-x 2022-08-10 21:02:56
Edit Download
fonts DIR
- drwxr-xr-x 2022-08-10 21:02:56
Edit Download
giris DIR
- drwxr-xr-x 2022-08-10 21:02:56
Edit Download
holder.js DIR
- drwxr-xr-x 2022-08-10 21:02:56
Edit Download
images DIR
- drwxr-xr-x 2022-08-10 21:02:56
Edit Download
img DIR
- drwxr-xr-x 2022-08-10 21:02:56
Edit Download
js DIR
- drwxr-xr-x 2022-08-10 21:02:56
Edit Download
logs DIR
- drwxr-xr-x 2025-11-14 06:20:50
Edit Download
Pager DIR
- drwxr-xr-x 2022-08-10 21:02:56
Edit Download
scopbin DIR
- drwxr-xr-x 2022-08-10 21:02:56
Edit Download
sf DIR
- drwxr-xr-x 2022-08-10 21:02:56
Edit Download
sistem DIR
- drwxr-xr-x 2025-11-14 03:27:46
Edit Download
Sorgula DIR
- drwxr-xr-x 2022-08-10 21:02:56
Edit Download
- drwxr-xr-x 2025-11-14 06:31:08
Edit Download
yuklenen DIR
- drwxr-xr-x 2022-08-10 21:02:56
Edit Download
1.50 KB lrw-r--r-- 2025-11-13 16:26:02
Edit Download
9.45 KB lrw-r--r-- 2025-11-13 12:19:02
Edit Download
3.41 KB lrw-r--r-- 2016-07-25 10:53:34
Edit Download
4.29 KB lrw-r--r-- 2025-11-13 15:41:42
Edit Download
1.03 KB lrw-r--r-- 2025-11-13 15:41:42
Edit Download
18.59 KB lrw-r--r-- 2025-11-13 15:41:42
Edit Download
18.63 KB lrw-r--r-- 2025-11-13 15:41:42
Edit Download
1.02 KB lrw-r--r-- 2025-11-13 15:41:42
Edit Download
1.04 KB lrw-r--r-- 2025-11-13 15:41:42
Edit Download
9.44 KB lrw-r--r-- 2025-11-13 12:19:02
Edit Download
17.47 KB lrw-r--r-- 2025-11-13 04:32:24
Edit Download
17.37 KB lrw-r--r-- 2025-08-30 03:25:02
Edit Download
6.53 KB lrw-r--r-- 2025-08-30 03:35:16
Edit Download
9.58 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
11.44 KB lrw-r--r-- 2025-11-13 07:58:26
Edit Download
88.86 KB lrw-r--r-- 2025-11-14 06:59:02
Edit Download
30.45 KB lrw-r--r-- 2025-11-14 06:59:02
Edit Download
539 B lrw-r--r-- 2025-11-14 06:08:44
Edit Download
4.85 KB lrw-r--r-- 2025-08-30 02:05:10
Edit Download
12.24 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
16.04 KB lrw-r--r-- 2025-08-30 03:21:46
Edit Download
3.66 KB lrw-r--r-- 2025-11-14 06:34:56
Edit Download
27.48 KB lrw-r--r-- 2025-11-14 07:11:36
Edit Download
28.79 KB lrw-r--r-- 2025-11-14 07:11:36
Edit Download
12.89 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
12.90 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
22.67 KB lrw-r--r-- 2025-11-13 14:41:24
Edit Download
23.73 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
22.58 KB lrw-r--r-- 2025-11-13 14:41:24
Edit Download
23.21 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
2.67 KB lrw-r--r-- 2025-11-16 13:10:55
Edit Download
22.77 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
5.08 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
6.06 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
4.96 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
6.02 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
3.52 KB lrw-r--r-- 2025-11-13 07:13:06
Edit Download
4.05 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
4.30 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
22.70 KB lrw-r--r-- 2025-11-14 05:39:58
Edit Download
25.04 KB lrw-r--r-- 2025-11-13 15:41:42
Edit Download
1.02 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
12.08 KB lrw-r--r-- 2025-11-13 15:46:24
Edit Download
9.44 KB lrw-r--r-- 2025-11-13 12:19:02
Edit Download
16.80 KB lrw-r--r-- 2025-11-14 08:05:36
Edit Download
14.29 KB lrw-r--r-- 2025-11-14 08:05:30
Edit Download
2.79 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
2.88 KB lrw-r--r-- 2025-11-14 07:27:20
Edit Download
35.92 KB lrw-r--r-- 2025-11-14 04:55:04
Edit Download
46.63 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
576 B lrw-r--r-- 2025-08-29 14:25:52
Edit Download
256 B lrw-r--r-- 2025-08-29 14:25:52
Edit Download
261.05 KB lrw-r--r-- 2016-07-25 10:53:52
Edit Download
422.49 KB lrw-r--r-- 2016-07-25 10:53:58
Edit Download
26.42 KB lrw-r--r-- 2016-07-25 10:53:54
Edit Download
8.21 KB lrw-r--r-- 2016-07-25 10:53:54
Edit Download
27.95 KB lrw-r--r-- 2016-07-25 10:53:56
Edit Download
27.06 KB lrw-r--r-- 2025-11-14 07:11:36
Edit Download
7.09 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
28.29 KB lrw-r--r-- 2025-11-13 05:59:52
Edit Download
32.32 KB lrw-r--r-- 2025-11-13 13:57:56
Edit Download
31.08 KB lrw-r--r-- 2025-11-14 07:11:36
Edit Download
466 B lrw-r--r-- 2025-08-29 14:25:52
Edit Download
15.21 KB lrw-r--r-- 2025-11-14 04:53:00
Edit Download
11.28 KB lrw-r--r-- 2025-11-13 06:16:28
Edit Download
6.78 KB lrw-r--r-- 2025-11-14 08:05:30
Edit Download
7.28 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
6.94 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
89.72 KB lrw-r--r-- 2025-11-14 06:46:04
Edit Download
23.22 KB lrw-r--r-- 2025-11-14 06:45:44
Edit Download
17.24 KB lrw-r--r-- 2025-11-14 05:39:58
Edit Download
18.05 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
18.07 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
17.65 KB lrw-r--r-- 2025-11-13 15:41:42
Edit Download
1.01 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
375 B lrw-r--r-- 2020-06-16 03:54:24
Edit Download
7.19 KB lrw-r--r-- 2025-11-14 05:26:10
Edit Download
19.50 KB lrw-r--r-- 2016-07-25 10:54:06
Edit Download
19.00 KB lrw-r--r-- 2016-07-25 10:54:06
Edit Download
55.54 KB lrw-r--r-- 2025-11-13 08:16:22
Edit Download
10.67 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
12.47 KB lrw-r--r-- 2025-11-13 15:41:42
Edit Download
8.96 KB lrw-r--r-- 2025-11-14 07:27:20
Edit Download
30.11 KB lrw-r--r-- 2025-11-14 07:21:30
Edit Download
17.58 KB lrw-r--r-- 2025-11-14 07:27:20
Edit Download
34.28 KB lrw-r--r-- 2025-11-14 07:11:36
Edit Download
17.23 KB lrw-r--r-- 2025-11-14 06:45:44
Edit Download
39.90 KB lrw-r--r-- 2025-11-14 07:27:20
Edit Download
33.82 KB lrw-r--r-- 2025-11-14 07:27:20
Edit Download
11.28 KB lrw-r--r-- 2025-11-14 07:27:20
Edit Download
18.78 KB lrw-r--r-- 2025-11-14 06:45:44
Edit Download
8.43 KB lrw-r--r-- 2025-11-14 05:05:32
Edit Download
26.05 KB lrw-r--r-- 2025-11-13 14:24:40
Edit Download
26.07 KB lrw-r--r-- 2025-11-13 14:24:40
Edit Download
29.31 KB lrw-r--r-- 2025-11-13 14:08:28
Edit Download
29.63 KB lrw-r--r-- 2025-11-13 14:15:10
Edit Download
832 B lrw-r--r-- 2016-07-25 10:54:10
Edit Download
19.26 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
18.43 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
3.56 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
3.57 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
910 B lrw-r--r-- 2025-08-29 14:25:52
Edit Download
6.15 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
7.91 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
9.59 KB lrw-r--r-- 2025-11-13 15:41:42
Edit Download
22.15 KB lrw-r--r-- 2025-11-14 05:39:58
Edit Download
14.32 KB lrw-r--r-- 2025-11-14 07:27:20
Edit Download
12.47 KB lrw-r--r-- 2025-11-14 07:11:36
Edit Download
8.26 KB lrw-r--r-- 2025-11-14 05:05:32
Edit Download
187.39 KB lrw-r--r-- 2016-07-25 10:54:16
Edit Download
20.10 KB lrw-r--r-- 2025-11-14 06:45:44
Edit Download
23.85 KB lrw-r--r-- 2025-11-13 13:31:58
Edit Download
22.65 KB lrw-r--r-- 2025-11-14 07:27:20
Edit Download
12.91 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
56.75 KB lrw-r--r-- 2025-11-13 05:05:10
Edit Download
28.72 KB lrw-r--r-- 2025-11-13 15:00:32
Edit Download
22.19 KB lrw-r--r-- 2025-11-13 14:52:04
Edit Download
21.66 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
21.39 KB lrw-r--r-- 2025-11-13 14:52:04
Edit Download
21.39 KB lrw-r--r-- 2025-11-13 14:41:24
Edit Download
21.09 KB lrw-r--r-- 2025-11-14 08:02:42
Edit Download
19.79 KB lrw-r--r-- 2025-11-14 06:45:44
Edit Download
3.01 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
23.49 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
26.85 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
26.10 KB lrw-r--r-- 2025-11-14 07:27:20
Edit Download
25.13 KB lrw-r--r-- 2025-11-13 14:52:04
Edit Download
26.53 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
24.88 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
19.79 KB lrw-r--r-- 2025-11-14 06:45:44
Edit Download
31.08 KB lrw-r--r-- 2025-11-13 06:52:38
Edit Download
11.21 KB lrw-r--r-- 2025-11-13 06:19:58
Edit Download
242 B lrw-r--r-- 2025-08-29 14:25:52
Edit Download
11.29 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
17.99 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
16.99 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
6.41 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
1.77 KB lrw-r--r-- 2025-11-14 06:10:32
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).
© 2026 REDROOM — Secure File Manager. All rights reserved. Built with ❤️ & Red Dark UI