Forums

Have I been hacked? (3 posts)

  1. spstieng
    Member
    Posted 2 weeks ago #

    I just ran a MySQL query trace to debug a some queries I have created, when I discovered the following query:

    SELECT wp_posts.* FROM wp_posts WHERE 1=1 AND wp_posts.post_name = 'jquery_bll-php' AND wp_posts.post_type = 'post' ORDER BY wp_posts.post_date DESC

    1. why "wp_posts.* FROM wp_posts WHERE 1=1" ???

    2. I have a file called jquery_bll.php. This is my Busines layer for jQuery requests. Why is this file name in the query?

  2. spstieng
    Member
    Posted 1 week ago #

    *bumb*
    Does anyone know why "wp_posts.* FROM wp_posts WHERE 1=1" ?

  3. spstieng
    Member
    Posted 1 week ago #

    *bumb*
    Suggestions anyone?

Reply

You must log in to post.

About this Topic