打开com_config
全局配置-调试网站功能,
Notice: 1064 in /home/www/public_html/
mambo/includes/database.php on line 116
/home/www/public_html/mambo/includes/database.php:239
/home/www/public_html/mambo/includes/database.php:431
/home/www/public_html/mambo/includes/mambo.php:2986
/home/www/public_html/mambo/index.php:62
Warning: Cannot modify header information - headers already sent by (output started at /home/www/public_html/mambo/includes/database.php:116) in /home/www/public_html/mambo/index.php on line 232
Warning: Cannot modify header information - headers already sent by (output started at /home/www/public_html/mambo/includes/database.php:116) in /home/www/public_html/mambo/index.php on line 233
Warning: Cannot modify header information - headers already sent by (output started at /home/www/public_html/mambo/includes/database.php:116) in /home/www/public_html/mambo/index.php on line 234
Warning: Cannot modify header information - headers already sent by (output started at /home/www/public_html/mambo/includes/database.php:116) in /home/www/public_html/mambo/index.php on line 235
Warning: Cannot modify header information - headers already sent by (output started at /home/www/public_html/mambo/includes/database.php:116) in /home/www/public_html/mambo/index.php on line 236
19 queries executed
1
SELECT folder, element, published, CONCAT_WS('/',folder,element) AS lookup
FROM mos_mambots
WHERE published >= 1 AND access <= AND folder='system'
ORDER BY ordering--------------------------------------------------------------------------------2
SELECT id, link
FROM mos_menu
WHERE menutype='mainmenu' AND published='1'
ORDER BY parent, ordering LIMIT 1--------------------------------------------------------------------------------3
SELECT folder, element, published, CONCAT_WS('/',folder,element) AS lookup
FROM mos_mamhooks
WHERE published >= 1 AND access <= 0
ORDER BY ordering--------------------------------------------------------------------------------4
SELECT template FROM mos_templates_menu WHERE client_id='0' AND menuid='0'--------------------------------------------------------------------------------5
SELECT * FROM mos_session WHERE session_id='382cad804e7209503e850bc012c1b057'--------------------------------------------------------------------------------6
UPDATE mos_session SET `time`='1200921032',`userid`='62',`usertype`='Super Administrator',`username`='admin',`gid`='2',`guest`='0' WHERE session_id='382cad804e7209503e850bc012c1b057'--------------------------------------------------------------------------------7
DELETE FROM mos_session
WHERE (time < 1200920132)--------------------------------------------------------------------------------8
SELECT folder, element, published, CONCAT_WS('/',folder,element) AS lookup
FROM mos_mambots
WHERE published >= 1 AND access <= 2 AND folder='editors'
ORDER BY ordering--------------------------------------------------------------------------------9
SELECT folder, element, published, CONCAT_WS('/',folder,element) AS lookup
FROM mos_mambots
WHERE published >= 1 AND access <= 2 AND folder='editors-xtd'
ORDER BY ordering--------------------------------------------------------------------------------10
SELECT id, title, module, position, content, showtitle, params
FROM mos_modules AS m, mos_modules_menu AS mm
WHERE m.published='1' AND m.access <= '2' AND m.client_id='0'
AND mm.moduleid=m.id
AND (mm.menuid = '0' OR mm.menuid = '0')
ORDER BY ordering--------------------------------------------------------------------------------11
SELECT count(*) AS numrows FROM mos_banner WHERE showBanner=1--------------------------------------------------------------------------------12
SELECT * FROM mos_banner WHERE showBanner=1
LIMIT 2,1--------------------------------------------------------------------------------13
UPDATE mos_banner SET impmade=impmade+1 WHERE bid='5'--------------------------------------------------------------------------------14
SELECT m.* FROM mos_menu AS m
WHERE menutype='topmenu' AND published='1' AND parent='0'
ORDER BY ordering--------------------------------------------------------------------------------15
SELECT *
FROM mos_menu
WHERE menutype='mainmenu' AND published='1'
ORDER BY parent, ordering LIMIT 1--------------------------------------------------------------------------------16
SELECT id, name, link, parent, type
FROM mos_menu
WHERE published='1'
ORDER BY parent, ordering--------------------------------------------------------------------------------17
SELECT m.* FROM mos_menu AS m
WHERE menutype='mainmenu' AND published='1'
ORDER BY parent,ordering--------------------------------------------------------------------------------18
SELECT m.* FROM mos_menu AS m
WHERE menutype='usermenu' AND published='1'
ORDER BY parent,ordering--------------------------------------------------------------------------------19
SELECT m.* FROM mos_menu AS m
WHERE menutype='othermenu' AND published='1'
ORDER BY parent,ordering
com_mamhoo / about
关于曼虎 严重变形
/**
* $Id: README.txt,v 3.0 2007-05-31
* @package Mamhoo3.0
* @Copyright (C) 2004 - 2007 mamhoo.com
* @Autor: lang3
* @URL:
http://www.mamhoo.com
* @license:
http://www.gnu.org/copyleft/gpl.html GNU/GPL
* Mamhoo is free Software
**/