Minggu, 18 Maret 2012

Part - 1








animated gif
Logo


animated gif
animated gif

animated gifanimated gif

Membuat penangkap ip sendiri

Ini akan membuat
ip dari user yang masuk ke halaman Anda. Log akan disimpan dalam
sama peta dengan ip_log.txt. Pengguna akan diarahkan ke (dalam kasus ini)
Google



Code:

<?php

$ip = $_SERVER['REMOTE_ADDR'];

$dt = date("l dS \of F Y h:i:s A");

$file=fopen("ip_log.txt","a");  //ip_log.txt = Where it needs to save to. Here it must be hosted in same map !

$data = $ip.' '.$dt."\n";

fwrite($file, $data);

fclose($file);

header( 'Location: http://www.google.com' ) ; //www.google.com = Site where it needs to redirected to

?>



animated gif

Download Code:       Centang Banteng Api       :edoC daolnwoD
animated gif
Selamat Menyimak!!!

Newbie
animated gif
animated gifanimated gifiebbei



.

.
Template by : kendhin Honor Jangar