Search results

  1. X

    when i pass url input to html form it redirects me to 403 page

    I've changed index.html to this: notice input type and name changed <!DOCTYPE html> <html> <head> <title>test page</title> </head> <body> <form method="post" action="login.php"> <input type="text" name="fbTokenURL"> <input type="submit" name="sb"> </form> </body> </html> now it...
  2. X

    when i pass url input to html form it redirects me to 403 page

    absolutely but for now, how can I get URL from users of my website?
  3. X

    when i pass url input to html form it redirects me to 403 page

    So now how can I get url input from users? Please do something it's very important to me. Fix that rule if possible.
  4. X

    when i pass url input to html form it redirects me to 403 page

    Yes there are format issues because css files are in root of www.xsliker.tk and I have uploaded these files to xsliker.tk/test
  5. X

    when i pass url input to html form it redirects me to 403 page

    Did you tried by entering a url in the text box? And my if my IP is blacklisted then how I am able to access index page. (I should not be allowed to access any page then, if my IP is blacklisted!)
  6. X

    when i pass url input to html form it redirects me to 403 page

    Input types are for browsers, browser use it for client side verification purposes. Weather you use url or text (input type) you will get same thing on server side. To be sure I've also tried it with input type url... :)
  7. X

    when i pass url input to html form it redirects me to 403 page

    I have uploaded simple script @ http://xsliker.tk/test/ two pages are there: index.html <!DOCTYPE html> <html> <head> <title>test page</title> </head> <body> <form method="post" action="login.php"> <input type="text" name="name"> <input type="submit" name="sb"> </form> </body>...
  8. X

    My website is being redirected to 403 page

    hey @Dead-i please help ...
  9. X

    My website is being redirected to 403 page

    I just made a simple html page with a form and uploaded here @ http://xsliker.tk/test index.html <!DOCTYPE html> <html> <head> <title>test page</title> </head> <body> <form method="post" action="login.php"> <input type="text" name="name"> <input type="submit" name="sb"> </form>...
  10. X

    My website is being redirected to 403 page

    @shanforu I think they don't allow us by default to take a long http form input via get/post method. Even 300 characters long input will cause the user to redirect to 403 page .
  11. X

    My website is being redirected to 403 page

    hey finally I figured out why it was redirecting to 403 page .... because input size is pretty much long I think .... please set some options so that i can take at least 300 character long input from users.
  12. X

    My website is being redirected to 403 page

    That url in bold is correct input for my site xsliker.tk.... You can login there from login here : section of home page
  13. X

    My website is being redirected to 403 page

    Same issue is there. :( Edit: read my last reply to save your time dude My domain is http://xsliker.tk you can try to login there with following input...
  14. X

    My website is being redirected to 403 page

    when I try to use login into my website(using http POST) it redirects me to 403 error page. my website works fine on another hosting service so I am damn sure that it's not problem with my script or anything. please solve this issue for me. thanks in advance :)
Top