Jump to content

IP Sig


eXPerience-XP

Recommended Posts


Make sure you have the proper contents in the .htaccess file! :rolleyes:

<Files background.jpg>
ForceType application/x-httpd-php
</Files>

<Files ml20.jpg>
ForceType application/x-httpd-php
</Files>

I think it is right... :)

Link to comment
Share on other sites

<Files background.jpg>
ForceType application/x-httpd-php
</Files>

<Files ml20.jpg>
ForceType application/x-httpd-php
</Files>

I think it is right... :)

No you dont need to add your background image in the htaccess file. just the sig file

Link to comment
Share on other sites

  • 2 weeks later...

having problems with my randome quote scritp. it keeps showing my quotes as 1,0,or 2.

$textfile = "/home/totallyw/public_html/sig/quotes.txt";

$quotes = file("$textfile");

$quote = rand(0, sizeof($quotes)-1);

$getquote = wordwrap($quotes[$quote], 55, "\n", 1);

help.....

Link to comment
Share on other sites

hi im a total n00b to these boards and was wondering if the people on these forums know a IP signature from a site call www.dana(something).com I've been looking for it for a while, The signature looks like a wooden sign with "your IP is , your ISP is, then at the end it would just say a random phrase. does anyone know what the site is called?. any help is appreiciated.

Link to comment
Share on other sites

Guest pgp_protector

Was doing a Google Search on PHP and Sig files, and found this thread.

Very helpful :)

thanks to you Ive got the image for my Sig line :rolleyes:

Link to comment
Share on other sites

I am surprised this forum allows those ip sigs. The problem with those is that the script is run on the server side and they can get any ip addresses, other info. etc and store it on their server without even you knowing it. Basically you visit a page who has these sigs, and boom you risked it without knowing it. I am not saying danasoft does it who knows. But people with personalized ip sigs on their servers are suspicious. :)

Link to comment
Share on other sites

When you're viewing the sig, no one else but you can see that sig... The only place where your IP is so stored is in the server logs... Same goes for my sig, but I hardly check the log! :D

:) Ofcourse no one else can see your ip displaying image. But thats exactly my point, if someone wants to use this info all he has to do is post in some of threads and rest his sig will gather all the information. The values in the very sig can be dumped in a text file(no need even to check the server logs).

Now i am not a paranoid kind of guy but just thought many of us wont even be aware of these consequences. :rolleyes:

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...