IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   PHP (https://www.ircforumlari.net/php/)
-   -   Phpde server özelliklerinizi öğrenin (https://www.ircforumlari.net/php/21301-phpde-server-ozelliklerinizi-ogrenin.html)

Majere 19 Temmuz 2006 13:59

Phpde server özelliklerinizi öğrenin
 
Kod:

<?php

echo "<font color=red> IP ::</font> $REMOTE_ADDR<br>";
$aylar=array("Ocak","Şubat","Mart","Nisan","Mayıs" ,"Haziran","Temmuz","Ağustos","Eylül","Ekim","Kası m","Aralık");
$gunler=array("Mon"=>"Pazartesi","Tue"=>"Salı","We d"=>"Çarşamba","Thu"=>"Perşembe","Fri"=>"Cuma","Sa t"=>"Cumartesi","Sun"=>"Pazar");
$gun=date("D");
$ay=date("n")-1;
$yil=date("Y");
$gun_sayi=date('d');
echo "<font color=red> Tarih ::</font> $gun_sayi $aylar[$ay] $yil $gunler[$gun]<BR>";
echo "<font color=red> Server Versiyonu ::</font> $SERVER_SOFTWARE<br>";
echo "<font color=red> Script Dili ::</font> $GATEWAY_INTERFACE<br>";
echo "<font color=red> Komut Programı Konumu ::</font> $COMSPEC<br>";
echo "<font color=red> Browser Versiyonu ::</font> $HTTP_USER_AGENT<br>";
echo "<font color=red> Windows Klasörü ::</font> $WINDIR<br>";
echo "<font color=red> Bağlantı Türü ::</font> $HTTP_CONNECTION<br>";
echo "<font color=red> Server Adı ::</font> $SERVER_NAME<br>";
echo "<font color=red> Kodlama Türü ::</font> $HTTP_ACCEPT_ENCODING<br>";
echo "<font color=red> Dosyanın Konumu Ve Adı ::</font> $PATH_INFO<br>";
echo "<font color=red> Server Portu ::</font> $SERVER_PORT<br>";
echo "<font color=red> Önceki Sayfa ::</font> $HTTP_REFERER<br>";
?>


Raiden 16 Ağustos 2006 21:57

Yanıt: Phpde server özelliklerinizi öğrenin
 
bu kodlar her sunucuda çalışmaz çalışması için register_globals = on olmalıdır php.ini den ayarlamanız gerekmektedir.


Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 05:40.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2025 IRCForumlari.Net Sparhawk