Sub-Domain Problem

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

    Sub-Domain Problem

    I used LavaLair script
    error in WML version

    this is the login script
    PHP Code:
    echo "username:<br/><input name=\"loguid\" format=\"*x\" size=\"12\" maxlength=\"30\"/><br/>";
    echo 
    "password:<br/><input type=\"password\" name=\"logpwd\" size=\"12\" maxlength=\"30\"/><br/>";
    echo 
    "<anchor>login<go href=\"login.php\" method=\"get\">";
    echo 
    "<postfield name=\"loguid\" value=\"$(loguid)\"/>";
    echo 
    "<postfield name=\"logpwd\" value=\"$(logpwd)\"/>";
    echo 
    "</go></anchor>"
    example i have wap.dodomain.com
    and i go there via proxy

    http://bransontwhite.com/nph-proxy.cgi/0/http/wap.dodomain.com

    dont know why the product is always
    http://bransontwhite.com/nph-proxy.cgi/0/http/login.php?loguid=asda&logpwd=asda

    but if i use
    http://bransontwhite.com/nph-proxy.cgi/0/http/dodomain.com/wap

    the product is
    http://bransontwhite.com/nph-proxy.cgi/0/http/dodomain.com/wap/login.php?loguid=asda&logpwd=asda
    Last edited by kei_ki7; 16.02.10, 23:48.
    Did I help you?
    You can help me too
    Your donations will help me finance my studies.

    #2
    Just upping this thread :D

    and also i wanna add this info

    the wap.dodomain.com
    is equal to dodomain.com/wap
    /public_html/wap
    Did I help you?
    You can help me too
    Your donations will help me finance my studies.

    Comment


      #3
      make the sub domain root

      Comment


        #4
        Originally posted by sklbd View Post
        make the sub domain root
        thanks for this it really helps

        btw is there anything who has a idea for this?
        Did I help you?
        You can help me too
        Your donations will help me finance my studies.

        Comment


          #5
          delete the sub domain which u r now using and again create that sub-domain with a new ftp user than it will be run easily

          Comment


            #6
            if i used the sub-domain as root, the subdomain and the domain is the same right?
            Did I help you?
            You can help me too
            Your donations will help me finance my studies.

            Comment


              #7
              thats your wish

              Comment

              Working...
              X