unable to get pm help me plz ?

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

    unable to get pm help me plz ?

    hey frnd m unable to open my 1st welcome pm which i get in after register

    its coming from blank id ,

    i empty user table and then make new id still dnt get welcome msg from my 1st id

    tell me where is fault

    m using youngbuzz script !

    #2
    solving

    Go to ur php my admyn>database table ibwf_users>then change the admins id to userid 1,ptoblem solved use thanks button plz
    ImPoSsIbLe iS nOthInG aS ImPoSsible ItSelF SaYs "I M POSSIBLE"

    Comment


      #3
      my 1st id is owner id and thats is id no 1 still have problm !

      Comment


        #4
        ok, well then search in core.php for function autopm... then see which id the autopm is sent from...

        function autopm($msg, $who)
        {
        mysql_query("INSERT INTO pmb_private SET text='".$msg."', byuid='1', touid='".$who."', unread='1', timesent='".time()."'");

        }

        ie: as you see in thje code above that's id 1... often people change that bit...

        hope this helps...
        C3 Themes: http://c3themes.wen.ru/index.html
        Find Files: http://mystarter.tk/?goto=X-search

        Comment


          #5
          thanks pmbguy

          Comment

          Working...
          X