403Webshell
Server IP : 103.119.228.120  /  Your IP : 18.118.227.199
Web Server : Apache
System : Linux v8.techscape8.com 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64
User : nobody ( 99)
PHP Version : 5.6.40
Disable Function : shell_exec,symlink,system,exec,proc_get_status,proc_nice,proc_terminate,define_syslog_variables,syslog,openlog,closelog,escapeshellcmd,passthru,ocinum cols,ini_alter,leak,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dl,dll,myshellexec,proc_open,socket_bind,proc_close,escapeshellarg,parse_ini_filepopen,fpassthru,exec,passthru,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,popen,show_source,proc_nice,proc_terminate,proc_get_status,proc_close,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,dl,symlink,shell_exec,system,dl,passthru,escapeshellarg,escapeshellcmd,myshellexec,c99_buff_prepare,c99_sess_put,fpassthru,getdisfunc,fx29exec,fx29exec2,is_windows,disp_freespace,fx29sh_getupdate,fx29_buff_prepare,fx29_sess_put,fx29shexit,fx29fsearch,fx29ftpbrutecheck,fx29sh_tools,fx29sh_about,milw0rm,imagez,sh_name,myshellexec,checkproxyhost,dosyayicek,c99_buff_prepare,c99_sess_put,c99getsource,c99sh_getupdate,c99fsearch,c99shexit,view_perms,posix_getpwuid,posix_getgrgid,posix_kill,parse_perms,parsesort,view_perms_color,set_encoder_input,ls_setcheckboxall,ls_reverse_all,rsg_read,rsg_glob,selfURL,dispsecinfo,unix2DosTime,addFile,system,get_users,view_size,DirFiles,DirFilesWide,DirPrintHTMLHeaders,GetFilesTotal,GetTitles,GetTimeTotal,GetMatchesCount,GetFileMatchesCount,GetResultFiles,fs_copy_dir,fs_copy_obj,fs_move_dir,fs_move_obj,fs_rmdir,SearchText,getmicrotime
MySQL : ON |  cURL : ON |  WGET : ON |  Perl : ON |  Python : ON |  Sudo : ON |  Pkexec : ON
Directory :  /home/hendraso/public_html/Templates/Web/content/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /home/hendraso/public_html/Templates/Web/content/lawyers_detail.html
<section class="lawyers-detail py-5 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">
    <div class="container-fluid">
        <div class="row">
            {if $device =='computer'}
            <div class="col-md-4 col-lg-3 col-custom bg-light pt-5 pt-md-0 d-none d-md-block">
                <div class="sticky-top sticky-offset-5">
                    <div class="px-md-3 pt-2 pb-5">
                        <h4 class="text-hs text-capitalize fw-bold mb-3">{$type_name[$data.lawyType]|lower}</h4>
                        <div class="imgCont rounded-xs mb-4 d-inline-block">
                            <img src="{$pathimg}{$data.lawyFoto}" alt="{$data.lawyName}">
                        </div>
                        <div class="short-info mb-3">
                            <label class="fw-medium mb-1">Education Background:</label>
                            <div class="fw-normal">{if !empty($data.lawyEducation)}{$data.lawyEducation|html_entity_decode}{else}-{/if}</div>
                        </div>
                        <div class="short-info mb-3">
                            <label class="fw-medium mb-1">Professional Membership:</label>
                            <div class="fw-normal">{if !empty($data.lawyExpertise)}{$data.lawyExpertise|html_entity_decode}{else}-{/if}</div>
                        </div>
                        <div class="short-info mb-3">
                            <label class="fw-medium mb-1">Email:</label>
                            <div class="fw-normal">{if !empty($data.lawyEmail)}<a href="mailto:{$data.lawyEmail}" target="_top">{$data.lawyEmail}</a>{else}-{/if}</div>
                        </div>
                    </div>
                </div>
            </div>
            {/if}
            <div class="col-md py-5">
                <div class="px-md-4">
                    <div class="heading-box text-center text-md-start mb-4">
                        <a href="{$pathLang}/lawyers" class="font-md text-secondary align-items-center text-uppercase fw-medium mb-3 d-inline-flex">
                            <i class="bi-arrow-left-circle text-hs fs-5 me-2"></i>
                            <p class="mb-0">Lawyers</p>
                        </a>
                        {if $device !='computer'}
                        <h4 class="text-hs text-capitalize fw-bold mb-3">{$type_name[$data.lawyType]|lower}</h4>
                        <div class="imgCont rounded-xs mb-3 d-inline-block">
                            <img src="{$pathimg}{$data.lawyFoto}" alt="{$data.lawyName}">
                        </div>
                        {/if}
                        <h2 class="heading text-hs fw-bold mb-0">{$data.lawyName}</h2>
                    </div>
                    <div class="text-detail is-animated">
                        {$data.lawyEducationBackground|html_entity_decode}
                    </div>
                    {if $device !='computer'}
                    <div class="short-info pt-4 mb-3">
                        <label class="fw-medium mb-1">Education Background:</label>
                        <div class="fw-normal">{if !empty($data.lawyEducation)}{$data.lawyEducation|html_entity_decode}{else}-{/if}</div>
                    </div>
                    <div class="short-info mb-3">
                        <label class="fw-medium mb-1">Professional Membership:</label>
                        <div class="fw-normal">{if !empty($data.lawyExpertise)}{$data.lawyExpertise|html_entity_decode}{else}-{/if}</div>
                    </div>
                    <div class="short-info mb-3">
                        <label class="fw-medium mb-1">Email:</label>
                        <div class="fw-normal">{if !empty($data.lawyEmail)}<a href="mailto:{$data.lawyEmail}" target="_top">{$data.lawyEmail}</a>{else}-{/if}</div>
                    </div>
                    {/if}
                </div>
            </div>
            <div class="col-12 col-lg-3 col-custom bg-light others py-5">
                <div class="sticky-top sticky-offset-5">
                    <div class="other-lawyers h-100 pt-2">
                        {foreach from=$list_lawyer item=lawyer_2 key=k_law_2}
                        <div class="nav-list mb-4">
                            <h5 class="text-hs fw-bold text-capitalize mb-3">{$type_name[$k_law_2]|lower}</h5>
                            <div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 row-cols-lg-1 gy-2">
                                {foreach from=$lawyer_2 item=data_2}
                                <div class="col">
                                    <a href="{$data_2.url}" class="bg-white border rounded nav-link align-items-center px-2 d-flex">
                                        <div class="imgCont"><img src="{$pathimg}{$data_2.lawyFoto}" alt=""></div>
                                        <div class="ps-3 fw-medium lh-sm limit-text-2">{$data_2.lawyName}</div>
                                    </a>
                                </div>
                                {/foreach}
                            </div>
                        </div>
                        {/foreach}
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>	

Youez - 2016 - github.com/yon3zu
LinuXploit