diff --git a/admin-zone/index.php b/admin-zone/index.php index 82c62bd..a5aa3e3 100644 --- a/admin-zone/index.php +++ b/admin-zone/index.php @@ -1,7 +1,7 @@ @@ -47,8 +47,11 @@ if(empty($_SESSION['user'])){ prepare("SELECT * FROM post ORDER BY data_dodania")) + //SELECT * FROM post JOIN user ON post.blog_id=user.user_id WHERE user.username='$user' AND user.password='$password' ORDER BY data_dodania +if ($sql = $mysqli->prepare("SELECT * FROM post WHERE blog_id IN (SELECT user_id FROM user WHERE username='$user' AND password='$password') ORDER BY data_dodania")) { $sql->execute(); $sql->bind_result($post_id,$trash,$title,$description,$main,$img,$date,$mod_date); @@ -66,7 +69,7 @@ if ($sql = $mysqli->prepare("SELECT * FROM post ORDER BY data_dodania")) } $sql->close(); } -else die( "Błąd w zapytaniu SQL! Sprawdź kod SQL w PhpMyAdmin." ); +else die( "Błąd w zapytaniu SQL! Sprawdź kod SQL w PhpMyAdmin. $user $password" ); $mysqli->close(); ?> diff --git a/admin-zone/insert.php b/admin-zone/insert.php index 6ade5d4..f76fc50 100644 --- a/admin-zone/insert.php +++ b/admin-zone/insert.php @@ -20,5 +20,5 @@ if ($sql) } $mysqli->close(); -header ("Location: http://127.0.0.1/TAS-ALFA/admin-zone/"); +header ("Location: ./"); ?> \ No newline at end of file diff --git a/admin-zone/sidebar.php b/admin-zone/sidebar.php index 2d6da59..17d6658 100644 --- a/admin-zone/sidebar.php +++ b/admin-zone/sidebar.php @@ -6,6 +6,7 @@ diff --git a/admin-zone/update_post.php b/admin-zone/update_post.php index 98eb9e6..dedb5f3 100644 --- a/admin-zone/update_post.php +++ b/admin-zone/update_post.php @@ -1,7 +1,7 @@ close(); -//header ("Location: http://localhost/TAS-ALFA/admin-zone/"); +header ("Location: ./"); ?> \ No newline at end of file diff --git a/admin/polacz.php b/admin/polacz.php deleted file mode 100644 index 0799871..0000000 --- a/admin/polacz.php +++ /dev/null @@ -1,13 +0,0 @@ - \ No newline at end of file diff --git a/blog-post/menu.php b/blog-post/menu.php index e5479e7..8d5121f 100644 --- a/blog-post/menu.php +++ b/blog-post/menu.php @@ -7,6 +7,7 @@
  • O mnie
  • Posty
  • +
  • Panel Administratora
  • Strona główna
  • diff --git a/blog-post/post.php b/blog-post/post.php index 061d749..b322ed3 100644 --- a/blog-post/post.php +++ b/blog-post/post.php @@ -46,6 +46,7 @@ $sql->close(); diff --git a/blogcenter/img/artist-camera-dslr-22185.jpg b/blogcenter/img/artist-camera-dslr-22185.jpg deleted file mode 100644 index 4171817..0000000 Binary files a/blogcenter/img/artist-camera-dslr-22185.jpg and /dev/null differ diff --git a/blogcenter/img/links.txt b/blogcenter/img/links.txt deleted file mode 100644 index c0bd342..0000000 --- a/blogcenter/img/links.txt +++ /dev/null @@ -1 +0,0 @@ -https://www.pexels.com/photo/landscape-rocks-photographer-yellow-22185/ \ No newline at end of file diff --git a/blogcenter/index.html b/blogcenter/index.html deleted file mode 100644 index 18746e0..0000000 --- a/blogcenter/index.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - Projekt blogowy - - - - - - - - - - - - - - - - -
    - -
    - -
    -

    Centrum Blogów

    - Zacznij swą blogową przygodę -
    - -
    -
    -
    -

    Najnowsze wpisy:

    - - - prepare("SELECT * FROM user WHERE user_id = 2 ")) -{ - $sql->execute(); - $sql->bind_result($user_id,$username,$email,$password,$avatar, $about_short, $about_me, $about_blog, $FB, $TW); - while ($sql->fetch()) - { - echo "
    -

    $about_short

    - - -
    -

    $about_me -

    -

    $about_blog

    - -
    - -
    - - - -
    - -

    $username

    - - -
    -
    - -
    $FB
    -
    - - - - - -
    -
    - - - - - - - - -
    -
    -
    -
    -

    NAJNOWSZE WPISY

    "; - } - $sql->close(); - } -else die( "Błąd w zapytaniu SQL! Sprawdź kod SQL w PhpMyAdmin." ); - - - -$trash = ''; -if ($sql = $mysqli->prepare("SELECT * FROM post ORDER BY data_dodania")) -{ - $sql->execute(); - $sql->bind_result($post_id,$trash,$title,$description,$main,$image,$date,$mod_date); - while ($sql->fetch()) - { - echo " "; - } - $sql->close(); - } -else die( "Błąd w zapytaniu SQL! Sprawdź kod SQL w PhpMyAdmin." ); - - $mysqli->close(); -?> -
    - -
    - - - \ No newline at end of file diff --git a/blogcenter/indexstyle.css b/blogcenter/indexstyle.css deleted file mode 100644 index b81f2fa..0000000 --- a/blogcenter/indexstyle.css +++ /dev/null @@ -1,95 +0,0 @@ -.body{ - background-color: azure; -} - -.navHeader{ - position:absolute; - width: 100%; - height: 500px; - margin-right: 0; - margin-left: 0; - z-index: -1; -} - - .navHeader img { - width: 100%; - height: 500px; - z-index: -1; - } - -.elementsOnHeader { - position: sticky; - width: 100%; - height: 500px; - margin-right: 0; - margin-left: 0; -} - - .elementsOnHeader .login { - left: 82%; - top: 2%; - padding: 0; - } - - .elementsOnHeader .register { - text-align: center; - top: 30%; - padding: 0; - } - - .elementsOnHeader .search { - left: 20%; - top: 85%; - padding: 0; - } - -.mainrow { - top: 68%; - left: 2%; - max-width: 98%; -} - -.mininote h3 { - text-align: center; -} - -.mininote img { - display: block; - margin-left: auto; - margin-right: auto; - width: 50%; -} - -.mininote p { - text-align: justify; -} - -.footer { - background-color: lightgray; - width: 100%; -} - -.footer p{ - font: "Comic Sans MS"; - font-size: 25px; - width: 100%; - text-align: center; -} - -.button { - background-color: #f4c242; - border: 1px solid #f4b241; - border-radius: 6px; - color: gray; - padding: 12px 22px; - text-align: center; - text-decoration: none; - display: inline-block; - font-size: 14px; - transition-duration: 0.2s; -} - -.button:hover { - background-color: #f4b241; - color: white; -} \ No newline at end of file diff --git a/register/registration.php b/register/registration.php index a9cce3f..ee337b5 100644 --- a/register/registration.php +++ b/register/registration.php @@ -17,7 +17,7 @@ if ($_SERVER['REQUEST_METHOD'] == "POST"){ if($mysqli->query($sql) === true){ $_SESSION['message'] = "Rejestracja się powiodła!"; - header("location:index.php"); + header("location: ../admin-zone/"); } else{ $_SESSION['message'] = "Nie udało się dodać użytkownika!"; diff --git a/testpost/foto.jpg b/testpost/foto.jpg deleted file mode 100644 index 572c36d..0000000 Binary files a/testpost/foto.jpg and /dev/null differ diff --git a/testpost/post.txt b/testpost/post.txt deleted file mode 100644 index 367b3a7..0000000 --- a/testpost/post.txt +++ /dev/null @@ -1,4 +0,0 @@ -Tworzymy coś pięknego - Dzień 1 -Zorganizowanie pracy jednej osoby może wydawać się trudne, jednak jak karkołomne jest zarządzanie czteroosobowym zespołem mieliśmy się dopiero przekonać. Zwłaszcza, że jednostką odpowiedzialną za organizację był sam zespół. -Głównym czynnikiem motywującym każdego z Nas jest zaliczenie przedmiotu. Dzięki wspólnemu celowi i długich dyskusjach na temat projektu, doszliśmy do tego, co tak naprawdę chcemy osiągnąć. Na końcu Naszej współpracy widzimy w pełni funkcjonalny portal, na którym ludzie będą mogli zamieszczać swoje wpisy zawierające ich przemyślenia, plany czy rzeczy tak banalne jak to, jakich zakupów dokonali w ostatnim czasie. -Mając już wizję mogliśmy zabrać się do pracy. Zadania zostały rozdzielone, a praca ruszyła z kopyta. Zaprojektowana została baza danych na której opierać się ma cały system oraz wstępny layout strony. W najbliższym czasie planujemy połączyć dwie wyżej wymienione rzeczy tak, abyśmy mogli przetestować podstawowe funkcjonalności, takie jak zakładanie konta czy dodawanie postów. Pierwszym wpisem testowym będzie właśnie ten tekst wraz z motywującym obrazkiem zgranego zespołu jaki niewątpliwie tworzymy. diff --git a/wrokplan.txt b/wrokplan.txt index a86028f..13a5de3 100644 --- a/wrokplan.txt +++ b/wrokplan.txt @@ -1,4 +1,4 @@ -Ogółem: +Ogółem: • Zakładanie konta/bloga (wielu użytkowników) check • Nagłówek bloga (Tytuł, krótki opis) check • Kategoryzowanie wpisów nope @@ -33,7 +33,7 @@ nope: notes: nie dzialajaca data przy komentarzu (baza) nie dziala dodawanie posta (odwolanie do localhosta) -paleczki +Edycja posta - probelm z tytułem przy edycji zamienia się na '0' in progres: • Komentowanie wpisów na blogu