Jump to content

Recommended Posts

Posted

Un script care afiseaza IP-ul tau intr-o imagine !

Download

Sursa:

<?php

$img_number = imagecreate(340,25);

$backcolor = imagecolorallocate($img_number,102,102,153);

$textcolor = imagecolorallocate($img_number,255,255,255);


imagefill($img_number,0,0,$backcolor);

$number = "Raul: Ai IP-ul $_SERVER[REMOTE_ADDR]";


Imagestring($img_number,10,5,5,$number,$textcolor);


header("Content-type: image/jpeg");

imagejpeg($img_number);

?>

"Timpul exista pentru ca lucrurile sa nu se intample in acelasi timp." - Albert Einstein

"I'm gonna make him an offer he can't refuse." - Don Corleone Vito

  • 1 month later...

Posted

faci un folder ip si pui acele fisiere in folder dupa care poti accesa folderul

EDIT: rezolvat

"Timpul exista pentru ca lucrurile sa nu se intample in acelasi timp." - Albert Einstein

"I'm gonna make him an offer he can't refuse." - Don Corleone Vito

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.