This file contains hidden or 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
<? for ($i=1; $i<=$pages; $i++) { | |
echo "<form action=\"index.php?page=".$i."\" method=\"POST\"> | |
<input id=\"lord\" value=\"$lord\" type=\"hidden\" name=\"lord\"> | |
<input value=\"$city\" type=\"hidden\" name=\"city\"> | |
<input value=\"$alliance\" type=\"hidden\" name=\"alliance\"> | |
<input value=\"$flag\" type=\"hidden\" name=\"flag\"> | |
<input value=\"$SID\" type=\"hidden\" name=\"SID\" > | |
<button class=\"small align-right\" type=\"submit\" >".$i."</button></form>"; | |
}; |
This file contains hidden or 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 | |
if ($_GET['action'] == 'decode'){ | |
echo hex2bin($_GET['loginid']); | |
} else if ($_GET['action'] == 'encode') { | |
echo bin2hex($_GET['loginid']); | |
} else { | |
echo 'Please choose decode or encode'; | |
} | |
?> |
This file contains hidden or 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 | |
/* Database Class */ | |
class database { | |
/* Set Private Database info so only this class can connect to it */ | |
private $hostname; | |
private $database; | |
private $username; | |
private $password; | |
/* Other Variables */ | |
private $pdo; |
This file contains hidden or 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 | |
include('Socket/Server.php'); | |
include('Socket/Client.php'); | |
$address = "194.145.126.133"; | |
$port = 1500; | |
$p = xml_parser_create(); | |
$s = new Socket\Client($address,$port); | |
echo 'Writing to ',$address,':',$port,PHP_EOL; |
This file contains hidden or 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
> DT_TestTraceline | |
-> m_clrRender [0x70] | |
-> m_vecOrigin [0x134] | |
-> m_angRotation[0] [0x128] | |
-> m_angRotation[1] [0x12c] | |
-> m_angRotation[2] [0x130] | |
-> moveparent [0x144] | |
> DT_TEWorldDecal | |
-> baseclass [0x0] | |
-> m_vecOrigin [0x10] |
This file contains hidden or 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 // For highlighting | |
if (( isset( $_POST['username'] ) && $sqlBlacklist->CheckStringForAttackString( $_POST['username'] ) == true )) { | |
$sqlBlacklist->AddBlacklistedIP( djbgijfffi( $_SERVER['REMOTE_ADDR'] ), BLACKLIST_REASON_SQLI ); | |
baecfadce( 'HTTP/1.0 404 Not Found' ); | |
exit(); | |
}else { | |
if (( isset( $_POST['password'] ) && $sqlBlacklist->CheckStringForAttackString( $_POST['password'] ) == true )) { | |
$sqlBlacklist->AddBlacklistedIP( djbgijfffi( $_SERVER['REMOTE_ADDR'] ), BLACKLIST_REASON_SQLI ); | |
baecfadce( 'HTTP/1.0 404 Not Found' ); |
This file contains hidden or 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
var Key3 = "sRnoTpMqcHfB94Kbd8gCDxEXtFiG2u6v$O%PQSl&U7YwZa3hLNryIz01JWAejkV52"; | |
var Key2 = "CesDxEcFl'U7YwZpMqrXtBu6v:kV5mRnyIiG2HjfNO.PKSzLaQbd8gAh0oT1JW343"; | |
var Key1 = "bcdefgEFGHIJKLhijklmnopqrsABCDP12345uvw6789+MNO/=QRSTUVWXYZatxyz4"; | |
function key2Lock(ipc) { | |
var opo = "", | |
chr1, chr2, chr3, enc1, enc2, enc3, enc4, i = 0; | |
do { | |
chr1 = ipc.charCodeAt(i++); | |
chr2 = ipc.charCodeAt(i++); |
This file contains hidden or 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 | |
namespace App\Http\Controllers; | |
use App\Http\Requests; | |
use App\Http\Controllers\Controller;; | |
use Illuminate\Http\Request; | |
use Illuminate\Session\SessionServiceProvider; | |
use Illuminate\Foundation\Auth\AuthenticatesAndRegistersUsers; | |
use Illuminate\Http\RedirectResponse; |
This file contains hidden or 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
// DrWhatss CS:GO config | |
// Updated 7/21/15 | |
// Rates | |
rate "128000" | |
cl_cmdrate "128" | |
cl_updaterate "128" | |
cl_interp "0.0" | |
cl_interp_ratio "1" | |
cl_lagcompensation "1" |
This file contains hidden or 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
#include <Windows.h> | |
#include <iostream> | |
#include "library.h" | |
#include "macro.h" | |
#include "rva.h" | |
#include "rc4.h" | |
#include "symbols.h" | |
#include "dll32.h" | |
#include "tea.h" | |
#include "patchutils.h" |
OlderNewer