Jump to content

xan

Member
  • Posts

    34
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by xan

  1. xan

    IP Sig

    I have not worked that one out yet but I presume you need to have first a script that will show when your pc is on... ask gamehead200 and he might give you a little hint.
  2. xan

    IP Sig

    Yes, it works... I have a new host and a new code!
  3. Turkeys?!?!? Original.... Welcome to MSFN.
  4. xan

    IP Sig

    The above code you gave goes in a .jpg file... so make a file called .htaccess and put this in it. <Files filename.jpg> ForceType application/x-httpd-php </Files> Change Filename to what you have called your .jpg file with your code in.
  5. xan

    IP Sig

    The htaccess parses the image so it is forced to run a certaain way.
  6. xan

    IP Sig

    http://members.lycos.co.uk/xanuk/ipsig/phpinfo.php - Apparantly it does. this link works... http://members.lycos.co.uk/xanuk/ipsig/sig...N%20Kicks%20Ass
  7. xan

    IP Sig

    I have created my own based on all of this topic... I cannot get it to work properly... please could I have some help? First I have tried it with a PHP file : http://members.lycos.co.uk/xanuk/ipsig/sig...N%20Kicks%20ass! But I cannot get it to work in a forum as it turns into this: X I then Tried making it into a JPG using the techniques of .htaccess and the JPEG header thingy: I get this... http://members.lycos.co.uk/xanuk/ipsig/sig...N%20kicks%20ass! Ok, if you want... forget the nick... http://members.lycos.co.uk/xanuk/ipsig/sig.jpg As you can see it just wants to Download :'( I then tried putting it into a forum: *sigh* This is not working... as you can see I am rather stuck. Here are my source codes... .htaccess <Files sig.jpg> ForceType application/x-httpd-php </Files> sig.php <?php $image = imagecreatefromjpeg("signature.jpg"); $textcolor = imagecolorallocate($image,255,255,255); $xpos1 = 120; $ypos1 = 5; $xpos2 = 120; $ypos2 = 20; $xpos3 = 120; $ypos3 = 35; $ip = $_SERVER['REMOTE_ADDR']; $fullhost = gethostbyaddr($ip); $host = preg_replace("/^[^.]+./", "", $fullhost); $today = date("m-d-Y"); $yourip = "Your IP: $ip"; $nick = $_GET['nick']; Imagestring($image,10,$xpos1,$ypos1,$yourip,$textcolor); Imagestring($image,10,$xpos2,$ypos2,$host,$textcolor); Imagestring($image,10,$xpos3,$ypos3,$nick,$textcolor); header("Content-type: image/jpeg"); imagejpeg($image); ?> sig.jpg <?php Header ('Content-type: image/jpeg'); Header('Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0'); Header('Expires: Thu, 19 Nov 1981 08:52:00 GMT'); Header('Pragma: no-cache'); $image = imagecreatefromjpeg("signature.jpg"); $textcolor = imagecolorallocate($image,255,255,255); $xpos1 = 120; $ypos1 = 5; $xpos2 = 120; $ypos2 = 20; $xpos3 = 120; $ypos3 = 35; $ip = $_SERVER['REMOTE_ADDR']; $fullhost = gethostbyaddr($ip); $host = preg_replace("/^[^.]+./", "", $fullhost); $today = date("m-d-Y"); $yourip = "Your IP: $ip"; $nick = $_GET['nick']; Imagestring($image,10,$xpos1,$ypos1,$yourip,$textcolor); Imagestring($image,10,$xpos2,$ypos2,$host,$textcolor); Imagestring($image,10,$xpos3,$ypos3,$nick,$textcolor); header("Content-type: image/jpeg"); imagejpeg($image); ?> Ok, Any suggestions? Thanks for your time... - Xan
  8. Dude, Widnez Boy... jolly good old chap says it is August... it's April now... I'm just making meaningless spam... sorry... Just wondering if there are to be any April Desktops?
  9. xan

    IP Sig

    Yes. But its ok that admins of the website has it. What about every random person who sees your post has your ip and the info. You are getting tired of paranoids, make sense. But if you apply some intelligence you will notice it as well. As always, untill something goes wrong, no one even buzzes about anything. @gamehead ofcourse script kiddies will do that, and you think all professionals come to this forum The only IP anyone will see is THERE OWN IP, your IP is only viewable by the Admin, and thats If there recording it. I.E. On my sig, when I look at it, I see xxx.xxx.xxx.xxx, but when you look at it, you see yyy.yyy.yyy.yyy, and when joe smoe look at the sig, they will see zzz.zzz.zzz.zzz, but they wont see yyy.yyy.yyy.yyy or xxx.xxx.xxx.xxx You can get the IPs, OSs, Browsers, e.t.c. to record in a txt file from these signatures but the point is that you will see only your IP, OS, Browser, e.t.c. Anyway... even if they make the recording txt file public... who will know who you are!?!?! there are Billions of IP's and Billions using XP and Fire Fox and Freeserve Broadband e.t.c.
  10. Actually, now I am looking at this Mr. C... it is April
  11. tak i#m off to have a look round now.
  12. Finally! Good old Ikea Ingvar Kamprad ROX
  13. Ahhh! That was Fast! Thx Mate
  14. Hia... I'm not very good in forums... I can never find a topic to join I just cannot get posting... I wanna post but I feel I cannot except in this intro's forum... N-E-Ways... I should get the courage soon ... k... Hi Everyone K, more bout myself. I am Xan... I Come from the UK and I have a site... http://www.x-designs.tk It is a bit rubbish and it is hosted by some server which I do not kno cos I won it and I just don't know the host as it is not who it says it is... Ecomedia or whateva do not host it so I am lost... N-e-ways... nice meating you... and I hope the courage comes to post appears all of a sudden... *looks in cupboard for inspiration powder*
×
×
  • Create New...