AnonSec Shell
Server IP : 92.204.138.22  /  Your IP : 3.17.181.221
Web Server : Apache
System : Linux ns1009439.ip-92-204-138.us 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 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-01-03-2024/application/controllers/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/internationaljou/SSRG-01-03-2024/application/controllers/IJME.php
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class IJME extends CI_Controller {
	function __construct()  
      {  
         parent::__construct(); 
		 $this->load->helper('url'); 
		 $this->load->database(); 
		 $this->load->model('ijme_archive_model');
      }  
	public function index()
	{ 
	    $this->load->helper('url'); 
		$this->load->view('IJME/head/head');
		$this->load->view('common/header');
		$this->load->view('common/callforpaper-conference');
		$this->load->view('common/journalsidemenu');
		$this->load->view('IJME/index');
		$this->load->view('common/footer');
	}
	public function aim_and_scope()
	{ 
	    $this->load->helper('url'); 
		$this->load->view('IJME/head/aimhead');
		$this->load->view('common/header');
		$this->load->view('common/callforpaper-conference');
		$this->load->view('common/journalsidemenu');
		$this->load->view('IJME/aim-and-scope');
		$this->load->view('common/footer');
	}
	
	public function editorial_board()
	{ 
		$this->load->helper('url'); 
		$this->load->view('IJME/head/editorialhead');
		$this->load->view('common/header');
		$this->load->view('common/callforpaper-conference');
		$this->load->view('common/journalsidemenu');
		$this->load->view('IJME/editorial-board');
		$this->load->view('common/footer');
	}
	public function indexing()
	{ 
		$this->load->helper('url'); 
		$this->load->view('IJME/head/indexinghead');
		$this->load->view('common/header');
		$this->load->view('common/callforpaper-conference');
		$this->load->view('common/journalsidemenu');
		$this->load->view('IJME/indexing');
		$this->load->view('common/footer');
	}
	public function current_issue()
	{ 
		$this->load->helper('url'); 
		$this->load->view('IJME/head/currentissuehead');
		$this->load->view('common/header');
		$this->load->view('common/callforpaper-conference');
		$this->load->view('common/journalsidemenu');
		$data['currentissuetitle'] = $this->ijme_archive_model->current_issue_title();  
		$data['currentissue'] = $this->ijme_archive_model->current_issue();
		$data['currentissue_numrows'] = $this->ijme_archive_model->current_issue_numofrows();
		$this->load->view('IJME/current-issue',$data);
		$this->load->view('common/footer');
	}
	public function archive()
	{ 
		$this->load->helper('url'); 
		$this->load->view('IJME/head/archivehead');
		$this->load->view('common/header');
		$this->load->view('common/callforpaper-conference');
		$this->load->view('common/journalsidemenu');
		$data['archieve_value'] = $this->ijme_archive_model->getarchieve_year(); 
		$this->load->view('IJME/archive',$data);
		$this->load->view('common/footer');
	}
	public function archive_details()
	{
		$this->load->view('IJME/head/archivehead');
		$this->load->view('common/header');
		$this->load->view('common/callforpaper-conference');
		$this->load->view('common/journalsidemenu');
		$data['title'] = $this->ijme_archive_model->archive_details_title();
		$data['details'] = $this->ijme_archive_model->archive_details_model();
		$data['numrows_archivedetail'] = $this->ijme_archive_model->archive_details_num();
		$this->load->view('IJME/archive-details',$data);
		$this->load->view('common/footer');
	}
	
	public function submit_article()
	{ 
		$this->load->helper('url'); 
		$this->load->view('IJME/head/submithead');
		$this->load->view('common/header');
		$this->load->view('common/callforpaper-conference');
		$this->load->view('common/journalsidemenu');
		$this->load->view('IJME/submit-article');
		$this->load->view('common/footer');
	}
	
		public function topic()
	{ 
		$this->load->helper('url'); 
		$this->load->view('IJME/head/topichead');
		$this->load->view('common/header');
		$this->load->view('common/callforpaper-conference');
		$this->load->view('common/journalsidemenu');
		$this->load->view('IJME/topic');
		$this->load->view('common/footer');
	}
	public function copyrightInfringement()
	{ 
		$this->load->helper('url');
		$this->load->view('IJME/head/copyrighthead'); 
		$this->load->view('common/header');
		$this->load->view('common/callforpaper-conference');
		$this->load->view('common/journalsidemenu');
		$this->load->view('IJME/copyrightInfringement');
		$this->load->view('common/footer');
	}
	public function publication_ethics()
	{ 
	
	    $this->load->helper('url'); 
		$this->load->view('IJME/head/ethicshead');
		$this->load->view('common/header');
		$this->load->view('common/callforpaper-conference');
		$this->load->view('common/journalsidemenu');
		$this->load->view('IJME/publication-ethics');
		$this->load->view('common/footer');
	}
	public function apc()
	{ 
		$this->load->helper('url');
		$this->load->view('IJME/head/chargeshead'); 
		$this->load->view('common/header');
		$this->load->view('common/callforpaper-conference');
		$this->load->view('common/journalsidemenu');
		$this->load->view('IJME/apc');
		$this->load->view('common/footer');
	}
	public function mode_of_payment()
	{ 
		$this->load->helper('url'); 
		$this->load->view('IJME/head/modepaymenthead');
		$this->load->view('common/header');
		$this->load->view('common/callforpaper-conference');
		$this->load->view('common/journalsidemenu');
		$this->load->view('IJME/mode-of-payment');
		$this->load->view('common/footer');
	}
	public function sbi_i_collect()
	{ 
		$this->load->helper('url'); 
		$this->load->view('IJME/head/sbicollecthead');
		$this->load->view('common/header');
		$this->load->view('common/callforpaper-conference');
		$this->load->view('common/journalsidemenu');
		$this->load->view('IJME/sbi-i-collect');
		$this->load->view('common/footer');
	}
	public function paper_details()
	{ 
		$this->load->helper('url'); 
		$data['details_of_paper'] = $this->ijme_archive_model->paper_details();
		$this->load->view('IJME/head/detailshead',$data);
		$this->load->view('common/header');
		$this->load->view('common/callforpaper-conference');
		$this->load->view('common/journalsidemenu');
		$this->load->view('IJME/paper-details',$data);
		$this->load->view('common/footer');
	}
}

Anon7 - 2022
AnonSec Team