Search results

  1. D

    Can somebody turn off FTP?

    I was hacked, and the person keeps using FTP. PLEASE shut it off if you can!
  2. D

    Why do I keep getting this!?

    No, I'm testing on my friends domain. http://www.robloxlua.x10.mx/changepass.php Go there.
  3. D

    Why do I keep getting this!?

    Yes, it is set to 0644. Still won't work! Why? The page still says this: :( The File name is changepass.php
  4. D

    Why do I keep getting this!?

    How do I do that? I tried: chmod("changepass.php", 0755); chmod("changepass.php", 0644); Sorry, I'm not very advanced. Im still getting the problem.
  5. D

    Why do I keep getting this!?

    I keep getting 'Unable to execute this file directly' when I visit my new page! How do I fix this????
  6. D

    Why does it say incorrect username or password?

    My code says incorrect username or password, although, it is correct. I copied and pasted it from the MySQL (phpMyAdmin)By the way, it connects to the MySQL. I just changed the username and password so you could not steal it Code: <?phpsession_start(); //redirect functionfunction...
  7. D

    How do I include only a variable from another PHP page.

    I want to include the variable $myusername from the php file index.html, and take it into login_success.php. I ONLY want that variable, and not the entire page of index.html. Any suggestions?
  8. D

    What host do I use to connect to phpMyAdmin (or mySQL)

    I fixed it. Thanks for all of your help.
  9. D

    What host do I use to connect to phpMyAdmin (or mySQL)

    I am using localhost, but it does not seem to work. How do I fix it? I get this error: Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'derision'@'localhost' (using password: NO) in /home/derision/public_html/checklogin.php on line 10 cannot connect Line 10 is...
  10. D

    What host do I use to connect to phpMyAdmin (or mySQL)

    Hi. I recently signed up for my website, www.derisionworld.x10.mx and I was wondering what I use to connect to phpMyAdmin (the host name) I tried localhost, but it can't connect. Any help? Thanks!
Top