403Webshell
Server IP : 138.197.176.125  /  Your IP : 216.73.216.41
Web Server : Apache/2.4.41 (Ubuntu)
System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User : root ( 0)
PHP Version : 8.3.19
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/adpharmaceuticals.com/includes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/adpharmaceuticals.com/includes/Left_InnerMenu.asp
 <%dim rsHigh
set rsHigh=server.CreateObject("adodb.recordset")
if rsHigh.state=1 then rscat.close
rsHigh.open "select * from SCSettings",cn,3,3
 %>
<table cellspacing="0" cellpadding="0" width="203" border="0">
  <tbody>
  <tr>
      <td><table cellspacing="0" cellpadding="0" width="100%" border="0">
        <tbody>
          <tr>
            <td class="infoBoxHeading" height="14"><img height="39" alt="" 
                  src="images/corner_left.gif" width="26" border="0" /></td>
              <td width="100%" height="14" 
                background="images/info_head.gif" class="white"><strong>&nbsp;&nbsp;Live Chat </strong></td>
              <td class="infoBoxHeading" nowrap="nowrap" height="14"><img height="39" 
                  alt="" src="images/end.gif" width="12" 
              border="0" /></td>
          </tr>
        </tbody>
      </table>
          <table class="infoBox" cellspacing="0" cellpadding="0" width="100%" 
            border="0">
            <tbody>
              <tr>
                <td><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                    <tr>
                      <td bgcolor="#f5f5f5" valign="top"><table width="100%" class="grey" border="0" cellspacing="5" cellpadding="0">
                        <tr> 
                          <td><div align="justify">
                         	<!-- BEGIN Comm100 Live Chat Button Code -->
								<div><div id="comm100_LiveChatDiv"></div>
								<a href="http://www.comm100.com/livechat/" onclick="comm100_Chat();return false;" target="_blank" title = "Live Chat Live Help">
								<img id="comm100_ButtonImage" src="http://chatserver.comm100.com/BBS.aspx?siteId=22043&planId=46" border="0px" alt="Live Chat Help" /></a>
								<script src="http://chatserver.comm100.com/js/LiveChat.js?siteId=22043&planId=46" type="text/javascript"></script>
								</div>
								<!-- End Comm100 Live Chat Button Code -->																
						</div></td>
                        </tr>
                        <tr>
                          <td></td>
                        </tr>
                      </table>
</td>
                      <td width="1" bgcolor="#bbbbba"></td>
                    </tr>
                </table></td>
              </tr>
            </tbody>
        </table></td>
    </tr>
    <tr>
      <td><table cellspacing="0" cellpadding="0" width="100%" border="0">
        <tbody>
          <tr>
            <td class="infoBoxHeading" height="14"><img height="39" alt="" 
                  src="images/corner_left.gif" width="26" border="0" /></td>
              <td width="100%" height="14" 
                background="images/info_head.gif" class="white"><strong>&nbsp;&nbsp;Highlights</strong></td>
            <td class="infoBoxHeading" nowrap="nowrap" height="14"><img height="39" 
                  alt="" src="images/end.gif" width="12" 
              border="0" /></td>
          </tr>
        </tbody>
      </table>
          <table class="infoBox" cellspacing="0" cellpadding="0" width="100%" 
            border="0">
            <tbody>
              <tr>
                <td><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                    <tr>
                      <td height="100" bgcolor="#f5f5f5" valign="top"><table width="100%" class="grey" border="0" cellspacing="5" cellpadding="0">
                        <tr> 
                          <td><div align="justify"><%=rsHigh("LeftPanelHighLightText")%></div></td>
                        </tr>
                      </table>
</td>
                      <td width="1" bgcolor="#bbbbba"></td>
                    </tr>
                </table></td>
              </tr>
            </tbody>
        </table></td>
    </tr>
  
    <tr>
      <td><table cellspacing="0" cellpadding="0" width="100%" border="0">
        <tbody>
          <tr>
            <td class="infoBoxHeading" height="14"><img height="39" alt="" 
                  src="images/corner_left.gif" width="26" border="0" /></td>
              <td class="white" width="100%" 
                background="images/info_head.gif" height="14"><strong>&nbsp;&nbsp;Diseases 
                </strong></td>
            <td class="infoBoxHeading" nowrap="nowrap" height="14"><img height="39" 
                  alt="" src="images/end.gif" width="12" 
              border="0" /></td>
          </tr>
        </tbody>
      </table>
          <table class="infoBox" cellspacing="0" cellpadding="0" width="100%" 
            border="0">
            <tbody>
              <tr>
                <td><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                    <tr>
                      <td bgcolor="#f5f5f5"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                        <tr>
                          <td><table width="100%" border="0" cellpadding="0" cellspacing="0">
  <%dim rsnews
	set rsnews=server.CreateObject("adodb.recordset")
	if rsnews.state=1 then rsnews.close
	'rsnews.open "select * from MastCategory where Active=True AND MastCategory.CategoryID IN(SELECT DISTINCT MastProduct.CategoryID FROM MastProduct  where ProductActive=true) order by CategoryName",cn,3,3
	rsnews.open "select * from MastCategory where Active=True AND MastCategory.CategoryID IN(SELECT DISTINCT DiseasesId FROM ProductDiesDetails a,mastproduct b where a.productid=b.productid and ProductActive=true) order by CategoryName",cn,3,3
	
	if not rsnews.eof then
  %>
   <%do while not rsnews.eof%>
  
  <tr> 
    <td height="25" class="grey">&nbsp;&nbsp;&nbsp;&nbsp;<a href="Product.asp?id=<%=rsnews("CategoryID")%>"><%=rsnews("CategoryName")%></a>
      </td>
  </tr>

<!--
  <tr> 
    <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td valign="top"><table width="100%" border="0" cellspacing="5" cellpadding="0">
              <tr> 
                <td class="grey"><%'=rsnews("NewsDesc")%></td>
              </tr>
            </table></td>
        </tr>
      </table></td>
  </tr>
  -->
  
   <%
   'if not rsnews.eof then
	'rsnews.movenext
	'end if
	rsnews.movenext	
  loop
  
  end if
  if rsnews.state=1 then rsnews.close
  
  %>
</table></td>
                        </tr>
                      </table></td>
                      <td width="1" bgcolor="#bbbbba"></td>
                    </tr>
                </table></td>
              </tr>
            </tbody>
        </table></td>
    </tr>
  </tbody>
</table>

Youez - 2016 - github.com/yon3zu
LinuXploit