Jump to content

HEU7Hwhu7

Member
  • Posts

    318
  • Joined

  • Last visited

Everything posted by HEU7Hwhu7

  1. That's really nice, i'll consider it!
  2. Hey everyone! I want to get a laptop for general use, and i'd like it to be decent. These are the specs i'd like: I5 4th gen and up Dedicated GPU 8GB RAM 750GB HDD What do you guys think of this ? Thanks!
  3. Alright everyone, i'm new to Nginx and i want to change example.com/blah/blah.html to example.com/blah/blah I'm brand new to Nginx, so in depth detail would be amazing! Thanks!
  4. Woah, now i feel like my phone's 1Mbps 3G at my house is fast.
  5. I waited around 8-12 hours for my $3 VPS. If you are looking for DDoS protection i recommend using Cloud Flare. They only have L4 protection. Their servers are fine. Don't expect any support from them. Cheap and not too bad for the price, ( i was even able to try a Minecraft server on a ubuntu dual core vps and it worked nicely.)
  6. Well, if it's the power supply or VRM booting at a lower voltage /speed might help.
  7. Hmmm, That's interesting... I'm stumped... Sorry man.
  8. Try under clocking the CPU around 500MHz.
  9. Hey everyone, If i use a tool such as a cloud flare resolver (for reporting it to the host because they seem to respond much better) and if i resolve that website, it says it's the FBI's IP... What? I know it's not really on the FBI's servers, and if i ping the site get a CloudFlare IP... I'm interested in how this is possible... Thanks! Also, if i do a trace route there is no FBI IP anywhere.
  10. Well, it did the same thing, the A2 was only there for one boot, it's fine now, but i still can't use the iGPU.
  11. I never did anything important on it, the most important thing i've ever done on it is, log in to my accounts... But, i change my passwords and use 2 step auth when ever possible, so i should be alright there... But the thing is, i've already sold it.
  12. Hello, i'm trying to Secure Erase my 840 EVO, (i sold it) But, when i try to go to the bootable CD it has unreadable text... :c How can i fix this, thanks.
  13. After a CMOS reset i see code A2,but I don't get any input to the monitor...
  14. Well, i need to do a secure erase,and to do that I need the iGPU or else it's really wierd... The text is wierd i mean...
  15. Does anyone have any idea why this happens?also my monitor turns on and off every 2 or 3 seconds... It ONLY happens if i use my iGPU... Thanks
  16. Alright everyone, i'm just starting PHP and SQL... I want to have a textbox and a submit button to be stored in a Database in MySQL. For some reason it's not working, can anyone take a look at the PHP and tell me if there's something wrong? Thanks HTML: <!DOCTYPE html><html><body><center><form action="action_page.php" method="post">Target:<br><input type="text" name="target1" value=""><br><br><input type="submit" value="Submit"></form> </body></html> PHP: <?php$servername = "serverIP";$username = "root";$password = "mysqldbpassword";$dbname = "mysql";// Create connection$conn = new mysqli($servername, $username, $password, $dbname);// Check connectionif ($conn->connect_error) { die("Connection failed: " . $conn->connect_error);} $sql = "INSERT INTO db ('name')$VALUES ('target1');if ($conn->query($sql) === TRUE) { echo "New record created successfully";} else { echo "Error: " . $sql . "<br>" . $conn->error;}$conn->close();?>
  17. ALRIGHT! I have the problem. The problem was that my .htaccess wasn't working properly. I followed the last comment here and used this! Thanks to everyone that helped!
  18. Yeah, lol i can see why. Thanks for the help!
  19. Nope. I'm thinking it's the .htaccess
  20. Now i'm thinking it's with the .htaccess file. If i try to turn off dir browsing, it doesn't work. And a custom 404 doesn't work ether.
  21. Still no, and i did remove the extra R.
×