hey com,
mir war mal wieder langweilig...
Gamedatei+Syserr durchstöbert und ein paar Datenbänke gefunden, welche nicht vorhanden sind ;)
Ich stelle euch hier eine rein, Rest müsst ihr selber machen =)
Einfach in der Log DB erstellen via Console
Jetzt Skillhack, Datenbank nachsehen und wundern...
Wie Gesagt, rest dürft ihr aleine machen, ist nicht all zuschwer...
Und falls wer weiß wofür vcard_log ist bitte posten xP
mir war mal wieder langweilig...
Gamedatei+Syserr durchstöbert und ein paar Datenbänke gefunden, welche nicht vorhanden sind ;)
Ich stelle euch hier eine rein, Rest müsst ihr selber machen =)
PHP Code:
CREATE TABLE `hack_log` (
`login` varchar(200) NULL ,
`name` varchar(200) NULL ,
`time` date NULL ,
`ip` varchar(200) NULL ,
`server` varchar(200) NULL ,
`why` varchar(200) NULL
)
;
Jetzt Skillhack, Datenbank nachsehen und wundern...
PHP Code:
INSERT DELAYED INTO log%s (type, time, who, x, y, what, how, hint) VALUES('ITEM', NOW(), %lu, %lu, %lu, %lu, '%s', '%s')
INSERT DELAYED INTO log%s (type, time, who, x, y, what, how, hint) VALUES('CHARACTER', NOW(), %lu, %lu, %lu, %lu, '%s', '%s')
INSERT DELAYED INTO loginlog%s (type, time, channel, account_id, pid, level, job, playtime) VALUES (%s, NOW(), %d, %lu, %lu, %d, %d, %lu)
INSERT DELAYED INTO money_log%s VALUES (NOW(), %d, %d, %d)
INSERT INTO hack_log (time, login, name, ip, server, why) VALUES(NOW(), '%s', '%s', '%s', '%s', '%s')
INSERT INTO hack_crc_log (time, login, name, ip, server, why, crc) VALUES(NOW(), '%s', '%s', '%s', '%s', '%s', %lu)
INSERT INTO pcbang_loginlog (time, pcbang_id, ip, pid, play_time) VALUES (NOW(), %lu, '%s', %lu, %lu)
INSERT DELAYED INTO goldlog%s (date, time, pid, what, how, hint) VALUES( CURDATE(), CURTIME(), %lu, %lu, %s, '%s')
INSERT DELAYED INTO cube%s (pid, time, x, y, item_vnum, item_uid, item_count, success) VALUES(%lu, NOW(), %lu, %lu, %lu, %lu, %d, %d)
INSERT INTO speed_hack%s (pid, time, x, y, hack_count) VALUES(%u, NOW(), %u, %u, %d)
INSERT INTO fish_log%s VALUES(NOW(), %lu, %d, %lu, %d, 7000, 0, 0)
INSERT INTO fish_log%s VALUES(NOW(), %lu, %d, %lu, %d, %d, 1, %d)
INSERT INTO shout_log%s VALUES(NOW(), %d,%d,'%s')
[B]INSERT DELAYED INTO vcard_log (vcard_id, x, y, hostname, giver_name, giver_ip, taker_name, taker_ip) VALUES(%lu, %lu, %lu, '%s', '%s', '%s', '%s', '%s')
[/B]
INSERT INTO quest_reward_log%s VALUES('%s',%lu,%d,2,%lu,%d,NOW())
Und falls wer weiß wofür vcard_log ist bitte posten xP