Просмотр файла Soo_by_las/comm/ablog.php

Размер файла: 3.11Kb
  1. <?php
  2. #-----------------------------------------------------#
  3. # ****** Сообщества ****** #
  4. # Site : http://cobwap.net #
  5. # E-mail : laberus@bk.ru #
  6. # Для связи : 8(909)651-0-222 #
  7. # ICQ : 384181109 #
  8. # Автор скрипта : LAS #
  9. #-----------------------------------------------------#
  10. require_once"../template/start.php";
  11. require_once"../template/regglobals.php";
  12. require_once"../template/config.php";
  13. require_once"../template/functions.php";
  14. require_once"../template/antidos.php";
  15. require_once"../template/cookies.php";
  16. require_once"../template/gzip.php";
  17. require_once"../template/header.php";
  18. require_once"../template/referer.php";
  19. include_once"../themes/$config_themes/index.php";
  20. include_once"../template/isset.php";
  21. echo '<img src="../images/img/partners.gif" alt=""> <b>Панель управления</b><br><br>';
  22. $them = check($_GET['them']);
  23. $soo = check($_GET['soo']);
  24.  
  25. if($them!="" && !eregi("[^0-9-]",$them)){
  26. $text = file(BASEDIR."local/comm/$them.soo");
  27. if ($text!=""){
  28. $uzdata = explode(":||:",$text[0]);
  29.  
  30. $textm = file(BASEDIR."local/commblog/$log.blog");
  31. $uzdatam = explode(":||:",$textm[0]);
  32.  
  33.  
  34. echo'<form method="post" action="ablogg.php?soo='.$soo.'&them='.$them.'&'.SID.'">';
  35. echo'Имя:<br>';
  36. echo'<input type="text" name="name" maxlength="30" value="'.$uzdatam[1].'" /><br>';
  37. echo'Откуда:<br>';
  38. echo'<input type="text" name="otkel" maxlength="50" value="'.$uzdatam[2].'" /><br>';
  39. echo'Автобиография:<br>';
  40. echo'<input type="text" name="infa" maxlength="100" value="'.$uzdatam[3].'" /><br>';
  41. echo'Увлечения:<br>';
  42. echo'<input type="text" name="hobby" maxlength="100" value="'.$uzdatam[4].'" /><br>';
  43. echo'День рождения:<br>';
  44. echo'<input type="text" name="happy" maxlength="40" value="'.$uzdatam[5].'" /><br>';
  45. echo'Цвет глаз:<br>';
  46. echo'<input type="text" name="eye" maxlength="40" value="'.$uzdatam[6].'" /><br>';
  47. echo'Цвет волос:<br>';
  48. echo'<input type="text" name="hair" maxlength="40" value="'.$uzdatam[7].'" /><br>';
  49. echo'Рост:<br>';
  50. echo'<input type="text" name="rost" maxlength="3" value="'.$uzdatam[8].'" /><br>';
  51. echo'Вес:<br>';
  52. echo'<input type="text" name="ves" maxlength="3" value="'.$uzdatam[9].'" /><br>';
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59. echo'</b><br><input value="Сохранить" name="do" type="submit" /></form>';
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77. } else {echo '<img src="../images/img/error.gif" alt=""> Сообщество не существует!<br>';}
  78. } else {echo '<img src="../images/img/error.gif" alt=""> Произошла ошибка. Сообщество не существует!<br>';}
  79.  
  80. echo'<br><br><img src="../images/img/back.gif" alt=""> <a href="view.php?soo='.$soo.'&them='.$them.'&'.SID.'">Назад</a>';
  81. echo'<br><img src="../images/img/back.gif" alt=""> <a href="index.php?'.SID.'">Сообщества</a>';
  82. echo'<br><img src="../images/img/homepage.gif" alt=""> <a href="../index.php?'.SID.'">На главную</a>';
  83. include_once"../themes/$config_themes/foot.php";
  84. ?>