• Rejestracja
vBHELP.pl - polskie wsparcie vBulletin
  1. #1
    Awatar BeatleJohn
    BeatleJohn jest nieaktywny Początkujący
    Dołączył
    Aug 2009
    Przegląda
    Kielce
    Posty
    13

    Domyślnie wirus?

    Pewnie zostanę upokorzony,ale naprawdę nie wiem już co zrobić........Userzy napierniczają mnie że forum nie działa a po próbie logowania otwiera się takie coś Database error in vBulletin 4.0.1:

    Invalid SQL:

    SELECT thread.threadid, thread.title, thread.prefixid, post.attach,
    thread.postusername, thread.dateline, thread.lastpostid, thread.lastpost, thread.lastposterid, thread.lastposter, thread.replycount,
    forum.forumid, forum.title_clean as forumtitle,
    post.pagetext AS message, post.allowsmilie, post.postid,
    user.*
    ,avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight
    FROM thread AS thread
    INNER JOIN forum AS forum ON(forum.forumid = thread.forumid)
    LEFT JOIN post AS post ON (post.postid = thread.firstpostid)
    LEFT JOIN user AS user ON (thread.postuserid = user.userid)
    LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid)
    WHERE 1=1
    AND thread.forumid IN(192,193,88,126,71,18,58,189,195,70,72,196,76,83 ,79,62,77,75,3,7,15,81,143,141,190,191,14,19,176,1 77,178,179,180,181,182,183,184,20,152,153,154,155, 156,157,158,159,185,21,144,145,146,147,148,149,150 ,151,186,22,160,161,162,163,164,165,166,167,187,23 ,168,169,170,171,172,173,174,175,188,34,139,36,37, 38,39,40,41,42,43,44,45,46,47,48,49,50,197,33,110, 111,112,113,114,115,116,117,118,119,120,121,122,12 3,124,125,198,5,67,11,55,87,12,13,29,30,31,32,10,9 3,4,92,24,26,25,28,85,201,86,6,17,57,68,69,8,9,51, 52,56,53,54,65,82)
    AND thread.visible = 1
    AND post.visible = 1
    AND open <> 10
    AND thread.dateline > 1277247015


    ORDER BY thread.dateline DESC
    LIMIT 0,10;

    MySQL Error : Table './baza10330/post' is marked as crashed and should be repaired
    Error Number : 145
    Request Date : Friday, July 23rd 2010 @ 12:50:15 AM
    Error Date : Friday, July 23rd 2010 @ 12:50:15 AM
    Script : http://www.hcforum.pl/forum.php
    Referrer :
    IP Address : 193.59.13.89
    Username : BeatleJohn
    Classname : vB_Database
    MySQL Version : 5.0.45



    Poradżcie bo mam zasypane gg
    Ostatnio edytowane przez BeatleJohn ; 23.07.2010 o 01:53



  2. #2
    Awatar pitu
    pitu jest nieaktywny Advanced Member
    Dołączył
    Mar 2008
    Posty
    723
    Przydatne posty
    3

    Domyślnie

    Próbowałeś naprawiać, optymalizować tabele w bazie? Czy błąd pojawił nagle, czy może po jakieś czynności np. aktualizacja forum?
    Masz problem? Pisz na forum, a nie na PW, GG! Na GG oraz PW przyjmuje jedynie indywidualne zlecenia.
    _____________________________________

    Zajmuję się:
    -instalacją vBulletin
    -przenoszeniem na inny serwer
    -aktualizacją do nowszej wersji forum oraz modyfikacji
    -instalacją aktualizacji/styli
    -wszelkiego rodzaju pracami związanymi ze skryptem vBulletin

    Więcej szczegółów na PW - Klik


  3. #3
    Marek jest nieaktywny Banned
    Dołączył
    May 2008
    Przegląda
    Where my hat is
    Posty
    0
    Przydatne posty
    26

    Domyślnie

    Moim zdaniem jest to błąd w tabelach bazy danych. Proponuję przywrócić bazę danych z kopii zapasowej wykonanej przed pojawieniem się tego problemu.
    W wersji 4.01 występował problem z logowanie, ale nie było takiego błędu. Jednak po przywróceniu bazy danych i zniknięciu tego problemu proponuję dokonać aktualizacji do wersji 4.05


  4. #4
    Awatar BeatleJohn
    BeatleJohn jest nieaktywny Początkujący
    Dołączył
    Aug 2009
    Przegląda
    Kielce
    Posty
    13

    Domyślnie

    Dzięki za porady


  5. #5
    Awatar g0rn
    g0rn jest nieaktywny Stały bywalec
    Dołączył
    May 2009
    Posty
    188
    Przydatne posty
    5

    Domyślnie

    Cytat Zamieszczone przez BeatleJohn Zobacz posta
    Pewnie zostanę upokorzony,ale naprawdę nie wiem już co zrobić........Userzy napierniczają mnie że forum nie działa a po próbie logowania otwiera się takie coś Database error in vBulletin 4.0.1:

    Invalid SQL:

    SELECT thread.threadid, thread.title, thread.prefixid, post.attach,
    thread.postusername, thread.dateline, thread.lastpostid, thread.lastpost, thread.lastposterid, thread.lastposter, thread.replycount,
    forum.forumid, forum.title_clean as forumtitle,
    post.pagetext AS message, post.allowsmilie, post.postid,
    user.*
    ,avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight
    FROM thread AS thread
    INNER JOIN forum AS forum ON(forum.forumid = thread.forumid)
    LEFT JOIN post AS post ON (post.postid = thread.firstpostid)
    LEFT JOIN user AS user ON (thread.postuserid = user.userid)
    LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid)
    WHERE 1=1
    AND thread.forumid IN(192,193,88,126,71,18,58,189,195,70,72,196,76,83 ,79,62,77,75,3,7,15,81,143,141,190,191,14,19,176,1 77,178,179,180,181,182,183,184,20,152,153,154,155, 156,157,158,159,185,21,144,145,146,147,148,149,150 ,151,186,22,160,161,162,163,164,165,166,167,187,23 ,168,169,170,171,172,173,174,175,188,34,139,36,37, 38,39,40,41,42,43,44,45,46,47,48,49,50,197,33,110, 111,112,113,114,115,116,117,118,119,120,121,122,12 3,124,125,198,5,67,11,55,87,12,13,29,30,31,32,10,9 3,4,92,24,26,25,28,85,201,86,6,17,57,68,69,8,9,51, 52,56,53,54,65,82)
    AND thread.visible = 1
    AND post.visible = 1
    AND open <> 10
    AND thread.dateline > 1277247015


    ORDER BY thread.dateline DESC
    LIMIT 0,10;

    MySQL Error : Table './baza10330/post' is marked as crashed and should be repaired
    Error Number : 145
    Request Date : Friday, July 23rd 2010 @ 12:50:15 AM
    Error Date : Friday, July 23rd 2010 @ 12:50:15 AM
    Script : Honda Civic FanKlub Forum
    Referrer :
    IP Address : 193.59.13.89
    Username : BeatleJohn
    Classname : vB_Database
    MySQL Version : 5.0.45



    Poradżcie bo mam zasypane gg
    "is marked as crashed " . Zobacz logi ....


Podobne wątki

  1. BoardSupport - rzeczywisty wirus czy atak crackera?
    By Emillo in forum Przed zakupem - pytania początkujących
    Odpowiedzi: 0
    Ostatni post / autor: 24.02.2010, 17:27
  2. Wirus na forum!
    By Azen in forum Pytania i problemy
    Odpowiedzi: 6
    Ostatni post / autor: 26.10.2009, 19:29
  3. Wirus na vbulletin.net.pl?
    By jarcow in forum Luźne dyskusje
    Odpowiedzi: 12
    Ostatni post / autor: 30.03.2009, 00:10
Chmurka.pl

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67