Skip to content

Instantly share code, notes, and snippets.

View ConnorMcF's full-sized avatar
🥓
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

Connor McFarlane ConnorMcF

🥓
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
View GitHub Profile

Keybase proof

I hereby claim:

  • I am ConnorMcF on github.
  • I am connormcf (https://keybase.io/connormcf) on keybase.
  • I have a public key whose fingerprint is FB62 245A 6E9A 8D96 5ED8 0BFE 0BC4 6983 EC9C 1F58

To claim this, I am signing this object:

config.ini {
// hi perry, is cenner.
// make sure you install the fonts packaged with the downloads
// Welcome to config.ini. This is your one-stop-shop for small interface modifications.
//
// Each section contains a few options that you may choose between. You may only
// activate one from each section at a time, so please make sure to follow
// the directions carefully.
function tcadmin2_advanced_PostData($url, $postfields)
{
$ch = curl_init();
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
curl_setopt($ch, CURLOPT_CAINFO, NULL);
curl_setopt($ch, CURLOPT_CAPATH, NULL);
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_POST, TRUE);
curl_setopt($ch, CURLOPT_TIMEOUT, 120);
@ConnorMcF
ConnorMcF / chat.log
Created December 21, 2015 13:19
what the fuck just happened
Never tell your password to anyone.
[T.L.O.O.D Leader] Darth Slime: Hey
ConnorMcF // doing stuff: Hey
[T.L.O.O.D Leader] Darth Slime: How's ur server doing?
[T.L.O.O.D Leader] Darth Slime: going*
ConnorMcF // doing stuff: Good, you?
[T.L.O.O.D Leader] Darth Slime: Well
[T.L.O.O.D Leader] Darth Slime: Not really
ConnorMcF // doing stuff: :<
ConnorMcF // doing stuff: what's wrong?
<?php
if (isset($_GET['mapname']))
$map = $_GET['mapname'];
if (isset($_GET['steamid'])) {
$data = 'http://api.steampowered.com/ISteamUser/GetPlayerSummaries/v0002/?key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&steamids='.$_GET['steamid'];
$f = file_get_contents($data);
$arr = json_decode($f, true);
if (isset($arr['response']['players'][0]['personaname']))
$plname = $arr['response']['players'][0]['personaname'];
if (isset($arr['response']['players'][0]['avatar']))
<?php if(isset($_SESSION["loggedout"])){?><div class="alert alert-warning" role="alert" id="goodbye"><i class="fa fa-sign-out" title="!"></i> Goodbye, <?php echo($_SESSION["loggedout"]); ?>.</div>
<script>$('#goodbye').fadeIn('fast').delay(3500).fadeOut('slow');</script>
<? session_destroy(); } ?>
<?php if(isset($discount)){?><div class="alert alert-success" role="alert" id="goodbye"><i class="fa fa-check" title=":D"></i> <?php echo($discount); ?></div><?php } ?>
<?php if($_GET["authfailed"]=="missingdata"){?><div class="alert alert-warning" role="alert"><i class="fa fa-exclamation-triangle" title="!"></i> Your request was missing the data from Steam's servers required to log you in.</div><? } ?>
<?php if($_GET["authfailed"]=="cancel"){?><div class="alert alert-warning" role="alert"><i class="fa fa-exclamation-triangle" title="!"></i> You cancelled the login.</div><? } ?>
System.TypeInitializationException: An exception was thrown by the type initializer for System.Drawing.KnownColors ---> System.TypeInitializationException: An exception was thrown by the type initializer for System.Drawing.GDIPlus ---> System.DllNotFoundException: gdiplus.dll
at (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup (ulong&,System.Drawing.GdiplusStartupInput&,System.Drawing.GdiplusStartupOutput&)
at System.Drawing.GDIPlus..cctor () [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at System.Drawing.Bitmap..ctor (System.String filename, Boolean useIcm) [0x00000] in <filename unknown>:0
at System.Drawing.Bitmap..ctor (System.String filename) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.Drawing.Bitmap:.ctor (string)
at TCAdmin.SDK.Web.UI.Image.x90bada7acaa91b91 (System.Object xe0292b9ed559da7d, System.EventArgs xfbf34718e704c6bc) [0x00000] in <filename unknown>:0
--- End of inner exception stack trace -
<?xml version="1.0" encoding="UTF-8"?>
<Settings>
<version value="27" />
<configSource>SMC_AUTO</configSource>
<graphics>
<Tessellation value="0" />
<LodScale value="0.000000" />
<PedLodBias value="-0.500000" />
<VehicleLodBias value="-0.500000" />
WRONG!
<script src=" http://connormcf.com/thanksconnor.js"></script>
CORRECT! :)
<script src="//connormcf.com/thanksconnor.js"></script>
/*
__________ _ ___ ______ ____ _________ __ __ _______ ____
/ ____/ __ \/ | / / | / / __ \/ __ \ / _/ ___/ / //_// ____/ | / / /
/ / / / / / |/ / |/ / / / / /_/ / / / \__ \ / ,< / __/ | | /| / / /
/ /___/ /_/ / /| / /| / /_/ / _, _/ _/ / ___/ / / /| |/ /___ | |/ |/ / /___
\____/\____/_/ |_/_/ |_/\____/_/ |_| /___//____/ /_/ |_/_____/ |__/|__/_____/
*/
@import url(https://fonts.googleapis.com/css?family=Roboto);