0

While I was looking for some info, I came across this image on a forum which i didn't understood how it worked. Its a JPG image which actually tells you your ip address and your browser. I think that maybe it was made by modifying htacess and replacing PHP for JPG, and with PHP generating the image dynamically but I'm not sure about it.

Would this be the way that this works?

Here is the image i saw: http://www.danasoft.com/sig/475388.jpg

Thanks

Garrett Kadillak
  • 1,026
  • 9
  • 18
gabriel mellace
  • 229
  • 5
  • 15

2 Answers2

1

It is nothing but etching text on image. There are several options to do it. Using PHP see here and Java see here

Community
  • 1
  • 1
Akshat Singhal
  • 1,801
  • 19
  • 20
1

yes this image is generating dynamically. It collects your info make a string and use some library to generate that image like in Captcha. php has its own library too for this purpose

Click here

Community
  • 1
  • 1