Warning: mysql_connect() [function.mysql-connect]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /web/alfoldauto/alfoldauto.hu/webshop/include/init.php on line 34

Warning: mysql_select_db() [function.mysql-select-db]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /web/alfoldauto/alfoldauto.hu/webshop/include/init.php on line 36

Warning: mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in /web/alfoldauto/alfoldauto.hu/webshop/include/init.php on line 36

Warning: mysql_query() [function.mysql-query]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /web/alfoldauto/alfoldauto.hu/webshop/include/function.php on line 116

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /web/alfoldauto/alfoldauto.hu/webshop/include/function.php on line 116

Hiba: set names latin2

Hiba: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
Sor: 38

Warning: mysql_query() [function.mysql-query]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /web/alfoldauto/alfoldauto.hu/webshop/include/function.php on line 116

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /web/alfoldauto/alfoldauto.hu/webshop/include/function.php on line 116

Hiba: set character set latin2

Hiba: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
Sor: 39

Warning: mysql_query() [function.mysql-query]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /web/alfoldauto/alfoldauto.hu/webshop/include/function.php on line 116

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /web/alfoldauto/alfoldauto.hu/webshop/include/function.php on line 116

Hiba: select concat(kat1.Kategoria, ' - ', kat2.Kategoria) as kat from kategoriak kat1 inner join kategoriak kat2 on kat1.KatID=kat2.ParentID where kat2.KatID=94

Hiba: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
Sor: 115

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /web/alfoldauto/alfoldauto.hu/webshop/index.php on line 116
 
2012. február 6.  Dóra 
 
   FőoldalKosárInformációkHogyan vásároljon?Nyisson áruházat nálunk!RegisztrációElfelejtette jelszavát?
GYIK    
 BEJELENTKEZÉS
E-mail cím: 
Jelszó: 
Elfelejtette jelszavát?
Regisztráció
 
 KATEGÓRIÁK

Warning: mysql_query() [function.mysql-query]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /web/alfoldauto/alfoldauto.hu/webshop/include/function.php on line 116

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /web/alfoldauto/alfoldauto.hu/webshop/include/function.php on line 116

Hiba: SELECT kat1.Kategoria AS fokat, kat1.KatID AS fokat_ID, kat2.Kategoria AS kat, kat2.KatID AS kat_ID, kat3.Kategoria AS alkat, kat3.KatID AS alkat_ID, ifnull(fodb.fodb,0) as fodb, ifnull(db.db,0) as db, ifnull(aldb.aldb,0) as aldb FROM kategoriak kat1 LEFT JOIN kategoriak kat2 ON kat1.KatID = kat2.ParentID LEFT JOIN kategoriak kat3 ON kat2.KatID = kat3.ParentID INNER JOIN ( SELECT FoKatID, count( FoKatID ) AS fodb FROM termekek inner join kereskedok on termekek.CegID=kereskedok.CegID where KerAktiv=1 and not FoKatID in (100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353) GROUP BY FoKatID )fodb ON fodb.FoKatID = kat1.KatID left JOIN ( SELECT KatID, count( KatID ) AS db FROM termekek inner join kereskedok on termekek.CegID=kereskedok.CegID where KerAktiv=1 and not KatID in (100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353) GROUP BY KatID )db ON db.KatID = kat2.KatID left JOIN ( SELECT AlKatID, count( AlKatID ) AS aldb FROM termekek inner join kereskedok on termekek.CegID=kereskedok.CegID where KerAktiv=1 and not AlKatID in (100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353) GROUP BY AlKatID )aldb ON aldb.AlKatID = kat3.KatID WHERE kat1.ParentID =0 ORDER BY kat1.sorrend, fokat, kat, alkat

Hiba: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
Sor: *

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /web/alfoldauto/alfoldauto.hu/webshop/index.php on line 565
 

Warning: mysql_query() [function.mysql-query]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /web/alfoldauto/alfoldauto.hu/webshop/include/function.php on line 116

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /web/alfoldauto/alfoldauto.hu/webshop/include/function.php on line 116

Hiba: select kat1.Kategoria as fokat, kat1.KatID as fokat_ID, kat2.Kategoria as kat, kat2.KatID as kat_ID, kat3.Kategoria as alkat, kat3.KatID as alkat_ID from kategoriak kat1 left join kategoriak kat2 on kat1.KatID=kat2.ParentID left join kategoriak kat3 on kat2.KatID=kat3.ParentID where kat2.KatID=94

Hiba: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
Sor: 62

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /web/alfoldauto/alfoldauto.hu/webshop/kategoria.php on line 63

Warning: mysql_query() [function.mysql-query]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /web/alfoldauto/alfoldauto.hu/webshop/include/function.php on line 116

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /web/alfoldauto/alfoldauto.hu/webshop/include/function.php on line 116

Hiba: select count(TermekID) as darab from termekek inner join kereskedok on termekek.CegID=kereskedok.CegID where TermAktiv=1 and KerAktiv=1 and FoKatID =45 and KatID =94 and (not FoKatID in (100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353) and not KatID in (100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353)and not AlKatID in (100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353))

Hiba: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
Sor: 127

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /web/alfoldauto/alfoldauto.hu/webshop/kategoria.php on line 128

Warning: mysql_query() [function.mysql-query]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /web/alfoldauto/alfoldauto.hu/webshop/include/function.php on line 116

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /web/alfoldauto/alfoldauto.hu/webshop/include/function.php on line 116

Hiba: select termekek.*, kereskedok.Cegnev, ((AkcioKezdete<=curdate() and AkcioKezdete<>'0000-00-00' and AkcioVege ='0000-00-00') or (AkcioKezdete='0000-00-00' and AkcioVege >= curdate()) or (curdate() between AkcioKezdete and AkcioVege)) as vanAkcio, termekkep.KepNev from termekek inner join kereskedok on termekek.CegID=kereskedok.CegID left join termekkep on termekek.TermekID=termekkep.termekID where TermAktiv=1 and KerAktiv=1 and FoKatID =45 and KatID =94 and (not FoKatID in (100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353) and not KatID in (100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353)and not AlKatID in (100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353)) group by termekek.TermekID order by termekek.Megnevezes asc Limit 0,10

Hiba: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
Sor: *

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /web/alfoldauto/alfoldauto.hu/webshop/kategoria.php on line 156
Kategória:   
Kulcsszó: 
 
»
Rendezés: Tétel oldalanként:
 
 
© 2005-2012 Comeon Média I Médiaajánlat I Kapcsolat   vissza az oldal tetejére