One Hat Cyber Team
Your IP :
216.73.216.24
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
nosc
/
public_html
/
web
/
Edit File:
show_article (copy).php
<? require("../auth/auth.php"); require("header.php"); $lang = take_variable('lang'); $article_id = take_variable('article_id'); /*if (!$article_id) post_redirect('contents.php'); */ include_once("functions.php"); $page_title=enruua("The Journal \"$publname[$lang]\": Article No. ".$article_id, "Журнал \"$publname[$lang]\": Статья No. ".$article_id, "Журнал \"$publname[$lang]\": Статья No. ".$article_id); $fetch_articles = mysql_query("SELECT * FROM Articles WHERE id='$article_id'"); $this_article = mysql_fetch_array($fetch_articles); //should be only one echo "<h2>".enruua("Article","Статья","Стаття"). space(). number(). space().article_id($this_article)."</h2>"; echo "<div class=article>\n"; //echo paper_reference($article_id); ??????? echo "<P CLASS=\"article_title\">"; echo show_article_authors($this_article,"HTML",$lang) .": "; echo article_title($this_article); echo ""; $pd = article_publication_data($this_article); $i = get_article_info($this_article); $s = $i['status']; $smeaning = article_status_meaning($s); if ($pd) { echo ". "; switch ($smeaning) { case "accepted": echo enruua("To be published in","Будет опубликована в","Буде опубліковано у"); break; case "published": echo enruua("Published in","Опубликована в","Опубліковано у"); break; } echo " " . $pd . "."; } else echo "(".enruua("coordinates are unavailable at the moment", "координаты пока не известны", "координати поки що невідомі") . ")"; echo "</P>\n"; if ($smeaning=="published") { echo "<P>\n"; $dir=article_dir_name($article_id); if (!file_exists($dir)) mkdir($dir, 0700); $files = array_slice(scandir($dir), 2); if (count($files)) { echo enruua("Available in","Доступно в","Доступне в")." "; foreach ($files as $f) { $path_parts = pathinfo($f); $ext=$path_parts['extension']; $linktext=strtoupper($ext); echo file_link(article_dir_name_web($article_id)."/".$f,$linktext,"published_file")." "; } } echo "</P>\n"; } //echo "<p align=right><small>"; //echo show_article_dates($this_article); /* echo enruua("Manuscript no. $this_article[id] received by the editors on","Рукопись номер $this_article[id] получена редакцией", "Рукопис номер $this_article[id] надішов до редакції")." ".print_date($paper[received]); if (($this_article[received_from_referee_2]) && ($this_article[received_from_referee_2]!=="0000-00-00")) echo " ".enruua("and accepted for publication on","и принята к опубликованию","та прийнятий до друку")." ".print_date($this_article[received_from_referee_2]); elseif ( ($this_article[received_from_referee_1]) && ($this_article[received_from_referee_1])!="0000-00-00") echo " ".enruua("and accepted for publication on","и принята к опубликованию","та прийнятий до друку")." ".print_date($this_article[received_from_referee_1]); */ echo "</small></p>\n"; ?> <p class=bottom_info_right> <? $args = "?lang=".trim($lang)."&where=article".trim($article_id)."&volume=".$this_article[published_volume]; $args = $args."&number=".$this_article[published_number]; echo button("button_general","contents.php".$args."#article".$article_id, "To the contents of issue"." ".$this_article[published_number]." of year ".year_of_publication($this_article[published_volume]), "К оглавлению номера"." ".$this_article[published_number]." за ".year_of_publication($this_article[published_volume])."-й год", "До змісту номера"." ".$this_article[published_number]." за ".year_of_publication($this_article[published_volume])."-й рiк", "Back to contents of issue"." ".$this_article[published_number], "Вернуться к оглавлению номера"." ".$this_article[published_number], "Повернутись до змісту номера"." ".$this_article[published_number]); ?> </p> </div> <? require("footer.php"); ?>
Simpan