plz fix this problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    plz fix this problem

    In my script's adpage it has this code : - if(mysql_num_rows($getk)==0) {
    print "<div class='prob'>Invalid Request !</div> and my adpage showing " invalid request" how to fix it? Demo : http://clickxchanger.tk/serve.php

    #2
    this is showing because query is returning null value

    Comment


      #3
      Originally posted by shushant View Post
      this is showing because query is returning null value
      what should i do to solve it?

      Comment


        #4
        if(mysql_num_rows($getk)==0) this means if there is no any results on above mysql query, your ad page will print "<div class='prob'>Invalid Request !</div>";.

        post more from your php to find bug.
        Last edited by Rksk; 20.09.12, 09:19.

        Comment


          #5
          check you requested with valid pub key...if you use default key in ad4earn script it won't return any result, because their is no id matched with your key in database

          Comment


            #6
            Originally posted by wap4ads View Post
            check you requested with valid pub key...if you use default key in ad4earn script it won't return any result, because their is no id matched with your key in database
            yes, you are right. Now it is ok. http://clickxchanger.tk/serve.php?id=7ib1xtzwqv . Thank you.

            Comment


              #7
              anyone plz help me how to setup minimum publisher point to creat campagain? and i show my publisher point in minus how to stop publish ad

              Comment

              Working...
              X