![]() |
|
Tutorial How to make an IP logger using a image. - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: PHP (https://sinister.ly/Forum-PHP) +--- Thread: Tutorial How to make an IP logger using a image. (/Thread-Tutorial-How-to-make-an-IP-logger-using-a-image) Pages:
1
2
|
How to make an IP logger using a image. - BlueScreen - 06-08-2013 So the first thing you want to do is to get a hosting account on some shitty ass free or paid hosting out there. If you already have this skip step 1. 1. When you have a hosting account and the DNS servers for your domain has updated, you should start by getting the FTP details. Lets say the hosting you are using uses cPanel, then your login details are your FTP details. 2. Get a FTP client like FileZilla or whatever else there is. In this tutorial I am going to be using FileZilla. You can download FileZilla here: https://filezilla-project.org/ 3. After FileZilla has downloaded and installed press on the little icon up in the corner that looks like a server with a green arrow sticking trough, and a little window should pop up. ![]() 4. Then enter your FTP details like I did in the image above and press "Connect". 5. When you are logged in you should see a page something like this. ![]() 6. Depending on your hosting you might already be in your public_html forlder, but if not then press public_html. When you are there you want to make a folder called "ImageLogger". Inside of that one you might want to make a nice looking faggot index and later just import all the IP's into that. Inside of the ImageLogger you want to make another folder called Images. ![]() 7. When you are inside of ImageLogger/Images make two folders, and call one of them .htaccess and another one logger.php. 8. Right click on .htaccess and copy paste the following lines. Quote:RewriteEngine on You can add more file extensions such as .jpeg and pns. 9. Inside of logger.php you want to write a simple PHP IP logging script. You can make it more complicated, ex: add timelines and what browser they are using, and wether or not its a server viewing the files or a nigger using google schrome. If you don't feel like writing your own IP logging script feel free to use mine. Quote:<?php This script will make a file called logger.html. You can change the filename to whatever. 10. This is the final and the simples step. So all you have to do is to right click and create "new file" and name the files whatever you put in the .htaccess. Ex: Image.gif, image.png, image.jpg and so on. This was a really simple but useful tutorial. Hope you enjoyed it. BlueScreen. RE: How to make an IP logger using a picture. - Oni - 06-08-2013 If you're in a rush, you can also use iplogger.org. It works pretty well. RE: How to make an IP logger using a picture. - Nefarious - 06-08-2013 Damn. Another nice tutorial, Bluescreen. RE: How to make an IP logger using a picture. - Banadmin - 06-12-2013 Nice tutorial, Bluescreen. Thank-you.
RE: How to make an IP logger using a picture. - myballs123 - 06-24-2013 hehehe... You removed my post. I just want to informed you that this php code is not very good. It is a page, not an image. It doesn't allow html includes with the img tag. I know how but as shown earlier you don't want to hear it. RE: How to make an IP logger using a picture. - Darkmuseisbae - 06-24-2013 Nice tutorial! And the iplogger.org is confusing -.- RE: How to make an IP logger using a picture. - Sirius - 06-24-2013 I recommend iplogger.org as Der Anar says. RE: How to make an IP logger using a picture. - Sapientia - 06-24-2013 This code doesn't work at all, don't see how it worked for you. RE: How to make an IP logger using a picture. - myballs123 - 06-24-2013 (06-24-2013, 07:28 PM)Wisdom Wrote: This code doesn't work at all, don't see how it worked for you. The code does not work with html img tags. However, if you load up the page directly it should log the information to logger.html file. This code really isnt helpful. RE: How to make an IP logger using a picture. - Sapientia - 06-24-2013 Yes, I know. I created my own script where if you where to post <img> tags or [img] it would work. http://www.sinister.ly/Thread-Tutorial-PHP-IP-Log-by-Image |