this is because i have dementia.
- get public IP address (from cloudflare)
$ dig +short txt ch whoami.cloudflare @1.0.0.1
- get local IP address
I was refunded by my bank, and the paxful team were kind enough to also refund the escrow amount of the trade which I foolishly went outside of to make a transaction. DON'T EVER DO THIS.
but this time I got very lucky, and it ended up ok.
oh, and I got the little fuckhead's real name, as verified against his ID for the site. can't be sure it wasn't all stolen information, but it looks like it could be accurate.
#include <sourcemod> | |
#pragma semicolon 1 | |
#pragma newdecls required | |
public Plugin myinfo = { | |
name = "ThisCFGLast", | |
author = "zudsniper@github", | |
description = "thiscfglast.cfg in the /tf/cfg/ is called LAST, after all other configs have been called.", | |
version = "0.0.1", |
# this all originated from this AlliedModders thread | |
# https://forums.alliedmods.net/showthread.php?t=183146 | |
#include <sourcemod> | |
#pragma semicolon 1 | |
#pragma newdecls required | |
public Plugin myinfo = { | |
name = "permaRename", |
#!/bin/bash | |
# .ansi_colors.sh | |
# -------------- | |
# @zudsniper | |
# some ansi colors as bash variables | |
# ----------------------------- # | |
## ANSI COLOR ENVIRONMENT VARS | |
export A_RESTORE='\033[0m' |