WackoWiki: Вам запрещён доступDev/PatchesHacks/GetIP ...

Home Page | Изменения | Новые Комменты | Пользователи | Каталог | Регистрация | Вход:  Пароль:  

Action: GetIP

Current version:
Credits:

Оглавление документа

{{getip}}


/actions/getip.php

<?php
    
// IP bestimmen
    
$ip = getenv('REMOTE_ADDR');
    echo
"$ip <br>";
    
    
// IP auflösen und Host bestimmen
    
$host = gethostbyaddr($ip);
    echo
"$host";
?>

1. Documentation

for users available for copy and paste

2. How to

2.1. Localization (optional)

put this at the end of your language file


/lang/wakka.xyz.php


pls. notice that this entry will not survive an Wacko upgrade, so you have to redo this


[xyz] proposed translations
[de] ...
[fr]
[ru]

3. To Do


Страницы, ссылающиеся на данную: Dev/PatchesHacks



 
Файлов нет. [Показать файлы/форму]
Комментариев нет. [Показать комментарии/форму]
Donate
Время работы: 2.426 s
Использовано памяти: 2.806 Mb