Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Mr. Percival Poggit (“I”, “us”, “we”, or “our”) operates poggit.pmmp.io (“Poggit”, our “Site”). This page informs you of our policies regarding the collection, use and disclosure of Personal Information we receive from users of our Site.
We use your Personal Information only for providing and improving our Site. By using our Site, you agree to the collection and use of information in accordance with this policy.
Personal Information
While using our Site, we may ask you to provide us with certain personally identifiable information that can be used to contact or identify you.
Personally identifiable information may include, but is not limited to, your email address and your Github username (“Personal Information”).
Our Site processes your personal information outside the EU. We may process your personal information on a server located outside the country where you live. In addition we need to give certain data to 3rd party service providers in order to offer this service. This includes hosting, analytics (
Proof...
@Awzaw
Awzaw / gist:af23b3a13f26c3a398f4e96bfa8daaf8
Created December 16, 2016 23:10
Import SimpleAuth YAML to MySQL
<?php
//Set Paths
$hostname = "localhost";
$username = "DB_USER";
$password = "DB_PASSWORD";
$dbname = "DB_NAME";
$usertable = "simpleauth_players";
$connection = mysql_connect($hostname, $username, $password);