Jump to content

mattykewl

New Members
  • Posts

    8
  • Joined

  • Last visited

    Never

Everything posted by mattykewl

  1. md5 can be decrypted -well, if the password subject to decryption is within a database of previously encrypted passwords, eg 5d41402abc4b2a76b9719d911017c592 is md5 for hello, run this through http://www.md5decrypter.com/ and paste in the md5 hash and sure enough: Results Md5 Hash: 5d41402abc4b2a76b9719d911017c592 Normal Text: hello the hash is always the same output, and depending that the word hasnt got any numbers in it you can bet it'll crackable.
  2. Hi, a guy claims he is able to steal any php file source by simple inputting the url to his 'program' and downloading all the content as it was written, this goes against everything I know, PHP is processed on a server level so how can it be possible to get the source? Is he lying? I'm asking this just for peace of mind.
  3. AHA genius!! thanks so much this has been buggin me for ages!!
  4. Hi, I was wondering if someone could help me, i don't understand how to format <?php $xmlfile = fopen("squad.xml", "w"); [color=red]fwrite($xmlfile,"<?xml version="1.0"?>"); [/color] fclose($xmlfile); ?> That line, i understand its the "" that will be causing the problem? or it could be something else like the <>??? how could i format this line in fwrite so it can be writen like that into the file but also php-friendly. Many thanks!!!
  5. hmm thanks, somethings happening, it says successful but nothing appears to the dir it saves at :|
  6. Thanks for the reply, i should if mentioned ive been trying these but ive not had any luck on the syntax side, can you provide me an example?
  7. Can someone help me, i need to download a zip file off the server using php and save it to a certain destination on another server, i can do this in a few lines of code right? also, how can i go about extracting the zip files after they've downloaded, again using solely php code, i dont want to use cron or wget must be php only. thanks in advance
×
×
  • Create New...

Important Information

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.