Skip to content

Instantly share code, notes, and snippets.

@naufdotal
Created August 2, 2015 05:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save naufdotal/e19c1317b11a28de9222 to your computer and use it in GitHub Desktop.
Save naufdotal/e19c1317b11a28de9222 to your computer and use it in GitHub Desktop.
<?php
$links = array (
"http://www.nyomot.info/alasan-anda-wajib-pindah-windows-10/",
"http://www.nyomot.info/gambar-keindahan-flora-dan-fauna-madagaskar/",
"http://www.nyomot.info/periklanan-di-dunia-internet-akan-dikenakan-tarif-pajak/",
"http://www.nyomot.info/rahasia-cepat-diterima-google-adsense/",
"http://www.nyomot.info/5-macam-karakter-teman-sekolah-yang-paling-dikenal/",
"http://www.nyomot.info/tips-mengawali-hari-dengan-mood-baik-2/",
"http://www.nyomot.info/semakin-mudah-belanja-di-google-dengan-munculnya-tombol-beli/",
"http://www.nyomot.info/my-talking-tom-terbaru-v2-3-1-apk/",
"http://www.nyomot.info/cerpen-misteri-pesan-waktu-2/",
"http://www.nyomot.info/jauhi-pacaran-jika-tak-mau-merugi-2/",
"http://www.nyomot.info/daftar-situs-penyedia-iklan/",
"http://www.nyomot.info/backlink-edu-dan-gov-dofollow-gratis/",
"http://www.nyomot.info/hacker-vs-blogger-siapakah-lebih-hebat/"
);
$href = rand(0, count($links) -1);
header("Location: ".$links[$href]);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment