This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
/* | |
* Пример вызова копирайта | |
* | |
* Обязательные поля | |
* version - версия | |
* | |
* Опционально | |
* mDate - дата создания сайта(опционально) | |
* domain - домен вашего сайта |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
параметры | |
usertoken - ключ пользоваеля(обязательно) | |
ad_phone - телефон 10 цифт (обязательно) | |
ad_message - сообщение (обязвтельно от 2-х символов) | |
dev_id - id устройства(необязательео) | |
*/ | |
// POST |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using SQLite; | |
using System.Collections.Generic; | |
using System.Threading.Tasks; | |
namespace sendsms | |
{ | |
[Table("Friends")] | |
public class Friend | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* DbSimple_Mysql: MySQL database. | |
* (C) Dk Lab, http://en.dklab.ru | |
* | |
* This library is free software; you can redistribute it and/or | |
* modify it under the terms of the GNU Lesser General Public | |
* License as published by the Free Software Foundation; either | |
* version 2.1 of the License, or (at your option) any later version. | |
* See http://www.gnu.org/copyleft/lesser.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* jQuery ui-datepicker extension */ | |
/** | |
* | |
* https://gist.github.com/Artemeey/8bacd37964a8069a2eeee8c9b0bd2e44/ | |
* | |
* Version: 1.0 (15.06.2016) | |
* Requires: jQuery v1.8+ | |
* Requires: jQuery-UI v1.10+ | |
* |