Skip to content

Instantly share code, notes, and snippets.

@rasxod
Last active December 27, 2015 09:19
Show Gist options
  • Save rasxod/7302717 to your computer and use it in GitHub Desktop.
Save rasxod/7302717 to your computer and use it in GitHub Desktop.
<?
/*
* Пример вызова копирайта
*
* Обязательные поля
* version - версия
*
* Опционально
* mDate - дата создания сайта(опционально)
* domain - домен вашего сайта
* desc - описание сайта
* target - цель открытия
*
*/
echo file_get_contents("http://wq8.ru/APIGetCopy.php?name=copy&version=0.01a&mDate=2013&domain=wq8.ru&desc=".urlencode('wq8.ru - Лицензионное соглашение для Вашего сайта')."&target=_BLANK");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment