- 9
Hacking in php
Hi..How to hack name.txt(file) using php any one idea about that
10 Respostas
+ 4
Here is a code to help you understand fopen, it's a view counter (you have to create a file.txt before, with the number 0)
https://code.sololearn.com/waXXnkTPHfPE/#php
+ 4
If I understand what you're saying, there is a file that you want to hack into using PHP, and I'm assuming it's on the client's computer since you already have fully access to the server files.
If that's correct, then you know why you got downvoted and everyone ignored you.
If I misunderstood, then please rephrase and elaborate upon your question, we'll be more than happy to help.
+ 2
i cant understand the question.
+ 2
Okay. That makes a bit more sense now. lol There is a big difference between wanting to hack something and simply trying to open a file on your server to obtain or store data. :D
As Justelisha said, use the fopen() method to get you stared. Read through all of the file I/O stuff for PHP and it'll help you get a better grasp on how to utilize it.
+ 1
what the hell are you trying to say?
+ 1
Oh, ok I understand. Use fopen() http://php.net/manual/en/function.fopen.php
0
i think you can't understand waht i will say, am right.
0
how can get stored information name.txt file using php
0
Thank you @justelisha keep updating more information regarding my qustion.
0
Thanks @Netkos Ent bro