AnonSec Shell
Server IP : 92.204.138.22  /  Your IP : 18.222.100.35
Web Server : Apache
System : Linux ns1009439.ip-92-204-138.us 4.18.0-553.8.1.el8_10.x86_64 #1 SMP Tue Jul 2 07:26:33 EDT 2024 x86_64
User : internationaljou ( 1019)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/internationaljou/ssrg_07_03_2024/views1/IJMS/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/internationaljou/ssrg_07_03_2024/views1/IJMS/archive.php
<?php 
    error_reporting(0);
	$pagename = $this->uri->segment(1);
	$pagename = strtoupper($pagename);
// 	mysqli_query($conn, "SET SESSION sql_mode = 'STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'");

//ONLY_FULL_GROUP_BY,
?>
<div class="span9">
          <!-- start article 1 -->
          <article class="blog-post">
            <div class="post-heading">
              <h3>Archives</h3>
            </div>
         
          <center><h1> <?php echo $pagename;?> Regular Issues</h1></center>
          <!-- Dynamic Year  -->
          <?php foreach($archieve_value as $av) 
		  		{ ?> 
           			<h3><?php echo $av->year;?></h3>
           				<?php for($i=0;$i<25;$i++) { ?>
            			<?php if($av->sub[$i]->issue!='') { 
						 
            					$vol = $av->sub[$i]->volume;
								$volume = str_replace(" ","",$vol);
								$iss = $av->sub[$i]->issue;
								$issue = str_replace(" ","",$iss);
		  ?> 
              <a href="<?php echo base_url();?><?php echo $pagename;?>/archive_details?page=<?php echo $volume;?>-<?php echo $issue;?>-<?php echo strtolower($av->year);?>">
              <button class="btn btn-color" style="width:150px;">
			  		<?php echo $av->sub[$i]->volume;?>&nbsp;
			  		<?php echo $av->sub[$i]->issue;?> 
               </button>
              </a> 
         <?php } } }?>
            
<div id="menu-mobile">
     <table class="mobilemenu" border="0" align="center">
        <thead>
            <th colspan="3"> <?php echo $pagename; ?> MENUS </th>
        </thead> 
        <tbody>
            <tr>
                <td>
                	<button class="btn btn-success"><a href="<?php echo site_url("$pagename/index"); ?>"><?php echo $pagename; ?> Aim & Scope</a></button>
                </td>
                <td>
                	<button class="btn btn-success"><a href="<?php echo site_url("$pagename/editorial-board");?>">Editorial Board</a></button>
                </td>
                <td>
                    <button class="btn btn-success"><a href="<?php echo site_url("$pagename/submit-article");?>">Paper Submission</a></button>
                </td>
             </tr>
             <tr>
                <td>
                	<button class="btn btn-success"><a href="<?php echo site_url("$pagename/current-issue");?>">Current Issue</a></button>
                </td>
                <td>
                	<button class="btn btn-success"><a href="<?php echo site_url("$pagename/archive");?>"><?php echo $pagename; ?> Archives</a></button>
                </td>
                <td>
                    <button class="btn btn-success"><a href="<?php echo site_url("forauthors/publication-ethics"); ?>" >Publication Ethics</a></button>
                </td>
            </tr>
            <tr>
                
                <td>
                	<button class="btn btn-success"><a href="<?php echo site_url("forauthors"); ?>">Authors Guidelines </a></button>
                </td>
                <td>
                	<button class="btn btn-success"><a href="<?php echo site_url("foreditors"); ?>">Editors Guidelines</a></button>
                </td>
                <td>
                	<button class="btn btn-success"><a href="<?php echo site_url("forreviewer"); ?>">Reviewer Guidelines</a></button>
                </td>
            </tr>
            <tr>
                <td>
                	<button class="btn btn-success"><a href="<?php echo site_url("$pagename/indexing");?>">Indexing</a></button>
                </td>
                <td>
                	<button class="btn btn-success"><a href="<?php echo site_url("$pagename/apc");?>">APC</a></button>
                </td>
                <td>
                	<button class="btn btn-success"><a href="<?php echo site_url("$pagename/mode-of-payment");?>">Mode of Payment</a></button>
                </td>
                </tr>
                <tr>
                	<td><button class="btn btn-success"><a href="<?php echo base_url();?>templates/assets/img/wordfiles/<?php echo $pagename;?>-Paper Format.doc">Paper Template</a></button></td>
                    <td><button class="btn btn-success"><a href="<?php echo base_url();?>templates/assets/img/wordfiles/<?php echo $pagename;?>-Copy right form.doc">Copyright Form</a></button></td>
                    <td><button class="btn btn-success"><a href="<?php echo site_url("forauthors/annual-subscription"); ?>" target="_blank">Annual Subscription</a></button></td>
                </tr>
                </tbody>
            </table>
           </div>
         </article>
      </div>
   </div>
</div>

Anon7 - 2022
AnonSec Team