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.2006-04-15
/
View File Name :
show_article.php.2005-10-09
<? require("auth/auth.php"); $db_handle = mysql_connect($hostname, $user, $password); include("functions.php"); $page_title=enruua("The Journal \"$publname[$lang]\": Article No. ".$article_id, "Журнал \"$publname[$lang]\": Статья No. ".$article_id, "Журнал \"$publname[$lang]\": Статья No. ".$article_id); require("header.php"); $fetch_articles = mysql_db_query($database, "SELECT * FROM Articles WHERE id='$article_id'"); $this_article = mysql_fetch_array($fetch_articles); //should be only one echo "<div class=article>\n"; echo "<h2>".enruua("Article No.","Статья номер","Стаття номер")." ".article_id($this_article)."</h2>"; echo paper_reference($article_id); 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"); ?>