Консоль отладки Joomla!
session.client.browser ⇒ Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
password_clear ⇒
groups ⇒
7.76 MB (8,135,224 Bytes)
968 SQL-запросов зафиксировано
SELECT `data`
FROM `automarket_session`
WHERE `session_id` = '4n390gjnlm7hggqjj926694in1'
DELETE
FROM `automarket_session`
WHERE `time` < '1734782101'
SELECT `session_id`
FROM `automarket_session`
WHERE `session_id` = '4n390gjnlm7hggqjj926694in1'
LIMIT 0, 1
INSERT INTO `automarket_session`
(`session_id`, `client_id`, `time`)
VALUES
('4n390gjnlm7hggqjj926694in1', 0, '1734783001')
SELECT extension_id AS id, element AS "option", params, enabled
FROM automarket_extensions
WHERE `type` = 'component'
AND `element` = 'com_users'
SELECT b.id
FROM automarket_usergroups AS a
LEFT JOIN automarket_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 1
SELECT id, rules
FROM `automarket_viewlevels`
SELECT folder AS type, element AS name, params
FROM automarket_extensions
WHERE enabled >= 1
AND type ='plugin'
AND state >= 0
AND access IN (1,1)
ORDER BY ordering
SELECT extension_id AS id, element AS "option", params, enabled
FROM automarket_extensions
WHERE `type` = 'component'
AND `element` = 'com_languages'
SELECT `custom_data`
FROM `automarket_extensions`
WHERE `type` = 'component'
AND `element` = 'com_sef'
SELECT *
FROM automarket_sef_subdomains
SELECT *
FROM automarket_languages
WHERE published=1
ORDER BY ordering ASC
SELECT COUNT(*)
FROM automarket_sef_subdomains
WHERE subdomain='auto-market'
SELECT `a`.`vars`, `u`.`sefurl`
FROM `automarket_sefaliases` AS `a`
INNER JOIN `automarket_sefurls` AS `u`
ON `u`.`id` = `a`.`url`
WHERE `a`.`alias` = 'karta-sajta'
SELECT element,params
FROM automarket_extensions
WHERE type='sef_ext'
SELECT *
FROM automarket_sefurls
WHERE ((`sefurl` = 'karta-sajta') OR (`sefurl` = 'karta-sajta/'))
AND (`origurl` != '')
ORDER BY `priority`
LIMIT 1
SELECT *
FROM `automarket_sefmoved`
WHERE (`old` = 'karta-sajta') OR (`old` = 'karta-sajta/')
SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,m.browserNav, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM automarket_menu AS m
LEFT JOIN automarket_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
INSERT INTO `automarket_rokuserstats` (`user_id`,`ip`,`session_id`,`page`,`referrer`)
VALUES ('0','3.145.32.95','4n390gjnlm7hggqjj926694in1','/karta-sajta','')
SELECT extension_id AS id, element AS "option", params, enabled
FROM automarket_extensions
WHERE `type` = 'component'
AND `element` = 'com_xmap'
SELECT id, home, template, s.params
FROM automarket_template_styles as s
LEFT JOIN automarket_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
SELECT a.*
FROM automarket_xmap_sitemap AS a
WHERE a.id = 1
AND a.state = 1
AND a.access IN (1,1)
SELECT n.id, n.title, n.alias, n.path, n.level, n.link, n.type, n.params, n.home, n.parent_id,n.`browserNav`
FROM automarket_menu AS n
INNER JOIN automarket_menu AS p
ON p.lft = 0
WHERE n.lft > p.lft
AND n.lft < p.rgt
AND n.menutype = 'mainmenu'
AND n.published = 1
AND n.access IN (1,1)
ORDER BY n.lft
SELECT extension_id AS id, element AS "option", params, enabled
FROM automarket_extensions
WHERE `type` = 'component'
AND `element` = 'com_content'
SELECT *
FROM automarket_extensions AS n
WHERE n.folder = 'xmap'
AND n.enabled = 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `automarket_content`
WHERE `id`=1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `automarket_content`
WHERE `id`=4
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `automarket_content`
WHERE `id`=7
SELECT extension_id AS id, element AS "option", params, enabled
FROM automarket_extensions
WHERE `type` = 'component'
AND `element` = 'com_virtuemart'
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `automarket_content`
WHERE `id`=6
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `automarket_content`
WHERE `id`=5
SELECT a.rules
FROM automarket_assets AS a
WHERE (a.id = 1)
GROUP BY a.id, a.rules, a.lft
SELECT b.rules
FROM automarket_assets AS a
LEFT JOIN automarket_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE (a.name = 'com_xmap')
GROUP BY b.id, b.rules, b.lft
ORDER BY b.lft
SELECT id, link, language
FROM automarket_menu
WHERE home=1
SELECT *
FROM automarket_modules
WHERE module='mod_menu'
AND params LIKE '%"menutype":"mainmenu"%'
AND access IN (1,1)
AND published=1
AND client_id=0
LIMIT 1
SELECT `catid`
FROM `automarket_content`
WHERE `id` = '1'
SELECT `catid`
FROM `automarket_content`
WHERE `id` = '1'
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=2&id=1&view=article'
LIMIT 2
SELECT `introtext`,`fulltext`,`alias`,`catid`
FROM `automarket_content`
WHERE `id`=1
SELECT c.*,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM automarket_categories as c
LEFT JOIN automarket_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
LEFT JOIN (SELECT cat.id as id
FROM automarket_categories AS cat JOIN automarket_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
AND s.id=2
AND badcats.id is null
GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id
ORDER BY c.lft
SELECT `catid`
FROM `automarket_content`
WHERE `id` = '4'
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=2&id=4&view=article'
LIMIT 2
SELECT `introtext`,`fulltext`,`alias`,`catid`
FROM `automarket_content`
WHERE `id`=4
SELECT `catid`
FROM `automarket_content`
WHERE `id` = '7'
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=2&id=7&view=article'
LIMIT 2
SELECT `introtext`,`fulltext`,`alias`,`catid`
FROM `automarket_content`
WHERE `id`=7
SHOW TABLES LIKE "automarket_virtuemart_configs"
SELECT `config`
FROM `automarket_virtuemart_configs`
WHERE `virtuemart_config_id` = "1";
SELECT `virtuemart_permgroup_id`,`group_name`,`group_level`
FROM `automarket_virtuemart_permgroups`
ORDER BY `group_level`
SELECT *
FROM `automarket_menu`
where `link` like "index.php?option=com_virtuemart%"
and client_id=0
and published=1
and (language="*" or language LIKE "ru_ru")
SELECT `catid`
FROM `automarket_content`
WHERE `id` = '6'
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=2&id=6&view=article'
LIMIT 2
SELECT `introtext`,`fulltext`,`alias`,`catid`
FROM `automarket_content`
WHERE `id`=6
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&id=9&layout=blog&view=category'
LIMIT 2
SELECT a.id, a.title, a.alias, a.access, a.path AS route, a.created_time created, a.modified_time modified
FROM automarket_categories AS a
WHERE a.parent_id = 9
AND a.published = 1
AND a.extension='com_content'
AND a.access IN (1,1)
ORDER BY a.lft
SELECT a.id, a.title, a.alias, a.catid, a.created created, a.modified modified,a.language,a.introtext, a.fulltext
FROM automarket_content AS a
WHERE a.state = 1
AND a.catid=9
AND a.access IN (1,1)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-12-21 12:10:01')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-12-21 12:10:01')
ORDER BY a.created DESC , a.created
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=9&id=353&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=9&id=15&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=9&id=14&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&id=8&layout=blog&view=category'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&id=13&view=category'
LIMIT 2
SELECT a.id, a.title, a.alias, a.access, a.path AS route, a.created_time created, a.modified_time modified
FROM automarket_categories AS a
WHERE a.parent_id = 13
AND a.published = 1
AND a.extension='com_content'
AND a.access IN (1,1)
ORDER BY a.lft
SELECT a.id, a.title, a.alias, a.catid, a.created created, a.modified modified,a.language,a.introtext, a.fulltext
FROM automarket_content AS a
WHERE a.state = 1
AND a.catid=13
AND a.access IN (1,1)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-12-21 12:10:01')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-12-21 12:10:01')
ORDER BY a.created DESC , a.created
SELECT c.*,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM automarket_categories as c
LEFT JOIN automarket_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
LEFT JOIN (SELECT cat.id as id
FROM automarket_categories AS cat JOIN automarket_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
AND s.id=13
AND badcats.id is null
GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id
ORDER BY c.lft
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=13&id=577&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=13&id=42&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=13&id=41&view=article'
LIMIT 2
SELECT a.id, a.title, a.alias, a.access, a.path AS route, a.created_time created, a.modified_time modified
FROM automarket_categories AS a
WHERE a.parent_id = 8
AND a.published = 1
AND a.extension='com_content'
AND a.access IN (1,1)
ORDER BY a.lft
SELECT c.*,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM automarket_categories as c
LEFT JOIN automarket_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
LEFT JOIN (SELECT cat.id as id
FROM automarket_categories AS cat JOIN automarket_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
AND s.id=10
AND badcats.id is null
GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id
ORDER BY c.lft
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&id=10&view=category'
LIMIT 2
SELECT a.id, a.title, a.alias, a.access, a.path AS route, a.created_time created, a.modified_time modified
FROM automarket_categories AS a
WHERE a.parent_id = 10
AND a.published = 1
AND a.extension='com_content'
AND a.access IN (1,1)
ORDER BY a.lft
SELECT a.id, a.title, a.alias, a.catid, a.created created, a.modified modified,a.language,a.introtext, a.fulltext
FROM automarket_content AS a
WHERE a.state = 1
AND a.catid=10
AND a.access IN (1,1)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-12-21 12:10:01')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-12-21 12:10:01')
ORDER BY a.created DESC , a.created
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=10&id=891&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=10&id=890&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=10&id=735&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=10&id=595&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=10&id=23&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=10&id=22&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=10&id=21&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=10&id=20&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=10&id=19&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=10&id=18&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=10&id=17&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=10&id=16&view=article'
LIMIT 2
SELECT c.*,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM automarket_categories as c
LEFT JOIN automarket_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
LEFT JOIN (SELECT cat.id as id
FROM automarket_categories AS cat JOIN automarket_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
AND s.id=11
AND badcats.id is null
GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id
ORDER BY c.lft
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&id=11&view=category'
LIMIT 2
SELECT a.id, a.title, a.alias, a.access, a.path AS route, a.created_time created, a.modified_time modified
FROM automarket_categories AS a
WHERE a.parent_id = 11
AND a.published = 1
AND a.extension='com_content'
AND a.access IN (1,1)
ORDER BY a.lft
SELECT a.id, a.title, a.alias, a.catid, a.created created, a.modified modified,a.language,a.introtext, a.fulltext
FROM automarket_content AS a
WHERE a.state = 1
AND a.catid=11
AND a.access IN (1,1)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-12-21 12:10:01')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-12-21 12:10:01')
ORDER BY a.created DESC , a.created
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=904&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=901&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=892&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=886&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=885&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=884&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=883&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=882&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=881&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=880&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=879&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=877&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=876&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=875&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=874&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=873&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=872&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=871&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=870&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=869&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=868&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=867&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=866&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=865&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=864&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=863&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=862&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=861&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=860&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=859&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=858&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=857&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=856&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=855&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=854&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=853&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=852&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=851&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=850&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=849&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=848&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=847&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=846&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=845&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=844&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=843&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=842&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=841&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=840&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=839&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=838&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=837&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=836&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=835&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=834&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=833&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=832&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=831&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=830&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=829&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=828&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=827&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=826&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=825&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=824&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=823&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=822&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=821&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=820&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=819&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=818&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=817&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=816&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=815&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=814&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=813&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=812&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=811&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=810&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=809&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=808&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=807&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=806&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=805&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=804&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=803&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=802&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=800&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=799&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=798&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=797&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=796&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=795&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=794&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=793&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=792&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=791&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=790&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=789&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=788&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=787&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=786&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=785&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=784&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=783&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=782&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=781&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=780&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=779&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=778&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=777&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=776&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=775&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=774&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=773&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=772&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=771&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=770&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=769&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=768&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=767&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=766&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=765&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=764&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=763&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=761&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=760&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=759&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=758&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=757&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=756&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=755&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=754&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=753&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=751&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=750&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=749&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=748&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=747&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=746&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=745&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=744&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=743&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=742&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=741&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=740&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=739&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=738&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=737&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=736&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=734&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=733&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=732&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=731&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=730&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=729&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=728&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=727&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=726&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=725&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=724&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=723&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=722&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=721&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=720&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=719&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=718&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=717&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=716&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=715&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=714&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=713&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=712&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=711&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=710&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=709&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=708&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=707&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=706&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=705&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=704&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=703&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=702&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=701&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=700&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=699&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=698&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=697&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=696&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=695&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=694&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=693&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=692&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=691&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=690&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=689&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=688&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=687&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=686&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=685&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=684&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=683&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=682&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=681&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=680&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=679&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=678&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=677&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=676&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=675&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=674&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=673&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=672&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=671&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=670&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=669&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=668&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=667&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=666&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=665&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=664&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=663&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=662&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=661&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=660&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=659&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=658&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=657&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=656&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=655&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=654&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=653&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=652&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=651&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=650&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=649&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=648&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=647&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=646&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=645&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=644&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=643&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=642&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=641&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=640&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=639&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=638&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=637&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=636&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=635&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=634&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=633&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=632&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=631&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=630&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=629&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=628&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=627&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=626&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=625&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=624&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=623&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=622&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=621&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=620&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=619&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=618&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=617&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=616&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=615&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=614&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=613&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=612&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=611&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=610&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=609&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=608&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=607&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=606&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=605&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=604&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=603&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=602&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=601&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=600&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=599&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=598&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=597&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=596&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=594&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=593&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=592&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=591&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=590&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=589&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=588&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=587&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=586&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=583&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=582&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=580&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=576&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=40&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=39&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=38&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=37&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=36&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=35&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=34&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=33&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=32&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=31&view=article'
LIMIT 2
SELECT c.*,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM automarket_categories as c
LEFT JOIN automarket_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
LEFT JOIN (SELECT cat.id as id
FROM automarket_categories AS cat JOIN automarket_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
AND s.id=12
AND badcats.id is null
GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id
ORDER BY c.lft
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&id=12&view=category'
LIMIT 2
SELECT a.id, a.title, a.alias, a.access, a.path AS route, a.created_time created, a.modified_time modified
FROM automarket_categories AS a
WHERE a.parent_id = 12
AND a.published = 1
AND a.extension='com_content'
AND a.access IN (1,1)
ORDER BY a.lft
SELECT a.id, a.title, a.alias, a.catid, a.created created, a.modified modified,a.language,a.introtext, a.fulltext
FROM automarket_content AS a
WHERE a.state = 1
AND a.catid=12
AND a.access IN (1,1)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-12-21 12:10:01')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-12-21 12:10:01')
ORDER BY a.created DESC , a.created
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=12&id=30&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=12&id=29&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=12&id=28&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=12&id=27&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=12&id=26&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=12&id=25&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=12&id=24&view=article'
LIMIT 2
SELECT a.id, a.title, a.alias, a.catid, a.created created, a.modified modified,a.language,a.introtext, a.fulltext
FROM automarket_content AS a
WHERE a.state = 1
AND a.catid=8
AND a.access IN (1,1)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-12-21 12:10:01')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-12-21 12:10:01')
ORDER BY a.created DESC , a.created
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=903&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=899&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=898&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=897&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=896&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=895&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=894&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=893&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=888&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=887&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=801&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=752&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=585&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=584&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=581&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=579&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=578&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=575&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=574&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=573&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=572&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=571&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=570&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=569&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=568&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=567&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=566&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=565&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=564&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=563&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=562&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=561&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=560&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=559&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=558&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=557&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=556&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=555&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=554&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=553&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=552&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=551&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=550&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=549&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=548&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=547&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=546&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=545&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=544&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=543&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=542&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=541&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=540&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=539&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=538&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=537&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=536&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=535&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=534&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=533&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=532&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=531&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=530&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=529&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=528&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=527&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=526&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=525&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=524&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=523&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=522&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=521&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=520&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=519&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=518&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=517&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=516&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=515&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=514&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=513&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=512&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=511&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=509&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=508&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=507&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=506&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=505&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=504&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=503&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=501&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=500&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=499&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=498&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=497&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=496&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=495&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=494&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=493&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=492&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=491&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=490&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=489&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=488&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=487&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=486&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=485&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=484&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=483&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=482&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=481&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=480&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=479&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=478&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=477&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=476&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=475&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=474&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=473&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=472&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=471&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=470&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=469&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=468&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=467&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=466&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=465&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=464&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=463&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=462&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=461&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=460&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=459&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=458&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=457&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=456&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=455&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=454&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=453&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=452&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=451&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=450&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=449&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=448&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=447&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=446&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=445&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=444&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=443&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=442&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=441&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=440&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=439&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=438&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=437&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=436&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=435&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=434&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=433&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=432&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=431&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=430&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=429&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=428&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=427&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=426&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=425&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=424&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=423&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=422&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=421&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=420&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=419&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=418&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=417&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=416&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=415&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=414&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=413&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=412&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=411&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=410&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=409&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=408&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=407&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=406&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=405&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=404&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=403&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=402&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=401&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=400&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=399&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=398&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=397&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=396&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=395&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=394&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=393&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=392&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=391&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=390&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=389&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=388&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=387&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=386&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=385&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=384&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=383&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=382&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=381&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=380&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=379&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=378&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=377&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=376&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=375&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=374&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=373&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=372&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=371&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=370&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=369&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=368&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=367&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=366&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=365&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=364&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=363&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=362&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=361&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=360&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=359&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=358&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=357&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=356&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=355&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=354&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=352&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=351&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=350&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=349&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=348&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=347&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=346&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=345&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=344&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=343&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=342&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=341&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=340&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=339&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=338&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=337&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=336&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=335&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=334&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=333&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=332&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=331&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=330&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=329&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=328&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=327&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=326&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=325&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=324&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=323&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=322&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=321&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=320&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=319&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=318&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=317&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=316&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=315&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=314&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=313&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=312&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=310&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=309&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=308&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=307&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=306&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=305&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=304&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=303&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=302&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=301&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=300&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=299&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=298&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=297&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=296&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=295&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=294&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=293&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=292&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=291&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=290&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=289&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=288&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=287&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=286&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=285&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=284&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=283&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=282&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=281&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=280&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=279&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=278&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=277&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=276&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=275&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=274&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=273&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=272&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=271&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=270&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=269&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=268&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=267&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=266&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=265&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=264&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=263&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=262&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=261&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=260&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=259&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=258&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=257&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=256&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=255&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=253&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=252&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=251&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=250&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=249&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=248&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=247&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=246&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=245&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=244&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=243&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=242&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=241&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=240&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=239&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=238&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=237&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=236&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=235&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=234&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=233&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=232&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=231&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=230&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=229&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=228&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=227&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=226&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=225&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=224&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=223&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=222&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=221&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=220&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=219&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=218&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=217&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=216&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=215&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=214&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=213&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=212&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=211&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=210&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=209&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=208&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=207&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=206&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=205&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=204&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=203&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=202&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=201&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=200&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=199&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=198&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=197&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=196&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=195&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=194&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=193&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=192&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=191&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=190&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=189&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=188&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=187&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=186&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=185&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=184&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=183&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=182&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=181&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=180&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=179&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=178&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=177&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=176&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=175&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=174&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=173&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=172&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=171&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=170&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=169&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=168&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=167&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=166&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=165&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=164&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=163&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=162&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=161&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=160&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=158&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=157&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=156&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=155&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=154&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=153&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=152&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=151&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=150&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=149&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=148&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=147&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=146&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=145&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=144&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=143&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=142&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=141&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=140&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=139&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=138&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=137&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=136&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=135&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=134&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=133&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=132&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=131&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=130&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=129&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=128&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=127&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=126&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=125&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=124&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=123&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=122&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=121&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=120&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=119&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=118&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=117&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=116&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=115&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=114&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=113&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=112&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=111&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=110&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=109&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=108&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=107&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=106&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=105&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=104&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=103&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=102&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=101&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=100&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=99&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=98&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=97&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=96&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=95&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=94&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=93&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=92&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=91&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=90&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=89&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=88&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=87&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=86&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=85&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=84&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=83&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=82&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=81&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=80&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=79&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=78&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=77&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=76&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=75&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=74&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=72&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=71&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=70&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=69&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=68&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=67&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=66&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=64&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=63&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=62&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=61&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=60&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=59&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=58&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=57&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=56&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=55&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=54&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=53&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=52&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=51&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=50&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=49&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=48&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=47&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=46&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=45&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=44&view=article'
LIMIT 2
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=43&view=article'
LIMIT 2
SELECT `catid`
FROM `automarket_content`
WHERE `id` = '5'
SELECT *
FROM `automarket_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=2&id=5&view=article'
LIMIT 2
SELECT `introtext`,`fulltext`,`alias`,`catid`
FROM `automarket_content`
WHERE `id`=5
UPDATE automarket_xmap_sitemap
SET views_html = views_html + 1, count_html = 891, lastvisit_html = 1734783001
WHERE id = 1
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM automarket_modules AS m
LEFT JOIN automarket_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN automarket_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2024-12-21 12:10:01')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2024-12-21 12:10:01')
AND m.access IN (1,1)
AND m.client_id = 0
AND (mm.menuid = 105 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
SELECT `vendor_currency`,`currency_code_3`,`currency_numeric_code`
FROM `automarket_virtuemart_vendors` AS v
LEFT JOIN `automarket_virtuemart_currencies` AS c
ON virtuemart_currency_id = vendor_currency
WHERE v.`virtuemart_vendor_id`="1"
SELECT *
FROM `automarket_virtuemart_currencies`
WHERE `virtuemart_currency_id`="199"
SELECT `price_display`,`custom_price_display`
FROM `automarket_virtuemart_shoppergroups` AS `sg`
WHERE `sg`.`default` = "2"
SELECT *
FROM `automarket_virtuemart_shoppergroups`
WHERE `default` = "2"
AND (`virtuemart_vendor_id` = "1" OR `shared` = "1")
AND `published`="1"
SELECT *
FROM automarket_virtuemart_calcs
WHERE
`calc_kind` IN ('Marge','Tax','VatTax','DBTax','DATax' )
AND `published`="1"
AND (`virtuemart_vendor_id`="1" OR `shared`="1" )
AND ( ( publish_up = "0000-00-00 00:00:00" OR publish_up <= "2024-12-21 12:10:01" )
AND ( publish_down = "0000-00-00 00:00:00" OR publish_down >= "2024-12-21 12:10:01" )
OR `for_override` = "1" )
SELECT *
FROM automarket_virtuemart_calcs
WHERE
`calc_kind`="DBTaxBill"
AND `published`="1"
AND (`virtuemart_vendor_id`="1" OR `shared`="1" )
AND ( publish_up = "0000-00-00 00:00:00" OR publish_up <= "2024-12-21 12:10:01" )
AND ( publish_down = "0000-00-00 00:00:00" OR publish_down >= "2024-12-21 12:10:01" )
SELECT *
FROM automarket_virtuemart_calcs
WHERE
`calc_kind`="TaxBill"
AND `published`="1"
AND (`virtuemart_vendor_id`="1" OR `shared`="1" )
AND ( publish_up = "0000-00-00 00:00:00" OR publish_up <= "2024-12-21 12:10:01" )
AND ( publish_down = "0000-00-00 00:00:00" OR publish_down >= "2024-12-21 12:10:01" )
SELECT *
FROM automarket_virtuemart_calcs
WHERE
`calc_kind`="DATaxBill"
AND `published`="1"
AND (`virtuemart_vendor_id`="1" OR `shared`="1" )
AND ( publish_up = "0000-00-00 00:00:00" OR publish_up <= "2024-12-21 12:10:01" )
AND ( publish_down = "0000-00-00 00:00:00" OR publish_down >= "2024-12-21 12:10:01" )
UPDATE `automarket_session`
SET `data` = '__default|a:7:{s:15:\"session.counter\";i:1;s:19:\"session.timer.start\";i:1734783001;s:18:\"session.timer.last\";i:1734783001;s:17:\"session.timer.now\";i:1734783001;s:22:\"session.client.browser\";s:103:\"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)\";s:8:\"registry\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:4:\"user\";O:5:\"JUser\":25:{s:9:\"\0*\0isRoot\";b:0;s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";N;s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:6:\"groups\";a:0:{}s:5:\"guest\";i:1;s:13:\"lastResetTime\";N;s:10:\"resetCount\";N;s:10:\"\0*\0_params\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:14:\"\0*\0_authGroups\";a:1:{i:0;i:1;}s:14:\"\0*\0_authLevels\";a:2:{i:0;i:1;i:1;i:1;}s:15:\"\0*\0_authActions\";N;s:12:\"\0*\0_errorMsg\";N;s:10:\"\0*\0_errors\";a:0:{}s:3:\"aid\";i:0;}}'
, `time` = '1734783002'
WHERE `session_id` = '4n390gjnlm7hggqjj926694in1'
45 типов SQL-запросов зафиксировано, отсортировано по вхождениям
Запросы типа SELECT:
890 × SELECT *
FROM `automarket_sefurls`
6 × SELECT `catid`
FROM `automarket_content`
6 × SELECT a.id, a.title, a.alias, a.access, a.path AS route, a.created_time created, a.modified_time modified
FROM automarket_categories AS a
6 × SELECT a.id, a.title, a.alias, a.catid, a.created created, a.modified modified,a.language,a.introtext, a.fulltext
FROM automarket_content AS a
5 × SELECT `introtext`,`fulltext`,`alias`,`catid`
FROM `automarket_content`
5 × SELECT c.*,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM automarket_categories as c
LEFT JOIN automarket_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
LEFT JOIN (SELECT cat.id as id
FROM automarket_categories AS cat JOIN automarket_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
5 × SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `automarket_content`
5 × SELECT extension_id AS id, element AS "option", params, enabled
FROM automarket_extensions
4 × SELECT *
FROM automarket_virtuemart_calcs
1 × SELECT `config`
FROM `automarket_virtuemart_configs`
1 × SELECT b.id
FROM automarket_usergroups AS a
LEFT JOIN automarket_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT `virtuemart_permgroup_id`,`group_name`,`group_level`
FROM `automarket_virtuemart_permgroups`
1 × SELECT id, rules
FROM `automarket_viewlevels
1 × SELECT `custom_data`
FROM `automarket_extensions`
1 × SELECT folder AS type, element AS name, params
FROM automarket_extensions
1 × SELECT *
FROM `automarket_menu`
1 × SELECT `session_id`
FROM `automarket_session`
1 × SELECT `price_display`,`custom_price_display`
FROM `automarket_virtuemart_shoppergroups` AS `sg`
1 × SELECT *
FROM `automarket_virtuemart_shoppergroups`
1 × SELECT *
FROM `automarket_virtuemart_currencies`
1 × SELECT `vendor_currency`,`currency_code_3`,`currency_numeric_code`
FROM `automarket_virtuemart_vendors` AS v
LEFT JOIN `automarket_virtuemart_currencies` AS c
ON virtuemart_currency_id = vendor_currency
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM automarket_modules AS m
LEFT JOIN automarket_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN automarket_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT *
FROM automarket_modules
1 × SELECT id, link, language
FROM automarket_menu
1 × SELECT *
FROM automarket_sefurls
1 × SELECT *
FROM `automarket_sefmoved`
1 × SELECT element,params
FROM automarket_extensions
1 × SELECT `a`.`vars`, `u`.`sefurl`
FROM `automarket_sefaliases` AS `a`
INNER JOIN `automarket_sefurls` AS `u`
ON `u`.`id` = `a`.`url`
1 × SELECT *
FROM automarket_languages
1 × SELECT COUNT(*)
FROM automarket_sef_subdomains
1 × SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,m.browserNav, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM automarket_menu AS m
LEFT JOIN automarket_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT id, home, template, s.params
FROM automarket_template_styles as s
LEFT JOIN automarket_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT a.rules
FROM automarket_assets AS a
1 × SELECT b.rules
FROM automarket_assets AS a
LEFT JOIN automarket_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT `data`
FROM `automarket_session`
1 × SELECT *
FROM automarket_extensions AS n
1 × SELECT a.*
FROM automarket_xmap_sitemap AS a
1 × SELECT n.id, n.title, n.alias, n.path, n.level, n.link, n.type, n.params, n.home, n.parent_id,n.`browserNav`
FROM automarket_menu AS n
INNER JOIN automarket_menu AS p
ON p.lft = 0
1 × SELECT *
FROM automarket_sef_subdomain
Прочие SQL-запросы:
1 × UPDATE automarket_xmap_sitemap
SET views_html = views_html + 1, count_html = 891, lastvisit_html = 1734783001
1 × UPDATE `automarket_session`
SET `data` = '__default|a:7:{s:15:\"session.counter\";i:1;s:19:\"session.timer.start\";i:1734783001;s:18:\"session.timer.last\";i:1734783001;s:17:\"session.timer.now\";i:1734783001;s:22:\"session.client.browser\";s:103:\"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)\";s:8:\"registry\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:4:\"user\";O:5:\"JUser\":25:{s:9:\"\0*\0isRoot\";b:0;s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";N;s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:6:\"groups\";a:0:{}s:5:\"guest\";i:1;s:13:\"lastResetTime\";N;s:10:\"resetCount\";N;s:10:\"\0*\0_params\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:14:\"\0*\0_authGroups\";a:1:{i:0;i:1;}s:14:\"\0*\0_authLevels\";a:2:{i:0;i:1;i:1;i:1;}s:15:\"\0*\0_authActions\";N;s:12:\"\0*\0_errorMsg\";N;s:10:\"\0*\0_errors\";a:0:{}s:3:\"aid\";i:0;}}' , `time` = '1734783002'
1 × SHOW TABLES LIKE "automarket_virtuemart_configs
1 × INSERT INTO `automarket_rokuserstats` (`user_id`,`ip`,`session_id`,`page`,`referrer`)
VALUES ('0','3.145.32.95','4n390gjnlm7hggqjj926694in1','/karta-sajta',''
1 × INSERT INTO `automarket_session` (`session_id`, `client_id`, `time`)
VALUES ('4n390gjnlm7hggqjj926694in1', 0, '1734783001'
1 × DELETE
FROM `automarket_session`