sid in wapdesire v2

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

    sid in wapdesire v2

    ok, this might be a wierd question, i been looking for the get sid in wd2, but can't find it in code. Anyone know which file it's in?
    C3 Themes: http://c3themes.wen.ru/index.html
    Find Files: http://mystarter.tk/?goto=X-search

    #2
    \core\userinfo.inc i think

    Comment


      #3
      ok, I can't fine it there although I noticed:
      PHP Code:
      $vars=$_GET
      in main.inc just after $align = line...

      Is this where it picks up the sid? if so, how to modify to have $sid as a separate variable
      C3 Themes: http://c3themes.wen.ru/index.html
      Find Files: http://mystarter.tk/?goto=X-search

      Comment


        #4
        Originally posted by pmbguy View Post
        ok, this might be a wierd question, i been looking for the get sid in wd2, but can't find it in code. Anyone know which file it's in?
        Message ORI.. after all its his edit ;)

        Comment


          #5
          Originally posted by pmbguy View Post
          ok, I can't fine it there although I noticed:
          PHP Code:
          $vars=$_GET
          in main.inc just after $align = line...

          Is this where it picks up the sid? if so, how to modify to have $sid as a separate variable
          seems like he assigned the GET to vars. Check where else he's referenced the vars variable. It shud be an array same as get e.g $vars['sid']

          Comment

          Working...
          X