Jump to content
xisto Community

Phend0

Members
  • Content Count

    4
  • Joined

  • Last visited

  1. Use sshrm -rf folderr = recursivef = forceSimple and easy
  2. The best PHP editor is VI!!!!!!!!!!Use vi in ssh for fast repair and others
  3. Use Session not cookie In PHP$HTTP_SESSION_VARS['login'] = false;if($pass == "laralalala"){ $HTTP_SESSION_VARS['login'] = true;}if ($HTTP_SESSION_VARS['login'] = true) { echo "Login True";}else { echo "Login False";}
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.