Quote:
Originally Posted by ScruffyDeluxe
Sure, check the attachment. I used Beyond Compare to find the differences between my hacked files and the originals, so if I missed anything, give me a shout.
|
Scruffy, thanks for changing the code to make it work for WP 2.0!
I did exactly what you had in your instructions, but i end up with this error:
Code:
WordPress database error: [Table 'gamerene_wp.user' doesn't exist]
SELECT userid FROM user WHERE username = 'admin'
WordPress database error: [Table 'gamerene_wp.thread' doesn't exist]
INSERT INTO thread SET title='test',lastpost='1144575715', forumid='183', open='1', postusername='moethelawn', postuserid='1', lastposter='moethelawn', dateline='1144575715', visible='1'
WordPress database error: [Table 'gamerene_wp.post' doesn't exist]
INSERT INTO post SET threadid='8', username='moethelawn', userid='1', title='test', pagetext='
Quote:
Originally Posted by The Front Page
test
|
Read the full blog entry.', ipaddress='', allowsmilie='1', iconid='1',visible='1', dateline='1144575715'
WordPress database error: [Table 'gamerene_wp.forum' doesn't exist]
UPDATE forum SET threadcount=threadcount+1, lastpost='1144575715', lastposter='moethelawn', lastthread='test', lastthreadid='8', lasticonid='1' WHERE forumid='183' LIMIT 1
Warning: Cannot modify header information - headers already sent by (output started at /home/gamerene/public_html/news/wp-includes/wp-db.php:102) in /home/gamerene/public_html/news/wp-admin/post.php on line 60
I'd thought I'd not change anything if you had some sort of idea what it is that's wrong. Thanks!