Whatshapp iletişim sayma
4
●61
- 04-11-2021, 18:07:48counter.txt
0
redirect.php
<?php $file = 'counter.txt'; $phone = '905555555555'; $fileGet = file_get_contents($file); file_put_contents($file, $fileGet+1); ?> <meta http-equiv="refresh" content="0;url=https://api.whatsapp.com/send/?phone=<?php echo $phone; ?>" />
whatsapp butonunun gideceği dosya redirect.php,
counter.txt dosyasından sayıyı takip edebilirsiniz. - 05-11-2021, 12:26:27Sitemde ilan sistemi var ve tek bir iletişim butonu yok yani herkesin butonunu ayrı saydırmak lazım.
brown adlı üyeden alıntı: mesajı görüntüle