Skip to content

Instantly share code, notes, and snippets.

View artpolikarpov's full-sized avatar

Artem Polikarpov artpolikarpov

  • Chatra.io
  • Saint Petersburg, Russia
View GitHub Profile
@artpolikarpov
artpolikarpov / copies
Last active December 22, 2015 02:19 — forked from h4/copies
/home/luke/Sites/aldebaran/wp-contnent/myPlugin
/home/luke/Sites/tatuin/wp-contnent/myPlugin
<?php
// Aegea to Disqus comments converter
// http://help.disqus.com/customer/portal/articles/472150
$url_prefix = 'http://nano.sapegin.ru/all/';
$note_id = intval($_GET['id']);
if (empty($note_id)) exit('Empty note ID.');