403Webshell
Server IP : 213.186.33.2  /  Your IP : 216.73.216.39
Web Server : Apache
System : Linux webm005.cluster102.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User : symetry ( 21728)
PHP Version : 8.2.31
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/symetry/www/ARCHIVES/application/views/scripts/projects/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/symetry/www/ARCHIVES/application/views/scripts/projects/mod.phtml
<!-- mod.phtml start -->
<div id='content'>
	<? echo $this->form;?>
	
	<script language='javascript'>
		function changePicturePosition(img_id, new_pos){
			this.location.href='<?=$this->baseUrl();?>/Projects/ChangePicturePosition?img_id='+img_id+'&new_pos='+new_pos;
		}
	</script>
	
	<br/>
	
	<div id='project_images_upload'>
			<?=Zend_registry::get('translate')->_('AddImageInProject');?> :

			<p><img src='<?=$this->baseUrl();?>/public/images/icons/exclamation.png'/><?=Zend_registry::get('translate')->_('ImageUploadInstructions');?> </p>

		<form name="form" action="" method="POST" enctype="multipart/form-data">
				<img src="<?=$this->baseUrl();?>/public/images/noloading.gif"><img id="loading" src="<?=$this->baseUrl();?>/public/images/loading.gif" style="display:none;">
				<input id="fileToUpload" type="file" size="45" name="fileToUpload">
				<input id="buttonUpload" type="button" onclick="return ajaxFileUpload();" value="<?=Zend_registry::get('translate')->_('SendImageInProject');?>"/>
		</form>

		<!--form name="form2" action="<?=$this->baseUrl();?>/Projects/Fileuploadcallback?p=<?if(isset($this->pro_id)){echo (int)$this->pro_id;}else{echo '0';}?>" method="POST" enctype="multipart/form-data">
				<input id="fileToUpload" type="file" size="45" name="fileToUpload">
				<input id="buttonUpload" type="submit" />
		</form-->
	</div>
	
	<br/><br/>
	
	<div id='project_images'>		
		<?php foreach($this->images as $image) : ?>
			<div id='project_images_element'>	
				<img src='<?php echo $this->baseUrl();?>/public/images/projects/thumbs/thumb_<?php echo $this->escape($image->img_filename);?>' alt=''/>
				
				<form>
					<a href='<?=$this->baseUrl();?>/Projects/Deletepicture/id/<?=$image->img_id;?>'><img src='<?=$this->baseUrl();?>/public/images/icons/cross.png' alt=''/></a>
					<select onchange="changePicturePosition(this.value, this.options[this.selectedIndex].text)">
						<?php 
						for($i = 1; $i <= count($this->images); $i++)
						{
							if($i != $image->img_position)
							{
								echo '<option label=\''.$i.'\' value=\''.$image->img_id.'\'>'.$i.'</option>';
							}
							else
							{
								echo '<option selected="selected"  label=\''.$i.'\' value=\''.$image->img_id.'\'>'.$i.'</option>';
							}
						}
						?>
					</select>
					<a href='<?=$this->baseUrl();?>/Projects/Tagpicture/id/<?=$image->img_id;?>'><img src='<?=$this->baseUrl();?>/public/images/icons/tag.png' alt=''/></a>
				</form>
				
		</div>
		<?php endforeach; ?>
	</div>
</div>
<!-- mod.phtml stop -->

Youez - 2016 - github.com/yon3zu
LinuXploit