Php veya html sayfasından resim çekme kodu çalışmaktadır. <?php $site = file_get_contents(“http://saydek.org/orneksayfa.html”); preg_match(‘@<img(.*?)src=”(.*?)”(.*?)>@si’,$site, $resim);…
Kategori: Programlama
Programlama
<? ################################################################################ # Project : Aktif Kullanıcı Sayısı # # File name : aktifkullanici.php #…
<title>saydek</title> <meta name=”description” content=”saydek.org blog”/> <meta name=”keywords” content=”saydek, blog”/> <meta name=”author” content=”info@saydek.org”/>
önce JS uzantılı dosyanın içersine şu kodu yerleştir, document.write (‘ <font id=font><iframe src=”http://VERİ_CEKKECEĞİN_SİTEADRESİ” width=”775″ frameborder=”0″…
<?php
/*
Live SHOUTcast statistics for multiple servers
This script is (C) Saydek.org 1998
If you use this script, please leave the copyright
Turkey Webmaster Saydek
Version: v1.0
*/
/* ———- General configuration ———- */
$station_name = “Radio Station Name”;
$refresh = “60”; // Page refresh time in seconds. Put 0 for no refresh
$timeout = “1”; // Number of seconds before connecton times out – a higher value will slow the page down if any servers are offline
/* ———– Server configuration ———- */
// Note: dont include http://
// Main server: The song title will be taken from this server
$ip[1] = “yayin.saydek.org”;
$port[1] = “8080”;
/* Relays: Below you can enter more relays / restreams / channels / competitors or anything else */
/* —– No need to edit below this line —– */
/* ——————————————- */
$servers = count($ip);
?>