Jump to content
xisto Community

krap

Members
  • Content Count

    208
  • Joined

  • Last visited

1 Follower

About krap

  • Rank
    Super Member
  • Birthday 03/02/2004

Profile Information

  • Gender
    Male
  • Location
    London, uk
  • Interests
    php, wml, html , computers etc
  1. Here is the script: <html><head><title>Rcon Connection Client</title></head><body><form name="rcon" method="post" action="rcon.php">IP: <input type="text" name="ip" value="127.0.0.1">Port: <input type="text" name="port" value="7777">Password <input type="text" name="pass" size="25"><br>Cmd: <input type="text" name="cmd" size="100"><br><input type="submit" name="submit"></form></body></html><? $ip = $_POST['ip']; if (!$ip) die(); $port = $_POST['port']; if (!$port) die(); $pass = $_POST['pass']; if (!$pass) die(); $passlen = strlen($pass); $cmd = $_POST['cmd']; if (!$cmd) die(); $cmdlen = strlen($cmd); $packet = 'SAMP'; $packet .= chr(strtok($ip, '.')).chr(strtok('.')).chr(strtok('.')).chr(strtok('.')); $packet .= chr($port & 0xFF).chr($port >> 8 & 0xFF); $packet .= "x"; $packet .= chr($passlen & 0xFF).chr($passlen >> 8 & 0xFF).$pass; $packet .= chr($cmdlen & 0xFF).chr($cmdlen >> 8 & 0xFF).$cmd; $fp =fsockopen('udp://' . $ip, $port, $errno, $errstr); fwrite($fp, $packet); while(!feof($fp)) { $str=fread($fp,128); $str=substr($str,13,strlen($str)-13); if (!$str) break; echo $str."<br>"; } fclose($fp);?> It seems to work for some other people on different hosts and I've tried on both my websites (one is on alpha, the other on iota) and it doesn't seem to be working. It is a remote control script for the game server I run and it just times out after 60 secs without executing the command on the server I am of course replacing the default 127.0.0.1, I know that wouldn't work and I've tested it on another host and it worked fine.ThanksAndre
  2. i use the ophcrack livecd to get passwords from xp. it cracks them really fast if they aren't difficult (eg. really long or a mixture of numbers and letters) http://ophcrack.sourceforge.net/
  3. well at the moment ive got DEL "k:\music\*.mp3"CD c:\musiccopy *.mp3 "K:\Music"EXIT C:\ is my computer () and K:\ is my mp3 player.the reason im deleting everything first is because if i dont like a song i'll delete it on my computer and i want my mp3 not to have it either. im too lazy to go through my mp3 player and find all the bad songs.Anyway, this is taking too long so i would need something that would check every song on the mp3 player to see if there is a copy of that song on the computer. if not, then delete. then it'd have to do the reverse which would be check every song on the computer to see if there is a copy of that song on the mp3 player. if not, then copy.is it possible with batch files?thanks:P
  4. It's true that we won't use most of the things we learn at school later on in life but you need qualifications to get a job. And to get them you need to study for your exams.
  5. wow im 16 and i dont think anyone in my year at school is that tall @Mermaid711 you will probably be taller than most girls when you're older but if you were to stop growing now/soon you would only be taller than short guys. not everyone starts/stops growing at the same time.
  6. well next week are my GCSE exams and i have to admit i'm a bit nervous.. i hope i do well :)after my exams i will be going to sixth form and maybe after that university. the work gets harder and responsibilty is becoming greater. when i get a job it'll be longer hours and even more responsibility - bills, rent - all the adult stuff.i complained about school for so long but when im an adult it will seem way better :)im sure most of people here moaning about school will miss it too.
  7. You dont HAVE to..With the 360 you have a choice but when you buy the ps3 they force you to buy a Blu-Ray drive as well.. I haven't got an HDTV.. I've got a normal TV and the 360 works on it though i dont see high def obviously.. When I get an HDTV I could get the hddvd drive so I could watch movies through the 360 instead of buying a mega expensive HDDVD player With the PS3 I'd be buying the blu ray just to play the games and it'd be useless to me for blu ray movies because i'd only see dvd quality on my TV
  8. wow. this seems like something that would be really fun *saves wikibook* hehe i'll post here when i get my first one (i'm optimistic)
  9. who would want to walk on broken glass or hot coals?? ok, walking on poo might not be that fun but at least it doesnt hurt
  10. someone told me once to make a bmp and rename it as .ico and that seemed to work
  11. wow looks like some people eat some really weird stuff here.i dont really like trying new food because it might be nasty something very weird i eat was this chocolate alternative called carab (i think). and it tastes nothing like chocolate. eugh disgusting
  12. i think after graphics become so similiar to real life nobody can tell the difference, the only way to go would be virtual reality with you being in the game rather than looking at it.. and then there would be virtual worlds where you could interact with people like in real life.. sort of like the matrix but without the evil robots, hopefully
  13. im using my 3g phone as modem (unlimited data) until i get broadband.Surfing the internet is quite fast and i can use bittorrent with quite fast download speed of 45kbps max.. only problem is just 9kbps upload and if you are using more than 2kbps of it your download speed goes down which means my share ratio isnt very good ..as soon as i get my broadband i'll leave my pc on til i get at least 1.0
  14. are you sure?? either he doesn't feel pain or your whole school is really weak as you said lol. i know if i kept punching someone they wouldn't laugh and remember: nobody laughs when they're KO'd (tho i wouldn't recommmend that as you could get in alot of trouble )
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.