Пример #1
0
<?php

include 'php/730_core.php';
include 'php/group_core.php';
createHead('CSGO Multi Scanner', 730);
st_click();
if (isset($_SESSION['sid']) && donator_level(20)) {
    if (!form_spam_valid()) {
        $noscan = true;
    }
    echo 'Group and Friend list scanner.<br class="cf"><br>';
    echo '<form action="' . $_SERVER['PHP_SELF'] . '" method="POST"><input type="text" placeholder="Enter a steamid/url or group url here." name="form-data" class="col1"><br>Start from page:<input type="text" class="ddinput" name="pg" value="' . (isset($_POST['pg']) ? $_POST['pg']++ : '0') . '"> Section:<input type="text" class="ddinput" name="sec" value="' . (isset($_POST['sec']) ? $_POST['sec']++ : '0') . '"><br><input type="submit" class="scansub">' . form_spam_fields() . '</form>';
    if (isset($_POST['form-data']) && !isset($noscan)) {
        multi_scan_start($_POST['form-data'], 730);
    } else {
        include 'php/update.php';
        updateEverything();
    }
} else {
    login_or_donator();
}
createFooter(730);
Пример #2
0
<?php

include 'php/scan_core.php';
include 'php/update.php';
createHead('DB', 440, '<script src="js/slider.js" ></script><script src="js/char-insert.js" ></script><script src="js/reserve.js" ></script><script src="js/as-compiled.js" ></script><link rel="stylesheet" href="css/autoSuggest.css" type="text/css" media="screen">');
if (donator_level(20)) {
    $databases = array('440' => array('name' => 'unusual search', 'url' => 'php/autocomplete_nowep.php', 'db' => 'items', 'col' => 'unusual'), '730' => array('name' => 'csgo db', 'url' => 'php/autoc_730.php', 'db' => 'archive', 'col' => 'items_730'));
    echo '<h1>Endgame Database.</h1>';
    foreach ($databases as $key => $db) {
        $c = db_init($db['db'], $db['col']);
        echo '<a class="show_hide" href="#" rel="#slidingDiv_' . $key . '"><h2>' . $db['name'] . '</h2></a>', '<div id="slidingDiv_' . $key . '" class="toggleDiv bp-content cf">', '<form action="' . $_SERVER['PHP_SELF'] . '" method="POST">', $c->count(), ' Backpacks in database. ', '(Enter at least 3 characters then click the item you want.)<input type="text" id="as-input" class=as-input autocomplete=off data-autocompleteurl=' . $db['url'] . ' /><br>', '<input type=hidden name=gid value=' . $key . '><input type=submit>', $key == 730 ? '&nbsp; copy and paste: stattrak™ ★' : '', '<br><div class="col2 lt">', 'Sort by: <select name=sortby>' . '<option value=1 selected=selected>Hours played</option>', '<option value=2>Last Updated</option>', '<option value=3>First added to DB</option>', '</select><select name=sortorder><option value=1 selected=selected>Sort lowest first</option><option value=2>Sort Highest First</option></select><br>', '</div></form>', '</div><br>';
        $c = null;
    }
    if (isset($_POST['gid']) && is_numeric($_POST['gid']) || isset($_GET['gid'])) {
        include_once 'php/multidb_core.php';
        database_search_prepare($_POST['gid']);
    } else {
        echo 'No search submitted.';
        updateListOfAllSteamGames();
    }
} else {
    login_or_donator();
}
createFooter();
Пример #3
0
            $sql = 'SELECT * FROM ' . $table_name . ' WHERE ' . $unique_id . '=:data';
            $statement = $database->prepare($sql);
            //	$post['column'] = 'data' --> $post['data'] = actual_data
            $statement->bindParam(':data', htmlspecialchars($provided_data));
            $statement->execute();
            $get_row = $statement->fetch(PDO::FETCH_ASSOC);
            // item must be unique
            if (empty($get_row)) {
                exit(createErrorPage($css_file));
            }
        }
        $title = "Create New " . $singular_tag_cap;
        $form_id = $table_name;
        $paragraph_desc = $paragraph_desc_create;
    }
    $head_input = createHead($title, "", $css_file, $js_array);
    ////
    // create the form
    $html_form .= '<form id="' . $form_id . '">';
    $html_form .= '<fieldset id="accordian-form">';
    // create a hidden input to store the input's name so we can know not to check it for uniqueness if the user has copied the form
    $unique_id_original = "original_" . $unique_id;
    $html_form .= createHiddenInput($get_row[$unique_id], $form_id, $unique_id_original);
    $unqiue_id_value = $singular_tag_cap . ' ' . $unique_id . ':';
    $html_form .= createTextInput($get_row[$unique_id], $form_id, $unique_id, $unqiue_id_value, "140", $required, $L_NAME_HINT);
} catch (PDOException $e) {
    $html_input = '<p style="color:red">ERROR:' . $e . '</p>';
}
function endForm()
{
    $html_form .= '</fieldset>';
Пример #4
0
<?php

include 'php/440_core.php';
createHead('Item List', 440);
createFooter(440);
Пример #5
0
<?php

include 'php/core.php';
createHead('Guides', 440);
?>
<div class="col2 lt"><h1>How to use the scanner.</h1>Using the scanner is easy once you enable a few features on TF2.<br></div>
<div class="col2 rt"><h1>Donator Features.</h1>Donator features are a bit more complex than the normal scanner.</div>
<div class="col2 lt"><h1>How to trade like a pro.</h1>These guides should help.<br></div>
<div class="col2 rt"><h1>The rules.</h1>Don't f**k up.</div>


<?php 
createFooter(440);
Пример #6
0
<?php

//error_reporting(E_ALL);
//ini_set('display_startup_errors', TRUE);
//ini_set('display_errors', TRUE);
include 'php/scan_core.php';
createHead('CS:GO Pricelist', 730);
//http://steamcommunity.com/market/priceoverview/?appid=730&market_hash_name=SCAR-20%20|%20Contractor%20%28Field-Tested%29
//ok time for the shit list.
$col = db_init('market_730', 'item_index');
$item_prices_db = db_init('market_730', 'item_prices');
$num_unpriced = 0;
$curs = $col->find()->sort(array('name' => 1));
$num_priced = $curs->count();
echo $curs->count() . ' priced items in the db with ' . $item_prices_db->count() . ' price points overall.<br>';
$pricelist = array();
echo '<table><thead><th>image</th><th data-sort="float" >Price $ (USD)</th><th data-sort="string" >name</th><tbody>';
foreach ($curs as $item) {
    $price = (int) cs_price($item['name']);
    if (isset($item['valve_avg']) && $item['valve_avg'] != -1 && $item['valve_avg'] != 0) {
        $price = sprintf("%.2f", $item['valve_avg'] / 100);
    } else {
        if (isset($price) && $price != 0 && $price != -1) {
            $price = sprintf("%.2f", cs_price($item['name']) / 100);
        } else {
            $price = 0;
            $num_unpriced++;
        }
    }
    echo '<tr><td><img src="' . $item['img_url'] . '"></td><td data-sort-value="' . $price . '">' . ($price != 0 ? $price : 'N/A') . '</td><td>' . $item['name'] . '</td></tr>';
    $pricelist[$item['name']] = array('img' => $item['img_url'], 'price' => $price, 'classid' => isset($item['classid']) ? $item['classid'] : '');
Пример #7
0
/* A default config array. */
$config = array("db_pdo_string" => "sqlite::memory:", "db_name" => "db", "db_username" => "db", "db_password" => "db");
/* Load config from a file. */
$config_result = parse_ini_file(__DIR__ . "/" . CONFIG_FILENAME);
if ($config_result) {
    $config = $config_result;
}
/* Create a PDO and Blog object for the site. */
$pdo = new PDO($config["db_pdo_string"], $config["db_username"], $config["db_password"]);
$blog = new Blog($pdo);
?>

<html lang="en">
  <head>
    <?php 
createHead("Cade Gillem");
?>
  </head>

  <body>

    <div class="container">

      <!-- MAIN HEADER SECTION -->
      <?php 
createHeader("Cade Gillem");
?>

      <!-- ABOUT -->
      <div class="row column">
        <p>Hello! I am an extremely ambitious Computer Science student and developer from birth. I'm currently studying at Western Michigan University, as well as working in one of their IT departments and being actively involved in too many student organizations to count.</p>
Пример #8
0
<?php

include 'php/440_core.php';
include 'php/admin_core.php';
createHead('Ban Everyone', 440, '<script src="js/jquery-linedtextarea.js" ></script>
<script src="js/jsl_002.js" ></script>
<script src="js/jsl_003.js" ></script>
<script src="js/jsl.js" ></script>
<link rel="stylesheet" href="/css/jquery-linedtextarea.css" type="text/css" media="screen, projection">');
if (isset($_SESSION['sid']) && $_SESSION['sid'] == 76561198013370444) {
    admin_page_display();
} else {
    echo 'Hey! you\'re not digits, get out of here!';
}
createFooter(440);
Пример #9
0
<?php

include 'php/scan_core.php';
createHead('Why Shark?', 440);
?>
<div class="col2 lt"><h1>Why shark?</h1>
Unlike uncrating, sharking does not depend on large amounts of luck and money. You can enrich yourself for a flat sum + whatever items you trade to get what you want.<br>
In uncrating, the odds are against you, one of the reasons that unusuals are so expensive is that good ones are extremely rare.

What others have to say about uncrating:
<ul>
<li><a href="http://endgame.tf/img/whale_01.png">Ned_Ballad</a>, TF2 wiki contributor about his spending on F2P games:<br><i>"I got my first unusual in a valve game yesterday and it was a crappy courrier in Dota... I have spent about $1200 across TF2 and Dota."</i></li>

<br>
Sharking is a means to efficiently convert time into TF2 items. It is both much faster and more reliable than uncrating and scamming.<br>
Sharking entirely depends on your own skill and dedication. A scanner like tf2endgame will supply you with many tutorials, video guides and tools to find items you want but ultimately you are the one who will have to put in time to learn and win.<br>

</div>

<div class="col2 rt">
Who sharks? It's a short answer: Almost everyone who's important.<br>
(icons are links to profiles, names are links to evidence.)<br>
<ul>
<li><a class="profilelinkicon" href="http://steamcommunity.com/profiles/76561198002212555"></a><a href="http://endgame.tf">Me</a>, of course.</li>
<li><a class="profilelinkicon" href="http://steamcommunity.com/profiles/76561198002212555"></a><a href="">Pretender</a> He's a Steamrep head admin now, what a turn of events!</li>
<li><a class="profilelinkicon" href="http://steamcommunity.com/profiles/76561198024890686"></a><a href="https://archive.today/u0v1X">GoV ADMIN Verganza</a> used to. Thank goodness everyone can count on him to report all sharks save for himself to get outpost bans nowadays.</li>
<li><a class="profilelinkicon" href=""></a><a href="">Jessecar</a> Actually got banned from outpost for his scanner, he deleted it when it happened. Lol.</li>
<li><a class="profilelinkicon" href=""></a><a href="">Suttles</a></li>
</ul>
Quite a few of these are now trusted members of large communities, the sharking they did was considered A-OK back when they did it. They are lucky.<br>
Nowadays sharking is a bit harder since ex-shark admins are better at ferreting out others thanks to their intimate knowledge of sharking.<br>
Пример #10
0
<?php

include 'php/core.php';
createHead('Tutorials', 440);
if (isset($_SESSION['sid'])) {
    ?>
	<div class="col2 lt"><h2>Using the scanner:</h2>
		<div class="col2-content"><ol><li>Launch TF2.</li>
		<li>Enable the console:<ul>
			<li>Visit Options > Keyboard > Advanced.</li>
			<li>Click "Enable Developer Console"</li>
		</ul>
		<li>Join a server with any number of players (the more the better!)</li>
		<li>Press The button located above Tab ~ or / or whatever key you have bound to be your console key.</li>
		<li>Type in "status" then press enter/return, a list of players will appear.</li>
		<li>Copy the result, careful to include the STEAM_X.XXXXX or the U[X.XXXXX] of each user</li>
		<li>Paste the result into the scanner and press "Submit"</li>
		<li>Do with the result as you wish.</li>
	</ol>
	Tips:<br/><ul><li>Typing <b>bind L "status"</b> in your console will make the command "status" only a keystroke [L] away.</li><li>Sometimes the steamcommunity or the steam API may go down, the scanner will not be able to scan until it comes back.</li><li>Hovering over an item will show you its name, price and more!</li></ul>
	</div></div>
	<div class="col2 rt"><h2>Using Donator Features:</h2><div class="col2-content">
	<b>How to use the group scanner:</b>
	<ol>
		<li>Go to a group or steam hub's page.</li>
		<li>copy the group's URL, "http://steamcommunity.com/groups/skial"</li>
		<li>Paste it into the group scanner.</li>
		<li>The group scanner will now scan 100 players from the group.</li>
		<li>Click "scan next 100" to erase the current page and scan the next 100.</li>
	</ol><br>
	<b>How to use the database:</b>
Пример #11
0
<?php

//this page's purpose is to provide a list where users will be able to contribute item defindexes to have the items whitelisted.
//this whitelist will be used in all parts of the scanner where no prices are available.
//this will allow users to set prices for as-of-yet unpriced items so that the stupid responsibility of doing so will not be exclusively on my shoulders.
include 'php/440_core.php';
include 'php/global_whitelist_core.php';
createHead('Price items!', 440, '<script src="js/as-compiled.js" ></script><link rel="stylesheet" href="css/autoSuggest.css" type="text/css" media="screen">');
echo '<div class="news">This is a page where you can vote on what items you want to see on the scanner.<br>By voting on items, you will change their prices which will make them appear in scans.</div>';
if (isset($_POST['save'])) {
    bwlist_save($_POST);
}
if (isset($_POST['delete'])) {
    bwlist_delete();
}
echo ' <form action="' . $_SERVER['PHP_SELF'] . '" method="POST">', '<input type="text" id=as-input class=as-input autocomplete=off data-autocompleteurl=php/autocomplete.php>', '<input type="submit"></form><br><br>', bwlist_display();
item_display(reset($_POST));
createFooter();
Пример #12
0
<?php

include_once 'php/440_core.php';
createHead('BP Viewer', 440, '<script src="js/slider.js" ></script>');
//get rid of this after testing.
if (isset($_GET['sid'])) {
    include 'php/bp_core.php';
    $sid = any_to_64($_GET['sid']);
    backpack_viewer($sid);
} else {
    echo '<div class="bp-container">';
    echo '<div class="bphead">';
    echo 'Error retrieving steamid.';
    echo '</div>';
    //end bp header
    echo '</div>';
    //end bp container.
}
createFooter(440);
Пример #13
0
<?php

include 'php/440_core.php';
createHead('Endgame Benefits', 440);
?>
<div class="col2 lt"><h1>Thanks for considering Endgame!</h1>
TF2Endgame donator ranks come with the following benefits:

<ul>
<li><b>Preferences</b><ul>Change how the scanner works!<li>Hide F2Ps.</li><li>Hide users without items worth more than what you want.</li><li>Show warnings on items that are equipped or traded.</li><li>Hide users with more than X hours played.</li><li>Change the colours of any item qualities on the scanner.</li><li>More!</li></ul></li>
<li><b>Faster Scans</b> TF2Endgame will open up more of its downloading capacity to your scans, speeding them up considerably.</li>
<!--<li><b></b></li>
<li><b></b></li>-->
</ul>

<a href="http://steamcommunity.com/profiles/76561198013370444/"><div class=btn-lnk>Add Digits on steam.</div></a>
<a title="send me a trade offer." href="http://steamcommunity.com/tradeoffer/new/?partner=53104716&token=b3_nfgp9"><div class=btn-lnk>Send a trade offer</div></a>
<br>
</div>
<div class="col2 rt">
How getting the donator rank works:
<ul><li>Add digits or send him a trade offer</li>
	<li>Digits will then send you a message saying you are a donator, you can check it on your profile page</li>
	<li>You will then be a donator.</li>
</ul>
<?php 
/*
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="MMDBJ3BV5GJUQ">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynow_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
Пример #14
0
<?php

include_once 'php/core.php';
include_once 'php/db_core.php';
include_once 'php/multidb_core.php';
createHead('Your Reserved Users', 440, '<script src="js/unreserve.js" ></script>');
if (isset($_GET['gid'])) {
    $gid = (int) $_GET['gid'];
}
echo '<h2><a href=' . $_SERVER['PHP_SELF'] . '?gid=440>Your TF2 reserved users.</a></h2><br>';
echo '<h2><a href=' . $_SERVER['PHP_SELF'] . '?gid=730>Your CSGO reserved users.</a></h2><br>';
if (isset($gid) && is_numeric($_SESSION['sid']) && donator_level(20)) {
    switch ($_GET['gid']) {
        case 440:
            $collection = $c = db_init('items', 'unusual');
            include_once 'php/440_core.php';
            break;
        case 730:
            $collection = db_init('archive', 'items_730');
            include 'php/730_core.php';
            break;
    }
    $steamid = (int) $_SESSION['sid'];
    if (isset($_POST['notes'])) {
        $notes = (string) $_POST['notes'];
    } else {
        $notes = 'no notes.';
    }
    $cursor = $collection->find(array('user_reserver' => $steamid));
    if ($cursor->count() > 0) {
        echo '<input type="hidden" id=gameid value="' . $gid . '">';
Пример #15
0
<?php

include 'php/440_core.php';
include 'php/group_core.php';
createHead('TF2 Multi Scanner', 440);
st_click();
if (isset($_SESSION['sid']) && donator_level(20)) {
    if (!form_spam_valid()) {
        $noscan = true;
    }
    echo 'Group and Friend list scanner.<br class="cf"><br>';
    echo '<form action="' . $_SERVER['PHP_SELF'] . '" method="POST"><input type="text" placeholder="Enter a steamid/url or group url here." name="form-data" class="col1"><br>Start from page:<input type="text" class="ddinput" name="pg" value="' . (isset($_POST['pg']) ? $_POST['pg']++ : '0') . '"> Section:<input type="text" class="ddinput" name="sec" value="' . (isset($_POST['sec']) ? $_POST['sec']++ : '0') . '"><br><input type="submit" class="scansub">' . form_spam_fields() . '</form>';
    if (isset($_POST['form-data']) && !isset($noscan)) {
        multi_scan_start($_POST['form-data'], 440);
    } else {
        include 'php/update.php';
        updateEverything();
    }
} else {
    login_or_donator();
}
createFooter(440);
Пример #16
0
<?php

include 'php/core.php';
createHead('Bug Reporter', 440);
if (isset($_SESSION['sid'])) {
    echo '<h1>Thanks for helping Endgame become better!</h1>', 'This is the place where you can report problems with endgame or suggest features!<br>', 'Please select what kind of report you want to make and then submit it, I\'ll read it eventually, I promise :V.<br><br>', '<form action="', $_SERVER['PHP_SELF'], '" method=post><textarea maxlength="1000" class="scanSubmit" name=bugtext placeholder="Write Here!(up to 1000 characters)""></textarea><select name="bugtype">
  <option value="2">Bug Report</option>
  <option value="3">Feature suggestion</option>
  <option value="4">Endgame-Related Question</option>
  <option value="5">Contact/Other</option>
</select>&nbsp;
<input type=submit></form>';
} else {
    echo '<h1>Login to post a report.</h1>';
}
if (isset($_POST['bugtype']) && isset($_POST['bugtext']) && !empty($_POST['bugtype']) && !empty($_POST['bugtext'])) {
    bug_submit($_POST['bugtype'], $_POST['bugtext']);
}
/*
2 => 'Bug Report',
3 => 'Feature suggestion',
4 => 'Question',
5 => 'Contact/Other'
*/
createFooter(440);
function bug_submit($bug_type, $bug_text)
{
    if (!is_numeric($bug_type) && $bug_type >= 2 && $bug_type <= 5) {
        echo 'invalid bug type, report not submitted.';
        return 0;
    }
Пример #17
0
<?php

include 'php/core.php';
createHead('Metadata', 440);
echo '<div class="lt col2">';
echo '<ul>';
echo '<li><span class="lt">Price list last updated:</span><span class="rt">' . date('M d, Y', db_load('440_pricelist_v4_time')) . '</span></li>';
echo '<li><span class="lt">Schema (itemlist) last updated:</span><span class="rt">' . date('M d, Y', db_load('440_schema_time')) . '</span></li>';
echo '<li><span class="lt">Paint bucket images last updated:</span><span class="rt">' . date('M d, Y', db_load('440_paint_time')) . '</span></li>';
echo '<li><span class="lt">Game list last updated:</span><span class="rt">' . date('M d, Y', db_load('753_list_time')) . '</span></li>';
//echo '<li><span class="lt">Old-ass pricelist I don\'t even use anymore last updated:</span><span class="rt">' . date('M d, Y', db_load('440_pricelist_v2_time')) . '</span></li>';
echo '</ul>';
echo '</div>';
createFooter(440);
Пример #18
0
<?php

require 'php/scan_core.php';
require 'php/settings_core.php';
createHead('preferences', 440, '<script  src="js/jscolor.js"></script>');
echo '<form action="' . $_SERVER['PHP_SELF'] . '" method="post">';
echo '<h1>Preferences</h1>';
if (isset($_POST['Update'])) {
    preference_update();
    sleep(0.5);
}
if (isset($_POST['Delete'])) {
    preference_delete();
    sleep(0.5);
}
/*
Items worth less than x 			√
Maximum Hours on a user 			√
Hide users with worthless Backpacks √
Hide F2P 							√
Hide players offline for X time 	x
Hide users not playing TF2 			x
Backpack viewer 1 and 2 			√
Item warnings 						√
*/
if (isset($_SESSION['sid'])) {
    preference_get();
}
echo '<div class="col2 lt">';
echo '<h2>Normal Scanner Options:</h2>';
echo 'Hide items worth less than <input type="text" class="ddinput" name="numeric[ss][threshold]" value="' . (isset($_SESSION['pref']['numeric']['ss']['threshold']) ? $_SESSION['pref']['numeric']['ss']['threshold'] : 1) . '"> refined.<br><br>';
Пример #19
0
 if (!empty($_GET['status'])) {
     // for determining which table/column to lookup in sql
     $status_input = '<p>' . $_GET['status'] . '</p>';
 }
 $id_input = $table_name . '_' . $unique_id;
 $sql = 'SELECT * FROM ' . $table_name;
 $statement = $database->prepare($sql);
 $statement->execute();
 $all_rows = $statement->fetchAll(PDO::FETCH_ASSOC);
 // TODO: if empty, it should just display a blank list with the ability to add more
 // item must be unique
 if (empty($all_rows)) {
     exit(createErrorPage($css_file));
 }
 $title = "View " . $plural_tag;
 $head_input = createHead($title, "", $css_file, array($js_helper, $js_ui));
 $accordian_sections = array();
 foreach ($all_rows as $row) {
     if ($row['primaryType'] === 'Ammunition' || $row['primaryType'] === 'Arcane' || $row['primaryType'] === 'Armor' || $row['primaryType'] === 'Consumable') {
         $sql = 'SELECT * FROM ' . lcfirst($row['primaryType']) . ' WHERE name=:name';
         $statement = $database->prepare($sql);
         $statement->bindParam(':name', htmlspecialchars($row['name']));
         $statement->execute();
         $extra_content = $statement->fetch(PDO::FETCH_ASSOC);
         foreach ($extra_content as $key => $value) {
             $row[$key] = $value;
         }
     }
     if ($row['primaryType'] === 'Ranged Weapon' || $row['primaryType'] === 'Melee Weapon') {
         $sql = 'SELECT * FROM weapon WHERE name=:name';
         $statement = $database->prepare($sql);
Пример #20
0
<?php

include 'php/scan_core.php';
createHead('TF2 Scanner');
?>
<div class="col2 lt"><h1>Welcome To Endgame</h1>
<h3>If you're looking to find someone with the item you want or just want to quickly increase your net worth, this is THE scanner for you.</h3>
TF2Endgame is the extremely customizable scanner that can be used to find specific items you need, or just to generally make loads of profit with!<br>
If you can trade for profit, we have your every need covered. If you don't, we have guides for that!<br>
This scanner was made by <a href="http://steamcommunity.com/profiles/76561198013370444/">Digits</a>. Don't be afraid to add me, I take suggestions from anyone!<br>
<br>
If you're new to profit trading or even if you're coming here with experience from a site like Gibe Hat Pls or Up-To-No-Good it is recommended that you <b>take a glance at the <a href=/tutorials.php>tutorials section</a></b> linked in the navbar at the top of every page.<br>
<br>
PS: This site still has a few bugs here and there but is (mostly) feature-complete!
</div>

<div class="col2 rt">
<h2>Features</h2>
<ul>
<li><b>Scan</b>: Find out who's got what, find out if they know what it's worth.</li>
<li><b>Backpack.tf Prices</b>: Did you know uncraftable nessies's nine irons are worth 4 refined? Backpack.tf does and so does the site.</li>
<li><b>Unusual item Database</b>: Find unusual items by typing in effects, the database also shows their other unusuals if they have any.</li>
<li><b>Backpack Viewer</b>: Shows the weapons they're missing for their favourite classes. The TF2EG backpack viewer is unique to this site.</li>
</ul>
<br>
<h2>Donator Features</h2>
<ul>
<li><b>Faster Scans</b>: You paid, you get to use the scanner at its full speed.</li>
<li><b>Blacklist</b>: "I don't want to see any more strange degreasers" - poof, they're gone.</li>
<li><b>Whitelist</b>: "I'm looking for a genuine brigade helm" - bang, they're at the front of the scans.</li>
<li><b>Friend list scanning</b>: Scan anyone's friend list. Scan your own too.</li>
Пример #21
0
<?php

include 'php/730_core.php';
createHead('CS:GO Scanner', 730);
echo '<div class=news>CSGO prices may not be accurate. Exercise caution when trading, thanks.</div>';
if (isset($_SESSION['sid']) && donator_level(10)) {
    if (!form_spam_valid()) {
        $noscan = true;
    }
    $json = db_load('730_schemalist_time');
    echo '<form action="' . $_SERVER['PHP_SELF'] . '" method="POST"><textarea placeholder="Enter &quot;status&quot; output here. ' . $json['priced'], ' Items Priced. Last Pricelist Update: ', ($json['time'] > 3600 ? date('i', time() - $json['time']) . ' minutes' : 'Over an hour') . ' ago." rows="20" name="form-data" class="scanSubmit"></textarea><input type="submit" class="scansub"> ' . form_spam_fields() . '</form><br>';
    if (isset($_POST['form-data']) && !isset($noscan)) {
        scan_start($_POST['form-data'], 730);
    } else {
    }
} else {
    echo '<h1 class="ct login_notice">Please login to scan.</h1>';
}
createFooter(730);
Пример #22
0
<?php

include 'php/440_core.php';
createHead('Portal 2 Scanner', 620);
if (isset($_SESSION['sid']) && donator_level(20)) {
    if (!form_spam_valid()) {
        $noscan = true;
    }
    echo '<form action="' . $_SERVER['PHP_SELF'] . '" method="POST"><textarea placeholder="Enter \'status\' output here." rows="20" name="form-data" class="scanSubmit"></textarea><input type="submit" class="scansub"> ' . form_spam_fields() . '</form>';
    if (isset($_POST['form-data']) && !isset($noscan)) {
        scan_start($_POST['form-data'], 570);
    } else {
    }
} else {
    echo '<h1 class="ct login_notice">Please login to scan.</h1>';
}
createFooter(620);
Пример #23
0
<?php

include 'php/440_core.php';
createHead('TF2 Scanner', 440);
if (isset($_SESSION['sid']) && donator_level(10)) {
    if (!form_spam_valid()) {
        $noscan = true;
    }
    echo '<form action="' . $_SERVER['PHP_SELF'] . '" method="POST"><textarea placeholder="Enter &quot;status&quot; output here." rows="20" name="form-data" class="scanSubmit"></textarea><input type="submit" value=Scan class="scansub"> ' . form_spam_fields() . '</form>';
    if (isset($_POST['form-data']) && !isset($noscan)) {
        scan_start($_POST['form-data'], 440);
    } else {
        include 'php/update.php';
        updateEverything();
    }
} else {
    echo '<h1 class="ct login_notice">Please login to scan.</h1>';
}
createFooter(440);
Пример #24
0
<?php

include 'php/440_core.php';
createHead('Restricted Test');
if (isset($_SESSION['sid']) && $_SESSION['sid'] == 76561198013370444) {
    $res = get_data('http://api.steampowered.com/IEconItems_440/GetSchema/v0001/?key=' . AKey() . '&language=en', 5);
    var_dump($res);
} else {
    echo 'Hey! you\'re not digits, get out of here!';
}
createFooter(440);