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
/
View File Name :
index.php.old
<? require("auth/auth.php"); $db_handle = mysql_connect($hostname, $user, $password); include("functions.php"); $page_title=enruua("The Journal \"$publname[$lang]\": Main page", "Журнал \"$publname[$lang]\": главная страница", "Журнал \"$publname[$lang]\": головна сторінка"); require("header.php"); ?> <? $res_arts = mysql_db_query($database,"SELECT * FROM Articles where status='published' order by published_volume DESC,published_number,published_page_start"); while ($publ_data = mysql_fetch_array($res_arts) ) { $current_volume = $publ_data[published_volume]; $current_key=$publ_data[published_number]; $journal[$current_volume][$current_key] = $publ_data[published_number]; } //done browsing the published articles ?> <p align=center><img src=<?echo $www;?>/formula.gif border=0 valign=middle></p> <? echo "<form action=contents.php#info method=get>"; $key=1; echo "<p align=center><input type=hidden name=menu_item value=\"$menu_item\">\n"; //asort($publ_data); echo "<select name=volume>\n"; while (list($key, $val) = each($journal )) // $key is volume, $val is the array containing the numbers { echo "<option "; if ($key==$volume) echo " SELECTED "; echo "value=\"$key\">".enruua("Vol.","Том","Том")." $key ("; print(year_of_publication($key)); echo ")</option>\n"; }//journal echo "</select>\n"; echo " <input type=submit value=\""; echo enruua("View contents...","Смотреть содержание...", "Дивитись змiст..."); echo "\">\n"; echo "<input type=hidden name=lang value=\"$lang\">"; ?> </form> <? //clude("cutenews/show_news.php"); ?> <? require("footer.php"); ?>